-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
198 lines (152 loc) · 5.77 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
<!DOCTYPE html>
<html lang="en">
<head>
<!--
Template 2082 Pure Mix
http://www.tooplate.com/view/2082-pure-mix
-->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="">
<meta name="description" content="">
<!-- Site title
================================================== -->
<title>SEER GPS Tracker</title>
<!-- Bootstrap CSS
================================================== -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Animate CSS
================================================== -->
<link rel="stylesheet" href="css/animate.min.css">
<!-- Font Icons CSS
================================================== -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/ionicons.min.css">
<!-- Main CSS
================================================== -->
<link rel="stylesheet" href="css/style.css">
<!-- Google web font
================================================== -->
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,300' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- Preloader section
================================================== -->
<div class="preloader">
<div class="sk-spinner sk-spinner-pulse"></div>
</div>
<!-- Navigation section
================================================== -->
<div class="nav-container">
<nav class="nav-inner transparent">
<div class="navbar">
<div class="container">
<div class="row">
<div class="brand">
<a href="tracking.html">- SEER -</a>
</div>
<div class="navicon">
<div class="menu-container">
<div class="circle dark inline">
<i class="icon ion-navicon"></i>
</div>
<div class="list-menu">
<i class="icon ion-close-round close-iframe"></i>
<div class="intro-inner">
<ul id="nav-menu">
<li><a href="tracking.html">Tracking</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="logout.php">Logout</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
</div>
<!-- Header section
================================================== -->
<section id="header" class="header-three">
<div class="container">
<div class="row">
<div class="col-md-offset-3 col-md-6 col-sm-offset-2 col-sm-8">
<div class="header-thumb">
<h1 class="wow fadeIn" data-wow-delay="0.6s">About Us</h1>
<h3 class="wow fadeInUp" data-wow-delay="0.9s">Seer</h3>
</div>
</div>
</div>
</div>
</section>
<!-- About section
================================================== -->
<section id="about">
<div class="container">
<div class="row">
<div class="wow fadeInUp col-md-5 col-sm-5" data-wow-delay="1.3s">
<img src="Images\SEER (Name Ver).png" class="img-responsive" alt="About">
<h1>About Seer</h1>
<p>
Seer takes charge of overseeing all motion with the goal of enhancing security, ensuring seamless tracking, and simplifying the process of data collection.</p>
</div>
<div class="wow fadeInUp col-md-7 col-sm-7" data-wow-delay="1.6s">
<h1>Security, In Detail</h1>
<p>Peer into a new dimension of security with SEER track
and record all movmements of your security guards
effortlessly and with exact dating.</p>
<img src="Images/Tracking3.jpg" class="img-responsive" alt="About">
<p>Letting you quickly identify and handle any blind
spots in your route planning.</p>
</div>
<div class="clearfix"></div>
<div class="wow fadeInUp col-md-6 col-sm-12" data-wow-delay="0.4s">
<h1>Effortless Integration</h1>
<p>Do away with clumsy QR code scanning outside with SEER,
guards merely have to carry the lightweight and inobtrusive
SEER device on their person and the rest is taken care of.
<br><br>
The SEER device consists of a ESP32 nodeMCU microcontroller
and a GPS module, with a barometric sensor to detect altitude.</p>
<img src="Images/Tracking1.png" class="img-responsive" alt="About">
</div>
<div class="wow fadeInUp col-md-6 col-sm-12" data-wow-delay="0.8s">
<h1>Customisable To Suit Your Enterprise's Needs</h1>
<p> SEER is a highly adaptable tool designed for seamless integration with your enterprise's database. It allows customization to fit your specific business needs, connecting at regular intervals to ensure up-to-date information retrieval. This flexibility makes SEER a dynamic solution for efficient data management.</p>
<br><br>
<img src="Images/Tracking2.jpg" class="img-responsive" alt="About">
</div>
<div class="clearfix"></div>
</div>
</div>
</section>
<!-- Footer section
================================================== -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<p class="wow fadeInUp" style="color:white" data-wow-delay="0.3s">Copyright © 2023 SEER</p>
<ul class="social-icon wow fadeInUp" data-wow-delay="0.6s">
<li><a href="#" class="fa fa-facebook"></a></li>
<li><a href="#" class="fa fa-twitter"></a></li>
<li><a href="#" class="fa fa-dribbble"></a></li>
<li><a href="#" class="fa fa-behance"></a></li>
<li><a href="#" class="fa fa-google-plus"></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Javascript
================================================== -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>