This repository has been archived by the owner on Apr 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_colocation.php
128 lines (123 loc) · 3.61 KB
/
_colocation.php
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
<?php
$page = [
'id' => 'colo',
'title' => 'Server Colocation',
'seo_desc' => 'Quality server colocation racks located in Seattle.',
'seo_tags' => 'seattle server colocation, seattle colo, server colocation, colocation, colo',
'cta_title' => "Colocation",
'cta_desc' => "Your servers, our datacenter."
];
require_once('structure/header.php');
?>
<!--<div class="body">
<div class="wrapper">
<section class="cta">
<p>Nulla vitae elit libero, a pharetra augue. Donec sed odio dui. Donec sed odio dui. Etiam porta sem malesuada magna mollis euismod. Cras mattis consectetur purus sit amet fermentum. Cras mattis consectetur purus sit amet fermentum. Maecenas sed diam eget risus varius blandit sit amet non magna.</p>
</section>
</div>
</div>-->
<div class="body alt">
<div class="wrapper">
<section id="plans" class="sections">
<section>
<article>
<header>
<h2>1U / 1Amp</h2>
<p>Starting at $80</p>
</header>
<div class="details">
<ul>
<li>1U Rack Space</li>
<li>1Amp Power</li>
<li>2TB Bandwidth</li>
<li>1Gbit Connection</li>
<li>/30 IPv4</li>
<li>/64 IPv6</li>
</ul>
<a href="#" class="bttn blue">Configure</a>
</div>
</article>
<article>
<header>
<h2>2U / 2Amp</h2>
<p>Starting at $150</p>
</header>
<div class="details">
<ul>
<li>1U Rack Space</li>
<li>1Amp Power</li>
<li>2TB Bandwidth</li>
<li>1Gbit Connection</li>
<li>/30 IPv4</li>
<li>/64 IPv6</li>
</ul>
<a href="#" class="bttn blue">Configure</a>
</div>
</article>
</section>
<section>
<article>
<header>
<h2>4U / 5Amp</h2>
<p>Starting at $300</p>
</header>
<div class="details">
<ul>
<li>1U Rack Space</li>
<li>1Amp Power</li>
<li>2TB Bandwidth</li>
<li>1Gbit Connection</li>
<li>/30 IPv4</li>
<li>/64 IPv6</li>
</ul>
<a href="#" class="bttn blue">Configure</a>
</div>
</article>
<article>
<header>
<h2>8U / 10Amp</h2>
<p>Starting at $500</p>
</header>
<div class="details">
<ul>
<li>1U Rack Space</li>
<li>1Amp Power</li>
<li>2TB Bandwidth</li>
<li>1Gbit Connection</li>
<li>/30 IPv4</li>
<li>/64 IPv6</li>
</ul>
<a href="#" class="bttn blue">Configure</a>
</div>
</article>
</section>
</section>
</div>
</div>
<div class="body">
<div class="wrapper">
<section class="features">
<article>
<i class="icon icn-meter2"></i>
<h3>Premium Hardware</h3>
<p>All of our servers are built with high quality server grade parts, for ultimate performance.</p>
</article>
<article>
<i class="icon icn-cloud-upload"></i>
<h3>Top Tier Network</h3>
<p>Our Juniper-backed dual stack network utilizes multiple redundant 10Gbit uplinks for maximum uptime.</p>
</article>
<article>
<i class="icon icn-hipster"></i>
<h3>Great Support</h3>
<p>Need a hand with your server? A staff member is just a click away through our billing center.</p>
</article>
<article>
<i class="icon icn-magic-wand"></i>
<h3>Simple Management</h3>
<p>We include powerful control options with all hosting plans, making it easy to manage your service.</p>
</article>
</section>
</div>
</div>
<?php require_once('structure/footer.php'); ?>