-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelectronic-security-services.html
95 lines (80 loc) · 4.63 KB
/
electronic-security-services.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Holistic Security</title>
<link rel="stylesheet" href="content/bootstrap.min.css" />
<link rel="stylesheet" href="content/holistic_security.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<div class="container">
<header>
<div class="companyCtn clearfix">
<div class="logoCtn">
<img src="content/logo.png">
</div>
<div class="companyName">
Holistic Security
</div>
</div>
<nav class="navbar navbar-default">
<div class="container-fluid">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li class="active">
<a href="#" data-toggle="dropdown">Services <span class="caret" /></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu">
<li><a tabindex="-1" href="guarding-services.html">Guarding</a></li>
<li><a tabindex="-1" href="traffic-management-services.html">Traffic Management</a></li>
<li><a tabindex="-1" href="electronic-security-services.html">Electronic Security</a></li>
<li><a tabindex="-1" href="environment-protection-services.html">Environment Protection</a></li>
<li><a tabindex="-1" href="hospitality-services.html">Hospitality</a></li>
</ul>
</li>
<li><a href="vision-and-values.html">Vision & Values</a></li>
<li><a href="process.html">Process</a></li>
<!-- Our Process -->
<li><a href="clients.html">Clients</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="contacts.html">Contact</a></li>
</ul>
</div>
</nav>
</header>
<section class="main-content">
<div class="main">
<h1>Electronic Security Services</h1>
<p>We provide electronic security solutions both standalone and integrated with manned security. These can be installed permanently or temporarily at office complexes, residences, residential areas/societies, manufacturing units, educational
institutions, shopping malls and movie theatres. The planning, installation and after sales service is done by our technical team. Following services are provided:-
<br>
<h3>Intrusion Detection</h3>
<p>It detects unauthorized intrusions and initiates alarm locally and/or at the security control room.</p>
<h3>Fire Detection</h3>
<p>
Statistics have time and again show cased the immense and irreversible damage that fires cause to persons and property. Our fire detection system ensures early detection, raises alarm locally and at the control room so that swift remedial action can be
initiated.
</p>
<h3>CCTV</h3>
<p>
CCTVs have proved to be effective deterrence and apprehension evidence tools. We install camera surveillance systems ranging from single video door phones to multi-camera, multi-site systems having digital video recording facility, integrated with Access
Control and Intrusion Detection Systems.
</p>
<h3>Access Control</h3>
<p>
Access Control System dealing with persons and vehicles is available. These systems can be integrated with barrier gates using both cards and active tags.
</p>
<h3>Environment Protection</h3>
<p>
We undertake the overall responsibilities of upkeepment and maintenance of complexes and resorts giving proper thrust to environment protection.
</p>
</div>
<div class="sidebar">
<img src="material/images/small/01.jpg" />
<img src="material/images/small/03.jpg" />
</div>
</section>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="scripts/bootstrap.min.js"></script>
</body>
</html>