-
Notifications
You must be signed in to change notification settings - Fork 0
/
pricing.html
91 lines (80 loc) · 2.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-167196724-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-167196724-2');
</script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>HumaneValue | Hire business value</title>
<!-- <meta name="description" content="Deliver software projects on time and under budget">
<meta name="keywords" content="estimates, scoping, projects, project tracking">
-->
<link rel="stylesheet" type="text/css" href="assets/css/main.css" media="screen" />
<link rel="stylesheet" type="text/css" href="assets/css/flexboxgrid.min.css" media="screen" />
<!--
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:584216,hjsv:5};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'//static.hotjar.com/c/hotjar-','.js?sv=');
</script>
-->
</head>
<body>
<header class="header cf" role="banner">
<a href="index.html"><h1>HumaneValue</h1></a>
</header>
<main class="main" role="main">
<div class="row center-xs hero">
<div class="col-sm-12 col-lg-9">
<h1>Partner with value creators</h1>
</div>
</div>
<div class="row around-sm">
<div class="col-xs-12 col-sm-4">
<div class="pricing-container margin-top">
<h1>$0</h1>
<p class="grey">per month</p>
<p class="margin-top">$5/post<p>
<p class="margin-top">Basic email support<p>
<a href="signup-1.html"><button>Get Started</button></a>
<p class="margin-top">Always free</p>
</div>
</div>
<div class="col-xs-12 col-sm-4">
<div class="pricing-container margin-top">
<h1>$15</h1>
<p class="grey">per month</p>
<p class="margin-top">Up to 5 posts/month<p>
<p class="margin-top">Priority support<p>
<a href="signup-2.html"><button>Start a free trial</button></a>
<p class="margin-top">Free for 30 days</p>
</div>
</div>
<div class="col-xs-12 col-sm-4">
<div class="pricing-container margin-top">
<h1>$25</h1>
<p class="grey">per month</p>
<p class="margin-top">Up to 25 posts/month<p>
<p class="margin-top">Super priority support<p>
<a href="signup-3.html"><button>Start a free trial</button></a>
<p class="margin-top">Free for 14 days</p>
</div>
</div>
</div>
</main>
<!-- <footer class="container"> -->
<!-- <p>Copyright © 2017 Albatross</p> -->
<!-- </footer> -->
</body>
</html>