-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
593 lines (588 loc) · 29 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
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
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/0cba82bad3.js"></script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700;900&display=swap" rel="stylesheet">
<title>Document</title>
</head>
<body>
<div class="wrapper">
<!-- menu -->
<section class="menu-section">
<div class="container">
<div class="menu-items">
<div class="logo">
<img class="logo-icon" src="img/logo-white.png" alt="">
</div>
<div class="menu">
<ul class="menu-li">
<li ><a href=""></a>HOME</li>
<li><a href=""></a>Pages</li>
<li><a href=""></a>Hosting</li>
<li><a href=""></a>Domain</li>
<li><a href=""></a>Afilliates</li>
<li><a href=""></a>Company</li>
<li><a href="" class="btn-link"><i class="fas fa-user user-icon"></i>Client area</a></li>
</ul>
</div>
<div class="burger-menu">
<i class="fas fa-bars bar fa-2x"></i>
<div class="side-nav active">
<ul class="sidenav-menu">
<li><a href=""></a>HOME</li>
<li><a href=""></a>Pages</li>
<li><a href=""></a>Hosting</li>
<li><a href=""></a>Domain</li>
<li><a href=""></a>Afilliates</li>
<li><a href=""></a>Company</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- slider -->
<section class="slider-section">
<div class="container">
<div class="slider-items">
<div class="slider-item">
<div class="headline-container">
<div class="headline">
<p><i class="fas fa-bell bell"></i>30% Discount first annual purchase</p>
</div>
</div>
<h4 class="title">Unlimited Domain & Hosting in One Platform</h4>
<p class="text">A ton of website hosting options, 99.9% uptime guarantee, free SSL
certificate, easy WordPress installs.</p>
<div class="btn-container">
<a class="link" href="">Get Started Now</a>
</div>
</div>
<div class="slider-item center">
<img class="slider-img" src="img/hero-home (1).svg" alt="">
</div>
</div>
<div class="domain-section">
<div class="domain-items">
<div class="domains">
<div class="domain-item">
<h4 class="text-center">Looking For Domain Name?</h4>
</div>
<div class="domain-item">
<form class="form" action="">
<input class="input" type="text" placeholder="yourdomainname.com" />
<input class="input sm" type="text" placeholder="com" />
<button class="submit" type="submit"><i class="fa fa-search"></i>Search</button>
</form>
</div>
<div class="domain-item item-price">
<div class="domain-price">
<img class="domain-name" src="img/com.png" alt="">
<span>$8.99</span>
</div>
<div class="domain-price">
<img class="domain-name" src="img/online.png" alt="">
<span>$0.99</span>
</div>
<div class="domain-price">
<img class="domain-name" src="img/net.png" alt="">
<span>$4.99</span>
</div>
<div class="domain-price">
<img class="domain-name" src="img/org.png" alt="">
<span>$2.99</span>
</div>
<div class="domain-price">
<img class="domain-name" src="img/store.png" alt="">
<span>$0.99</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- hosting section -->
<section class="hosting-section">
<div class="container">
<div class="title-container">
<div class="title-item">
<h4 class="main-title">We Provide You World Class Best Hosting Features For You</h4>
<p class="main-text">Uniquely repurpose strategic core competencies with progressive content.
Assertively transition ethical imperatives and collaborative manufactured products.</p>
</div>
</div>
<div class="hosting-items">
<div class="hosting-item">
<i class="fas fa-cubes fa-3x icon"></i>
<h3 class="card-title">Fully functional</h3>
<p class="card-text">Phosfluorescently target bleeding sources through viral methodsp progressively
expedite empowered.</p>
</div>
<div class="hosting-item">
<i class="fas fa-headset fa-3x icon"></i>
<h3 class="card-title">Fully functional</h3>
<p class="card-text">Phosfluorescently target bleeding sources through viral methodsp progressively
expedite empowered.</p>
</div>
<div class="hosting-item">
<i class="fas fa-lock fa-3x icon"></i>
<h3 class="card-title">Fully functional</h3>
<p class="card-text">Phosfluorescently target bleeding sources through viral methodsp progressively
expedite empowered.</p>
</div>
</div>
</div>
</section>
<!-- services -->
<section class="service-section">
<div class="container">
<div class="service-items">
<div class="service-item">
<h4 class="s-title">Best Cloud HostingWith Trusted Service</h4>
<p class="s-text">Objectively innovate high standards in methodologies vis-a-vis sustainable
compellingly maintain multidisciplinary process proactively streamline mission-critical
information via quality imperatives.</p>
<div class="btn-container">
<a class="link" href="">Get Started Now</a>
</div>
</div>
<div class="service-item">
<img class="service-img" src="img/ds.svg" alt="">
</div>
</div>
</div>
</section>
<!-- tools -->
<section class="tools-section">
<div class="container">
<div class="title-container">
<div class="title-item">
<h4 class="main-title">Our Tools And Services For Optimize Website Building</h4>
<p class="main-text">Uniquely repurpose strategic core competencies with progressive content.
Assertively transition ethical imperatives and collaborative manufactured products.</p>
</div>
</div>
<div class="tool-items">
<div class="tool-item">
<div class="top-card">
<div class="card-item">
<span>EASY & FIRST</span>
<h4>Website Building</h4>
</div>
<i class="fas fa-shield-alt fa-3x icon"></i>
</div>
<p class="tooltext">Globally fashion client-focused synergy for accurate synergy. Quickly network
cost effective ideas rather than standardized leadership. Interactively syndicate alternative
opportunities via ubiquitous systems.</p>
<div class="transparent-cont">
<a class="transparant" href="">learn more</a>
</div>
</div>
<div class="tool-item">
<div class="top-card">
<div class="card-item">
<span>EASY & FIRST</span>
<h4>Website Building</h4>
</div>
<i class="fab fa-wordpress fa-3x icon"></i>
</div>
<p class="tooltext">Globally fashion client-focused synergy for accurate synergy. Quickly network
cost effective ideas rather than standardized leadership. Interactively syndicate alternative
opportunities via ubiquitous systems.</p>
<div class="transparent-cont">
<a class="transparant" href="">learn more</a>
</div>
</div>
<div class="tool-item">
<div class="top-card">
<div class="card-item">
<span>EASY & FIRST</span>
<h4>Website Building</h4>
</div>
<i class="fas fa-headset fa-3x icon"></i>
</div>
<p class="tooltext">Globally fashion client-focused synergy for accurate synergy. Quickly network
cost effective ideas rather than standardized leadership. Interactively syndicate alternative
opportunities via ubiquitous systems.</p>
<div class="transparent-cont">
<a class="transparant" href="">learn more</a>
</div>
</div>
<div class="tool-item">
<div class="top-card">
<div class="card-item">
<span>EASY & FIRST</span>
<h4>Website Building</h4>
</div>
<i class="fas fa-dolly-flatbed fa-3x icon"></i>
</div>
<p class="tooltext">Globally fashion client-focused synergy for accurate synergy. Quickly network
cost effective ideas rather than standardized leadership. Interactively syndicate alternative
opportunities via ubiquitous systems.</p>
<div class="transparent-cont">
<a class="transparant" href="">learn more</a>
</div>
</div>
</div>
</div>
</section>
<!-- price -->
<section class="pricing-section">
<div class="container">
<div class="title-container">
<div class="title-item">
<h4 class="main-title">Our Flexible Pricing Plan</h4>
<p class="main-text">Professional hosting at an affordable price. Distinctively recaptiualize
principle-centered core competencies through client-centered core competencies.</p>
</div>
</div>
<div class="pricing-items">
<div class="pricing-item">
<img class="pricing-icon" src="img/dadicate-web-hosting.svg" alt="">
<h3 class="pricing-title">Web Hosting</h3>
<p class="pricing-text">Large and enterprise business</p>
<hr class="line">
<span>Starting at</span>
<div class="price">$8.99 /mo</div>
<a class="pricing-btn" href="">Get started Now</a>
</div>
<div class="pricing-item">
<img class="pricing-icon" src="img/vps-hosting.svg" alt="">
<h3 class="pricing-title">Web Hosting</h3>
<p class="pricing-text">Large and enterprise business</p>
<hr class="line">
<span>Starting at</span>
<div class="price">$8.99 /mo</div>
<a class="pricing-btn" href="">Get started Now</a>
</div>
<div class="pricing-item">
<img class="pricing-icon" src="img/cloud-hosting.svg" alt="">
<h3 class="pricing-title">Web Hosting</h3>
<p class="pricing-text">Large and enterprise business</p>
<hr class="line">
<span>Starting at</span>
<div class="price">$8.99 /mo</div>
<a class="pricing-btn" href="">Get started Now</a>
</div>
</div>
<div class="pricing-footer-container">
<div class="pricing-footer">
<div class="contacts top">
<i class="fas fa-headset icon fa-lg"></i>
<p>We're Here to Help You</p>
</div>
<div class="contacts bottom">
<p>Have some questions?<a href=""> Chat with us now </a>or<a href="">send us an email</a>send us
an email</p>
</div>
</div>
</div>
</div>
</section>
<!-- about -->
<section class="about-section">
<div class="container">
<div class="about-items">
<div class="about-item">
<div class="about-container">
<h3 class="about-title">99% Cloud Hosing High-speed Cutting-edge Platform</h3>
<p class="about-text">Authoritatively transform functionalized information without
cross-platform convergence. Quickly reconceptualize cross-unit e-markets without superior
products. Appropriately foster timely collaboration and idea-sharing rather than magnetic
potentialities. Authoritatively restore high standards in outsourcing whereas vertical
meta-services. Compellingly reconceptualize out-of-the-box outsourcing through plug-and-play
synergy.</p>
<div class="transparent-cont">
<a class="transparant" href="">learn more</a>
</div>
</div>
<div class="about-container none">
<img class="about-img" src="img/services.svg" alt="">
</div>
</div>
<div class="about-item">
<div class="about-container none">
<img class="about-img" src="img/create-website.svg" alt="">
</div>
<div class="about-container">
<h3 class="about-title">99% Cloud Hosing High-speed Cutting-edge Platform</h3>
<p class="about-text">Authoritatively transform functionalized information without
cross-platform convergence. Quickly reconceptualize cross-unit e-markets without superior
products. Appropriately foster timely collaboration and idea-sharing rather than magnetic
potentialities. Authoritatively restore high standards in outsourcing whereas vertical
meta-services. Compellingly reconceptualize out-of-the-box outsourcing through plug-and-play
synergy.</p>
<div class="transparent-cont">
<a class="transparant" href="">learn more</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- support -->
<section class="support-section">
<div class="container">
<div class="support-items">
<div class="support-item">
<h4 class="s-title">24/7 Expert Hosting Support Our Customers Love</h4>
<p class="s-text">Objectively innovate high compellingly maintain progressively pursue
mission-critical information quality imperatives.</p>
<div class="support-contacts">
<div class="support-contact">
<i class="fas fa-comment contact-icon"></i>
<p>support@yourdomain.com</p>
</div>
<div class="support-contact">
<i class="fas fa-phone-alt contact-icon"></i>
<p>+00123456789</p>
</div>
</div>
</div>
<div class="support-item none">
<img class="support-img" src="img/call-center-support.svg" alt="">
</div>
</div>
</div>
</section>
<!--testimonials -->
<section class="testimonial-section">
<div class="container">
<div class="title-container">
<div class="title-item">
<h4 class="main-title">Our Lovely Client Say About Us</h4>
<p class="main-text">Uniquely repurpose strategic core competencies with progressive content.
Assertively transition ethical imperatives and collaborative manufactured products.</p>
</div>
</div>
<div class="testimonial-items">
<div class="testimonial-item">
<h3 class="testimonial-title">Efficiently innovate app</h3>
<p class="testimonial-text">Continually redefine sticky channels whereas extensive "outside the box"
thinking. Rapidiously supply focused schemas vis-a-vis optimal users.</p>
<div class="testimonial-authors">
<div class="identity">
<img class="testimonial-author" src="img/client-1.jpg" alt="">
</div>
<div class="identity">
<p>Ann Jolly</p>
<p>BizBite</p>
</div>
</div>
</div>
<div class="testimonial-item">
<h3 class="testimonial-title">Efficiently innovate app</h3>
<p class="testimonial-text">Continually redefine sticky channels whereas extensive "outside the box"
thinking. Rapidiously supply focused schemas vis-a-vis optimal users.</p>
<div class="testimonial-authors">
<div class="identity">
<img class="testimonial-author" src="img/client-2.jpg" alt="">
</div>
<div class="identity">
<p>Ann Jolly</p>
<p>BizBite</p>
</div>
</div>
</div>
<div class="testimonial-item">
<h3 class="testimonial-title">Efficiently innovate app</h3>
<p class="testimonial-text">Continually redefine sticky channels whereas extensive "outside the box"
thinking. Rapidiously supply focused schemas vis-a-vis optimal users.</p>
<div class="testimonial-authors">
<div class="identity">
<img class="testimonial-author" src="img/client-3.jpg" alt="">
</div>
<div class="identity">
<p>Ann Jolly</p>
<p>BizBite</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--blog -->
<section class="blog-section">
<div class="container">
<div class="title-container">
<div class="title-item">
<h4 class="main-title">Recent News and Events</h4>
<p class="main-text">Efficiently matrix robust total linkage after market positioning bandwidth.
Holisticly restore B2B materials rather than brand flexible paradigms vis-a-vis mission-critical
e-commerce.</p>
</div>
</div>
<div class="blog-items">
<div class="blog-item">
<h3 class="blog-title">Professionally cultivate testing</h3>
<span> On 20 Mar, 2020</span>
<hr class="hr">
<p class="blog-text">Enthusiastically pursue tactical architectures vis-a-vis goal-oriented
resources.</p>
<div class="blog-footer">
<div class="blog-coment">
<i class="fas fa-comment"></i>
<span>34</span>
<span>comments</span>
</div>
<div class="blog-user">
<i class="fas fa-portrait user fa-lg"></i>
</div>
</div>
</div>
<div class="blog-item">
<h3 class="blog-title">Professionally cultivate testing</h3>
<span> On 20 Mar, 2020</span>
<hr class="hr">
<p class="blog-text">Enthusiastically pursue tactical architectures vis-a-vis goal-oriented
resources.</p>
<div class="blog-footer">
<div class="blog-coment">
<i class="fas fa-comment"></i>
<span>34</span>
<span>comments</span>
</div>
<div class="blog-user">
<i class="fas fa-portrait user fa-lg"></i>
</div>
</div>
</div>
<div class="blog-item">
<h3 class="blog-title">Professionally cultivate testing</h3>
<span> On 20 Mar, 2020</span>
<hr class="hr">
<p class="blog-text">Enthusiastically pursue tactical architectures vis-a-vis goal-oriented
resources.</p>
<div class="blog-footer">
<div class="blog-coment">
<i class="fas fa-comment"></i>
<span>34</span>
<span>comments</span>
</div>
<div class="blog-user">
<i class="fas fa-portrait user fa-lg"></i>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Custome -->
<section class="Customer-section">
<div class="container">
<div class="title-container">
<div class="title-item">
<h4 class="main-title">Lots of Customer Love Us</h4>
<p class="main-text">Rapidiously morph transparent internal or sources whereas resource sucking
e-business. Conveniently innovate formulate clicks-and-mortar manufactured products compelling
internal.</p>
</div>
</div>
<div class="Customer-items">
<div class="custumer-item">
<div class="cusomer-img-container">
<img class="customer-img" src="img/1.png" alt="">
</div>
<div class="cusomer-img-container">
<img class="customer-img" src="img/2.png" alt="">
</div>
<div class="cusomer-img-container">
<img class="customer-img" src="img/3.png" alt="">
</div>
<div class="cusomer-img-container">
<img class="customer-img" src="img/4.png" alt="">
</div>
<div class="cusomer-img-container">
<img class="customer-img" src="img/5.png" alt="">
</div>
<div class="cusomer-img-container">
<img class="customer-img" src="img/6.png" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- footer -->
<footer class="footer-section">
<div class="container">
<div class="footer-items">
<div class="footer-item wider">
<div class="footer-title"><img class="footer-icon" src="img/logo-white.png" alt=""></div>
<p class="footer-paragraph">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam
at dignissim nunc, id maximus ex. Etiam nec dignissim elit, at
dignissim enim.
</p>
<div class="footer-icons">
<i class="fab fa-twitter icons"></i>
<i class="fab fa-youtube icons"></i>
<i class="fab fa-linkedin-in icons"></i>
<i class="fab fa-dribbble icons"></i>
</div>
</div>
<div class="footer-item links">
<h4 class="footer-title">Resources</h4>
<div class="footer-links">
<a class="footer-link" href="">Help</a>
<a class="footer-link" href="">events</a>
<a class="footer-link" href="">live sesion</a>
<a class="footer-link" href="">open source</a>
<a class="footer-link" href="">documentation</a>
</div>
</div>
<div class="footer-item links">
<h4 class="footer-title">Resources</h4>
<div class="footer-links">
<a class="footer-link" href="">Help</a>
<a class="footer-link" href="">events</a>
<a class="footer-link" href="">live sesion</a>
<a class="footer-link" href="">open source</a>
<a class="footer-link" href="">documentation</a>
</div>
</div>
<div class="footer-item links">
<h4 class="footer-title">Resources</h4>
<div class="footer-links">
<a class="footer-link" href="">Help</a>
<a class="footer-link" href="">events</a>
<a class="footer-link" href="">live sesion</a>
<a class="footer-link" href="">open source</a>
<a class="footer-link" href="">documentation</a>
</div>
</div>
<div class="footer-item links">
<h4 class="footer-title">Resources</h4>
<div class="footer-links">
<a class="footer-link" href="">Help</a>
<a class="footer-link" href="">events</a>
<a class="footer-link" href="">live sesion</a>
<a class="footer-link" href="">open source</a>
<a class="footer-link" href="">documentation</a>
</div>
</div>
</div>
</div>
</footer>
<div class="copyright-section">
<div class="container">
<div class="copyright-items">
<div class="authorship">
© ThemeTags Design Agency, All rights reserved
</div>
<div class="template-info">
<a href="">Terms & Condition </a>
<a href="">Security</a>
<a href="">Privacy Policy</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>