-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
397 lines (365 loc) · 15.7 KB
/
about.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
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
<!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>Xcell Labs : About Us</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- for fontawesome icon css file -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<!-- superslides css -->
<link rel="stylesheet" href="css/superslides.css">
<!-- for content animate css file -->
<link rel="stylesheet" href="css/animate.css">
<!-- slick slider css file -->
<link href="css/slick.css" rel="stylesheet">
<!-- website theme color file -->
<link id="switcher" href="css/themes/red-theme.css" rel="stylesheet">
<!-- main site css file -->
<link href="style.css" rel="stylesheet">
<!-- google fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<!-- Favicon -->
<link rel="shortcut icon" href="img/XCELL%20LOGO%20sm.png" type="image/x-icon">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
.center-block {
display: block;
margin-right: auto;
margin-left: auto;
}
hr {
border: 10px;
border-color: black;
}
.dropbtn {
background-color: white;
color: #5e5e5e;
padding: 13px;
font-size: 17px;
font-family: "Raleway",sans-serif;
font-weight: bold;
border: none;
cursor: pointer;
}
.dropbtn:hover, .dropbtn:focus {
background-color: white;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
overflow: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown a:hover {background-color: #f1f1f1}
.show {display:block;}
</style>
</head>
<body>
<!-- =========================
//////////////This Theme Design and Developed //////////////////////
//////////// by creativeprogrammers======================-->
<!-- Preloader -->
<div id="preloader">
<div id="status"> </div>
</div>
<!-- End Preloader -->
<a class="scrollToTop" href="#"><i class="fa fa-angle-up"></i></a>
<!-- start navbar -->
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<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-responsive" href="index.html"><img src="img/logo.png" height="72px" width="72px" alt="logo"></a>
</div>
<div id="navbar" class="navbar-collapse collapse navbar_area">
<ul class="nav navbar-nav navbar-right custom_nav">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="about.html">About Us</a></li>
<li class="dropdown">
<button onclick="myFunction()" class="dropbtn">Operations <span class="caret"></span></button>
<ul id="myDropdown" class="dropdown-content">
<li><a href="R&D.html">R&D</a></li>
<li><a href="manu.html">Manufacturing</a></li>
<li><a href="qa.html">QC</a></li>
</ul>
</li>
<li><a href="career.html">Speciality</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<!-- End navbar -->
<br>
<br>
<!-- Start Service area -->
<section id="service">
<div class="container">
<div class="col-lg-12 col-md-12 col-sm-12">
<div class="service_area">
<div class="service_title">
<hr>
<h2>Xcell Labs</h2>
<p>Always Ahead</p>
</div>
<ul class="col-md-6">
<li>
<a class="service_icon"><img class="img-responsive img-center" src="img/gps.png" height="200" width="200">
</a>
<hr>
<h2></h2>
<hr>
<p>Xcell Labs have a state-of-the-art manufacturing facility at Jarmarji, Baddi, Himachal Pradesh located 40 km from Chandigarh. This modern plant is set over an area of 1000 sqm with a built up area of 700 sqm on ground floor and 700 sqm on first floor. It conforms to revised Schedule M and the facility can be upgraded for W.H.O. GMP standards in the future. This plant is equipped to manufacture liquid preparation; the unit is managed by experienced technical staff for production and quality control along with a team of expert technicians.</p>
</li>
</ul>
<ul class="col-md-6">
<li>
<br>
<a class="service_icon"><img class="img-responsive img-center" src="img/License.png" width="200" height="200">
</a>
<hr>
<h2></h2>
<hr>
<p>Pharmaceutical formulation manufacturing activities as licensed by National Authority. Xcell Labs has been licensed by the Drug Controller, H.P. in 2010 to manufacture formulations <strong>(Liquid)</strong>, vide manufacturing license No. <strong>MNB/09/788 and MB/09/789</strong> for manufacturing of non-biological and biological formulations. Commercial production started in 2010 the production liquid preparation.
<br> <strong>Also we are having FSSAI Lie.No: 10914011000562.</strong><br>
Commercial production started in 2010 the production liquid preparation.
</p>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- End Service area -->
<section id="service">
<div class="container">
<div class="col-lg-12 col-md-12 col-sm-12">
<div class="service_area">
<div class="service_title">
<hr>
<h2>Environment & Community</h2>
</div>
<ul class="col-md-12">
<li>
<a class="service_icon"><img class="img-responsive img-center" src="img/env.png" height="200" width="200">
</a>
<hr>
<h2></h2>
<hr>
<p>Xcell Labs Is Committed To Protecting The Environment By
Checking Pollution And Improving The Overall Environmental Performance By:</p>
<ol>
<li>Complying With Environmental Regulations</li>
<li>Promoting Prevention Of Pollution</li>
<li>Conserving Natural Resources</li>
<li>Minimising Waste</li>
</ol>
<br>
<p>Hazardous solids from various production stages and effluents are ensured.
Safe disposal gaseous emissions are scrubbed and made harmless before they are released.
In order to ensure minimum disturbance to the Ecology, All possible precautions have been taken to avoid pollution.
No doubt, Xcell care and commitment towards environmental issues are exemplary.</p>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- start Our Team area -->
<section id="ourTeam">
<div class="service_title">
<hr>
<h2>Directors</h2>
<p></p>
</div>
</section>
<section id="ourTeam">
<div class="container col-md-6">
<img src="img/01.jpg"
alt="Center Align image in bootstrap"
class="img-circle center-block"
height="350px" width="350px">
<br>
<section id="ourTeam">
<div class="service_title">
<hr>
<h2>Nitin Panchal</h2>
<p>Director - Technical</p>
</div>
</section>
<hr>
<div class="team_social img-center">
<a href="#"><span class="fa fa-facebook"></span></a>
<a href="#"><span class="fa fa-twitter"></span></a>
<a href="#"><span class="fa fa-linkedin"></span></a>
<a href="#"><span class="fa fa-google-plus"></span></a>
</div>
<div class="service_title">
<br>
<br>
</div>
</div>
<div class="container col-md-6">
<img src="img/02.jpg"
alt="Center Align image in bootstrap"
class="img-circle center-block"
height="350px" width="350px">
<br>
<section id="ourTeam">
<div class="service_title">
<hr>
<h2>Sanjeev Aggrawal</h2>
<p>Director</p>
</div>
</section>
<hr>
<div class="team_social img-center">
<a href="#"><span class="fa fa-facebook"></span></a>
<a href="#"><span class="fa fa-twitter"></span></a>
<a href="#"><span class="fa fa-linkedin"></span></a>
<a href="#"><span class="fa fa-google-plus"></span></a>
</div>
<div class="service_title">
<br>
<br>
</div>
</div>
</section>
<!-- End Our Team area -->
<!-- start footer -->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div class="footer_top">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="single_footer_top">
<h2>We Are Here</h2>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d54741.65651561076!2d76.75584271815572!3d30.960614981873583!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39055f9a5f7ac64f%3A0x5809b42ac0e8aa7!2sBaddi%2C+Himachal+Pradesh%2C+India!5e0!3m2!1sen!2s!4v1489658523908" width="300" height="300" frameborder="5px" style="border:5" allowfullscreen></iframe>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="single_footer_top">
<h2>Address</h2>
<p>146, Export promotion Industrial Park-1,<br>
Jarmajri, Baddi,<br>
District Solan, (H.P.) 173205.
</p>
</div>
<div class="single_footer_top contact_mail">
<h2>Contact us</h2>
<p><span>09816027090 / 09816644001</span> <br>or<br> <a href="mailto:[email protected] "> <stron>[email protected] </stron></a></p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="single_footer_top">
<h2>Page Links </h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a class="active" href="about.html">About Us</a></li>
<li><a href="R&D.html">R&D</a></li>
<li><a href="manu.html">Manufacturing</a></li>
<li><a href="qa.html">Q.C</a></li>
<li><a href="career.html">Speciality</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="single_footer_top">
<h2>Social links</h2>
<ul class="sociallink_nav">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-12 col-md-12 col-sm-12">
<div class="footer_bottom">
<div class="copyright">
<p>Xcell Labs. All right reserved.</p>
</div>
<div class="developer">
<p>Designed By <a href="#" rel="nofollow">Creative Programmers</a></p>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- End footer -->
<!-- jQuery Library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- For content animatin -->
<script src="js/wow.min.js"></script>
<!-- bootstrap js file -->
<script src="js/bootstrap.min.js"></script>
<!-- superslides slider -->
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.animate-enhanced.min.js"></script>
<script src="js/jquery.superslides.min.js" type="text/javascript" charset="utf-8"></script>
<!-- slick slider js file -->
<script src="js/slick.min.js"></script>
<!-- Google map -->
<script src="https://maps.googleapis.com/maps/api/js"></script>
<script src="js/jquery.ui.map.js"></script>
<!-- dropdown -->
<script>
/* When the user clicks on the button,
toggle between hiding and showing the dropdown content */
function myFunction() {
document.getElementById("myDropdown").classList.toggle("show");
}
// Close the dropdown if the user clicks outside of it
window.onclick = function(event) {
if (!event.target.matches('.dropbtn')) {
var dropdowns = document.getElementsByClassName("dropdown-content");
var i;
for (i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('show')) {
openDropdown.classList.remove('show');
}
}
}
}
</script>
<!-- custom js file include -->
<script src="js/custom.js"></script>
<!-- chart -->
<script src="js/myscript.js"></script>
</body>
</html>