-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathheader.html
More file actions
92 lines (91 loc) · 2.59 KB
/
header.html
File metadata and controls
92 lines (91 loc) · 2.59 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
<div class="wrapper-header-btn hero">
<div class="row">
<div class="column ge-logo-wrapper">
<a href="/">
<img
class="ge-logo"
src="img/theGEM_Logo_1500.png"
alt="Geek Estate Labs"
/>
</a>
</div>
<div class="header-menu" style="float: right">
<div class="column">
<a href="/about.html" class="header-btn">ABOUT</a>
</div>
<div class="column">
<a href="https://www.geekestate.com/join-now.html" class="header-btn"
>APPLY</a
>
</div>
<div class="column">
<a href="/members.html" class="header-btn header-btn-member-only"
>MEMBERS-ONLY</a
>
</div>
</div>
<div class="header-hamburger">
<a href="#"
><img src="img/menu.png" style="width: 56px; height: 56px"
/></a>
</div>
<div class="column header-menu-collapsed" style="display: none">
<div class="column">
<a href="/about.html" class="header-btn">ABOUT</a>
</div>
<div class="column">
<a href="/join-now.html" class="header-btn">APPLY</a>
</div>
<div class="column">
<a href="/members.html" class="header-btn header-btn-member-only"
>MEMBERS-ONLY</a
>
</div>
</div>
</div>
</div>
<div class="section-hero desktop-only">
<div class="wrapper">
<img
class="ge-logo-desktop"
src="img/theGEM_Logo_1500.png"
alt="Geek Estate Labs"
/>
<div class="wrapper-welcome"></div>
<div class="all" style="text-align: center">
<h1 class="welcome">
Connecting the boldest proptech entrepreneurs across every sector
</h1>
<div
class="wrapper-sub-header"
style="margin-right: auto; margin-left: auto"
>
A PRIVATE COMMUNITY FREE FROM SPONSORED MESSAGES AND NOISE BUILT FOR
INDEPENDENT CREATIVES, DOERS, AND PIONEERS.
</div>
<h3 class="header-small">Smaller is better: Limited to 1,500</h3>
<a
href="/join-now.html"
id="drop-line-HP-button"
class="contact-btn"
style="margin-right: auto; margin-left: auto"
>Apply Now</a
>
<svg
class="arrow"
width="26"
height="15"
viewBox="0 0 26 15"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M0.292969 1.70718L1.70718 0.292969L13.0001 11.5859L24.293 0.292969L25.7072 1.70718L13.0001 14.4143L0.292969 1.70718Z"
fill="white"
/>
</svg>
</div>
</div>
</div>