-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshop.php
More file actions
340 lines (321 loc) · 11.9 KB
/
Copy pathshop.php
File metadata and controls
340 lines (321 loc) · 11.9 KB
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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Lab Automation</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/global.css" rel="stylesheet">
<link href="css/shop.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css" />
<link href="https://fonts.googleapis.com/css?family=Alata&display=swap" rel="stylesheet">
<script src="js/jquery-2.1.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</head>
<body>
<section id="top">
<div class="container">
<div class="row">
<div class="top_1 clearfix">
<div class="col-sm-4">
<div class="top_1m text-center clearfix">
<h1 class="mgt"><a href="index.php">Lab Automation</a></h1>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="main clearfix">
<section id="header" class="clearfix">
<div class="container">
<div class="row">
<div class="haeder clearfix">
<nav class="navbar">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".js-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.php">Lab Automation</a>
</div>
<div class="collapse navbar-collapse js-navbar-collapse">
<ul class="nav navbar-nav">
<li><a class="font_tag" href="index.php">Home</a></li>
<li><a class="font_tag active_tab" href="shop.php">Product</a></li>
<li><a class="font_tag" href="service.php">Services</a></li>
<li><a class="font_tag" href="contact.php">Contact Us</a></li>
</ul>
</div><!-- /.nav-collapse -->
</nav>
</div>
</div>
</div>
</section>
</div>
<section id="center" class="center_shop clearfix">
<div class="container">
<div class="row">
<div class="center_shop_1 text-center clearfix">
<div class="col-sm-12">
<h1 class="mgt">Shop</h1>
</div>
</div>
<div class="center_shop_2 clearfix">
<div class="col-sm-3">
<div class="center_shop_2l clearfix">
<h3 class="mgt">Categories</h3><br>
<h5 class="mgt"><i class="fa fa-caret-right"></i> <a href="product1.php">Inductor</a></h5>
<h5><i class="fa fa-caret-right"></i> <a href="product2.php">Sensor</a></h5>
<h5><i class="fa fa-caret-right"></i> <a href="product4.php">Transistor</a></h5>
<!-- <h5><i class="fa fa-caret-right"></i> <a href="detail.php">Uncategorized</a></h5> -->
</div><br>
<div class="center_shop_2l clearfix">
<h3 class="mgt">Products</h3><br>
<div class="center_shop_2li mgt clearfix">
<div class="col-sm-4 center_shop_2lil space_all">
<a href="product6.php"><img src="productimg/img13.jpg" alt="abc" class="iw"></a>
</div>
<div class="col-sm-8 center_shop_2lir space_right">
<p class="mgt"><a href="product6.php">Infrared Array Sensors</a></p>
<span>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star-half-o col_1"></i>
</span>
<h4>Rs:8999</h4>
</div>
</div>
<div class="center_shop_2li clearfix">
<div class="col-sm-4 center_shop_2lil space_all">
<a href="product5.php"><img src="productimg/img10.jpg" alt="abc" class="iw"></a>
</div>
<div class="col-sm-8 center_shop_2lir space_right">
<p class="mgt"><a href="product5.php">High Current Power Inductor</a></p>
<span>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star-half-o col_1"></i>
</span>
<h4>Rs:499</h4>
</div>
</div>
<div class="center_shop_2li clearfix">
<div class="col-sm-4 center_shop_2lil space_all">
<a href="product4.php"><img src="productimg/img9.jpg" alt="abc" class="iw"></a>
</div>
<div class="col-sm-8 center_shop_2lir space_right">
<p class="mgt"><a href="product4.php">Dual N-Channel JFETs</a></p>
<span>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star-half-o col_1"></i>
</span>
<h4>Rs:1999</h4>
</div>
</div>
</div>
</div>
<div class="col-sm-9">
<div class="center_shop_2r clearfix">
<div class="center_product_1r2 clearfix">
<div class="col-sm-6">
<div class="center_product_1r2l clearfix">
<p class="mgt">Showing 1–9 of 10 results</p>
</div>
</div>
<div class="col-sm-6">
<div class="center_product_1r2r text-right clearfix">
<h5 class="mgt">SORT BY</h5>
<select class="form-control" id="subject" name="subject">
<option>Price, Low To High</option>
<option>Price, High To Low</option>
<option>Alphabetically, A-Z</option>
<option>Alphabetically, Z-A</option>
<option>Date, New To Old</option>
</select>
</div>
</div>
</div>
</div>
<div class="center_shop_2r1 clearfix">
<div class="col-sm-4">
<div class="center_shop_2ri text-center clearfix">
<a href="product1.php"><img width="260" height="240" src="productimg/img5.jpg" alt="abc" class="iw"></a>
<div class="center_shop_2rii clearfix">
<h5 class="mgt"><a href="product1.php">Low Current Power Inductor</a></h5>
<span>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
</span>
<h3>Rs:2199</h3>
<h5><a class="button" href="product1.php"><i class="fa fa-shopping-cart"></i> Add To Cart</a></h5>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="center_shop_2ri text-center clearfix">
<a href="product2.php"><img width="260" height="240" src="productimg/img6.jpg" alt="abc" class="iw"></a>
<div class="center_shop_2rii clearfix">
<h5 class="mgt"><a href="product2.php">Temperature Sensor</a></h5>
<span>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star-o col_1"></i>
</span>
<h3>Rs:9599</h3>
<h5><a class="button" href="product2.php"><i class="fa fa-shopping-cart"></i> Add To Cart</a></h5>
</div>
</div>
</div>
<div class="center_shop_2r clearfix">
<div class="col-sm-4">
<div class="center_shop_2ri text-center clearfix">
<a href="product3.php"><img width="260" height="240" src="productimg/img8.jpg" alt="abc" class="iw"></a>
<div class="center_shop_2rii clearfix">
<h5 class="mgt"><a href="product3.php">Secure Coprocessors</a></h5>
<span>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
</span>
<h3>Rs:499</h3>
<h5><a class="button" href="product3.php"><i class="fa fa-shopping-cart"></i> Add To Cart</a></h5>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="center_shop_2ri text-center clearfix">
<a href="product4.php"><img width="260" height="240" src="productimg/img9.jpg" alt="abc" class="iw"></a>
<div class="center_shop_2rii clearfix">
<h5 class="mgt"><a href="product4.php">Dual N-Channel JFETs</a></h5>
<span>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star-o col_1"></i>
</span>
<h3>Rs:1999</h3>
<h5><a class="button" href="product4.php"><i class="fa fa-shopping-cart"></i> Add To Cart</a></h5>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="center_shop_2ri text-center clearfix">
<a href="product5.php"><img width="260" height="240" src="productimg/img10.jpg" alt="abc" class="iw"></a>
<div class="center_shop_2rii clearfix">
<h5 class="mgt"><a href="product5.php">High Curent Power Inductor</a></h5>
<span>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star-half-o col_1"></i>
</span>
<h3>Rs:499</h3>
<h5><a class="button" href="product5.php"><i class="fa fa-shopping-cart"></i> Add To Cart</a></h5>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="center_shop_2ri text-center clearfix">
<a href="product6.php"><img width="260" height="240" src="productimg/img13.jpg" alt="abc" class="iw"></a>
<div class="center_shop_2rii clearfix">
<h5 class="mgt"><a href="product6.php">Infrared Array Sensors</a></h5>
<span>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star-half-o col_1"></i>
</span>
<h3>Rs:8999</h3>
<h5><a class="button" href="product6.php"><i class="fa fa-shopping-cart"></i> Add To Cart</a></h5>
</div>
</div>
</div>
</div>
<div class="center_shop_2r clearfix">
</div>
<div class="center_product_1r4r text-right clearfix">
<div class="col-sm-12">
<ul class="pagination mgt">
<li class="disabled"><a href="shop.php">«</a></li>
<li class="active"><a href="shop.php">1 <span class="sr-only">(current)</span></a></li>
<li><a href="shop2.php">2</a></li>
<li><a href="shop2.php">»</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Start -->
<div>
<section style="height:20px;"></section>
<!----------- Footer ------------>
<footer class="footer-bs">
<div class="row">
<div class="col-md-3 footer-brand animated fadeInLeft">
<h2>Lab Automation</h2>
<p>Laboratory automation is the integration of automated technologies into the laboratory to enable new and improved processes.</p>
</div>
<div class="col-md-4 footer-nav animated fadeInUp">
<div class="col-md-6">
<ul class="list">
<li><a href="index.php">Home</a></li>
<li><a href="shop.php">Product</a></li>
<li><a href="service.php">Services</a></li>
<li><a href="contact.php">Contact Us</a></li>
</ul>
</div>
</div>
<div class="col-md-2 footer-social animated fadeInDown">
<h4>Follow Us</h4>
<ul>
<li><a href="https://www.facebook.com/">Facebook</a></li>
<li><a href="https://twitter.com/">Twitter</a></li>
<li><a href="https://instagram.com/">Instagram</a></li>
<li><a href="https://indeed.com/">Indeed</a></li>
<li><a href="https://www.facebook.com/"><i class="fa fa-facebook"></i></a> <a href="https://www.twitter.com/"><i class="fa fa-twitter"></i></a>
<a href="https://www.instagram.com/"><i class="fa fa-instagram"></i></a> <a href="https://www.indeed.com/"><i class="fa fa-info"></i></a> </li>
</ul>
</div>
<div class="col-md-3 footer-ns animated fadeInRight">
<h4>Newsletter</h4>
<p>For upcoming services and products.</p>
<p>
<div class="input-group">
<input type="text" class="form-control" placeholder="Search for...">
<span class="input-group-btn">
<button class="btn btn-default" type="button"><span class="glyphicon glyphicon-envelope"></span></button>
</span>
</div><!-- /input-group -->
</p>
</div>
</div>
</footer>
<section style="text-align:center; margin:10px auto; font-weight:bold"><p>© 2022 Copyright & All rights reserved: Lab Automation</p></section>
</div>
<!-- Footer End -->
</body>
</html>