-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
344 lines (339 loc) · 13.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Target Multi-purpose Free Bootstrap Responsive Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="" />
<meta name="author" content="http://webthemez.com" />
<!-- css -->
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href="css/fancybox/jquery.fancybox.css" rel="stylesheet">
<link href="css/jcarousel.css" rel="stylesheet" />
<link href="css/flexslider.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet" />
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="wrapper">
<!-- start header -->
<header>
<div class="navbar navbar-default navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="img/Logo_files/logo.png" alt="logo"/></a>
</div>
<div class="navbar-collapse collapse ">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="about.html">About Us</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="pricing.html">Pricing</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</header><!-- end header -->
<!-- Add this CSS code to your <head> section or external CSS file -->
<style>
.navbar-brand img {
margin-top: -30px; /* Adjust the margin-top value as needed */
}
</style>
<section id="inner-headline">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 class="pageTitle">About Us</h2>
</div>
</div>
</div>
</section>
<section id="content">
<div class="container">
<div class="about">
<div class="row">
<div class="col-md-12">
<div class="about-content">
<h3>We are an Awesome Team</h3>
<p>At our company, we take pride in our exceptional team. Our dedicated professionals are passionate about what they do and strive to deliver outstanding results. We are committed to providing top-notch services and solutions that exceed client expectations.</p>
<p>With a focus on excellence and innovation, we continuously enhance our skills and stay up-to-date with the latest industry trends. Our team works collaboratively to tackle challenges, solve complex problems, and drive success.</p>
</div>
<a href="#" class="btn btn-color">Read more</a>
</div>
</div>
<hr>
<br>
<div class="row">
<div class="col-md-4">
<div class="block-heading-two">
<h3><span>Why Choose Us?</span></h3>
</div>
<p>At our company, we stand out for several reasons:</p>
<ul>
<li>Exceptional expertise and experience in the industry</li>
<li>High-quality services and solutions</li>
<li>Commitment to customer satisfaction</li>
<li>Innovative approach to problem-solving</li>
<li>Timely and reliable delivery</li>
<li>Competitive pricing</li>
</ul>
</div>
<div class="col-md-4">
<div class="block-heading-two">
<h3><span>Our Solution</span></h3>
</div>
<!-- Accordion starts -->
<div class="panel-group" id="accordion-alt3">
<!-- Panel 1 -->
<div class="panel">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion-alt3" href="#collapseOne-alt3">
<i class="fa fa-angle-right"></i> Predictive Maintenance
</a>
</h4>
</div>
<div id="collapseOne-alt3" class="panel-collapse collapse">
<div class="panel-body">
Our advanced predictive maintenance solution utilizes AI algorithms and IoT sensor data to predict equipment failures and prevent downtime. By implementing our predictive maintenance solution, you can optimize asset performance, reduce maintenance costs, and increase operational efficiency.
</div>
</div>
</div>
<!-- Panel 2 -->
<div class="panel">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion-alt3" href="#collapseTwo-alt3">
<i class="fa fa-angle-right"></i> Energy Optimization
</a>
</h4>
</div>
<div id="collapseTwo-alt3" class="panel-collapse collapse">
<div class="panel-body">
Our AI-driven energy optimization solution helps businesses streamline energy usage and reduce costs. By analyzing energy consumption patterns and identifying inefficiencies, our solution provides recommendations for optimizing energy usage. Implementing our energy optimization solution allows you to achieve significant cost savings and contribute to a more sustainable future.
</div>
</div>
</div>
<!-- Panel 3 -->
<div class="panel">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion-alt3" href="#collapseThree-alt3">
<i class="fa fa-angle-right"></i> Smart Grid Management
</a>
</h4>
</div>
<div id="collapseThree-alt3" class="panel-collapse collapse">
<div class="panel-body">
Our smart grid management solution leverages AI technologies to integrate intelligent systems into the energy grid. This allows for efficient monitoring, control, and optimization of energy distribution. By implementing our smart grid management solution, you can enhance grid reliability, improve energy efficiency, and enable the seamless integration of renewable energy sources.
</div>
</div>
</div>
<!-- Panel 4 -->
<div class="panel">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion-alt3" href="#collapse
Four-alt3">
<i class="fa fa-angle-right"></i> Energy Analytics
</a>
</h4>
</div>
<div id="collapseFour-alt3" class="panel-collapse collapse">
<div class="panel-body">
Our energy analytics solution utilizes AI algorithms to analyze large volumes of energy data and provide valuable insights. By gaining a deeper understanding of your energy consumption patterns and identifying energy-saving opportunities, you can make data-driven decisions for optimizing energy usage. Our energy analytics solution helps improve operational efficiency and enables informed energy management strategies.
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="block-heading-two">
<h3><span>Our Expertise</span></h3>
</div>
<h6>Predictive Maintenance</h6>
<div class="progress pb-sm">
<div class="progress-bar progress-bar-red" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%">
<span class="sr-only">40% Complete (success)</span>
</div>
</div>
<h6>Energy Optimization</h6>
<div class="progress pb-sm">
<div class="progress-bar progress-bar-green" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%">
<span class="sr-only">60% Complete (success)</span>
</div>
</div>
<h6>Smart Grid Management</h6>
<div class="progress pb-sm">
<div class="progress-bar progress-bar-lblue" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%">
<span class="sr-only">80% Complete (success)</span>
</div>
</div>
<h6>Energy Analytics</h6>
<div class="progress pb-sm">
<div class="progress-bar progress-bar-yellow" role="progressbar" aria-valuenow="30" aria-valuemin="0" aria-valuemax="100" style="width: 30%">
<span class="sr-only">30% Complete (success)</span>
</div>
</div>
</div>
</div>
<br>
<!-- Our Team starts -->
<div class="block-heading-six">
<h4 class="bg-color">Our Team</h4>
</div>
<br>
<!-- Our team starts -->
<div class="team-six">
<div class="row">
<div class="col-md-3 col-sm-6">
<!-- Team Member -->
<div class="team-member">
<!-- Image -->
<img class="img-responsive" src="img/hemdan_photo.jpg" alt="">
<!-- Name -->
<h4>Dr Hemdan Shalaby</h4>
<span class="deg">Director</span>
</div>
</div>
<div class="col-md-3 col-sm-6">
<!-- Team Member -->
<div class="team-member">
<!-- Image -->
<img class="img-responsive" src="img/team2.jpg" alt="">
<!-- Name -->
<h4>Jennifer</h4>
<span class="deg">Programmer</span>
</div>
</div>
<div class="col-md-3 col-sm-6">
<!-- Team Member -->
<div class="team-member">
<!-- Image -->
<img class="img-responsive" src="img/team3.jpg" alt="">
<!-- Name -->
<h4>Christean</h4>
<span class="deg">CEO</span>
</div>
</div>
<div class="col-md-3 col-sm-6">
<!-- Team Member -->
<div class="team-member">
<!-- Image -->
<img class="img-responsive" src="img/team4.jpg" alt="">
<!-- Name -->
<h4>Kerinele Rase</h4>
<span class="deg">Manager</span>
</div>
</div>
</div>
</div>
<!-- Our team ends -->
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-lg-3">
<div class="widget">
<h5 class="widgetheading">Our Contact</h5>
<address>
<strong>AISPARK LIMITED</strong><br>
<strong>Registered number: 14785315</strong><br>
12 Conway Close,<br>
Eastleigh<br>
SO53 3NW, UK.
</address>
<p>
<i class="icon-phone"></i> Phone:(44) 07506929211 <br>
<i class="icon-envelope-alt"></i> Email: [email protected]
</p>
</div>
</div>
<div class="col-lg-3">
<div class="widget">
<h5 class="widgetheading">Quick Links</h5>
<ul class="link-list">
<li><a href="#">Latest Events</a></li>
<li><a href="#">Terms and conditions</a></li>
<li><a href="#">Privacy policy</a></li>
<li><a href="#">Career</a></li>
<li><a href="#">Contact us</a></li>
</ul>
</div>
</div>
<div class="col-lg-3">
<div class="widget">
<h5 class="widgetheading">Latest posts</h5>
<ul class="link-list">
<li><a href="#">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</a></li>
<li><a href="#">Pellentesque et pulvinar enim. Quisque at tempor ligula</a></li>
<li><a href="#">Natus error sit voluptatem accusantium doloremque</a></li>
</ul>
</div>
</div>
<div class="col-lg-3">
<div class="widget">
<h5 class="widgetheading">Recent News</h5>
<ul class="link-list">
<li><a href="#">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</a></li>
<li><a href="#">Pellentesque et pulvinar enim. Quisque at tempor ligula</a></li>
<li><a href="#">Natus error sit voluptatem accusantium doloremque</a></li>
</ul>
</div>
</div>
</div>
</div>
<div id="sub-footer">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="copyright">
<p>
<span>© Target 2023 All right reserved. By </span><a href="http://aispark.co.uk" target="_blank">AISPARK</a>
</p>
</div>
</div>
<div class="col-lg-6">
<ul class="social-network">
<li><a href="#" data-placement="top" title="Facebook"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" data-placement="top" title="Twitter"><i class="fa fa-twitter"></i></a></li>
<li><a href="#" data-placement="top" title="Linkedin"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#" data-placement="top" title="Pinterest"><i class="fa fa-pinterest"></i></a></li>
<li><a href="#" data-placement="top" title="Google plus"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<a href="#" class="scrollup"><i class="fa fa-angle-up active"></i></a>
<!-- javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.fancybox.pack.js"></script>
<script src="js/jquery.fancybox-media.js"></script>
<script src="js/portfolio/jquery.quicksand.js"></script>
<script src="js/portfolio/setting.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/animate.js"></script>
<script src="js/custom.js"></script>
</body>
</html>