-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdistribution-point.html
More file actions
445 lines (377 loc) · 20.8 KB
/
distribution-point.html
File metadata and controls
445 lines (377 loc) · 20.8 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
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
<!DOCTYPE html>
<html lang="en">
<head>
<!-- metas -->
<meta charset="utf-8" />
<meta name="author" content="Chitrakoot Web" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="keywords" content="Laboratory and Research Template" />
<meta name="description" content="Biology - Laboratory and Research Template" />
<!-- title -->
<title>Biology - Laboratory and Research Template</title>
<!-- favicon -->
<link rel="shortcut icon" href="img/logos/favicon.png" />
<link rel="apple-touch-icon" href="img/logos/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="img/logos/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="114x114" href="img/logos/apple-touch-icon-114x114.png" />
<!-- plugins -->
<link rel="stylesheet" href="css/plugins.css">
<!-- search css -->
<link rel="stylesheet" href="search/search.css">
<!-- quform css -->
<link rel="stylesheet" href="quform/css/base.css">
<!-- core style css -->
<link href="css/styles.css" rel="stylesheet">
<!-- custom css -->
<link href="css/custom.css" rel="stylesheet">
</head>
<body>
<!-- PAGE LOADING
================================================== -->
<div id="preloader"></div>
<!-- MAIN WRAPPER
================================================== -->
<div class="main-wrapper">
<!-- HEADER
================================================== -->
<header class="header-style1">
<div class="container">
<div class="navbar-header navbar-header-custom row text-dark">
<div class="col-lg-3">
<!-- start logo -->
<a href="index.html" class="navbar-brand logodefault"><img id="logo" src="img/logos/logo.svg"
alt="logo"></a>
<!-- end logo -->
</div>
<div class="col-lg-9 col-xl-8 offset-xl-1 offset-lg-0 d-none d-lg-block">
<div class="row">
<div class="col-md-4">
<div class="media">
<i class="ti-location-pin header-icon text-secondary display-12"></i>
<div class="media-body ms-3">
<span class="font-weight-600 d-block display-29">Our Location</span>
<span class="font-weight-500 display-40 d-block">44/13 West Panthapath,
Dhaka</span>
</div>
</div>
</div>
<div class="col-md-4">
<div class="media">
<i class="ti-email header-icon text-secondary display-14"></i>
<div class="media-body ms-3">
<span class="font-weight-600 d-block display-29">Mail Us</span>
<span class="display-29 d-block">info@unionpharmaltd</span>
</div>
</div>
</div>
<div class="col-md-4">
<div class="media">
<i class="ti-mobile header-icon text-secondary display-12"></i>
<div class="media-body ms-3">
<span class="font-weight-600 d-block display-29">Call Us</span>
<span class="display-29 d-block">+123 4567 890</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="navbar-default">
<!-- start top search -->
<div class="top-search custom-search bg-primary">
<div class="container">
<form class="search-form" action="search.html" method="GET" accept-charset="utf-8">
<div class="input-group">
<span class="input-group-addon cursor-pointer">
<button class="search-form_submit fas fa-search display-28 text-white"
type="submit"></button>
</span>
<input type="text" class="search-form_input form-control" name="s" autocomplete="off"
placeholder="Type & hit enter...">
<span class="input-group-addon close-search mt-2"><i
class="fas fa-times display-28"></i></span>
</div>
</form>
</div>
</div>
<!-- end top search -->
<div class="menu_area bg-secondary">
<div class="container">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg navbar-light p-0">
<div class="navbar-toggler bg-secondary"></div>
<!-- menu area updated -->
<ul class="navbar-nav" id="nav" style="display: none;">
<li><a href="/">Home</a> </li>
<li><a href="about.html">About Us</a></li>
<li><a href="#!">Products</a></li>
<li><a href="#!">Facilities</a></li>
<li><a href="#!">Global Operation</a></li>
<li><a href="/distribution-point.html">Distribution Point</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
<!-- end menu area updated -->
<!-- start attribute navigation -->
<div class="attr-nav align-items-lg-center ms-auto">
<ul>
<li class="search"><a href="#!"><i class="fas fa-search text-white"></i></a>
</li>
<li class="d-none d-xl-inline-block"><a href="contact.html"
class="butn-style1 primary white small">Get A Quote</a></li>
</ul>
</div>
<!-- end attribute navigation -->
</nav>
</div>
</div>
</div>
</div>
</header>
<!-- PAGE TITLE
================================================== -->
<section class="page-title-section bg-img cover-background dark-overlay" data-overlay-dark="7"
data-background="img/bg/bg-01.jpg">
<div class="container">
<div class="d-md-flex justify-content-between">
<div class="flex-shrink-0">
<h1>Google Map</h1>
</div>
<div class="flex-grow-1">
<ul class="text-center text-md-end ps-0">
<li><a href="index.html">Home</a></li>
<li><a href="#!">Google Map</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- GOOGLE MAP
================================================== -->
<section>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-9">
<div class="position-relative elements-block">
<div class="inner-title">
<div class="heading-one">
<span><i></i>Google Map</span>
</div>
</div>
<div class="row g-0 position-relative">
<span class="top-content text-secondary">Head Office</span>
<div class="mapouter">
<div class="gmap_canvas"><iframe class="gmap_iframe" width="100%" frameborder="0"
scrolling="no" marginheight="0" marginwidth="0"
src="https://maps.google.com/maps?width=600&height=400&hl=en&q=44/13 West Panthapath Dhaka-1205, Bangladesh&t=&z=14&ie=UTF8&iwloc=B&output=embed"></iframe><a
href="https://strandsgame.net/">Strands NYT</a></div>
<style>
.mapouter {
position: relative;
text-align: right;
width: 100%;
height: 400px;
}
.gmap_canvas {
overflow: hidden;
background: none !important;
width: 100%;
height: 400px;
}
.gmap_iframe {
height: 400px !important;
}
</style>
</div>
</div>
</div>
<div class="position-relative elements-block">
<div class="inner-title">
<div class="heading-one">
<span><i></i>Google Map</span>
</div>
</div>
<div class="row g-0 position-relative">
<span class="top-content text-secondary">Factory Plant</span>
<div class="mapouter">
<div class="gmap_canvas"><iframe class="gmap_iframe" width="100%" frameborder="0"
scrolling="no" marginheight="0" marginwidth="0"
src="https://maps.google.com/maps?width=600&height=400&hl=en&q=Sadapur Puranbari, Savar, Dhaka-1340&t=&z=14&ie=UTF8&iwloc=B&output=embed"></iframe><a
href="https://strandsgame.net/">Strands NYT</a></div>
<style>
.mapouter {
position: relative;
text-align: right;
width: 100%;
height: 400px;
}
.gmap_canvas {
overflow: hidden;
background: none !important;
width: 100%;
height: 400px;
}
.gmap_iframe {
height: 400px !important;
}
</style>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- FOOTER
================================================== -->
<footer class="bg-dark footer1 position-relative">
<div class="container">
<div class="row mb-1-9 border-bottom border-color-light-white pb-1-9 pb-sm-6 mt-n1-9">
<div class="col-md-6 col-xl-4 mt-1-9">
<div>
<div class="heading-one secondary footer mb-1-9">
<span><i></i>Contact</span>
</div>
<ul class="list-unstyled">
<li class="d-flex text-white mb-3 display-30 display-lg-29"><i
class="fa-solid fa-phone-alt text-white pe-4"></i>(+44) 123 456 789</li>
<li class="d-flex text-white mb-3 display-30 display-lg-29"><i
class="fa-solid fa-envelope-open-text text-white pe-4"></i><a
href="mailto:[email protected]"
style="color: aliceblue;">[email protected]</a></li>
<li class="d-flex text-white mb-3 display-30 display-lg-29"><i
class="fa-solid fa-location-dot text-white pe-4"></i>44/13 West Panthapath,
Dhaka</li>
<li class="d-flex text-white display-30 display-lg-29"><i
class="fa-regular fa-clock text-white pe-4"></i>Mon – Friday : 08:00 am – 07:00
pm <br>Saturday : 09:00 am – 06:00 pm</li>
</ul>
</div>
</div>
<div class="col-md-6 col-xl-3 mt-1-9">
<div class="ps-md-5 ps-lg-0">
<div class="heading-one secondary footer mb-1-9">
<span><i></i>Our Services</span>
</div>
<ul class="footer-link list-unstyled mb-0">
<li class="mb-3"><a href="chemical-research.html">Chemical Research</a></li>
<li class="mb-3"><a href="genetics-tests.html">Genetics Tests</a></li>
<li class="mb-3"><a href="pathologycam-testing.html">Pathologycam Testing</a></li>
<li class="mb-3"><a href="endocrinology-research.html">Endocrinology Research</a></li>
<li><a href="biologics-testing.html">Biologics Testing</a></li>
</ul>
</div>
</div>
<div class="col-md-6 col-xl-2 mt-1-9">
<div>
<div class="heading-one secondary footer mb-1-9">
<span><i></i>Useful Links</span>
</div>
<ul class="footer-link list-unstyled mb-0">
<li class="mb-3"><a href="about.html">About Us</a></li>
<li class="mb-3"><a href="">Products</a></li>
<li class="mb-3"><a href="our-team.html">Facilities</a></li>
<li class="mb-3"><a href="pricing-plans.html">Global Distribution</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div class="col-md-6 col-xl-3 mt-1-9">
<div class="ps-md-5 ps-lg-0">
<div class="heading-one secondary footer mb-1-9">
<span><i></i>Recent Photos</span>
</div>
<div class="row g-3">
<div class="col-4">
<img src="img/content/footer-thumb-01.jpg" class="border-radius-5" alt="...">
</div>
<div class="col-4">
<img src="img/content/footer-thumb-02.jpg" class="border-radius-5" alt="...">
</div>
<div class="col-4">
<img src="img/content/footer-thumb-03.jpg" class="border-radius-5" alt="...">
</div>
<div class="col-4">
<img src="img/content/footer-thumb-04.jpg" class="border-radius-5" alt="...">
</div>
<div class="col-4">
<img src="img/content/footer-thumb-05.jpg" class="border-radius-5" alt="...">
</div>
<div class="col-4">
<img src="img/content/footer-thumb-06.jpg" class="border-radius-5" alt="...">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bar pb-1-9">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 text-center text-md-start mb-3 mb-md-0">
<p class="d-inline-block text-white mb-0">© <span class="current-year"></span>
Powered by <span style="color: dodgerblue; text-decoration: double ;"> UnionPharma
</span></p>
</div>
<div class="col-md-6 text-center text-md-end">
<ul class="share-post list-unstyled mb-0">
<li class="d-inline-block me-1"><a href="#!"><i class="fab fa-facebook-f"></i></a></li>
<li class="d-inline-block me-1"><a href="#!"><i class="fab fa-twitter"></i></a></li>
<li class="d-inline-block me-1"><a href="#!"><i class="fab fa-youtube"></i></a></li>
<li class="d-inline-block"><a href="#!"><i class="fab fa-linkedin-in"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- SCROLL TO TOP
================================================== -->
<a href="#!" class="scroll-to-top"><i class="fas fa-angle-up" aria-hidden="true"></i></a>
<!-- all js include start -->
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- scrollIt -->
<script src="js/scrollIt.min.js"></script>
<!-- search -->
<script src="search/search.js"></script>
<!-- navigation -->
<script src="js/nav-menu.js"></script>
<!-- tab -->
<script src="js/easy.responsive.tabs.js"></script>
<!-- owl carousel -->
<script src="js/owl.carousel.js"></script>
<!-- jquery.counterup.min -->
<script src="js/jquery.counterup.min.js"></script>
<!-- jarallax.min -->
<script src="js/jarallax.min.js"></script>
<!-- jarallax-video -->
<script src="js/jarallax-video.js"></script>
<!-- stellar js -->
<script src="js/jquery.stellar.min.js"></script>
<!-- waypoints js -->
<script src="js/waypoints.min.js"></script>
<!-- countdown js -->
<script src="js/countdown.js"></script>
<!-- jquery.magnific-popup js -->
<script src="js/jquery.magnific-popup.min.js"></script>
<!-- lightgallery js -->
<script src="js/lightgallery-all.js"></script>
<!-- mousewheel js -->
<script src="js/jquery.mousewheel.min.js"></script>
<!-- clipboard js -->
<script src="js/clipboard.min.js"></script>
<!-- prism js -->
<script src="js/prism.js"></script>
<!-- custom scripts -->
<script src="js/main.js"></script>
<!-- form plugins js -->
<script src="quform/js/plugins.js"></script>
<!-- form scripts js -->
<script src="quform/js/scripts.js"></script>
</body>
</html>