-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathheader-tag.html
More file actions
35 lines (35 loc) · 2.54 KB
/
header-tag.html
File metadata and controls
35 lines (35 loc) · 2.54 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
<header class="header">
<div class="header-banner">
<div class="header-banner-content">
<div>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 1C5.925 1 1 5.925 1 12C1 18.075 5.925 23 12 23C18.075 23 23 18.075 23 12C23 5.925 18.075 1 12 1ZM11.5 6C11.2348 6 10.9804 6.10536 10.7929 6.29289C10.6054 6.48043 10.5 6.73478 10.5 7C10.5 7.26522 10.6054 7.51957 10.7929 7.70711C10.9804 7.89464 11.2348 8 11.5 8H12C12.2652 8 12.5196 7.89464 12.7071 7.70711C12.8946 7.51957 13 7.26522 13 7C13 6.73478 12.8946 6.48043 12.7071 6.29289C12.5196 6.10536 12.2652 6 12 6H11.5ZM10 10C9.73478 10 9.48043 10.1054 9.29289 10.2929C9.10536 10.4804 9 10.7348 9 11C9 11.2652 9.10536 11.5196 9.29289 11.7071C9.48043 11.8946 9.73478 12 10 12H11V15H10C9.73478 15 9.48043 15.1054 9.29289 15.2929C9.10536 15.4804 9 15.7348 9 16C9 16.2652 9.10536 16.5196 9.29289 16.7071C9.48043 16.8946 9.73478 17 10 17H14C14.2652 17 14.5196 16.8946 14.7071 16.7071C14.8946 16.5196 15 16.2652 15 16C15 15.7348 14.8946 15.4804 14.7071 15.2929C14.5196 15.1054 14.2652 15 14 15H13V11C13 10.7348 12.8946 10.4804 12.7071 10.2929C12.5196 10.1054 12.2652 10 12 10H10Z" fill="#262626"/>
</svg>
GEM app now available for iOS and Android.</div>
<div>
<a href="https://apps.apple.com/us/app/gem-geek-estate-mastermind/id6754100694">
<img src="/assets/v5/ios-download.svg" alt="app store">
</a>
<a href="https://play.google.com/store/apps/details?id=com.mightybell.geekestate">
<img src="/assets/v5/android-download.svg" alt="google play store">
</a>
</div>
</div>
</div>
<div class="main-header">
<a href="https://www.geekestate.com"><img class="logo" src="img/GeekEstate-NewLogo-AllCaps-FA-White.png"
alt="Geek Estate">
</a>
<div class="header-hamburger">
<a href="#"><i class="fa fa-bars"></i></a>
</div>
<nav class="main-nav">
<ul>
<li><a href="https://www.geekestate.com/pricing.html">Pricing</a></li>
<li><a href="https://www.geekestate.com/about.html">About</a></li>
<li><a href="mailto:community@geekestate.com">Contact</a></li>
<li><a href="https://community.geekestate.com/sign_in" class="gem-btn">GEM ACCESS</a></li>
</ul>
</nav>
</div>
</header>