-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmembers.html
More file actions
454 lines (398 loc) · 18.2 KB
/
members.html
File metadata and controls
454 lines (398 loc) · 18.2 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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
<!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>GEM Member Access</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=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/header.css" />
<link rel="stylesheet" href="css/v5/secondary-header.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<style>
.section-body-approved-label-small {
line-height: 50px;
}
.wrapper-confirm-buttons {
margin-bottom: 0;
margin-top: 0;
}
.wrapper-confirm-buttons a {
margin-bottom: 0;
}
.or-divider {
margin-top: 40px;
margin-bottom: 20px;
text-align: center;
font-weight: bold;
}
.download-logos {
display: flex;
column-gap: 30px;
justify-content: center;
}
.native-apps {
text-align: center;
}
.native-apps a {
display: inline-block;
margin-top: 40px;
}
.native-apps img {
max-height: 119px;
}
.native-apps h4 {
font-weight: bold;
}
.active + .accordion-body {
padding: 40px 10px;
}
.section-access {
padding: 0;
}
.access-title {
font-weight: bold;
}
.access-content {
margin-bottom: 20px;
}
.access-description {
background-color: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 20px;
padding: 20px 40px;
margin-top: -102px;
margin-bottom: 50px;
font-size: 20px;
line-height: 30px;
}
.section-access .section-body-approved-label {
text-align: left;
}
.content-list {
margin-bottom: 40px;
}
.content-list .content-list-title {
font-size: 25px;
margin-bottom: 15px;
}
.content-list-items {
column-count: 2;
text-align: left;
counter-reset: count;
}
.content-list-items .content-list-item {
text-align: left;
font-size: 20px;
line-height: 30px;
margin-bottom: 30px;
display: flex;
flex-flow: row;
}
.content-list-items .content-list-item a {
color: #74bc1f;
word-break: break-all;
}
.content-list-items .content-list-item::before {
counter-increment: count;
content: counter(count);
font-family: Lato;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 30px;
text-align: center;
color: #74bc1f;
margin-right: 10px;
}
.content-list hr {
width: 80%;
max-width: 400px;
margin-top: 70px;
border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.section-faq-members {
padding-top: 60px;
padding-bottom: 60px;
}
.section-faq-members h2 {
font-size: 35px !important;
}
.green {
color: #74bc1f;
}
@media (max-width: 768px) {
.content-list-items {
column-count: unset;
}
}
</style>
<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>
</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">GEM Member Access</h2>
</div>
</div>
<div class="wrapper-confirm-buttons">
<a href="https://community.geekestate.com/sign_in" id="drop-line-HP-button" class="contact-btn">Online Login</a>
</div>
<p class="or-divider section-body-approved-label-small">OR</p>
<div class="row native-apps">
<h4 class="section-body-approved-label-small">
Native apps
</h4>
<p class="section-body-approved-label-small">We use Mighty Networks to power our community.</p>
<p class="section-body-approved-label-small">They have both iOS and Android versions to use. Download:</p>
<div class="download-logos">
<a href="https://apps.apple.com/us/app/gem-geek-estate-mastermind/id6754100694"><img src="/img/app-store-logo.png" alt="App store logo" /></a>
<a href="https://play.google.com/store/apps/details?id=com.mightybell.geekestate"><img src="/img/play-store-logo.png" alt="Play store logo" /></a>
</div>
</div>
<h4 class="section-body-approved-label-small">
The GEM will not appear in search when you choose the option to<br/> "Find a Mighty Network." This is because it’s a technically a “secret” network.
</h4>
</div>
<div class="section-access section-products section-body-approved" style="background: #f6f6f6;">
<div class="wrapper">
<div class="access-description">
<h4 class="access-title green">
In order to access it:
</h4>
<p class="access-content">
Once you've downloaded the app, you’ll need to log into the GEM on the web (community.geekestate.com) using your phone's browser.
From your mobile browser, you'll see a prompt along the bottom to "View in App."
Tap on that link and log into the GEM on the mobile app.
</p>
<p class="access-note">
<span class="green"><strong>Note:</strong></span> It will only be necessary to do this on the first visit to the GEM.
</p>
</div>
<div class="content-list">
<h2 class="section-body-approved-label content-list-title">
<strong>Account management: Billing</strong>
</h2>
<ul class="content-list-items">
<li class="section-body-approved-label-small content-list-item">
You can view payments and manage your billing<br/> account at any time by logging into your Chargebee<br/> customer portal.
</li>
<li class="section-body-approved-label-small content-list-item">
<p>Go to <a href="https://geekestate.chargebeeportal.com">https://geekestate.chargebeeportal.com</a><br/>Enter your email address and click “Continue”.</p>
</li>
<li class="section-body-approved-label-small content-list-item">
<p>You will be emailed a one-time password from<br/> Chargebee. Input this password, then click “Login”.</p>
</li>
<li class="section-body-approved-label-small content-list-item">
From here, you can manage your subscription, change your account information, billing address, and payment method, and view all past invoices.
</li>
</ul>
<hr />
</div>
<div class="content-list">
<h2 class="section-body-approved-label content-list-title">
<strong>Notifications</strong>
</h2>
<ul class="content-list-items">
<li class="section-body-approved-label-small content-list-item">
We use a combination of Mighty Networks and Mailchimp. All content is published first in Mighty Networks, and a subset of that is distributed via Mailchimp.
</li>
<li class="section-body-approved-label-small content-list-item">
In order to opt-out of the Mailchimp version of the weekly emails, scroll to the bottom of any GEM email and click “update your preferences”.
</li>
<li class="section-body-approved-label-small content-list-item">
For security purposes, you will be sent an email containing a link to update your preferences. Click “Email Me A Link”.
</li>
<li class="section-body-approved-label-small content-list-item">
Click on the “Update your preferences” link in your inbox.
</li>
<li class="section-body-approved-label-small content-list-item">
From here, you can update your name, email address, profession, company, location, sector, and LinkedIn profile.
</li>
<li class="section-body-approved-label-small content-list-item">
To change your email notification settings, click on the dropdown menu under “Receive Newsletters Via” and select whether you would like to receive our transmissions via email or via notifications on our Mighty Networks platform.
</li>
<li class="section-body-approved-label-small content-list-item">
When you’re done making changes, click “Update Profile”.
</li>
</ul>
<hr />
</div>
<div class="content-list">
<h2 class="section-body-approved-label content-list-title">
<strong>Mighty Networks Settings</strong>
</h2>
<ul class="content-list-items">
<li class="section-body-approved-label-small content-list-item">
You can choose to receive GEM platform notifications, such as @mentions and comments on your posts, via email or mobile push notifications.
</li>
<li class="section-body-approved-label-small content-list-item">
<p>Email notifications will come from the GEM <a href="https://community.geekestate.com/your-settings/notifications">https://community.geekestate.com/your-settings/notifications</a></p>
</li>
<li class="section-body-approved-label-small content-list-item">
From here, you can turn email notifications on or off, choose your preferred email frequency, and edit which notifications you want to receive. You can also select whether you would like to receive mobile push notifications.
</li>
</ul>
</div>
</div>
</div>
<div class="section-faq-members section section-products section-body-approved">
<div class="wrapper">
<h2 class="section-body-approved-label green">
FAQ (for members):
</h2>
<div class="accordion">
<div class="accordion-item">
<div class="accordion-header">
<h4 class="section-body-approved-label-small">
I'd like to attend a private lunch. How do I find out when/where they are?
</h4>
</div>
<div class="accordion-body">
<h4 class="section-body-approved-label-small">
Events are private for members and guests. There are regular monthly lunches in Seattle (limited to 15 attendees), quarterly events in San Francisco, New York, and Chicago, as well as meet-ups at major real estate tech conferences and occasional gatherings around the world. Email community@geekestate.com to learn how you can get on the list.
</h4>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header">
<h4 class="section-body-approved-label-small">
I am a member. Can I bring a guest to a GEM event?
</h4>
</div>
<div class="accordion-body">
<h4 class="section-body-approved-label-small">
We encourage you to bring colleagues whom you feel would be a good fit for the GEM to in-person events. Please reach out to community@geekestate.com to confirm your guest’s attendance.
</h4>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header">
<h4 class="section-body-approved-label-small">
How do payments work?
</h4>
</div>
<div class="accordion-body">
<h4 class="section-body-approved-label-small">
Membership fees are handled through Chargebee as a quarterly or annual recurring payment profile. You can cancel at any time.
</h4>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header">
<h4 class="section-body-approved-label-small">
How can I get a custom invoice that meets my company's accounting requirements?
</h4>
</div>
<div class="accordion-body">
<h4 class="section-body-approved-label-small">
Invoices will be sent automatically via email when each payment is due. If you cannot find an invoice, please contact community@geekestate.com.
</h4>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header">
<h4 class="section-body-approved-label-small">
There are multiple people at my company who are interested. Do you provide a discounted rate?
</h4>
</div>
<div class="accordion-body">
<h4 class="section-body-approved-label-small">
Memberships are per individual, although we also offer a discounted rate for multiple members from the same company. Please email community@geekestate.com if you're interested in taking advantage of that discount.
</h4>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header">
<h4 class="section-body-approved-label-small">
Can I write a paid guest blog post/sponsored article?
</h4>
</div>
<div class="accordion-body">
<h4 class="section-body-approved-label-small">
The GEM is a community free from advertisements, and so we do not publish sponsored blog posts.
</h4>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header">
<h4 class="section-body-approved-label-small">
How can I cancel my GEM membership?
</h4>
</div>
<div class="accordion-body">
<h4 class="section-body-approved-label-small">
You can cancel your account at any time from your Chargebee customer portal.
</h4>
<h4 class="section-body-approved-label-small">
Go to <a href="https://geekestate.chargebeeportal.com/">https://geekestate.chargebeeportal.com</a>
</h4>
<h4 class="section-body-approved-label-small">
Enter your email address and click “Continue”.
</h4>
<h4 class="section-body-approved-label-small">
You will be emailed a one-time password from Chargebee. Input this password, then click “Login”.
</h4>
<h4 class="section-body-approved-label-small">
From here, you can manage your subscription, change your account information, billing address, and payment method, and view all past invoices.
</h4>
<h4 class="section-body-approved-label-small">
Click on your subscription.
</h4>
<h4 class="section-body-approved-label-small">
Click “Cancel Subscription”.
</h4>
<h4 class="section-body-approved-label-small">
Please select a reason for your cancellation, and provide any additional information in the feedback box.
</h4>
<h4 class="section-body-approved-label-small">
Click “Confirm Cancellation”.
</h4>
</div>
</div>
</div>
</div>
</div>
<div class="section-contact" style="height: 250px;background: #f6f6f6;padding-top:85px;padding-bottom:85px;">
<div class="wrapper">
<h2 class="section__small-title"><strong>Questions?</strong> Don't hesitate to ask </h2>
<div class="wrapper-link-example">
<a class="link-example">community@geekestate.com</a>
</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>