-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
362 lines (360 loc) · 19.5 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
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Engine</title>
<link rel='icon' href='assets/favicon/favicon-16.png' sizes='16x16'>
<link rel='icon' href='assets/favicon/favicon-32.png' sizes='32x32'>
<link rel='icon' href='assets/favicon/favicon-48.png' sizes='48x48'>
<link rel='icon' href='assets/favicon/favicon-64.png' sizes='64x64'>
<link rel='icon' href='assets/favicon/favicon-128.png' sizes='128x128'>
<link rel='apple-touch-icon-precomposed' sizes='60×60″ href='assets/favicon/apple-touch-icon-60×60-precomposed.png'>
<link rel='apple-touch-icon-precomposed' sizes='72×72″ href='assets/favicon/apple-touch-icon-72×72-precomposed.png'>
<link rel='apple-touch-icon-precomposed' sizes='76×76″ href='assets/favicon/apple-touch-icon-76×76-precomposed.png'>
<link rel='apple-touch-icon-precomposed' sizes='114×114″ href='assets/favicon/apple-touch-icon-114×114-precomposed.png'>
<link rel='apple-touch-icon-precomposed' sizes='120×120″ href='assets/favicon/apple-touch-icon-120×120-precomposed.png'>
<link rel='apple-touch-icon-precomposed' sizes='144×144″ href='assets/favicon/apple-touch-icon-144×144-precomposed.png'>
<link rel='apple-touch-icon-precomposed' sizes='152×152″ href='assets/favicon/apple-touch-icon-152×152-precomposed.png'>
<link rel='apple-touch-icon-precomposed' href='assets/favicon/apple-touch-icon-iphone-precomposed.png'>
<link rel='apple-touch-icon' href='assets/favicon/apple-touch-icon-iphone.png'>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.5">
<!-- Framework Css -->
<link rel="stylesheet" type="text/css" href="assets/css/lib/bootstrap.min.css">
<!-- Font Awesome / Icon Fonts -->
<link rel="stylesheet" type="text/css" href="assets/css/lib/font-awesome.min.css">
<!-- Owl Carousel / Carousel- Slider -->
<link rel="stylesheet" type="text/css" href="assets/css/lib/owl.carousel.min.css">
<!-- Animations -->
<link rel="stylesheet" type="text/css" href="assets/css/lib/animations.min.css">
<!-- Style Theme -->
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<!-- Light Style Theme -->
<link rel="stylesheet" type="text/css" href="assets/css/light.css">
<!-- Responsive Theme -->
<link rel="stylesheet" type="text/css" href="assets/css/responsive.css">
<!-- Google Tag Manager -->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MT6DCKQ');
</script>
<!-- End Google Tag Manager -->
</head>
<body>
<div class="wrapper">
<!--===================== Header ========================-->
<header class="transparent">
<div class="container">
<div class="row">
<div class="col-md-2">
<div class="logo"><a href="index.html"><img src="assets/images/logo-light.png" alt="logo"></a></div>
</div>
<div class="col-md-7">
<ul class="menu">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="service.html">Service</a></li>
<li><a href="order.html">Order</a></li>
<li><a href="list.html">Blog</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
<div class="col-md-3">
<div class="button-header">
<a href="signin.html" class="custom-btn login">Login</a>
<a href="signup.html" class="custom-btn">Sign Up</a>
</div>
</div>
</div>
</div>
<div class="mobile-block">
<div class="logo-mobile"><a href="index.html"><img src="assets/images/logo.svg" alt="logo"></a></div>
<a href="about.html#" class="mobile-menu-btn"><span></span></a>
<div class="mobile-menu">
<div class="inside">
<div class="logo">
<a href="index.html"><img src="assets/images/logo.svg" alt="logo"></a>
</div><!--logo-->
<ul class="menu panel-group" id="accordion" role="tablist" aria-multiselectable="true">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="service.html">About Us</a></li>
<li><a href="order.html">About Us</a></li>
<li><a href="list.html">Blog</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul><!--menu-->
<div class="button-header">
<a href="signin.html" class="custom-btn login">Login</a>
<a href="signup.html" class="custom-btn">Sign Up</a>
</div><!--button-header-->
</div><!--inside-->
</div><!--mobile-menu-->
</div>
</header>
<!--===================== End of Header ========================-->
<!--===================== Breadcrumbs ========================-->
<div class="breadcrumbs">
<div class="container">
<h1>About US</h1>
<p>moving hosting solutions to the next level</p>
</div>
</div>
<!--===================== End of Breadcrumbs ========================-->
<!--===================== Info Block ========================-->
<div class="info-block">
<div class="container">
<p>Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. </p>
</div>
</div>
<!--===================== End of Info Block ========================-->
<!--===================== Team Block ========================-->
<div class="team-block animatedParent">
<div class="row">
<div class="col-md-6 col-6 animated bounceInRight">
<h3>Great Team for You</h3>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.</p>
<ul>
<li>
<h5>Feature One</h5>
<p>There are many variations of passages of Lorem Ipsum available, but the majority .</p>
</li>
<li>
<h5>Feature Two</h5>
<p>There are many variations of passages of Lorem Ipsum available, but the majority .</p>
</li>
</ul>
<span>
<img src="assets/images/php-logo.png" alt="php">
<img src="assets/images/ibm.png" alt="ibm">
</span>
</div>
<div class="col-md-6 images animated bounceInLeft">
<img src="assets/images/about-image.jpg" alt="image">
</div>
</div>
</div>
<!--===================== End of Team Block ========================-->
<!--===================== Team Block ========================-->
<div class="team-block reverse animatedParent">
<div class="row">
<div class="col-md-6 images animated bounceInRight">
<img src="assets/images/about-image2.jpg" alt="image">
</div>
<div class="col-md-6 col-6 animated bounceInLeft">
<h3>We take care of Upgrades, Maintenance and Security</h3>
<p>The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.</p>
<p>Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy.</p>
<p>Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>
</div>
</div>
</div>
<!--===================== End of Team Block ========================-->
<!--===================== Images Bg ========================-->
<div class="images-bg animatedParent">
<img class="animated growIn" src="assets/images/about-image3.jpg" alt="image2">
</div>
<!--===================== End of Images Bg ========================-->
<!--===================== About Block ========================-->
<section class="about-block">
<div class="hosting-software white">
<div class="container">
<h2 class="title-head">Powerful Hosting Software</h2>
<ul id="counter">
<li><b class="count" data-count="244">0</b><span>servers</span></li>
<li>1M+<span>TB total space</span></li>
<li><b class="count" data-count="5">0</b><span>color schemes</span></li>
<li><b class="count" data-count="10">0</b><span>faster</span></li>
</ul>
</div>
</div><!--hosting-software-->
<div class="container small">
<div class="our-team animatedParent">
<h2 class="title-head">Our Team</h2>
<ul>
<li class="animated bounceInUp delay-250">
<img src="assets/images/team1.png" alt="team-img">
<div class="inside">
<a href="index.html#" class="name">John Packet</a>
<span>CEO</span>
</div><!--inside-->
</li>
<li class="animated bounceInUp delay-500">
<img src="assets/images/team2.png" alt="team-img">
<div class="inside">
<a href="index.html#" class="name">Mike Schillig</a>
<span>Head Developer</span>
</div><!--inside-->
</li>
<li class="animated bounceInUp delay-750">
<img src="assets/images/team3.png" alt="team-img">
<div class="inside">
<a href="index.html#" class="name">Lizy Dabars</a>
<span>Manager</span>
</div><!--inside-->
</li>
<li class="animated bounceInUp delay-1000">
<img src="assets/images/team4.png" alt="team-img">
<div class="inside">
<a href="index.html#" class="name">Ann Lecar</a>
<span>CEO</span>
</div><!--inside-->
</li>
</ul>
<ul>
<li class="animated bounceInUp delay-1000">
<img src="assets/images/team5.png" alt="team-img">
<div class="inside">
<a href="index.html#" class="name">John Packet</a>
<span>CEO</span>
</div><!--inside-->
</li>
<li class="animated bounceInUp delay-1250">
<img src="assets/images/team6.png" alt="team-img">
<div class="inside">
<a href="index.html#" class="name">Mike Schillig</a>
<span>Head Developer</span>
</div><!--inside-->
</li>
<li class="animated bounceInUp delay-1500">
<img src="assets/images/team7.png" alt="team-img">
<div class="inside">
<a href="index.html#" class="name">Lizy Dabars</a>
<span>Manager</span>
</div><!--inside-->
</li>
<li class="animated bounceInUp delay-1750">
<img src="assets/images/team8.png" alt="team-img">
<div class="inside">
<a href="index.html#" class="name">Ann Lecar</a>
<span>CEO</span>
</div><!--inside-->
</li>
</ul>
</div><!--our-team-->
<div class="user-slider">
<div class="slider owl-carousel owl-theme">
<div class="item">
<div class="inside">
<img src="assets/images/icon.svg" class="icon" alt="icon">
<img src="assets/images/logo-tesla.png" alt="logo-tesla">
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters.</p>
<div class="user">
<a href="index.html#">
<img src="assets/images/user.png" alt="user">
Oliver Mitchell
<span>Manager at Tesla</span>
</a>
</div><!--user-->
</div><!--inside-->
</div>
<div class="item">
<div class="inside">
<img src="assets/images/icon.svg" class="icon" alt="icon">
<img src="assets/images/logo-tesla.png" alt="logo-tesla">
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters.</p>
<div class="user">
<a href="index.html#">
<img src="assets/images/user.png" alt="user">
Oliver Mitchell
<span>Manager at Tesla</span>
</a>
</div><!--user-->
</div><!--inside-->
</div>
</div><!--slider-->
</div><!--user-slider"-->
</div>
</section>
<!--===================== End of About Block ========================-->
<!--===================== Search Domain ========================-->
<div class="search-domain animatedParent">
<div class="container animated fadeInUpShort">
<div class="row">
<div class="col-md-4 col-xs-12">
<h3>Search Your Domain</h3>
</div>
<div class="col-md-8 col-xs-12">
<form>
<div class="form-group">
<input type="text" placeholder="Domain Name">
<select>
<option value=".com">.com</option>
<option value=".ua">.ua</option>
<option value=".nu">.nu</option>
</select>
</div>
<button class="custom-btn">Search</button>
</form>
</div>
</div>
</div>
</div>
<!--===================== End of Search Domain ========================-->
<!--===================== Footer ========================-->
<footer>
<div class="container">
<div class="widget-footer">
<h4>Product</h4>
<ul>
<li><a href="../service-page/index.html">Web Hosting</a></li>
<li><a href="../service-page/index.html">Shared Hosting</a></li>
<li><a href="../service-page/index.html">Dedicated Server</a></li>
<li><a href="../service-page/index.html">Private Cloud</a></li>
</ul>
</div><!--widget-footer-->
<div class="widget-footer">
<h4>Company</h4>
<ul>
<li><a href="../about/index.html">About Us</a></li>
<li><a href="../service-page/index.html">Careers</a></li>
<li><a href="../blog-list/index.html">Blog</a></li>
<li><a href="../contact/index.html">Contact</a></li>
</ul>
</div><!--widget-footer-->
<div class="widget-footer">
<h4>Support</h4>
<ul>
<li><a href="service-page.html">FAQ</a></li>
<li><a href="../contact/index.html">Contact Us</a></li>
</ul>
</div><!--widget-footer-->
<div class="widget-footer">
<h4>Contact Us</h4>
<ul>
<li><a href="index.html#">+123-333-123</a></li>
<li><a href="index.html#">[email protected]</a></li>
</ul>
</div><!--widget-footer-->
<div class="widget-footer last">
<a href="../index.html"><img src="assets/images/logo-light.png" alt="logo"></a>
<p>There are many variations of passages of Lorem Ipsum </p>
<ul class="social-icon">
<li><a href="index.html#"><i class="fa fa-facebook"></i></a></li>
<li><a href="index.html#"><i class="fa fa-instagram"></i></a></li>
<li><a href="index.html#"><i class="fa fa-youtube"></i></a></li>
</ul>
</div><!--widget-footer-->
<div class="copyright">
<p>© Copyright 2017 Hosting, All Rights Reserved</p>
</div><!--copyright-->
</div>
</footer>
<!--===================== End of Footer ========================-->
</div><!--wrapper-->
<script src="assets/js/lib/jquery.js"></script>
<script src="assets/js/lib/bootstrap.min.js"></script>
<script src="assets/js/lib/owl.carousel.min.js"></script>
<script src="assets/js/lib/css3-animate-it.js"></script>
<script src="assets/js/lib/counter.js"></script>
<script src="assets/js/main.js"></script>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MT6DCKQ"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Start of fruitfulcode Zendesk Widget script -->
<script id="ze-snippet" src="https://static.zdassets.com/ekr/snippet.js?key=d528a83e-80fd-473c-b1a7-66bc4a26548d"> </script>
<!-- End of fruitfulcode Zendesk Widget script -->
</body>
</html>