-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqa.html
219 lines (187 loc) · 7.62 KB
/
qa.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<!DOCTYPE html>
<html lang="en">
<head>
<script>
var interval = setInterval(function() {
if(document.readyState === 'complete') {
clearInterval(interval);
$('#qloader').css('display','none')
}
}, 100);
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Al-Hadi | Glass Industries</title>
<link rel="stylesheet" href="css/qloader.css">
<link rel="icon" href="http://alhadi-industries.com/wp-content/uploads/2016/11/fav.png">
<link rel="shortcut icon" href="http://alhadi-industries.com/wp-content/uploads/2016/11/fav.png" />
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/zerogrid.css" >
<link rel="stylesheet" href="css/camera.css">
<link rel="stylesheet" href="css/form.css">
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="css/smoothslides.theme.css">
<link rel="stylesheet" href="css/qnav.css">
<link href="css/simplelightbox.css" rel="stylesheet">
<script src="js/jquery.js"></script>
<script src="js/simple-lightbox.min.js"></script>
<script src="js/jquery-migrate-1.1.1.js"></script>
<script src="js/superfish.js"></script>
<script src="js/forms.js"></script>
<script src="js/jquery.ui.totop.js"></script>
<script src="js/jquery.equalheights.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.ui.totop.js"></script>
<script src="js/tms-0.4.1.js"></script>
<script src="js/css3-mediaqueries.js"></script>
<script type="text/javascript" src="js/smoothslides-2.2.1.min.js"></script>
<script src="js/qstuff.js"></script>
<!--[if lt IE 8]>
<div style=' clear: both; text-align:center; position: relative;'>
<a href="http://windows.microsoft.com/en-US/internet-explorer/products/ie/home?ocid=ie6_countdown_bannercode">
<img src="http://storage.ie6countdown.com/assets/100/images/banners/warning_bar_0000_us.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today." />
</a>
</div>
<![endif]-->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<link rel="stylesheet" media="screen" href="css/ie.css">
<![endif]-->
</head>
<div id="qloader">
<div id="qloaderimg1" class="qloaderimg"></div>
<div id="qloaderimg2" class="qloaderimg"></div>
<div id="qloaderimg3" class="qloaderimg"></div>
<div id="qloaderimg4" class="qloaderimg"></div>
<div id="qloaderimg5" class="qloaderimg"></div>
</div>
<body class="">
<!--==============================header=================================-->
<header class="page1">
<div class="zerogrid">
<div class="col-full">
<div class="wrap-col">
<div class="menu_block">
<nav class="">
<ul class="sf-menu">
<li class="current men"><a onClick="" href="/zSimplex/">Home </a> <strong class="hover"></strong></li>
<li class="men1"><a onClick="" href="/zSimplex/#services">Services</a><strong class="hover"></strong>
<div class="qnavsub1">
<a href="/zSimplex/products.html">Products & Services</a>
<a href="/zSimplex/machines.html">Production Line Machines</a>
<a href="/zSimplex/qa.html">Quality Assurance</a>
</div>
</li>
<li class=" men2"><a onClick="" href="/zSimplex/#about">About</a> <strong class="hover"></strong>
<div class="qnavsub2">
<a href="/zSimplex/aboutus.html">History</a>
<a href="/zSimplex/infrastructure.html">Infrastructure</a>
</div>
</li>
<li class=" men3"><a onClick="" href="/zSimplex/#acc">Accreditation</a> <strong class="hover"></strong></li>
<li class=" men4"><a onClick="" href="/zSimplex/#contact">Contact</a> <strong class="hover"></strong>
<div class="qnavsub4">
<a href="#">Careers</a>
<a href="#">Location</a>
</div>
</li>
</ul>
</nav>
<div class="clear"></div>
</div>
<a href="/zSimplex/" onClick=""><img src="http://alhadi-industries.com/wp-content/uploads/2016/11/logo-small.png" alt="Gerald Harris attorney at law"></a>
</div>
</div>
<div class="clear"></div>
</div>
</header>
<!--=======content================================-->
<div id="page1" class="content">
<div class="smoothslides" id="myslideshow1">
<img src='http://alhadi-industries.com/wp-content/uploads/2016/11/slide1.jpg'/>
<img src='http://alhadi-industries.com/wp-content/uploads/2016/11/slide2.jpg'/>
<img src='http://alhadi-industries.com/wp-content/uploads/2016/11/slide3.jpg'/>
</div>
<div class="zerogrid">
<div class="col-full">
<div class="wrap-col">
<div class="slogan">
<h3>Quality Assurance</h3>
<div class="text1 qbox"><b class="qboxhead">
• GASP Surface Stress Polarimeter.
• Process Sensors Inspection.
• UV Lamps for Detecting the Tin Side of Float Glass.
• Visual Inspection.
• Perfect Geometrical Quality in ZEBRA Test.
• Reflective Testing.
• Measuring Surface Stress in Heat-Strengthened and Tempered Glass.
• Measuring Stress-Relief in Annealed Glass.
• Desalinate Water in All Machines to Protect High Performance Glass.
• Upon Customer Request Will Test The Glass in Any Lab.
<br><br><br><br><br><br>
<br><br><br><br><br><br>
</div>
</div>
</div>
</div>
<!--
<div class="col-1-4">
<div class="wrap-col">
<div class="box maxheight1">
<img src="images/box1_img1.png" alt="">
<div class="text1"><a href="#">Strategy</a></div>Vivamus at magna non nunc tristique rhoncus. Aliquam nibh ante, egestas id dictum a, commodo luctus libero.
</div>
</div>
</div>
<div class="col-1-4">
<div class="wrap-col">
<div class="box maxheight1">
<img src="images/box1_img2.png" alt="">
<div class="text1"><a href="#">Research</a></div>Ite auctor non pellentesque vel, aliquet sit amet erat. Nullam eget dignissim nisi, aliquam feugiat nibhh sagittis ut.
</div>
</div>
</div>
<div class="col-1-4">
<div class="wrap-col">
<div class="box maxheight1">
<img src="images/box1_img3.png" alt="">
<div class="text1"><a href="#">Development</a></div>Praesent faucibusamus ater asmagna non nunc tristique rhoncus. Aliquam nib ante, tas id dictum aluctus libero.
</div>
</div>
</div>
<div class="col-1-4">
<div class="wrap-col">
<div class="box maxheight1">
<img src="images/box1_img4.png" alt="">
<div class="text1"><a href="#">Consulting</a></div>Etiam dui eros na non nunc tristique rhoncus. Aliquam nibh ante, egestas id dictum a commodo luctus libero.
</div>
</div>
</div>-->
</div>
</div>
<script type="text/javascript">
$(window).load( function() {
$('#myslideshow1').smoothSlides({
navigation: false,
matchImageSize: false,
effectDuration:8000,
pagination: false
});
});
</script>
</div>
<!--==============================footer=================================-->
<footer>
<div class="zerogrid qfoot">
<div class="col-full">
<div class="wrap-col">
<div class="copy">
<img src="http://alhadi-industries.com/wp-content/uploads/2016/11/fav.png"/> Copyright © 2017 Al-Hadi - Glass Industries.
</div>
</div>
</div>
<div class="clear"></div>
</div>
</footer>
</body>
</html>