-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpricing.html
More file actions
800 lines (699 loc) · 33 KB
/
pricing.html
File metadata and controls
800 lines (699 loc) · 33 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
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
<!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 -->
<title>GEM Benefits and Pricing</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="/testsite.webmanifest.json" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<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/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@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 rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css" />
<link rel="stylesheet" href="css/v3/style.css">
<link rel="stylesheet" href="css/v5/header.css?v3" />
<link rel="stylesheet" href="css/v5/page.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/fontawesome.min.css"
integrity="sha512-M5Kq4YVQrjg5c2wsZSn27Dkfm/2ALfxmun0vUE3mPiJyK53hQBHYCVAtvMYEC7ZXmYLg8DVG4tF8gD27WmDbsg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/solid.min.css"
integrity="sha512-EHa6vH03/Ty92WahM0/tet1Qicl76zihDCkBnFhN3kFGQkC+mc86d7V+6y2ypiLbk3h0beZAGdUpzfMcb06cMg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<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: 1044px;
}
.section-content .wrapper h2 {
color: #fff;
font-family: Poppins;
font-weight: 400;
font-size: 32px;
line-height: 42px;
text-align: center;
}
.section-content .gem-diamond-content-wrapper {
padding-top: 0;
padding-bottom: 30px;
}
.section-content .gem-diamond-content-wrapper .gem-diamond-logo {
width: 480px;
height: auto;
margin-bottom: 30px;
}
.section-content .gem-diamond-content-wrapper .gem-diamond-description {
font-size: 32px;
font-weight: normal;
margin-bottom: 30px;
}
.section-content .gem-diamond-content-wrapper .gem-diamond-description+.gem-btn {
margin-bottom: 30px;
font-weight: 800;
font-size: 20px;
line-height: 30px;
}
.section-content hr {
border-top: 0.5px solid #D6D6D6;
}
.section-content .gem-crystal-content-wrapper {
padding-top: 50px;
padding-bottom: 70px;
}
.section-content .gem-crystal-content-wrapper .gem-crystal-logo {
width: 300px;
height: auto;
margin-bottom: 30px;
}
.section-content .gem-crystal-content-wrapper .gem-crystal-description {
font-size: 22px;
font-weight: normal;
margin: 0 auto;
margin-bottom: 30px;
max-width: 900px;
}
.section-content .gem-crystal-content-wrapper .gem-crystal-description+.gem-btn {
margin-bottom: 30px;
}
.section-content .gem-crystal-content-wrapper .ad-free {
font-family: Inter;
font-size: 24px;
font-weight: 700;
line-height: 31.2px;
text-align: center;
}
.section-content .gem-crystal-content-wrapper .trial {
margin-bottom: 30px;
font-family: Inter;
font-size: 18px;
font-weight: 700;
line-height: 23.4px;
text-align: center;
}
.table-mobile-heading {
display: none;
}
.tiers-wrapper h3 {
font-size: 48px;
color: var(--green);
margin-bottom: 30px;
font-weight: 500;
}
.tiers-wrapper .tier-table-wrapper {
overflow-x: auto;
width: 100%;
}
.tiers-wrapper table {
width: 100%;
table-layout: auto;
border-collapse: collapse;
margin-top: 20px;
margin-bottom: 60px;
}
.tiers-wrapper table.table-compact tbody tr td {
padding: 10px 35px;
vertical-align: middle;
}
.tiers-wrapper table .bg-lighter {
background-color: rgba(51, 51, 51, 1) !important;
}
.tiers-wrapper table .bg-light {
background-color: rgba(38, 38, 38, 1) !important;
}
.tiers-wrapper table .bg-dark {
background-color: rgba(9, 9, 9, 1) !important;
}
.tiers-wrapper table thead {
background-color: #262626;
}
.tiers-wrapper table thead th {
border: none !important;
padding: 15px;
color: var(--green);
}
.tiers-wrapper table thead tr:first-child {
border-bottom: 2px solid var(--green);
}
.tiers-wrapper table thead tr:first-child th {
padding: 30px;
font-family: Poppins;
font-weight: 500;
font-size: 40px;
line-height: 42px;
text-align: left;
}
.tiers-wrapper table thead tr:first-child th:first-child {
border-top-left-radius: 30px;
}
.tiers-wrapper table thead tr:first-child th:last-child {
border-top-right-radius: 30px;
}
.tiers-wrapper table tbody tr:last-child td:first-child {
border-bottom-left-radius: 5px;
}
.tiers-wrapper table tbody tr:last-child td:last-child {
border-bottom-right-radius: 5px;
}
.tiers-wrapper table .fa.fa-times {
color: #E93535;
}
.tiers-wrapper table .fa.fa-check {
color: var(--green);
}
.tiers-wrapper table tbody tr:nth-of-type(odd) td {
background: rgba(9, 9, 9, 1);
}
.tiers-wrapper table tbody tr:nth-of-type(even) td {
background: rgba(38, 38, 38, 1);
}
.tiers-wrapper table tbody tr td .row-heading {
font-size: 24px;
color: var(--green);
line-height: 32px;
}
.tiers-wrapper table tbody tr td .row-pricing {
font-family: Inter;
font-weight: 500;
font-size: 24px;
line-height: 32px;
text-align: center;
}
.tiers-wrapper table tbody tr td .row-benefits {
text-align: left;
}
.tiers-wrapper table tbody tr td .row-benefits li {
display: flex;
gap: 10px;
margin-bottom: 15px;
align-items: baseline;
}
.tiers-wrapper table tbody tr td .row-benefits li > i {
flex: 0 0 20px;
}
.tiers-wrapper table tbody tr td .row-bullet-list {
list-style: disc;
margin: 20px 50px;
}
.tiers-wrapper table tbody tr td .row-bullet-list > li {
display: list-item;
}
.tiers-wrapper table tbody tr td {
padding: 20px 35px;
color: #ffffff;
font-family: Inter, Poppins;
font-weight: 500;
font-size: 16px;
line-height: 22px;
vertical-align: top;
}
.tiers-wrapper table tbody tr td:first-child {
font-weight: 700;
}
.tiers-wrapper table tbody td:first-child {
text-align: left;
}
.tiers-wrapper .tier-footer,
.scholarship-wrapper .tier-footer {
font-family: Inter;
font-weight: 700;
font-size: 24px;
line-height: 32px;
text-align: center;
margin-bottom: 50px;
color: #fff;
}
.tiers-wrapper .tier-footer span,
.scholarship-wrapper .tier-footer span {
text-decoration: underline;
margin: 0 15px;
}
.tiers-wrapper .tier-footer .text-divider,
.scholarship-wrapper .tier-footer .text-divider {
font-weight: 200;
font-family: Poppins;
color: #D6D6D6;
}
.section-content .scholarship-wrapper h2 {
font-family: Inter;
font-weight: 400;
font-size: 24px;
line-height: 32px;
text-align: center;
}
.section-content .scholarship-wrapper .scholarship-wrapper-partners {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 60px;
gap: 40px;
}
.section-content hr {
border-top: 0.5px solid #D6D6D6;
}
.section-content.section-subfooter {
background: rgba(9, 9, 9, 1);
opacity: 1;
padding: 60px 20px;
}
.section-content.section-subfooter .wrapper > div.get-ready-cta {
display: flex;
flex-direction: column;
gap: 30px;
}
.gem-btn {
font-family: Poppins;
font-weight: 800;
font-size: 18px;
line-height: 130%;
text-align: center;
text-transform: uppercase;
max-width: 273px;
color: rgba(38, 38, 38, 1);
}
@media screen and (max-width: 768px) {
.tier-table-wrapper table thead tr th:first-child {
border-top-left-radius: 0;
background-color: #262626;
}
.tier-table-wrapper table thead tr th:last-child {
border-top-right-radius: 0;
}
.tier-table-wrapper table thead tr th:first-child,
.tier-table-wrapper table tbody tr td:first-child {
position: sticky;
left: 0;
z-index: 2;
}
.tier-table-wrapper table tbody tr td {
position: relative;
}
.tier-table-wrapper table tbody tr td:first-child::before {
content: attr(data-title) !important;
display: inline-block;
position: absolute;
top: 50%;
transform: translate(0, -50%);
width: calc(100% - 20px);
}
.tier-table-wrapper table tbody tr:nth-child(even) td:first-child::before {
color: #ffffff;
}
.tiers-wrapper table thead tr th:first-child {
min-width: 160px;
}
.tier-table-wrapper table thead tr th:first-child,
.tier-table-wrapper table tbody tr td {
padding: 20px 10px;
}
.tier-table-wrapper table tbody tr td:first-child span {
display: none;
}
.section-content .scholarship-wrapper .scholarship-wrapper-partners {
flex-wrap: wrap;
}
.section-content .scholarship-wrapper .scholarship-wrapper-partners > img{
max-width: 150px;
}
}
@media screen and (max-width: 600px) {
.section-content .wrapper {
padding-left: 0;
padding-right: 0;
}
.section-content .wrapper h2 {
font-size: 22px;
}
.table-mobile-heading {
display: block;
padding: 15px;
color: var(--green);
font-family: Poppins;
font-weight: 500;
font-size: 40px;
line-height: 42px;
font-size: 40px;
}
.tier-table-wrapper table thead tr th:first-child,
.tier-table-wrapper table tbody tr td:first-child {
position: relative;
}
.tiers-wrapper table thead tr:first-child th {
font-size: 30px;
}
.tier-table-wrapper {
overflow-x: hidden !important;
}
.tier-table thead,
.table-compact thead {
display: none;
}
.tier-table,
.tier-table tbody,
.tier-table tr,
.tier-table td {
display: block;
width: 100%;
}
.tier-table tr {
margin-bottom: 10px;
border-radius: 10px;
}
.tier-table td {
padding: 10px 0;
border: none;
}
.tier-table td::before,
.table-compact td::before {
content: attr(data-label);
display: block;
font-size: 12px;
font-weight: 600;
color: #666;
margin-bottom: 6px;
text-transform: uppercase;
}
.table-compact {
padding: 14px;
}
.table-compact td {
padding: 8px 0;
border: none;
}
.tiers-wrapper .tier-footer {
font-size: 16px;
font-family: Inter, Poppins;
}
.hide-mobile {
display: none !important;
}
}
</style>
</head>
<body class="homepage">
<!-- 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) -->
<!--[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 Benefits & Pricing</h2>
</div>
</div>
<div class="section-content">
<div class="wrapper">
<div class="tiers-wrapper">
<h2 class="margin-bottom-40">Join the private community of founders and executives shaping the future of the built world.
</br><i>Because one authentic connection can change everything.</i>
</h2>
<!-- Pricing -->
<div class="tier-table-wrapper">
<div class="table-mobile-heading">
<span>Pricing</span>
</div>
<table class="tier-table">
<thead>
<tr>
<th colspan="3">Pricing</th>
</tr>
<tr>
<th class="text-left" width="25%">Membership Type</th>
<th class="bg-lighter" width="30%">Pricing</th>
<th class="text-left">Benefits</th>
</tr>
</thead>
<tbody>
<tr>
<td data-label="Membership Type">
<p class="row-heading">GEM 1500</p>
<strong>NYC, SF, Seattle, Denver</strong>
</td>
<td data-label="Pricing">
<p class="row-pricing">$1,250 / year</p>
</td>
<td data-label="Benefits">
<ul class="row-benefits">
<li><i class="fa fa-crown text-green"></i> Full GEM 1500 membership</li>
<li>
<i class="fa-solid fa-calendar-check text-green"></i>
4 guaranteed events per year (2 ticketed dinners included) organized by a local Ambassador
</li>
<li>
<i class="fa-solid fa-people-group text-green"></i>
Access to local events and networking
</li>
</ul>
</td>
</tr>
<tr>
<td data-label="Membership Type">
<p class="row-heading">GEM 1500</p>
<strong>All Other Markets</strong>
</td>
<td class="bg-lighter" data-label="Pricing">
<p class="row-pricing">$750 / year</p>
</td>
<td data-label="Benefits">
<ul class="row-benefits">
<li><i class="fa fa-crown text-green"></i> Full GEM 1500 membership</li>
<li><i class="fa-solid fa-calendar-check text-green"></i> Access to all online events</li>
<li>
<i class="fa-solid fa-champagne-glasses text-green"></i>
Optional dinners and meet-ups (ticket purchase required)
</li>
</ul>
</td>
</tr>
<tr>
<td data-label="Membership Type">
<p class="row-heading">GEM 1500</p>
<strong>Lifetime Membership</strong>
</td>
<td data-label="Pricing">
<p class="row-pricing">$15,000 <br> (one-time)</p>
</td>
<td data-label="Benefits">
<ul class="row-benefits">
<li><i class="fa fa-crown text-green"></i> Lifetime GEM 1500 access</li>
<li>
<i class="fa-solid fa-champagne-glasses text-green"></i>
Priority admission to dinners & retreats
</li>
<li><i class="fa-solid fa-people-group text-green"></i> Only 15 available</li>
</ul>
</td>
</tr>
<tr>
<td data-label="Membership Type">
<p class="row-heading">GEM 1500</p>
<strong>Professional Services</strong>
</td>
<td class="bg-lighter" data-label="Pricing">
<p class="row-pricing">$1,500 / year</p>
</td>
<td data-label="Benefits">
<ul class="row-benefits">
<li><i class="fa fa-crown text-green"></i> Full GEM 1500 membership</li>
<li><i class="fa-solid fa-calendar-check text-green"></i> Access to all online events</li>
<li>
<i class="fa-solid fa-champagne-glasses text-green"></i>
Optional dinners and meet-ups (ticket purchase required)
</li>
</ul>
</td>
</tr>
<tr>
<td data-label="Membership Type">
<p class="row-heading">Peer Circles</p>
<strong>(Add-On)</strong>
</td>
<td data-label="Pricing">
<p class="row-pricing">$1,000 / 6 months</p>
</td>
<td data-label="Benefits">
<ul class="row-benefits">
<li>
<i class="fa-solid fa-chalkboard-user text-green"></i>
Facilitated small-group accountability and mentorship sessions curated by GEM
</li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
<!-- Features -->
<div class="tier-table-wrapper">
<div class="table-mobile-heading">
<span>Features and Benefits</span>
<div>
<img src="./assets/v5/Gem_1500_Logo.svg" width="200px" height="auto" style="min-width: 150px;"/>
</div>
</div>
<table class="table-compact">
<thead>
<tr>
<th width="50%">
<span>Features and Benefits </span>
</th>
<th width="50%">
<img src="./assets/v5/Gem_1500_Logo.svg" width="200px" height="auto" style="min-width: 150px;"/>
</th>
</tr>
</thead>
<tbody>
<tr><td><strong>Radars (industry & community digest)</strong></td><td><p>4x a month</p></td></tr>
<tr><td class="bg-lighter"><strong>Transmissions (long-form thesis-driven essays)</strong></td><td><p>4x a month</p></td></tr>
<tr><td><strong>Earnings Reports</strong></td><td><p>1x a quarter</p></td></tr>
<tr><td class="bg-lighter"><strong>Membership Criteria</strong></td><td><p>Founders or Executives</p></td></tr>
<tr><td><strong>Discounts for Industry Events</strong></td><td><i class="fa fa-check text-green"></i></td></tr>
<tr><td class="bg-lighter"><strong>Private Community Forum</strong></td><td><i class="fa fa-check text-green"></i></td></tr>
<tr><td><strong>Online Networking Events (peer practicepitches, fundraising office hours, etc.</strong></td><td><i class="fa fa-check text-green"></i></td></tr>
<tr><td class="bg-lighter"><strong>In-person Networking Events (dinners, happy hours, lunches, ballgames, etc.)</strong></td><td><i class="fa fa-check text-green"></i></td></tr>
<tr><td><strong>New Cut (member introductions)</strong></td><td><i class="fa fa-check text-green"></i></td></tr>
<tr><td class="bg-lighter"><strong>Peer Circles</strong></td><td><i class="fa fa-check text-green"></i></td></tr>
<tr><td><strong>Biz Intel (sector analysis and product reviews)</strong></td><td><i class="fa fa-check text-green"></i></td></tr>
<tr><td class="bg-lighter"><strong>GEM Ventures</strong></td><td><i class="fa fa-check text-green"></i></td></tr>
<tr><td><strong>Membership Cap</strong></td><td><i class="fa fa-check text-green"></i></td></tr>
</tbody>
</table>
<div class="tier-footer">
<a target="_blank" href="https://crystal.geekestate.com/gem-events/"
class="text-green">Learn more about events</a> <span class="text-divider">|</span>
<a target="https://crystal.geekestate.com/gem-content-examples-approach/"
href="#" class="text-green">Learn more about content</a>
</div>
</div>
<!-- Membership -->
<div class="tier-table-wrapper">
<table>
<thead>
<tr>
<th>
Membership Criteria
</th>
</tr>
</thead>
<tbody>
<tr>
<td class="bg-light">
<p class="row-heading padding-vertical-20">Adhere to GEM's Core Member Values:</p>
<ul class="row-benefits">
<li><i class="fa-solid fa-circle-check text-green"></i> Be Present and Engaged</li>
<li><i class="fa-solid fa-circle-check text-green"></i> Support the Community</li>
<li><i class="fa-solid fa-circle-check text-green"></i> Show Curiosity</li>
<li><i class="fa-solid fa-circle-check text-green"></i> Harness Authenticity</li>
<li><i class="fa-solid fa-circle-check text-green"></i> Do The Work</li>
</ul>
</td>
</tr>
<tr>
<td class="bg-dark">
<p class="row-heading padding-vertical-20">Fit one or more of the following:</p>
<ul class="row-benefits">
<li><i class="fa-solid fa-circle-arrow-right text-green"></i> Founders of proptech companies with a product in the market.</li>
<li><i class="fa-solid fa-circle-arrow-right text-green"></i> A minimum of five years of operational experience in the proptech industry, and hold a C-level, owner, or investor role.</li>
<li>
<div>
<div><i class="fa-solid fa-circle-arrow-right text-green"></i> C-level roles can include</div>
<div>
<ul class="row-bullet-list">
<li>President</li>
<li>CEO</li>
<li>Chairperson of the Board</li>
<li>Managing Director</li>
<li>Managing Partner</li>
<li>Chief Product Officer</li>
<li>Chief Marketing Officer</li>
<li>Chief Operating Officer</li>
<li>Chief Revenue Officer</li>
<li>or Equivalent title</li>
</ul>
</div>
</div>
</li>
<li><i class="fa-solid fa-circle-arrow-right text-green"></i> VP or above at a public company.</li>
<li><i class="fa-solid fa-circle-arrow-right text-green"></i> If a consultant or in professional services, must be referred by at least two active GEM members who have worked with you directly.</li>
<li><i class="fa-solid fa-circle-arrow-right text-green"></i> Tech-forward industry professional with ten years experience.</li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="wrapper">
<div class="scholarship-wrapper">
<div class="tier-footer">
More Details:
<a target="_blank" href="https://community.geekestate.com/plans/1926490?bundle_token=78ae060ac96f7d7cb4526cb0535fc9d1&utm_source=manual"
class="text-green">GEM Primer</a> <span class="text-divider">|</span>
<a target="_blank"
href="https://tidycal.com/drewmeyers/30-minute-meeting-gemdiamond-prospective-member" class="text-green">Schedule a call</a> <span class="text-divider">|</span>
<a target="_blank"
href="/FAQ.html" class="text-green">FAQ</a>
</div>
</div>
</div>
</div>
<div class="section-content section-subfooter">
<div class="wrapper">
<div class="get-ready-cta">
<h2>Ready to get started?</h2>
<a href="https://www.geekestate.com/join-now.html" class="gem-btn mx-center">Apply to GEM</a>
</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>
<script type="text/javascript">
$('.testimonial-footer-items').slick({
infinite: true,
dots: true,
prevArrow: '<button type="button" class="slick-prev"><img src="/assets/images/arrow-left-circle.png" /></button>',
nextArrow: '<button type="button" class="slick-next"><img src="/assets/images/arrow-right-circle.png" /></button>',
appendArrows: $('#slick-meta'),
appendDots: $('#slick-meta'),
adaptiveHeight: true
});
</script>
</body>
</html>