-
Notifications
You must be signed in to change notification settings - Fork 0
/
home-cloud-hosting.html
937 lines (908 loc) · 54.4 KB
/
home-cloud-hosting.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
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from iteck-html.themescamp.com/home-cloud-hosting.html by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 28 Feb 2023 11:28:29 GMT -->
<head>
<!-- Metas -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="keywords" content="HTML5 Template Iteck Multi-Purpose themeforest" />
<meta name="description" content="Iteck - Multi-Purpose HTML5 Template" />
<meta name="author" content="" />
<!-- Title -->
<title>Iteck</title>
<!-- Favicon -->
<link rel="shortcut icon" href="assets/img/fav.png" title="Favicon" sizes="16x16" />
<!-- ====== bootstrap icons cdn ====== -->
<link rel="stylesheet" href="../cdn.jsdelivr.net/npm/bootstrap-icons%401.7.2/font/bootstrap-icons.css">
<!-- bootstrap 5 -->
<link rel="stylesheet" href="assets/css/lib/bootstrap.min.css">
<!-- ====== font family ====== -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="assets/css/lib/all.min.css" />
<link rel="stylesheet" href="assets/css/lib/animate.css" />
<link rel="stylesheet" href="assets/css/lib/jquery-ui.min.css" />
<link rel="stylesheet" href="assets/css/lib/jquery.fancybox.css" />
<link rel="stylesheet" href="assets/css/lib/lity.css" />
<link rel="stylesheet" href="assets/css/lib/swiper.min.css" />
<!-- ====== global style ====== -->
<link rel="stylesheet" href="assets/css/style.css" />
</head>
<body class="home-style-9">
<!-- ====== start loading page ====== -->
<!-- <div id="preloader">
</div> -->
<!-- ---------- loader ---------- -->
<div id="preloader">
<div id="loading-wrapper" class="show">
<div id="loading-text"> <img src="assets/img/logo_loading.png" alt=""> </div>
<div id="loading-content"></div>
</div>
</div>
<!-- ====== end loading page ====== -->
<!-- ====== start sidemenu navbar ====== -->
<div class="side_menu style-7 dark_theme" id="side_menu">
<a href="#0" class="side_menu_cls">
<img src="assets/img/icons/4dots_light.png" alt="">
</a>
<div class="content">
<div class="logo">
<a href="#" class="w-100">
<img src="assets/img/logo_9.png" alt="">
</a>
</div>
<div class="pages_links">
<ul>
<li><a href="#" class="active">Home</a></li>
<li><a href="#">about</a></li>
<li><a href="#">services</a></li>
<li><a href="#">portfolio</a></li>
<li><a href="#">blog</a></li>
<li><a href="#">contact</a></li>
<li><a href="#">shop</a></li>
</ul>
</div>
<div class="side_foot">
<h5> get in touch </h5>
<div class="row">
<div class="col-lg-6">
<a href="#"> <i class="fal fa-phone-alt me-2"></i> (+23) 5535 68 68 </a>
</div>
<div class="col-lg-6">
<a href="#"> <i class="fal fa-envelope me-2 mt-4 mt-lg-0"></i> [email protected] </a>
</div>
</div>
</div>
</div>
</div>
<div class="side_overlay"></div>
<!-- ====== end sidemenu navbar ====== -->
<!-- ====== start header ====== -->
<header class="style-9">
<div class="navs-container">
<!-- ====== start top navbar ====== -->
<div class="top-navbar style-9">
<div class="container">
<div class="row justify-content-between align-items-center gx-0">
<div class="col-7">
<div class="top_info">
<a href="#" class="me-4">
<i class="fas fa-envelope-open me-1"></i>
<span>info@iteck-tech</span>
</a>
<a href="#">
<i class="fas fa-phone me-1"></i>
<span>+89 (000) 786 999</span>
</a>
</div>
</div>
<div class="col-5">
<div class="side_links d-flex justify-content-lg-end">
<a href="#" class="me-4"> Careers </a>
<a href="#" class="me-4"> Faq </a>
<div class="dropdown border-1 border-start ps-4">
<a class="dropdown-toggle fw-bold" href="#" id="navbarDropdown1" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
English
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
<li><a class="dropdown-item" href="#0"> Arabic </a></li>
<li><a class="dropdown-item" href="#0"> french </a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ====== end top navbar ====== -->
<!-- ====== start navbar ====== -->
<nav class="navbar navbar-expand-lg navbar-dark style-9">
<div class="container content">
<a class="navbar-brand" href="#">
<img src="assets/img/logo_9.png" alt="">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav m-auto mb-2 mb-lg-0 ps-4">
<li class="nav-item dropdown">
<a class="nav-link active dropdown-toggle" href="#" id="navbarDropdown1" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
Homes
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
<li><a class="dropdown-item" href="index-2.html"> Landing Preview </a></li>
<li><a class="dropdown-item" href="home-it-solutions2.html"> Creative It Solutions
</a></li>
<li><a class="dropdown-item" href="home-data-analysis.html"> Data Analysis </a></li>
<li><a class="dropdown-item" href="home-app-landing.html"> App Landing </a></li>
<li><a class="dropdown-item" href="home-saas-technology.html"> Saas Technology </a>
</li>
<li><a class="dropdown-item" href="home-marketing-startup.html"> Marketing Startup
</a></li>
<li><a class="dropdown-item" href="home-it-solutions.html"> It Solution </a></li>
<li><a class="dropdown-item" href="home-software-company.html"> Software Company
</a></li>
<li><a class="dropdown-item" href="home-digital-agency.html"> Digital Agency </a>
</li>
<li><a class="dropdown-item" href="home-shop-modern.html"> Modern Shop </a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown2" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
pages
<!-- <small class="hot alert-danger text-danger">hot</small> -->
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
<li><a class="dropdown-item" href="page-about-app.html">about</a></li>
<li><a class="dropdown-item" href="page-product-app.html">product</a></li>
<li><a class="dropdown-item" href="page-services-app.html">services</a></li>
<li><a class="dropdown-item" href="page-shop-app.html">shop</a></li>
<li><a class="dropdown-item" href="page-single-project-app.html">single project</a>
</li>
<li><a class="dropdown-item" href="page-single-post-app.html">single post</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="page-portfolio-app.html">
portfolio
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="page-blog-app.html">
blog
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="page-contact-app.html">
<!-- <img src="assets/img/icons/nav_icon/price.png" alt="" class="icon-15 me-1"> -->
contact
</a>
</li>
</ul>
<div class="nav-side">
<div class="d-flex align-items-center">
<a href="#" class="me-4">
<img src="assets/img/icons/cart_light.png" alt="">
</a>
<a href="#0" class="me-4">
<img src="assets/img/icons/user_light.png" alt="">
</a>
<a href="#0" class="side_menu_btn">
<img src="assets/img/icons/4dots_light.png" alt="">
</a>
</div>
</div>
</div>
</div>
</nav>
<!-- ====== end navbar ====== -->
<!-- ====== start hosting links ====== -->
<div class="hosting-links py-4 text-white text-center">
<div class="container">
<div class="links">
<a href="#" class="fw-bold pe-3 me-3 border-end border-1 brd-light hover-darkBlue"> Cloud Hosting </a>
<a href="#" class="me-4 hover-darkBlue"> Web Hosting </a>
<a href="#" class="me-4 hover-darkBlue"> Windows Hosting </a>
<a href="#" class="me-4 hover-darkBlue"> Dedicated Server </a>
<a href="#" class="me-4 hover-darkBlue"> VPS Hosting </a>
<a href="#" class="hover-darkBlue"> Reseller Hosting </a>
</div>
</div>
</div>
<!-- ====== end hosting links ====== -->
</div>
<div class="container">
<div class="content section-padding">
<div class="row align-items-center">
<div class="col-lg-5">
<div class="info">
<h6> cloud hosting </h6>
<h1> High Performance Secured <span> Hosting </span> </h1>
<ul>
<li> Improved page loads and SEO </li>
<li> Fee domain, email & support included </li>
<li> 30-day money back guarantee </li>
</ul>
<a href="#" class="butn border-2 border-white border rounded-3 text-white mt-40">
<span> Get Started Now </span>
</a>
</div>
</div>
<div class="col-lg-7">
<div class="img">
<img src="assets/img/header/header9.svg" alt="">
</div>
</div>
</div>
</div>
</div>
</header>
<!-- ====== end header ====== -->
<!--Contents-->
<main>
<!-- ====== start domain search ====== -->
<section class="domain-search style-9 section-padding bg-gray2">
<div class="container">
<div class="section-head text-center style-9 mb-80 wow fadeInUp">
<h6> domain search </h6>
<h2> It’s All Starts With A Good Domain </h2>
<p> Free to focus on growing your business, let us handle your site </p>
</div>
<div class="content">
<div class="row justify-content-center">
<div class="col-lg-7">
<div class="domain-choose wow fadeInUp">
<div class="form-group">
<span class="icon"> <i class="far fa-search"></i> </span>
<input type="text" placeholder="Search with any name">
<select name="" id="" class="form-select">
<option value="">.com</option>
<option value="">.tech</option>
<option value="">.net</option>
<option value="">.co</option>
<option value="">.info</option>
<option value="">.org</option>
</select>
</div>
<button class="butn bg-darkBlue2 border-0 rounded-3 text-white">
<span> Search Now </span>
</button>
</div>
</div>
</div>
<div class="domain-names">
<div class="row justify-content-center wow fadeInUp">
<div class="col-lg-10">
<div class="row">
<div class="col-lg-2 col-6">
<div class="item dom-tech">
<p> <i class="far fa-square-full"></i> .tech<span>/$8.00</span> </p>
</div>
</div>
<div class="col-lg-2 col-6">
<div class="item dom-net">
<p> <i class="far fa-square-full"></i> .net<span>/$8.00</span> </p>
</div>
</div>
<div class="col-lg-2 col-6">
<div class="item dom-co">
<p> <i class="far fa-square-full"></i> .co/<span>$5.00</span> </p>
</div>
</div>
<div class="col-lg-2 col-6">
<div class="item dom-com">
<p> <i class="far fa-square-full"></i> .com<span>/$10.00</span> </p>
</div>
</div>
<div class="col-lg-2 col-6">
<div class="item dom-info">
<p> <i class="far fa-square-full"></i> .info<span>/$10.00</span> </p>
</div>
</div>
<div class="col-lg-2 col-6">
<div class="item dom-org">
<p> <i class="far fa-square-full"></i> .org<span>/$3.00</span> </p>
</div>
</div>
</div>
</div>
</div>
<h5 class=" wow fadeInUp"> Which domain is right for you? </h5>
</div>
</div>
</div>
</section>
<!-- ====== end domain search ====== -->
<!-- ====== start about ====== -->
<section class="about style-9 section-padding">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="img wow fadeIn">
<img src="assets/img/about/about9.svg" alt="">
</div>
</div>
<div class="col-lg-6">
<div class="info">
<div class="section-head style-9 mb-40">
<h6 class=" wow fadeInUp"> about company </h6>
<h2 class=" wow fadeInUp"> Safeguard Sites With Staging & Backups </h2>
</div>
<ul>
<li class=" wow fadeInUp">
<span class="icon">
<img src="assets/img/icons/ab9_1.png" alt="">
</span>
<p> <strong class="color-darkBlue2"> Safely test changes: </strong> Test site updates, code modifications & content change. </p>
</li>
<li class=" wow fadeInUp">
<span class="icon">
<img src="assets/img/icons/ab9_2.png" alt="">
</span>
<p> <strong class="color-darkBlue2"> Easy development: </strong> Deploy files and database changes from your site. </p>
</li>
</ul>
<div class="call-info pt-40 mt-40 wow fadeInUp">
<h5> Call 000-111-2220 or Chat Now </h5>
<p> International calling fees may apply </p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ====== end about ====== -->
<!-- ====== start services ====== -->
<section class="services style-9 bg-gray2">
<div class="services-content">
<div class="container">
<div class="row">
<div class="col-lg-3 col-sm-6">
<div class="service-card wow fadeInUp">
<div class="img-icon">
<img src="assets/img/icons/serv_icons/30.png" alt="">
</div>
<h3> Building <br> Honest Guidance </h3>
<p> Includes industry-standard cPanel to install apps. </p>
<a href="#" class="icon"> <i class="far fa-long-arrow-right"></i> </a>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="service-card wow fadeInUp" data-wow-delay="0.2s">
<div class="img-icon">
<img src="assets/img/icons/serv_icons/31.png" alt="">
</div>
<h3> 1-Click <br> Installations </h3>
<p> Includes industry-standard cPanel to install apps. </p>
<a href="#" class="icon"> <i class="far fa-long-arrow-right"></i> </a>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="service-card wow fadeInUp" data-wow-delay="0.4s">
<div class="img-icon">
<img src="assets/img/icons/serv_icons/32.png" alt="">
</div>
<h3> 24/7 <br> Network Security </h3>
<p> Includes industry-standard cPanel to install apps. </p>
<a href="#" class="icon"> <i class="far fa-long-arrow-right"></i> </a>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="service-card wow fadeInUp" data-wow-delay="0.6s">
<div class="img-icon">
<img src="assets/img/icons/serv_icons/33.png" alt="">
</div>
<h3> Global <br> Data Centers </h3>
<p> Includes industry-standard cPanel to install apps. </p>
<a href="#" class="icon"> <i class="far fa-long-arrow-right"></i> </a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="con-info wow fadeInDown">
<h5> Need help? Call our award-winning support team at <strong> 040-67607600 </strong> </h5>
</div>
</div>
</section>
<!-- ====== end services ====== -->
<!-- ====== start pricing ====== -->
<section class="pricing style-9 section-padding bg-gray2">
<div class="container">
<div class="section-head text-center style-9 mb-80 wow fadeInUp">
<h6> best plans </h6>
<h2> Hosting Plans Include </h2>
<p> Free to focus on growing your business, let us handle your site </p>
</div>
<div class="content">
<div class="row">
<div class="col-lg-4">
<div class="pricing-card wow fadeInUp">
<div class="card-head">
<h5> Starter </h5>
<p> Best price for a basic site </p>
</div>
<div class="pricing-cont">
<h2 class="price"> $49.00 <small> /mo </small> </h2>
<p class="hightLight"> With a 3 Year term (40% savings) </p>
<p class="color-999"> You pay $49.00/mo today renews june 2024 for $59.00/mo </p>
<a href="#" class="butn border-2 border-darkBlue2 border rounded-3 color-darkBlue2 fw-bold mt-30 w-100 mb-20">
<span> Purchase Plan </span>
</a>
<ul>
<li> <p> <strong class="color-darkBlue2"> 01 </strong> Website Design </p> <span class="icon"> <i class="fal fa-check"></i> </span> </li>
<li> <p> <strong class="color-darkBlue2"> 50 GB </strong> Storage </p> <span class="icon"> <i class="fal fa-check"></i> </span> </li>
<li> <p> <strong class="color-darkBlue2"> Unlimited </strong> Bandwidth </p> <span class="icon"> <i class="fal fa-check"></i> </span> </li>
<li> <p> <strong class="color-darkBlue2"> 100 </strong> FTP Users </p> <span class="icon"> <i class="fal fa-check"></i> </span> </li>
</ul>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="pricing-card mt-4 mt-lg-0 wow fadeInUp" data-wow-delay="0.2s">
<div class="card-head">
<h5> Economy </h5>
<p> Best price for a basic site </p>
</div>
<div class="pricing-cont">
<h2 class="price"> $59.00 <small> /mo </small> </h2>
<p class="hightLight"> With a 3 Year term (45% savings) </p>
<p class="color-999"> You pay $49.00/mo today renews june 2024 for $59.00/mo </p>
<a href="#" class="butn border-2 border-darkBlue2 border rounded-3 color-darkBlue2 fw-bold mt-30 w-100 mb-20">
<span> Purchase Plan </span>
</a>
<ul>
<li> <p> <strong class="color-darkBlue2"> 01 </strong> Website Design </p> <span class="icon"> <i class="fal fa-check"></i> </span> </li>
<li> <p> <strong class="color-darkBlue2"> 50 GB </strong> Storage </p> <span class="icon"> <i class="fal fa-check"></i> </span> </li>
<li> <p> <strong class="color-darkBlue2"> Unlimited </strong> Bandwidth </p> <span class="icon"> <i class="fal fa-check"></i> </span> </li>
<li> <p> <strong class="color-darkBlue2"> 100 </strong> FTP Users </p> <span class="icon"> <i class="fal fa-check"></i> </span> </li>
</ul>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="pricing-card mt-4 mt-lg-0 wow fadeInUp" data-wow-delay="0.4s">
<div class="card-head">
<h5> Deluxe </h5>
<p> Best price for a basic site </p>
</div>
<div class="pricing-cont">
<h2 class="price"> $199.00 <small> /mo </small> </h2>
<p class="hightLight"> With a 3 Year term (40% savings) </p>
<p class="color-999"> You pay $49.00/mo today renews june 2024 for $59.00/mo </p>
<a href="#" class="butn border-2 border-darkBlue2 border rounded-3 color-darkBlue2 fw-bold mt-30 w-100 mb-20">
<span> Purchase Plan </span>
</a>
<ul>
<li> <p> <strong class="color-darkBlue2"> 01 </strong> Website Design </p> <span class="icon"> <i class="fal fa-check"></i> </span> </li>
<li> <p> <strong class="color-darkBlue2"> 50 GB </strong> Storage </p> <span class="icon"> <i class="fal fa-check"></i> </span> </li>
<li> <p> <strong class="color-darkBlue2"> Unlimited </strong> Bandwidth </p> <span class="icon"> <i class="fal fa-check"></i> </span> </li>
<li> <p> <strong class="color-darkBlue2"> 100 </strong> FTP Users </p> <span class="icon"> <i class="fal fa-check"></i> </span> </li>
</ul>
</div>
</div>
</div>
</div>
<h5 class="offer-text wow fadeInDown"> In addition to Windows Web Hosting plans, we offer <a href="#"> Linux Plans </a> </h5>
</div>
</div>
</section>
<!-- ====== end pricing ====== -->
<!-- ====== start chat-banner ====== -->
<section class="chat-banner style-9">
<div class="container">
<div class="content text-center wow zoomIn">
<div class="section-head text-center style-9">
<h6 class="text-white"> sync by app </h6>
<h2 class="text-white"> Your Favorite Hosting App Is <br> One Click Away </h2>
<div class="btns mt-40">
<a href="#" class="butn bg-darkBlue2 border-darkBlue2 border-2 border text-white rounded-3">
<span> Get In Touch </span>
</a>
<a href="#" class="butn text-white border-2 border-white border rounded-3 ms-3">
<span> Learn More </span>
</a>
</div>
</div>
</div>
</div>
<img src="assets/img/chat_back9_icons.png" alt="" class="img_back slide_up_down">
</section>
<!-- ====== end chat-banner ====== -->
<!-- ====== start choose us ====== -->
<section class="choose-us style-9 section-padding bg-gray2">
<div class="container">
<div class="section-head text-center style-9 mb-80 wow fadeInUp">
<h6> why choose us </h6>
<h2> This Website Needs from <br> Startup to Success </h2>
</div>
<div class="content">
<ul class="nav nav-pills mb-3 wow fadeInUp" id="pills-tab" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link active" id="choose1-tab" data-bs-toggle="pill" data-bs-target="#choose1" type="button" role="tab" aria-controls="pills-home" aria-selected="true">
<img src="assets/img/icons/features/9.svg" alt=""> 1 Click Acesss
</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="choose2-tab" data-bs-toggle="pill" data-bs-target="#choose2" type="button" role="tab" aria-controls="pills-profile" aria-selected="false">
<img src="assets/img/icons/features/10.svg" alt=""> Update Management
</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="choose3-tab" data-bs-toggle="pill" data-bs-target="#choose1" type="button" role="tab" aria-controls="pills-contact" aria-selected="false">
<img src="assets/img/icons/features/11.svg" alt=""> Site Monitoring
</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="choose4-tab" data-bs-toggle="pill" data-bs-target="#choose2" type="button" role="tab" aria-controls="pills-contact" aria-selected="false">
<img src="assets/img/icons/features/12.svg" alt=""> Staging Site
</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="choose5-tab" data-bs-toggle="pill" data-bs-target="#choose1" type="button" role="tab" aria-controls="pills-contact" aria-selected="false">
<img src="assets/img/icons/features/13.svg" alt=""> Backup & Restore
</button>
</li>
</ul>
<div class="tab-content pt-2 wow fadeInUp" id="pills-tabContent">
<div class="tab-pane fade show active" id="choose1" role="tabpanel">
<p class="text-center fs-6 color-darkBlue2"> Cost-effective hosting that delivers secure, reliable performance. </p>
<div class="feat-content">
<div class="row align-items-center gx-0">
<div class="col-lg-6">
<div class="img img-cover">
<img src="assets/img/choose_us/choose9.png" alt="">
</div>
</div>
<div class="col-lg-5 offset-lg-1">
<div class="info mt-4 mt-lg-0">
<div class="icon">
<img src="assets/img/choose_us/icon3.png" alt="">
</div>
<h2> This Website Needs from <br> Startup to Success. </h2>
<p> Websites are stored or “hosted” on a publicly accessible computer (a server). Some websites require an entire server to themselves. </p>
</div>
</div>
</div>
<a href="https://www.youtube.com/watch?v=pGbIOC83-So&t=21s" class="play_icon" data-lity>
<i class="fas fa-play"></i>
</a>
</div>
</div>
<div class="tab-pane fade" id="choose2" role="tabpanel">
<p class="text-center fs-6 color-darkBlue2"> Cost-effective hosting that delivers secure, reliable performance. </p>
<div class="feat-content">
<div class="row align-items-center gx-0">
<div class="col-lg-6">
<div class="img img-cover">
<img src="assets/img/choose_us/choose9.png" alt="">
</div>
</div>
<div class="col-lg-5 offset-lg-1">
<div class="info mt-4 mt-lg-0">
<div class="icon">
<img src="assets/img/icons/ab9_2.png" alt="">
</div>
<h2> This Website Needs from <br> Startup to Success. </h2>
<p> Websites are stored or “hosted” on a publicly accessible computer (a server). Some websites require an entire server to themselves. </p>
</div>
</div>
</div>
<a href="https://www.youtube.com/watch?v=pGbIOC83-So&t=21s" class="play_icon" data-lity>
<i class="fas fa-play"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ====== end choose us ====== -->
<!-- ====== start testimonials ====== -->
<section class="testimonials style-9 section-padding">
<div class="container">
<div class="testi-head mb-80 wow fadeInUp">
<div class="row justify-content-between">
<div class="col-lg-5">
<h3> Trusted by 20+ Million Users Around The World. </h3>
</div>
<div class="col-lg-4 text-lg-end">
<div class="reviews-numb">
<div class="img">
<img src="assets/img/testimonials/trust_logo.png" alt="" class="logo">
<div class="stars">
<img src="assets/img/testimonials/trust_star.png" alt="" class="star">
<img src="assets/img/testimonials/trust_star.png" alt="" class="star">
<img src="assets/img/testimonials/trust_star.png" alt="" class="star">
<img src="assets/img/testimonials/trust_star.png" alt="" class="star">
<img src="assets/img/testimonials/trust_star.png" alt="" class="star">
</div>
</div>
<div class="info text-start">
<p class="color-666"> 4.7 out of 5 based on </p>
<h6 class="color-darkBlue2 fw-bold"> 49786 reviews </h6>
</div>
</div>
</div>
</div>
</div>
<div class="testi-body">
<div class="row gx-5">
<div class="col-lg-4 border-1 border-end brd-gray wow fadeInUp">
<div class="testi-card pe-lg-4">
<div class="stars">
<img src="assets/img/testimonials/trust_star.png" alt="" class="star">
<img src="assets/img/testimonials/trust_star.png" alt="" class="star">
<img src="assets/img/testimonials/trust_star.png" alt="" class="star">
<img src="assets/img/testimonials/trust_star.png" alt="" class="star">
<img src="assets/img/testimonials/trust_star.png" alt="" class="star">
</div>
<div class="text">
“ It’s been a great experience. Starting my own business was daunting, but knowing that i could get a starter web page with my domain for free helped me launch my business quicker ”
</div>
<div class="author">
<div class="img icon-60 rounded-circle overflow-hidden img-cover me-3 flex-shrink-0">
<img src="assets/img/testimonials/user8.png" alt="">
</div>
<div class="inf">
<p> Head Of Idea </p>
<h6> Alonso D.Dowson </h6>
</div>
</div>
</div>
</div>
<div class="col-lg-4 border-1 border-end brd-gray wow fadeInUp" data-wow-delay="0.2s">
<div class="testi-card px-lg-4">
<div class="stars">
<img src="assets/img/testimonials/trust_star.png" alt="" class="star">
<img src="assets/img/testimonials/trust_star.png" alt="" class="star">
<img src="assets/img/testimonials/trust_star.png" alt="" class="star">
<img src="assets/img/testimonials/trust_star.png" alt="" class="star">
<img src="assets/img/testimonials/trust_star.png" alt="" class="star">
</div>
<div class="text">
“ From customer service to website building, their service is awesome. I would recommend any website builder to use this site. ”
</div>
<div class="author">
<div class="img icon-60 rounded-circle overflow-hidden img-cover me-3 flex-shrink-0">
<img src="assets/img/testimonials/user7.png" alt="">
</div>
<div class="inf">
<p> Head Of Idea </p>
<h6> Miranda H. Halim </h6>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="testi-card ps-lg-4 wow fadeInUp" data-wow-delay="0.4s">
<div class="stars">
<img src="assets/img/testimonials/trust_star.png" alt="" class="star">
<img src="assets/img/testimonials/trust_star.png" alt="" class="star">
<img src="assets/img/testimonials/trust_star.png" alt="" class="star">
<img src="assets/img/testimonials/trust_star.png" alt="" class="star">
<img src="assets/img/testimonials/trust_star.png" alt="" class="star">
</div>
<div class="text">
“ Iteck make this so easy. Templates are slick and easy to modify. Perfect for a small business or personal website development. ”
</div>
<div class="author">
<div class="img icon-60 rounded-circle overflow-hidden img-cover me-3 flex-shrink-0">
<img src="assets/img/testimonials/user9.png" alt="">
</div>
<div class="inf">
<p> Head Of Idea </p>
<h6> Rosalina D. William </h6>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ====== end testimonials ====== -->
<!-- ====== start partners ====== -->
<section class="clients style-9 section-padding bg-gray2">
<div class="container">
<div class="section-head text-center style-9 mb-80 wow fadeInUp">
<h6> All in one place </h6>
<h2> Partner Programs </h2>
</div>
<div class="content">
<div class="row">
<div class="col-lg-6">
<div class="client-card wow fadeInUp">
<div class="row">
<div class="col-md-3">
<div class="img">
<img src="assets/img/icons/prt1.png" alt="">
</div>
</div>
<div class="col-md-9">
<div class="info">
<h5> Reseller Hosting </h5>
<p> Get everything you need to start and run your web hosting and domain business. </p>
<a href="#" class="mt-30"> <i class="far fa-long-arrow-right l-arrow me-2"></i> Read More <i class="far fa-long-arrow-right r-arrow ms-2"></i> </a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="client-card mt-4 mt-md-0 wow fadeInUp" data-wow-delay="0.2s">
<div class="row">
<div class="col-md-3">
<div class="img">
<img src="assets/img/icons/prt2.png" alt="">
</div>
</div>
<div class="col-md-9">
<div class="info">
<h5> Iteck <span> Pro </span> Version </h5>
<p> Spend less time managing client sites, and free up your day to create more and manage less. </p>
<a href="#" class="mt-30"> <i class="far fa-long-arrow-right l-arrow me-2"></i> Read More <i class="far fa-long-arrow-right r-arrow ms-2"></i> </a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="logos-content">
<h4 class=" wow fadeInUp"> <span> 25K+ </span> Installation & Featured On </h4>
<div class="logos">
<a href="#" class=" wow fadeInUp"> <img src="assets/img/logos/23.png" alt=""> </a>
<a href="#" class=" wow fadeInUp" data-wow-delay="0.2s"> <img src="assets/img/logos/24.png" alt=""> </a>
<a href="#" class=" wow fadeInUp" data-wow-delay="0.4s"> <img src="assets/img/logos/25.png" alt=""> </a>
<a href="#" class=" wow fadeInUp" data-wow-delay="0.6s"> <img src="assets/img/logos/26.png" alt=""> </a>
<a href="#" class=" wow fadeInUp" data-wow-delay="0.8s"> <img src="assets/img/logos/27.png" alt=""> </a>
</div>
</div>
</div>
</div>
</section>
<!-- ====== end partners ====== -->
</main>
<!--End-Contents-->
<!-- ====== start footer ====== -->
<footer class="style-9">
<div class="container">
<div class="content">
<div class="row gx-0 justify-content-between">
<div class="col-lg-3 col-sm-6">
<h5 class="foot-title"> About Iteck </h5>
<div class="links">
<ul class="d-flex flex-wrap">
<li class="w-50">
<a href="#"> About Us </a>
</li>
<li class="w-50">
<a href="#"> Blogs </a>
</li>
<li class="w-50">
<a href="#"> Shop </a>
</li>
<li class="w-50">
<a href="#"> Contact </a>
</li>
<li class="w-50">
<a href="#"> Privacy Policy </a>
</li>
<li class="w-50">
<a href="#"> Terms of Use </a>
</li>
<li class="w-50">
<a href="#"> Refund Policy </a>
</li>
<li class="w-50">
<a href="#"> Join Us <small class="text-uppercase bg-blue7 text-white py-1 px-3 rounded-pill ms-1 lh-1"> hiring </small> </a>
</li>
<li class="w-50">
<a href="#"> Terms Conditions </a>
</li>
<li class="w-50">
<a href="#"> Get In Touch </a>
</li>
<li class="w-50">
<a href="#"> FAQ Page </a>
</li>
</ul>
</div>
</div>
<div class="col-lg-2">
<h5 class="foot-title"> Resources </h5>
<div class="links">
<ul class="">
<li> <a href="#"> Webmail </a> </li>
<li> <a href="#"> WHOIS </a> </li>
<li> <a href="#"> ICANN Confirmation </a> </li>
<li> <a href="#"> Designers & Developers </a> </li>
<li> <a href="#"> Redeem Code </a> </li>
<li> <a href="#"> Product Catalog </a> </li>
</ul>
</div>
</div>
<div class="col-lg-2">
<h5 class="foot-title"> Shopping </h5>
<div class="links">
<ul>
<li> <a href="#"> Domain Search </a> </li>
<li> <a href="#"> Websites </a> </li>
<li> <a href="#"> WordPress </a> </li>
<li> <a href="#"> Hosting </a> </li>
<li> <a href="#"> Web Security </a> </li>
<li> <a href="#"> Email & Office </a> </li>
</ul>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<h5 class="foot-title"> Partner Programs </h5>
<div class="links">
<ul>
<li> <a href="#"> Affiliates </a> </li>
<li> <a href="#"> Reseller Programs </a> </li>
<li> <a href="#"> GoDaddy Pro </a> </li>
<li> <a href="#"> My Products </a> </li>
<li> <a href="#"> Renewals & Billing </a> </li>
<li> <a href="#"> Create Account </a> </li>
</ul>
</div>
</div>
</div>
</div>
<div class="foot">
<div class="row align-items-center">
<div class="col-lg-2 border-1 border-end brd-light">
<a class="navbar-brand pe-4" href="#">
<img src="assets/img/logo_9.png" alt="">
</a>
</div>
<div class="col-lg-7">
<div class="info ps-4">
<p class="mb-1"> Copyright © 1999 - 2022 <a href="#" class="fw-bold text-white"> ThemesCamp </a>, LLC. All Rights Reserved. </p>
<p> The ThemeCamp word mark is a registered trademark of ThemeForest Operating Company. </p>
</div>
</div>
<div class="col-lg-3 col-sm-6 text-lg-end">
<div class="social-icons">
<a href="#"> <i class="fab fa-facebook-f"></i> </a>
<a href="#"> <i class="fab fa-twitter"></i> </a>
<a href="#"> <i class="fab fa-behance"></i> </a>
<a href="#"> <i class="fab fa-youtube"></i> </a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- ====== end footer ====== -->
<!-- ====== start to top button ====== -->
<a href="#" class="to_top bg-gray rounded-circle icon-40 d-inline-flex align-items-center justify-content-center">
<i class="bi bi-chevron-up fs-6 text-dark"></i>
</a>
<!-- ====== end to top button ====== -->
<!-- ====== request ====== -->
<script src="assets/js/lib/jquery-3.0.0.min.js"></script>
<script src="assets/js/lib/jquery-migrate-3.0.0.min.js"></script>
<script src="assets/js/lib/bootstrap.bundle.min.js"></script>
<script src="assets/js/lib/jquery-ui.min.js"></script>
<script src="assets/js/lib/wow.min.js"></script>
<script src="assets/js/lib/jquery.fancybox.js"></script>
<script src="assets/js/lib/lity.js"></script>
<script src="assets/js/lib/swiper.min.js"></script>
<script src="assets/js/lib/jquery.waypoints.min.js"></script>
<script src="assets/js/lib/jquery.counterup.js"></script>
<!-- <script src="assets/js/lib/pace.js"></script> -->
<script src="assets/js/lib/scrollIt.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
<!-- Mirrored from iteck-html.themescamp.com/home-cloud-hosting.html by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 28 Feb 2023 11:28:36 GMT -->
</html>