-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproducts-developer-cloud.html
More file actions
818 lines (818 loc) · 27 KB
/
products-developer-cloud.html
File metadata and controls
818 lines (818 loc) · 27 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Cloudhub Hosting and Technology HTML Template</title>
<meta name="description" content="Cloudhub is a modern, responsive and easy to customize HTML template, perfectly suited for hosting and technology companies.">
<meta name="keywords" content="html template, responsive, retina, cloud hosting, technology, startup">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Icons -->
<link rel="apple-touch-icon-precomposed" href="img/icons/apple-touch-icon.png">
<link rel="icon" href="img/icons/favicon.ico">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/fontawesome.min.css">
<link rel="stylesheet" href="css/main.min.css">
</head>
<body class="footer-dark">
<!-- Header -->
<header id="header" class="header-dynamic header-shadow-scroll">
<div class="container">
<a class="logo" href="index.html">
<img src="img/logos/header-light.png" alt="">
</a>
<nav>
<ul class="nav-primary">
<li>
<a href="home.html">Products</a>
<ul>
<li>
<a href="products-cloud-hosting.html">Cloud Hosting</a>
</li>
<li>
<a href="products-cloud-servers.html">Cloud Servers</a>
<ul>
<li>
<a href="products-developer-cloud.html">Developer Cloud</a>
</li>
<li>
<a href="products-custom-cloud.html">Custom Cloud</a>
</li>
</ul>
</li>
<li>
<a href="products-dedicated-cloud.html">Dedicated Cloud</a>
</li>
<li>
<a href="products-block-storage.html">Block Storage</a>
</li>
<li>
<a href="products-anycast-dns.html">Anycast DNS</a>
</li>
<li>
<a href="products-ssl-certificates.html">SSL Certificates</a>
</li>
<li>
<a href="products-domain-names.html">Domain Names</a>
</li>
</ul>
</li>
<li>
<a href="features.html">Features</a>
<ul>
<li>
<a href="index.html">Demos</a>
<ul>
<li>
<a href="home.html">Default</a>
</li>
<li>
<a href="home-large-slider.html">Large Slider</a>
</li>
<li>
<a href="home-light-header.html">Light Header</a>
</li>
<li>
<a href="home-single-page.html">Single Page</a>
</li>
<li>
<a href="home-light-slider.html">Light Slider</a>
</li>
<li>
<a href="home-product-slider.html">Product Slider</a>
</li>
<li>
<a href="home-user-onboarding.html">User Onboarding</a>
</li>
<li>
<a href="home-domain-search.html">Domain Search</a>
</li>
<li>
<a href="home-custom-color.html">Custom Color</a>
</li>
</ul>
</li>
<li>
<a href="elements-other.html">Elements</a>
<ul>
<li>
<a href="blog-sidebar.html">Blog Sidebar</a>
</li>
<li>
<a href="elements-columns.html">Column Rows</a>
</li>
<li>
<a href="elements-sliders.html">Content Sliders</a>
</li>
<li>
<a href="elements-pricing.html">Pricing Options</a>
</li>
<li>
<a href="elements-masonry.html">Masonry Grid</a>
</li>
<li>
<a href="elements-forms.html">Form Inputs</a>
</li>
<li>
<a href="elements-tabs.html">Tab Groups</a>
</li>
<li>
<a href="elements-galleries.html">Galleries</a>
</li>
<li>
<a href="elements-other.html">Other</a>
</li>
</ul>
</li>
</ul>
</li>
<li>
<a href="network.html">Network</a>
</li>
<li>
<a href="about.html">Company</a>
<ul>
<li>
<a href="blog.html">Blog</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</li>
<li>
<a class="button button-secondary" href="client-login.html">
<i class="fas fa-lock icon-left"></i>Client Login
</a>
</li>
</ul>
<ul class="nav-secondary">
<li>
<a href="contact.html"><i class="fas fa-phone icon-left"></i>+1 800 123 456</a>
</li>
<li>
<a href="contact.html"><i class="fas fa-comment icon-left"></i>Support Chat</a>
</li>
<li>
<a href="knowledge-base.html"><i class="fas fa-question-circle icon-left"></i>Knowledge Base</a>
</li>
<li>
<a href="service-status.html"><i class="fas fa-check icon-left"></i>Service Status</a>
</li>
</ul>
</nav>
</div>
</header>
<!-- Content -->
<section id="content">
<!-- Content Row -->
<section class="content-row content-row-color content-row-clouds">
<div class="container">
<header class="content-header content-header-small content-header-uppercase">
<h1>
Developer Cloud
</h1>
<p>
Cost effective cloud servers with shared resources and KVM virtualization.
</p>
</header>
</div>
</section>
<!-- Content Row -->
<section class="content-row">
<div class="container">
<div class="tab-group tab-group-switch-style">
<div class="tab-item" data-title="Monthly">
<div class="column-row align-center-bottom">
<div class="column-33">
<div class="product-box">
<div class="product-header">
<h4>
Cloud Sandbox 4G
</h4>
<p>
Application Staging
</p>
</div>
<div class="product-price">
$24<span class="term">/ month</span>
</div>
<div class="product-features">
<ul>
<li>
<strong>4 GB</strong> ECC Memory
</li>
<li>
<strong>2 Core</strong> Intel® Processor
</li>
<li>
<strong>20 GB</strong> RAID 10 SSD Storage
</li>
<li>
<strong>1 TB</strong> Premium Bandwidth
</li>
</ul>
<ul>
<li>
99.95% Uptime SLA
</li>
<li>
100 Mbit Uplink
</li>
</ul>
</div>
<div class="product-order">
<form class="form-full-width">
<div class="form-row">
<select class="product-term-select" data-sync="sandbox-4g">
<option data-price="$24" data-term="/ month" data-href="products-developer-cloud.html#cloud-sandbox-4g-nyc-us-monthly">New York, US</option>
<option data-price="$28" data-term="/ month" data-href="products-developer-cloud.html#cloud-sandbox-4g-fra-de-monthly">Frankfurt, DE</option>
<option data-price="$32" data-term="/ month" data-href="products-developer-cloud.html#cloud-sandbox-4g-tyo-jp-monthly">Tokyo, JP</option>
</select>
</div>
</form>
<a class="button button-secondary" href="products-developer-cloud.html#cloud-sandbox-4g-nyc-us-monthly">
<i class="fas fa-shopping-cart icon-left"></i>Order Now
</a>
</div>
</div>
</div>
<div class="column-33">
<div class="product-box product-box-popular">
<div class="product-popular">
Most Popular
</div>
<div class="product-header">
<h4>
Cloud Sandbox 8G
</h4>
<p>
Database Design
</p>
</div>
<div class="product-price">
$48<span class="term">/ month</span>
</div>
<div class="product-features">
<ul>
<li>
<strong>8 GB</strong> ECC Memory
</li>
<li>
<strong>4 Core</strong> Intel® Processor
</li>
<li>
<strong>60 GB</strong> RAID 10 SSD Storage
</li>
<li>
<strong>2 TB</strong> Premium Bandwidth
</li>
</ul>
<ul>
<li>
99.95% Uptime SLA
</li>
<li>
200 Mbit Uplink
</li>
</ul>
</div>
<div class="product-order">
<form class="form-full-width">
<div class="form-row">
<select class="product-term-select" data-sync="sandbox-8g">
<option data-price="$48" data-term="/ month" data-href="products-developer-cloud.html#cloud-sandbox-8g-nyc-us-monthly">New York, US</option>
<option data-price="$56" data-term="/ month" data-href="products-developer-cloud.html#cloud-sandbox-8g-fra-de-monthly">Frankfurt, DE</option>
<option data-price="$64" data-term="/ month" data-href="products-developer-cloud.html#cloud-sandbox-8g-tyo-jp-monthly">Tokyo, JP</option>
</select>
</div>
</form>
<a class="button button-secondary" href="products-developer-cloud.html#cloud-sandbox-8g-nyc-us-monthly">
<i class="fas fa-shopping-cart icon-left"></i>Order Now
</a>
</div>
</div>
</div>
<div class="column-33">
<div class="product-box">
<div class="product-header">
<h4>
Cloud Sandbox 16G
</h4>
<p>
Machine Learning
</p>
</div>
<div class="product-price">
$96<span class="term">/ month</span>
</div>
<div class="product-features">
<ul>
<li>
<strong>16 GB</strong> ECC Memory
</li>
<li>
<strong>8 Core</strong> Intel® Processor
</li>
<li>
<strong>120 GB</strong> RAID 10 SSD Storage
</li>
<li>
<strong>4 TB</strong> Premium Bandwidth
</li>
</ul>
<ul>
<li>
99.95% Uptime SLA
</li>
<li>
400 Mbit Uplink
</li>
</ul>
</div>
<div class="product-order">
<form class="form-full-width">
<div class="form-row">
<select class="product-term-select" data-sync="sandbox-16g">
<option data-price="$96" data-term="/ month" data-href="products-developer-cloud.html#cloud-sandbox-16g-nyc-us-monthly">New York, US</option>
<option data-price="$112" data-term="/ month" data-href="products-developer-cloud.html#cloud-sandbox-16g-fra-de-monthly">Frankfurt, DE</option>
<option data-price="$128" data-term="/ month" data-href="products-developer-cloud.html#cloud-sandbox-16g-tyo-jp-monthly">Tokyo, JP</option>
</select>
</div>
</form>
<a class="button button-secondary" href="products-developer-cloud.html#cloud-sandbox-16g-nyc-us-monthly">
<i class="fas fa-shopping-cart icon-left"></i>Order Now
</a>
</div>
</div>
</div>
</div>
</div>
<div class="tab-item" data-title="Yearly">
<div class="column-row align-center-bottom">
<div class="column-33">
<div class="product-box">
<div class="product-header">
<h4>
Cloud Sandbox 4G
</h4>
<p>
Application Staging
</p>
</div>
<div class="product-price">
$24<span class="term">/ year</span>
</div>
<div class="product-features">
<ul>
<li>
<strong>4 GB</strong> ECC Memory
</li>
<li>
<strong>2 Core</strong> Intel® Processor
</li>
<li>
<strong>20 GB</strong> RAID 10 SSD Storage
</li>
<li>
<strong>1 TB</strong> Premium Bandwidth
</li>
</ul>
<ul>
<li>
99.95% Uptime SLA
</li>
<li>
100 Mbit Uplink
</li>
</ul>
</div>
<div class="product-order">
<form class="form-full-width">
<div class="form-row">
<select class="product-term-select" data-sync="sandbox-4g">
<option data-price="$240" data-term="/ year" data-href="products-developer-cloud.html#cloud-sandbox-4g-nyc-us-yearly">New York, US</option>
<option data-price="$280" data-term="/ year" data-href="products-developer-cloud.html#cloud-sandbox-4g-fra-de-yearly">Frankfurt, DE</option>
<option data-price="$320" data-term="/ year" data-href="products-developer-cloud.html#cloud-sandbox-4g-tyo-jp-yearly">Tokyo, JP</option>
</select>
</div>
</form>
<a class="button button-secondary" href="products-developer-cloud.html#cloud-sandbox-4g-nyc-us-yearly">
<i class="fas fa-shopping-cart icon-left"></i>Order Now
</a>
</div>
</div>
</div>
<div class="column-33">
<div class="product-box product-box-popular">
<div class="product-popular">
Most Popular
</div>
<div class="product-header">
<h4>
Cloud Sandbox 8G
</h4>
<p>
Database Design
</p>
</div>
<div class="product-price">
$480<span class="term">/ year</span>
</div>
<div class="product-features">
<ul>
<li>
<strong>8 GB</strong> ECC Memory
</li>
<li>
<strong>4 Core</strong> Intel® Processor
</li>
<li>
<strong>60 GB</strong> RAID 10 SSD Storage
</li>
<li>
<strong>2 TB</strong> Premium Bandwidth
</li>
</ul>
<ul>
<li>
99.95% Uptime SLA
</li>
<li>
200 Mbit Uplink
</li>
</ul>
</div>
<div class="product-order">
<form class="form-full-width">
<div class="form-row">
<select class="product-term-select" data-sync="sandbox-8g">
<option data-price="$480" data-term="/ year" data-href="products-developer-cloud.html#cloud-sandbox-8g-nyc-us-yearly">New York, US</option>
<option data-price="$560" data-term="/ year" data-href="products-developer-cloud.html#cloud-sandbox-8g-fra-de-yearly">Frankfurt, DE</option>
<option data-price="$640" data-term="/ year" data-href="products-developer-cloud.html#cloud-sandbox-8g-tyo-jp-yearly">Tokyo, JP</option>
</select>
</div>
</form>
<a class="button button-secondary" href="products-developer-cloud.html#cloud-sandbox-8g-nyc-us-yearly">
<i class="fas fa-shopping-cart icon-left"></i>Order Now
</a>
</div>
</div>
</div>
<div class="column-33">
<div class="product-box">
<div class="product-header">
<h4>
Cloud Sandbox 16G
</h4>
<p>
Machine Learning
</p>
</div>
<div class="product-price">
$960<span class="term">/ year</span>
</div>
<div class="product-features">
<ul>
<li>
<strong>16 GB</strong> ECC Memory
</li>
<li>
<strong>8 Core</strong> Intel® Processor
</li>
<li>
<strong>120 GB</strong> RAID 10 SSD Storage
</li>
<li>
<strong>4 TB</strong> Premium Bandwidth
</li>
</ul>
<ul>
<li>
99.95% Uptime SLA
</li>
<li>
400 Mbit Uplink
</li>
</ul>
</div>
<div class="product-order">
<form class="form-full-width">
<div class="form-row">
<select class="product-term-select" data-sync="sandbox-16g">
<option data-price="$960" data-term="/ year" data-href="products-developer-cloud.html#cloud-sandbox-16g-nyc-us-yearly">New York, US</option>
<option data-price="$1120" data-term="/ year" data-href="products-developer-cloud.html#cloud-sandbox-16g-fra-de-yearly">Frankfurt, DE</option>
<option data-price="$1280" data-term="/ year" data-href="products-developer-cloud.html#cloud-sandbox-16g-tyo-jp-yearly">Tokyo, JP</option>
</select>
</div>
</form>
<a class="button button-secondary" href="products-developer-cloud.html#cloud-sandbox-16g-nyc-us-yearly">
<i class="fas fa-shopping-cart icon-left"></i>Order Now
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="column-row align-center">
<div class="column-50 text-align-center">
<p>
<small class="text-color-gray">Developer cloud servers are provided on a best effort basis and cannot be upgraded after deployment. Bandwidth overages will be charged at $0.20 per GB.</small>
</p>
</div>
</div>
</div>
</section>
<!-- Content Row -->
<section class="content-row content-row-gray">
<div class="container">
<div class="column-row align-center">
<div class="column-50">
<h3>
Instant Worldwide Deployment
</h3>
<p>
Depending on the product you have the choice of up to 10 worldwide locations to deploy your services. Our low latency network has a dedicated primary 100 Gbit capacity and the ability to burst up to 800 Gbit through our peering partners.
</p>
<h4>
Localized Peering
</h4>
<p>
Our network engineers are continuously optimizing the routing to ensure low latency and high bandwidth throughput across all datacenter locations. Customers additionally have the option to request custom routing.
</p>
</div>
<div class="column-50">
<div class="network-map">
<ul>
<li style="top: 40%; left: 26%;">
<a href="network.html"><span class="label-bottom-right">New York</span></a>
</li>
<li style="top: 34%; left: 49.5%;">
<a href="network.html"><span class="label-top-right">Frankfurt</span></a>
</li>
<li style="top: 44%; left: 85%;">
<a href="network.html"><span class="label-bottom-left">Tokyo</span></a>
</li>
</ul>
<img src="img/layout/map-dark.svg" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- Content Row -->
<section class="content-row">
<div class="container">
<div class="column-row">
<div class="column-33">
<h3>
<i class="fas fa-rocket icon-feature-inline"></i>High Performance
</h3>
<p>
We operate one of the most advanced 100 Gbit networks in the world, complete with Anycast support and extensive DDoS protection.
</p>
<p>
<a href="network.html">Anycast Network<i class="fas fa-angle-right icon-right"></i></a>
</p>
</div>
<div class="column-33">
<h3>
<i class="fas fa-cloud icon-feature-inline"></i>Fully Redundant
</h3>
<p>
Our cloud platform offers a 99.99% SLA uptime guarantee with full hardware and network redundancy to keep your services online.
</p>
<p>
<a href="network.html">Cloud Platform<i class="fas fa-angle-right icon-right"></i></a>
</p>
</div>
<div class="column-33">
<h3>
<i class="fas fa-shield-alt icon-feature-inline"></i>Secure Infrastructure
</h3>
<p>
All datacenters are Tier 4 certified and provide advanced fire and intrusion protection combined with enterprise networking hardware.
</p>
<p>
<a href="network.html">Global Datacenters<i class="fas fa-angle-right icon-right"></i></a>
</p>
</div>
</div>
<div class="column-row">
<div class="column-33">
<h3>
<i class="fas fa-sync-alt icon-feature-inline"></i>Instant Activation
</h3>
<p>
Your ordered product will be automatically and instantly activated as long as you are using a verified PayPal account for your purchase.
</p>
<p>
<a href="home.html">Cloud Products<i class="fas fa-angle-right icon-right"></i></a>
</p>
</div>
<div class="column-33">
<h3>
<i class="fas fa-life-ring icon-feature-inline"></i>Dedicated Support
</h3>
<p>
Our dedicated in-house support team is available 24/7 to answer all technical difficulties you may encounter with any of our products.
</p>
<p>
<a href="contact.html">Support Portal<i class="fas fa-angle-right icon-right"></i></a>
</p>
</div>
<div class="column-33">
<h3>
<i class="fas fa-cog icon-feature-inline"></i>Powerful Automation
</h3>
<p>
Our simple and intuitive developer API allows you to manage and extend existing products, as well as submitting new orders without interaction.
</p>
<p>
<a href="features.html">Developer Guide<i class="fas fa-angle-right icon-right"></i></a>
</p>
</div>
</div>
</div>
</section>
<!-- Content Row -->
<section class="content-row content-row-gray">
<div class="container">
<header class="content-header">
<h2>
What Our Customers Say
</h2>
<p>
We've helped hundreds of clients with custom server solutions, enabling them to operate much more efficient and secure than they ever did before.
</p>
</header>
<div class="column-row align-center-bottom">
<div class="column-33">
<div class="testimonial">
<p class="testimonial-content">
My customers didn't experience a single minute of downtime since I moved my services over to Cloudhub.
</p>
<p class="testimonial-author">
<a href="#twitter"><i class="fab fa-twitter icon-left"></i>Peter Miller</a><br>
<small>Chemical Industries</small>
</p>
</div>
</div>
<div class="column-33">
<div class="testimonial">
<p class="testimonial-content">
Cloudhub helped me with a professional custom server solution when my business was so rapidly growing my old system couldn't handle the load anymore.
</p>
<p class="testimonial-author">
<a href="#twitter"><i class="fab fa-twitter icon-left"></i>John Smith</a><br>
<small>HQ Streaming Company</small>
</p>
</div>
</div>
<div class="column-33">
<div class="testimonial">
<p class="testimonial-content">
By switching to Cloudhub's Anycast DNS system we were able to decrease the worldwide app latency immensely.
</p>
<p class="testimonial-author">
<a href="#twitter"><i class="fab fa-twitter icon-left"></i>Mary Fonda</a><br>
<small>SAAS Billing Solutions</small>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Content Row -->
<section class="content-row content-row-color">
<div class="container">
<header class="content-header">
<h2>
Looking for a custom solution?
</h2>
<p>
Our technicians can provide you with the best custom made solutions on the market, no matter whether you're a small business or large enterprise.<br><br>
<a class="button button-secondary" href="contact.html">
<i class="fas fa-envelope icon-left"></i>Get in touch
</a>
</p>
</header>
</div>
</section>
</section>
<!-- Footer -->
<footer id="footer">
<section class="footer-primary">
<div class="container">
<div class="column-row">
<div class="column-33">
<h5>
About Cloudhub
</h5>
<p>
We provide cloud based enterprise hosting, server and storage solutions of unmatched quality. Feel free to visit or contact us for a custom quote.<br><br>
765th Boulevard, Rochester, NY 14621<br>
+1 800 123 456
</p>
</div>
<div class="column-66">
<div class="column-row align-right-top">
<div class="column-25">
<h5>
Connect
</h5>
<ul class="list-style-icon">
<li>
<a href="#facebook"><i class="fab fa-facebook"></i>Facebook</a>
</li>
<li>
<a href="#twitter"><i class="fab fa-twitter"></i>Twitter</a>
</li>
<li>
<a href="#github"><i class="fab fa-github"></i>Github</a>
</li>
<li>
<a href="#xing"><i class="fab fa-xing"></i>Xing</a>
</li>
</ul>
</div>
<div class="column-25">
<h5>
Products
</h5>
<ul>
<li>
<a href="products-cloud-hosting.html">Cloud Hosting</a>
</li>
<li>
<a href="products-cloud-servers.html">Cloud Servers</a>
</li>
<li>
<a href="products-dedicated-cloud.html">Dedicated Cloud</a>
</li>
<li>
<a href="products-block-storage.html">Block Storage</a>
</li>
<li>
<a href="products-anycast-dns.html">Anycast DNS</a>
</li>
</ul>
</div>
<div class="column-25">
<h5>
Resources
</h5>
<ul>
<li>
<a href="features.html">Features</a>
</li>
<li>
<a href="network.html">Network</a>
</li>
<li>
<a href="terms-of-service.html#privacy-policy">Privacy Policy</a>
</li>
<li>
<a href="terms-of-service.html">Terms of Service</a>
</li>
</ul>
</div>
<div class="column-flex">
<h5>
Company
</h5>
<ul>
<li>
<a href="blog.html">Blog</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="footer-secondary">
<div class="container">
<p>
Copyright 2017 © Cloudhub Hosting Services. All rights reserved.<br>
Powered by HTML5, developed by <a href="https://serifly.com">Serifly</a>
</p>
</div>
</section>
</footer>
<!-- Scripts -->
<script src="js/jquery.min.js"></script>
<script src="js/headroom.min.js"></script>
<script src="js/js.cookie.min.js"></script>
<script src="js/imagesloaded.min.js"></script>
<script src="js/bricks.min.js"></script>
<script src="js/main.min.js"></script>
</body>
</html>