forked from CloudCannon/hydra-jekyll-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpricing.html
120 lines (120 loc) · 4.34 KB
/
pricing.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
---
title: Pricing
heading: Simple Pricing.
description: Pay Only For What You Need. No surprises. No long-term commitments.
---
<section style="padding-top: 50px;"><!--begin pricing.html-->
<div class="container text-center">
<div class="row">
<div class="col-md-4 px-3 mt-4" style="height: 1000px">
<div class="bg-white box-shadow-v2 h-100 rounded py-3">
<div class="h-30">
<div class="px-3">
<h2 class="u-mb-35 u-mt-15">
Core
</h2>
<hr>
</div>
<div class="px-3">
<h6 class="u-mt-15">
Great for individual developers and small development teams learning containers.
</h6>
</div>
<div class="px-3">
<h6 class="u-mb-35 u-mt-15">
Enough space for a web application, a blog or a hosted database.
</h6>
</div>
</div>
<ul class="list-unstyled h-50 px-3 u-py-30 u-lh-2">
<li><strong>1 GB</strong> Memory</li>
<li><strong>1 Core</strong> Processor</li>
<li><strong>1 GB</strong> Storage</li>
<li><strong>2 TB </strong> Transfer</li>
<li>1 Project/Workspace Limit</li>
<li>Knowledgebase and Email Support</li>
</ul>
<div class="h-20">
<h3 class="text-green u-fw-400 u-my-20">Free</h3>
<a href="https://cochera.thedigitalgarage.io/free-signup" class="btn btn-outline-green">
Get Started
</a>
</div>
</div>
</div> <!-- END col-md-4-->
<div class="col-md-4 px-3 mt-4" style="height: 1000px">
<div class="bg-white box-shadow-v2 h-100 rounded py-3">
<div class="h-30">
<div class="px-3">
<h2 class="u-mb-35 u-mt-15">
Professional
</h2>
<hr>
</div>
<div class="px-3">
<h6 class="u-mt-15">
Great for teams with several container-based applications.
</h6>
</div>
<div class="px-3">
<h6 class="u-mb-35 u-mt-15">
Perfect for a cloud native application, CI/CD, Testing and Monitoring tools.
</h6>
</div>
</div>
<ul class="list-unstyled h-50 px-3 u-py-30 u-lh-2">
<li><strong>5 GB</strong> Memory</li>
<li><strong>3 Core</strong> Processor</li>
<li><strong>2 GB</strong> Storage</li>
<li><strong>4 TB </strong> Transfer</li>
<li>Unlimited Additional Resources Charged <br>at $.035/hr</li>
<li>Unlimited Projects/Workspaces</li>
<li>Team-based Access</li>
<li>Knowledgebase and Email Support</li>
</ul>
<div class="h-20">
<h3 class="text-green u-fw-400 u-my-20">Plans start at $50/mo</h3>
<a href="https://cochera.thedigitalgarage.io/free-signup" class="btn btn-outline-green">
Get Started
</a>
</div>
</div>
</div> <!-- END col-md-4-->
<div class="col-md-4 px-3 mt-4" style="height: 1000px">
<div class="bg-white box-shadow-v2 h-100 rounded py-3">
<div class="h-30">
<div class="px-3">
<h2 class="u-mb-35 u-mt-15">
Enterprise
</h2>
<hr>
</div>
<div class="px-3">
<h6 class="u-mt-15">
Great for development teams developing with Kubernetes.
</h6>
</div>
<div class="px-3">
<h6 class="u-mb-35 u-mt-15">
Cost effective for several applications and Cloud Native development tools.
</h6>
</div>
</div>
<ul class="list-unstyled h-50 px-3 u-py-30 u-lh-2">
<li><strong>Unlimited</strong> Memory</li>
<li><strong>Unlimited</strong> Storage</li>
<li><strong>Unlimited</strong> Private Images/Repositories</li>
<li>Volume Discounts & Usage-based Pricing</li>
<li>Enterprise-level Support</li>
</ul>
<div class="h-20">
<h3 class="text-green u-fw-400 u-my-20">Plans Start at $.035/hr</h3>
<a href="https://cochera.thedigitalgarage.io/free-signup" class="btn btn-outline-green">
Get Started
</a>
</div>
</div>
</div>
</div> <!-- END row-->
</div> <!-- END container-->
</section> <!--END section--> <!--END pricing.html-->