-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapproved.html
More file actions
218 lines (196 loc) · 8.75 KB
/
approved.html
File metadata and controls
218 lines (196 loc) · 8.75 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<!-- Google Tag Manager -->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WXWZN36');
</script>
<!-- End Google Tag Manager -->
<script src="https://js.chargebee.com/v2/chargebee.js" data-cb-site="geekestate" ></script>
<title>the GEM, a community for proptech founders and executives. Part of Geek Estate.</title>
<meta name="description" content="Private and paid community for proptech founders, executives, VCs, and practitioners.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/assets/favicon/favicon.ico" type="image/x-icon" />
<link rel="manifest" href="/assets/favicon/site.webmanifest.json" />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Inter:100,300,300i,400,400i,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css"/>
<!-- <link rel="stylesheet" href="css/main.css"> -->
<link rel="stylesheet" href="css/v3/style.css">
<link rel="stylesheet" href="css/v5/style.css">
<link rel="stylesheet" href="css/v5/page.css" />
<link rel="stylesheet" href="css/v5/header.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/574cb0e876d9ad5ad9a640c5d/e5f2e2a0550d166ea43c09cc8.js");</script>
<style type="text/css">
.section-content {
padding: 100px 20px;
background-image: url("/assets/v5/Beehive_Home_BG.png");
background-repeat: no-repeat;
background-size: cover;
background-position: top;
}
.section-content .wrapper {
text-align: center;
max-width: 1440px;
color: #FFFFFF;
}
.section-content .wrapper h2 {
color: #fff;
font-family: Poppins;
font-weight: 400;
font-size: 32px;
line-height: 42px;
text-align: center;
}
.section-content.section-approved-membership h2 {
font-family: Poppins;
font-weight: 700;
font-size: 64px;
line-height: 80px;
text-align: center;
color: var(--green);
margin-bottom: 20px;
}
.section-content.section-approved-membership h3 {
font-family: Poppins;
font-weight: 400;
font-size: 32px;
line-height: 40px;
text-align: center;
}
.section-content.section-approved-membership .tier-group-wrapper {
max-width: 1266px;
margin: 40px auto;
}
.section-content.section-approved-membership .tier-group {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
}
.section-content.section-approved-membership .tier-group .tier-card {
background-color: rgba(9, 9, 9, 1);
border: 1px solid rgba(38, 38, 38, 1);
border-radius: 5px;
min-height: 380px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 40px;
padding: 20px;
}
.section-content.section-approved-membership .tier-group .tier-card h3 {
font-size: 36px;
}
.section-content.section-approved-membership .tier-group .tier-card .gem-btn {
font-family: Inter;
color: #000;
margin-bottom: 30px;
font-size: 24px;
font-weight: 500;
}
.section-content.section-approved-membership .tier-group .tier-card p {
font-weight: 400;
font-size: 20px;
line-height: 32px;
max-width: 80%;
margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
.section-content.section-approved-membership h2 {
font-size: 54px;
}
.section-content.section-approved-membership .tier-group {
gap: 30px;
}
.section-content.section-approved-membership .tier-group .tier-card h3 {
font-size: 30px;
}
.section-content.section-approved-membership .tier-group .tier-card .gem-btn {
font-size: 18px;
}
.section-content.section-approved-membership .tier-group .tier-card p {
font-size: 16px;
}
}
@media only screen and (max-width: 767px) {
.section-content.section-approved-membership h2 {
font-size: 44px;
line-height: 54px;
}
.section-content.section-approved-membership .tier-group {
grid-template-columns: 1fr;
}
}
</style>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WXWZN36" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- End Google Tag Manager (noscript) -->
<!--[if IE]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<div class="container">
<div w3-include-html="header-tag.html"></div>
<div class="section-hero page-hero">
<div class="wrapper">
<h2 class="hero-title">You're Approved for GEM Membership</h2>
</div>
</div>
<div class="section-content section-approved-membership">
<div class="wrapper">
<h2>We're looking forward to welcoming you!</h2>
<h3>Please confirm your GEM tier...</h3>
<div class="tier-group-wrapper">
<div class="tier-group">
<div class="tier-card">
<h3>NYC, Bay Area, Seattle, Denver</h3>
<div>
<a href="https://geekestate.chargebee.com/hosted_pages/checkout?subscription_items[item_price_id][0]=GEM-1250-USD-Yearly&utm_source=cb-app-copy" class="gem-btn">Confirm at <strong>$1,250 / year</strong></a>
<p>For: Innovators residing in markets where GEM operates formal chapters.</p><p> </p>
</div>
</div>
<div class="tier-card">
<h3>All Other Markets</h3>
<div>
<a href="https://geekestate.chargebee.com/hosted_pages/checkout?subscription_items[item_price_id][0]=GEM-750-USD-Yearly&utm_source=cb-app-copy" class="gem-btn">Confirm at <strong>$750 / year</strong></a>
<p>For: Innovators in all other geographies. Once a chapter launches in your market, you’ll be migrated to new pricing.</p>
</div>
</div>
<div class="tier-card">
<h3>Lifetime Member</h3>
<div>
<a href=""javascript:void(0)" data-cb-type="checkout" data-cb-item-0="GEM-Lifetime-15K-USD-Yearly" class="gem-btn">Confirm at <strong>$15,000</strong> (one-time)</a>
<p>For: CEOs of public companies and proptech lifers.</p><p> </p>
</div>
</div>
<div class="tier-card">
<h3>Professional Services</h3>
<div>
<a href="https://geekestate.chargebee.com/hosted_pages/checkout?subscription_items[item_price_id][0]=GEM-Professional-Services-USD-Yearly&utm_source=cb-app-copy" class="gem-btn">Confirm at <strong>$1,500 / year</strong></a>
<p>For: Vendors and services providers. Spots are limited.</p><p> </p>
</div>
</div>
</div>
</div>
</div>
</div>
<div w3-include-html="footer.html"></div>
<script type="text/javascript" src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="js/includes.js"></script>
</body>
</html>