-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
197 lines (194 loc) · 7.53 KB
/
index.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
<!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.0">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/responsive.css">
<script src="https://use.fontawesome.com/75d401af0c.js"></script>
<title>DATStar Technology</title>
</head>
<body>
<header class="page-header">
<div class="mobile-navigaion-block">
<button type="button" aria-label="open menu" class="open-menu open">
<i class="fa fa-bars"></i>
</button>
<nav class="mobile-nav">
<button type="button" aria-label="close menu" class="close-menu close">
<i class="fa fa-close"></i>
</button>
<ul>
<li><a class="close active" href="./index.html">Home</a></li>
<li><a class="close" href="./about.html">About</a></li>
<li><a class="close" href="#">Service</a></li>
<li><a class="close" href="#">Blogs</a></li>
<li><a class="close" href="#">Support</a></li>
<li><a class="close" href="#">News</a></li>
<li class="bordered-link"><a class="close" href="#">CONTACT US</a></li>
</ul>
</nav>
</div>
<div class="desktop-navigation">
<div class="top-nav-bar">
<ul>
<li><a href="www.facebook/DatStarTechnology" class="social-icons"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="#" class="social-icons"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="t.me/datstartech3" class="social-icons"><i class="fa fa-telegram" aria-hidden="true"></i></a></li>
<li><a href="DatStarTechnology@gmail.com" class="social-icons"><i class="fa fa-envelope-o" aria-hidden="true"></i></a></li>
<li><a href="index.html" class="social-icons">My Page</a></li>
</ul>
</div>
<div class="header-container">
<div class="logo">
<a href="./index.html">
<img src="./images/logo.png" alt="DATStar Technology">
</a>
</div>
<nav class="desktop-nav">
<ul>
<li><a href="./about.html">About</a></li>
<li><a href="#service">Service</a></li>
<li><a href="#blog">Blogs</a></li>
<li><a href="#support">Support</a></li>
<li><a href="#news">News</a></li>
<li class="bordered-link"><a href="#">CONTACT US</a></li>
</ul>
</nav>
</div>
</div>
</header>
<main class="main-section-container">
<div class="transparent">
<div class="main-section">
<h2 class="title-intro">
<q>Welcome to DATStar Technology</q>
</h2>
<h1 class="title-info">Your Number One GPS Tracking and Security System</h1>
<div class="description">
<p>We offer a system that allows our clients to remotely control their assets. Our system assists the client in managing vehicle usage,
fuel, tire performance, driver performance, and vehicle maintenance.</p>
</div>
<div class="office">
<h2>We are open from Monday ~ Saturday(12AM)</h2>
<p>You can reach us: <br> @Cabey Building 3rd floor, Room Number: 304</p>
</div>
</div>
</div>
</main>
<section class="main-service">
<h2 class="section-titles">Main Services</h2>
<hr class="section-title-separators">
<ul class="main-service-grid">
<li class="service-list">
<div class="service-icon">
<img src="./images/system.png" alt="">
</div>
<div class="service-title">
<h3>Top-Notch Design</h3>
</div>
<div class="service-description">
<p>Our tracking unit is designed with latest technology which makes it work with all kinds of vehicles.</p>
</div>
</li>
<li class="service-list">
<div class="service-icon">
<img src="./images/realtime.png" alt="">
</div>
<div class="service-title">
<h3>Realtime Tracking</h3>
</div>
<div class="service-description">
<p>You can see where all of your vehicles are in real time 24/7.</p>
</div>
</li>
<li class="service-list">
<div class="service-icon">
<img src="./images/battery.png" alt="">
</div>
<div class="service-title">
<h3>Backup Battery</h3>
</div>
<div class="service-description">
<p>All our trackers come with inbuilt battery that can last for day in the event of removing the vehicle battery.</p>
</div>
</li>
<li class="service-list">
<div class="service-icon">
<img src="./images/notch2.png" alt="">
</div>
<div class="service-title">
<h3>Easy Compatibility</h3>
</div>
<div class="service-description">
<p>You can use any kind of data enabled smartphone with our tracking service. You don’t need a new phone.</p>
</div>
</li>
<li class="service-list">
<div class="service-icon">
<img src="./images/maintenance.png" alt="">
</div>
<div class="service-title">
<h3>Nationwide Installation</h3>
</div>
<div class="service-description">
<p>We have resident installer in every major city all over the country which make timely installation possible.</p>
</div>
</li>
</ul>
<a href="" class="see-all">SEE THE WHOLE SERVICE</a>
</section>
<section class="support-team">
<h2 class="support-section-titles">Support Teams</h2>
<hr class="section-title-separators">
<ul class="support-list-items" id="support-list">
</ul>
<button type="button" class="more">More <i class="fa fa-angle-down"></i></button>
</section>
<section class="partners-list">
<h2 class="section-titles">Partners</h2>
<hr class="section-title-separators">
<ul id="partners-list-items" class="partners-list-items">
<li class="partners-items">
<a target="blanc" href="https://enrichagroindustry.com/">
<img src="./images/enrich.png" alt="Enrich Logo" />
</a>
</li>
<li class="partners-items">
<a target="blanc" href="https://www.awashbank.com/">
<img src="./images/awash.png" alt="Awash bank logo" />
</a>
</li>
<li class="partners-items">
<a target="blanc" href="https://www.mahle.com/">
<img src="./images/mahle.png" alt="Mahle logo" />
</a>
</li>
<li class="partners-items">
<a target="blanc" href="https://ethiopiamarket.com/directory/company/cabey-plc/">
<img src="./images/lem.png" alt="Cabey logo" />
</a>
</li>
<li class="partners-items">
<a target="blanc" href="https://heinekenethiopia.com/">
<img src="./images/heineken.png" alt="Heineken logo" />
</a>
</li>
</ul>
</section>
<footer class="footer">
<div class="full-log">
<a href="./index.html" class="logo-2">
<img src="./images/dat.png" alt="DATStar Technology logo">
</a>
</div>
<div class="footer-copy-right">
<p>DATStar Technology plc.<br> Address: Addis Ababa,Ethiopia.<br>
Office: Cabey Building 3rd floor, Room No. 304.</p>
<p>Protect and take 100% control of your vehicles with the latest, advanced and effective technology and experience peace of mind by knowing the real time location of your vehicle at all time.</p>
</div>
</footer>
<script src="./js/main.js"></script>
</body>
</html>