-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
558 lines (492 loc) · 28 KB
/
Copy pathabout.html
File metadata and controls
558 lines (492 loc) · 28 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
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>SafeTec Fire & Safety Services</title>
<link rel="icon" href="logo.png" type="image/png">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
<link href="md/css/bootstrap.min.css" rel="stylesheet">
<link href="md/css/mdb.min.css" rel="stylesheet">
<link href="md/css/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css" integrity="sha512-1cK78a1o+ht2JcaW6g8OXYwqpev9+6GqOkz9xmBN9iUUhIndKtxwILGWYOSibOKjLsEdjyjZvYDq/cZwNeak0w==" crossorigin="anonymous" />
<link href="./style.css" rel="stylesheet">
</head>
<body class="" style="background-image: url('bg3.jpg');background-size: cover;background-repeat: no-repeat;background-position: center;" >
<!--Navbar and slider for large screen-->
<div class="animated fadeIn slow" id="header-section">
<nav id="navbar" class="navbar navbar-expand-lg pt-3 navbar-dark" style="background-color:black;box-shadow: none;z-index: 99;" >
<div class="container">
<!-- Navbar brand -->
<a class="navbar-brand" href="index.html">
<img src="logo.png" class="logo"/>
<span class="logo-title" ><span style="color: orange;font-weight: 400;" >SafeTec</span><br> Fire & Safety Services</span>
</a>
<!-- Collapse button -->
<button class="navbar-toggler" id="menu-btn" type="button">
<span class="navbar-toggler-icon " ></span>
</button>
<!-- Collapsible content -->
<div class="collapse navbar-collapse show " id="basicExampleNav" style="z-index: 99 !important;">
<!-- Links -->
<ul class="navbar-nav list-unstyled ml-auto">
<!-- close menu btn -->
<button class="navbar-toggler d-lg-none" id="close-menu-btn" type="button">
<i class="fas fa-times" style="color: rgba(255,255,255,0.8);" ></i>
</button>
<li class="nav-item">
<a class="nav-link home-link" href="index.html">Home
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link services-link" href="services.html">Services</a>
</li>
<li class="nav-item">
<a class="nav-link solutions-link " href="solutions.html">Solutions</a>
</li>
<li class="nav-item">
<a class="nav-link amc-link " href="amc.html">AMC</a>
</li>
<li class="nav-item">
<a class="nav-link about-link active" href="#">About Us</a>
</li>
</ul>
</div>
</nav>
</div>
<!-- big screen -->
<div class="container-fluid p-5 large-about">
<div style="background-color:#fff ; border-radius: 6px;" class="about-card py-4 px-5 z-depth-2">
<div class="text-center ">
<p class="font-weight-bold mb-2 mt-2" style="font-size:22px;color: black;">About Us</p>
</div>
<hr style="width:100px;margin-top:-2px;" class="mb-0 pb-0 mx-auto">
<!-- intro -->
<div class="container mt-0 mt-md-5">
<section class=" dark-grey-text">
<div class="row align-items-center mt-0 mb-2">
<div class="mb-0 text-center text-md-left">
<p class="text-black" style="text-align: justify;color: #111;line-height: 1.6;"> Welcome to 'SafeTech Fire and Safety Services', your reliable one stop solution for Fire Fighting, Safety & Security requirement. We are 'ISO 9001:2015' and 'OHSAS 45001:2018' certified, licensed agency for fire protection systems. We are a company that successfully embraces technology and solutions for life safety and uses it to protect your premises from any type of life safety and fire hazards.</p>
<p class="text-black" style="text-align: justify;color: #111;line-height: 1.6;"> We hold stable experience since 2020 to protect lives and properties of our valuable customers. Our customers are spread across Government, Industries, Construction, Institutes, IT-Park, Hospitals and Jewellery sectors and many more. Where life safety and fire protection is involved, 'SafeTech Fire and Safety Services' has the People, Products, Technology, Ecosystem and Track Record to be relied upon to deliver the best. As we are aware of PPE is last stage of defence for our employees we always endeavour to improvise its usage, protection capabilities and quality. We solicit your support and encouragement at all times and feels free if you have any doubts, questions or comments. We will be obliged to receive your requirements for Fire Protection Systems & Personal Protective Equipments(PPE).</p>
</div>
</div>
<div class="mb-4 ">
<div class="d-grid about-grid mdb-lightbox">
<figure class="about-item z-depth-1">
<a><img src="bg3.jpg" /></a>
</figure>
<figure class="about-item z-depth-1">
<a><img src="bg4.jpeg" /></a>
</figure>
<figure class="about-item z-depth-1">
<a><img src="bg5.jpg" /></a>
</figure>
</div>
</div>
</section>
</div>
<!-- vision misson -->
<div class="container">
<div class="row d-flex justify-content-center py-3 px-0 mt-4">
<div class="col-md-6 text-center border-right align-self-center py-3">
<p style="font-size: 17px;border-left: 6px solid orange;border-radius: 4px;" class="pl-3 pr-0 py-2">" SafeTech Fire and Safety Services aspires to be recognized as a forefront global leader and synonymous for saving lives and protecting properties in the fire and safety sector."</p>
</div>
<div class="col-md-6 text-center text-md-left px-5 align-self-center">
<p style="color: green;font-weight: bold;font-size: 22px;">Our Vision</p>
</div>
</div>
<div class="row d-flex justify-content-center py-3 px-0 mt-2">
<div class="col-md-6 text-center text-md-right px-5 align-self-center">
<p style="color: green;font-weight: bold;font-size: 22px;">Our Mission</p>
</div>
<div class="col-md-6 text-center border-left align-self-center py-3">
<p style="font-size: 17px;border-right: 6px solid orange; border-radius: 4px;" class="pr-3 pl-0 py-2">"Our Mission is to provide desirable levels of quality and service to our clients by pursuing ethical, innovative, competative business practices to set a new standard in the industry."</p>
</div>
</div>
</div>
<!-- values -->
<div class="text-center ">
<p class="font-weight-bold mb-2 mt-5" style="font-size:22px;color: black;">Our Core Values</p>
</div>
<hr style="width:100px;margin-top:-2px;" class="mx-auto">
<div class="row d-flex justify-content-center text-center align-items-center pt-3 pb-5" >
<div class="col">
<div class="card value-card hoverable py-4">
<img src="shield.png" style="height: 63px; width: 63px;" alt="" class="value-logo"/>
<p class="value-text">Safety</p>
</div>
</div>
<div class="col">
<div class="card value-card hoverable py-4">
<img src="flexibility.png" alt="" class="value-logo"/>
<p class="value-text">Flexibility</p>
</div>
</div>
<div class="col">
<div class="card value-card hoverable py-4">
<img src="roundabout.png" style="height: 63px; width: 63px;" alt="" class="value-logo"/>
<p class="value-text">Consistency</p>
</div>
</div>
<div class="col">
<div class="card value-card hoverable py-4">
<img src="handshake.png" style="height: 67px; width: 67px;" alt="" class="value-logo"/>
<p class="value-text">Reliability</p>
</div>
</div>
<div class="col">
<div class="card value-card hoverable py-4">
<img src="integration.png" style="height: 63px; width: 63px;" alt="" class="value-logo"/>
<p class="value-text">Integrity</p>
</div>
</div>
</div>
<div class="container">
<div class="text-center ">
<p class="font-weight-bold mb-2 mt-3" style="font-size:22px;color: black;">Area of Application</p>
</div>
<hr style="width:100px;margin-top:-2px;" class="mx-auto">
<div class="applicationList text-center mt-4 mb-5">
<div class="row d-flex justify-content-center align-items-center px-lg-5 px-md-3">
<div class="col">
<div class="listItem">
<p class="listItemText text-white" >Industrial Sector</p>
</div>
</div>
<div class="col">
<div class="listItem">
<p class="listItemText text-white" >Pharmaceutical Sector</p>
</div>
</div>
<div class="col">
<div class="listItem">
<p class="listItemText text-white " >Government Sector</p>
</div>
</div>
</div>
<div class="row d-flex justify-content-center align-items-center px-lg-5 px-md-3 mt-2">
<div class="col">
<div class="listItem">
<p class="listItemText text-white" >Banks</p>
</div>
</div>
<div class="col">
<div class="listItem">
<p class="listItemText text-white" >Commercial Malls</p>
</div>
</div>
<div class="col">
<div class="listItem">
<p class="listItemText text-white " >Defence Sector</p>
</div>
</div>
</div>
<div class="row d-flex justify-content-center align-items-center px-lg-5 px-md-3 mt-2">
<div class="col">
<div class="listItem">
<p class="listItemText text-white" >Resedential Apartments</p>
</div>
</div>
<div class="col">
<div class="listItem">
<p class="listItemText text-white" >Transportation Sector</p>
</div>
</div>
<div class="col">
<div class="listItem">
<p class="listItemText text-white " >Warehouses</p>
</div>
</div>
</div>
<div class="row d-flex justify-content-center align-items-center px-lg-5 px-md-3 mt-2">
<div class="col">
<div class="listItem">
<p class="listItemText text-white" >High-risk buildings</p>
</div>
</div>
<div class="col">
<div class="listItem">
<p class="listItemText text-white" >Hospitals</p>
</div>
</div>
<div class="col">
<div class="listItem ">
<p class="listItemText text-white " >Data Centers</p>
</div>
</div>
</div>
<div class="row d-flex justify-content-center align-items-center px-lg-5 px-md-3 mt-2">
<div class="col">
<div class="listItem">
<p class="listItemText text-white" >Hotels & Restaurants</p>
</div>
</div>
<div class="col">
<div class="listItem ">
<p class="listItemText text-white" >Schools</p>
</div>
</div>
<div class="col">
<div class="listItem ">
<p class="listItemText text-white " >Home & Cars</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- small screen -->
<div class="container-fluid p-3 small-about">
<div style="background-color:#fff; border-radius: 6px;" class=" about-card py-4 px-3 z-depth-2">
<div class="text-center ">
<p class="font-weight-bold mb-2 mt-2" style="font-size:22px;color: black;">About Us</p>
</div>
<hr style="width:100px;margin-top:-2px;" class="mb-4 pb-0 mx-auto">
<!-- intro -->
<div class="container mt-0 mt-md-5">
<section class=" dark-grey-text">
<div class="row align-items-center mt-0 mb-2">
<div class="mb-0 px-2">
<p class="text-black" style="text-align: justify;color: #111;line-height: 1.6;"> Welcome to 'SafeTech Fire and Safety Services', your reliable one stop solution for Fire Fighting, Safety & Security requirement. We are 'ISO 9001:2015' and 'OHSAS 45001:2018' certified, licensed agency for fire protection systems. We are a company that successfully embraces technology and solutions for life safety and uses it to protect your premises from any type of life safety and fire hazards.</p>
<p class="text-black" style="text-align: justify;color: #111;line-height: 1.6;"> We hold stable experience since 2020 to protect lives and properties of our valuable customers. Our customers are spread across Government, Industries, Construction, Institutes, IT-Park, Hospitals and Jewellery sectors and many more. Where life safety and fire protection is involved, 'SafeTech Fire and Safety Services' has the People, Products, Technology, Ecosystem and Track Record to be relied upon to deliver the best. As we are aware of PPE is last stage of defence for our employees we always endeavour to improvise its usage, protection capabilities and quality. We solicit your support and encouragement at all times and feels free if you have any doubts, questions or comments. We will be obliged to receive your requirements for Fire Protection Systems & Personal Protective Equipments(PPE).</p>
</div>
</div>
<div class="mb-4 ">
<div class="d-grid about-grid mdb-lightbox">
<figure class="about-item z-depth-1">
<a><img src="bg3.jpg" /></a>
</figure>
<figure class="about-item z-depth-1">
<a><img src="bg4.jpeg" /></a>
</figure>
<figure class="about-item z-depth-1">
<a><img src="bg5.jpg" /></a>
</figure>
</div>
</div>
</section>
</div>
<!-- vision misson -->
<div class="container">
<div class="text-center px-5 mt-3 align-self-center">
<p style="color: green;font-weight: bold;font-size: 22px;" class="vision-heading" >Our Vision</p>
</div>
<hr style="width:70px;margin-top:-10px;" class="mb-1 mx-auto">
<div class="row d-flex justify-content-center py-0 pb-3 mt-2 px-2 ">
<div class="col-md-12 text-center align-self-center pt-2">
<p style="font-size: 17px; color: #000;" class="py-2">" SafeTech Fire and Safety Services aspires to be recognized as a forefront global leader and synonymous for saving lives and protecting properties in the fire and safety sector."</p>
</div>
</div>
<div class="text-center px-5 mt-1 align-self-center">
<p style="color: green;font-weight: bold;font-size: 22px;" class="vision-heading" >Our Mission</p>
</div>
<hr style="width:70px;margin-top:-10px;" class="mb-1 mx-auto">
<div class="row d-flex justify-content-center py-0 pb-1 mt-2 px-2 ">
<div class="col-md-12 text-center align-self-center pt-2">
<p style="font-size: 17px; color: #000;" class="py-2">"Our Mission is to provide desirable levels of quality and service to our clients by pursuing ethical, innovative, competative business practices to set a new standard in the industry."</p>
</div>
</div>
</div>
<!-- values -->
<div class="text-center ">
<p class="font-weight-bold mb-2 mt-5" style="font-size:22px;color: black;">Our Core Values</p>
</div>
<hr style="width:100px;margin-top:-2px;" class="mx-auto">
<div class="row d-flex justify-content-center text-center align-items-center pt-3 pb-3 px-4" >
<div class="col">
<div class="card value-card hoverable py-3">
<img src="shield.png" alt="" class="value-logo-small"/>
<p class="value-text-small">Safety</p>
</div>
</div>
<div class="col">
<div class="card value-card hoverable py-3">
<img src="flexibility.png" alt="" class="value-logo-small"/>
<p class="value-text-small">Flexibility</p>
</div>
</div>
</div>
<div class="row d-flex justify-content-center text-center align-items-center pt-2 pb-3 px-4" >
<div class="col">
<div class="card value-card hoverable py-3">
<img src="roundabout.png" alt="" class="value-logo-small"/>
<p class="value-text-small">Consistency</p>
</div>
</div>
<div class="col">
<div class="card value-card hoverable py-3">
<img src="handshake.png" alt="" class="value-logo-small"/>
<p class="value-text-small">Reliability</p>
</div>
</div>
</div>
<div class="row d-flex justify-content-center text-center align-items-center pt-2 pb-5 px-4" >
<div class="col">
<div class="card value-card hoverable py-3">
<img src="integration.png" alt="" class="value-logo-small"/>
<p class="value-text-small">Integrity</p>
</div>
</div>
<div class="col"></div>
</div>
<div class="container">
<div class="text-center ">
<p class="font-weight-bold mb-2 mt-3" style="font-size:22px;color: black;">Area of Application</p>
</div>
<hr style="width:100px;margin-top:-2px;" class="mx-auto">
<div class="applicationList text-center mt-4 mb-5">
<div class="row d-flex justify-content-center align-items-center px-2">
<div class="col">
<div class="listItem">
<p class="listItemText text-white" >Industrial Sector</p>
</div>
</div>
</div>
<div class="row d-flex justify-content-center align-items-center mt-2 px-2">
<div class="col">
<div class="listItem">
<p class="listItemText text-white" >Pharmaceutical Sector</p>
</div>
</div>
</div>
<div class="row d-flex justify-content-center align-items-center mt-2 px-2">
<div class="col">
<div class="listItem">
<p class="listItemText text-white" >Government Sector</p>
</div>
</div>
</div>
<div class="row d-flex justify-content-center align-items-center mt-2 px-2">
<div class="col">
<div class="listItem">
<p class="listItemText text-white" >Banks</p>
</div>
</div>
</div>
<div class="row d-flex justify-content-center align-items-center mt-2 px-2">
<div class="col">
<div class="listItem">
<p class="listItemText text-white" >Commercial Malls</p>
</div>
</div>
</div>
<div class="row d-flex justify-content-center align-items-center mt-2 px-2">
<div class="col">
<div class="listItem">
<p class="listItemText text-white" >Defence Sector</p>
</div>
</div>
</div>
<div class="row d-flex justify-content-center align-items-center mt-2 px-2">
<div class="col">
<div class="listItem">
<p class="listItemText text-white" >Resedential Apartments</p>
</div>
</div>
</div>
<div class="row d-flex justify-content-center align-items-center mt-2 px-2">
<div class="col">
<div class="listItem">
<p class="listItemText text-white" >Transportation Sector</p>
</div>
</div>
</div>
<div class="row d-flex justify-content-center align-items-center mt-2 px-2">
<div class="col">
<div class="listItem">
<p class="listItemText text-white" >Warehouses</p>
</div>
</div>
</div>
<div class="row d-flex justify-content-center align-items-center mt-2 px-2">
<div class="col">
<div class="listItem">
<p class="listItemText text-white" >High-risk buildings</p>
</div>
</div>
</div>
<div class="row d-flex justify-content-center align-items-center mt-2 px-2">
<div class="col">
<div class="listItem">
<p class="listItemText text-white" >Hospitals</p>
</div>
</div>
</div>
<div class="row d-flex justify-content-center align-items-center mt-2 px-2">
<div class="col">
<div class="listItem">
<p class="listItemText text-white" >Data Centers</p>
</div>
</div>
</div>
<div class="row d-flex justify-content-center align-items-center mt-2 px-2">
<div class="col">
<div class="listItem">
<p class="listItemText text-white" >Hotels & Restaurants</p>
</div>
</div>
</div>
<div class="row d-flex justify-content-center align-items-center mt-2 px-2">
<div class="col">
<div class="listItem">
<p class="listItemText text-white" >Schools</p>
</div>
</div>
</div>
<div class="row d-flex justify-content-center align-items-center mt-2 px-2">
<div class="col">
<div class="listItem">
<p class="listItemText text-white" >Home & Cars</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="page-footer font-small unique-color-dark py-4 mt-3" style="z-index: -1;">
<div class="container">
<div class="row align-items-center">
<div class="col-md-12 col-lg-6 d-flex justify-content-lg-start justify-content-center mb-lg-0 mb-2">
<div class="footer-copyright text-center bg-transparent" style="letter-spacing: 0.5px !important; font-size: 15px; " >
© 2020 Copyright:
<a href="#header-section">SafeTec Fire & Safety Services</a>
</div>
</div>
<div class="col-md-12 col-lg-6 d-flex justify-content-lg-end justify-content-center align-items-center ">
<ul class="list-unstyled d-flex mb-0" style="font-size: 17px;" >
<li>
<a class="mr-3" role="button"><i class="fab fa-facebook-f"></i></a>
</li>
<li>
<a class="mr-3" role="button"><i class="fab fa-linkedin"></i></a>
</li>
<li>
<a class="mr-3" role="button"><i class="fab fa-instagram"></i></a>
</li>
<li>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Scroll to top btn -->
<a href="#header-section" id="scrollToTop" class="animated fadeIn" ><button class="scroll-top z-depth-1 " id="scrollToTopBtn"><i class="fas arrow-icon fa-arrow-up"></i></button></a>
<!-- SCRIPTS -->
<script type="text/javascript" src="md/js/jquery.min.js"></script>
<script type="text/javascript" src="md/js/popper.min.js"></script>
<script type="text/javascript" src="md/js/bootstrap.min.js"></script>
<script type="text/javascript" src="md/js/mdb.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js" integrity="sha512-A7AYk1fGKX6S2SsHywmPkrnzTZHrgiVT7GcQkLGDe2ev0aWb8zejytzS8wjo7PGEXKqJOrjQ4oORtnimIRZBtw==" crossorigin="anonymous"></script>
<!-- custom scripts -->
<script src="./main.js" type="text/javascript" ></script>
</body>
</html>