-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwelcome.html
More file actions
72 lines (61 loc) · 3.66 KB
/
welcome.html
File metadata and controls
72 lines (61 loc) · 3.66 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
<!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>Welcome to the GEM, a community for proptech founders and executives.</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,500&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/v4/header.css" />
<link rel="stylesheet" href="css/v4/secondary-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>
</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-geekestate.html"></div>
<div w3-include-html="welcome-video.html"></div>
<div style="margin: 40px 0 40px 0;">
<h2 class="section-body-approved-label-small">Please look out for an email that contains an invite link to set up your profile in the group!</h2>
</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>