-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (87 loc) · 4.04 KB
/
Copy pathindex.html
File metadata and controls
101 lines (87 loc) · 4.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<title>
Crowdstart is now Hanzo
</title>
<meta name="author" content="Hanzo, Inc">
<meta name="description" content="Modern blockchain platform.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="/icon/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/icon/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/icon/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/icon/manifest.json">
<link rel="mask-icon" href="/icon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/favicon.ico">
<meta name="msapplication-config" content="/icon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="/css/hanzo.css">
</head>
<body class="wi-100 sans-serif">
<div class="dt pvxl pvxxl-ns">
<header class="bg-pulsate tc dtc wi-100 v-mid">
<div class="tc mbm mbn-ns">
<p class="f5 f3-ns dib db-ns fw1 phs mbn mbx-ns aqua">
<img src="/img/crowdstart.png" style="height: 100px; width: 100px; padding: 16px"/>
</p>
<h1 class="f3 f1-s b db-ns mrs mrn-ns mbn mtn pulse-letters" style="font-size:42px">
Crowdstart is now part of
<a href="https://hanzo.ai">
<img src="/img/hanzo.png" style="height: 48px; position: relative; display: inline-block; top: 8px"/>
</a>
</h1>
<p class="f5 f3-ns dib db-ns fw1 phs mbn mbx-ns aqua">
Legendary AI-powered marketing platform, re-designed for crypto.
</p>
<!-- <p class="f6 f4-ns dib db-ns fw1 phs mbn mbx-ns aqua"> -->
<!-- Now in private beta. -->
<!-- </p> -->
<br>
</div>
</header>
</div>
<main>
<section class="dark-gray phm pvxl" style="background-color:#03efbd">
<div class="mw6 center phm phl-ns tl tl-ns">
<p class="f4 lh-copy mbl">
Our data-driven marketing engine powered some of the most successful
crowdfunding campaigns of all-time and scaled revenue from zero to
millions of dollars per month.
</p>
<p class="f4 lh-copy mbl">
Hanzo enables businesses to launch and operate blockchain networks,
build decentralized applications and deliver compelling user
experiences.
</p>
<p class="f4 lh-copy mbl">
As part of Hanzo, we'll power incredible growth for crypto companies
as well.
<p>
<div class="bg-pulsate tc dtc wi-100 v-mid" style="padding-bottom: 36px">
<a title="Learn more" href="https://hanzo.ai" class="small
link black tc br2 dim mrxs"
style="background-color:white; padding: 14px 22px">
Learn more ▸
</a>
</div>
</section>
</main>
<footer class="bg-black gray phm pvxl pvxxl-ns bt b--light-gray">
<div class="mw6 center phm phl-ns tl tl-ns">
<small class="f5 light-gray mw7 db center lh-copy">
© Hanzo, Inc 2014-2020
<br>
<a class="link dim gray" href="https://hanzo.ai/privacy">Privacy Policy</a>
<a class="link dim gray" href="https://hanzo.ai/terms">Terms of Use</a>
</small>
</div>
</footer>
<!-- Crowdstart analytics tag -->
<script>
!function(t,e,a){var r,n,c,i,o,s,l,u;if(null==t.analytics){for(r=[],r.methods=["ab","alias","group","identify","off","on","once","page","pageview","ready","track","trackClick","trackForm","trackLink","trackSubmit"],l=r.methods,c=function(t){r[t]=function(){var e;return e=Array.prototype.slice.call(arguments),e.unshift(t),r.push(e),r}},i=0,o=l.length;o>i;i++)s=l[i],c(s);return u=e.createElement("script"),u.async=!0,u.type="text/javascript",u.src=a,n=e.getElementsByTagName("script")[0],n.parentNode.insertBefore(u,n),t.analytics=r}}(window,document,"//cdn.crowdstart.com/a/hanzo.js");
</script>
</body>
</html>