-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathheader.html
19 lines (19 loc) · 2.22 KB
/
header.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div class="container">
<header class="clearfix relative">
<div class="logo" style="width: 199px;">
<a href="https://www.tilt.com" title="Home">
<svg size="41" width="99.5551963048499" height="41" x="0" y="0" viewBox="0 0 525.7 216.5">
<path fill="#00A0DB" d="M108.6,145.1c0,6.6-5.3,11.8-11.8,11.8c-6.5,0-11.8-5.3-11.8-11.8c0-6.5,5.3-11.8,11.8-11.8 C103.3,133.3,108.6,138.6,108.6,145.1 M119.3,108.8c0-6.5-5.3-11.8-11.8-11.8c-6.5,0-11.8,5.3-11.8,11.8c0,6.5,5.3,11.8,11.8,11.8 C114,120.7,119.3,115.4,119.3,108.8 M130,72.5c0-6.5-5.3-11.8-11.8-11.8c-6.5,0-11.9,5.3-11.9,11.8c0,6.5,5.3,11.8,11.9,11.8 C124.7,84.4,130,79.1,130,72.5 M108.3,23.7c46.6,0,84.6,37.9,84.6,84.6c0,46.6-37.9,84.6-84.6,84.6c-46.6,0-84.6-37.9-84.6-84.6 C23.7,61.6,61.6,23.7,108.3,23.7 M108.3,180.9c40.1,0,72.7-32.6,72.7-72.7c0-40.1-32.6-72.7-72.7-72.7c-40.1,0-72.7,32.6-72.7,72.7 C35.6,148.3,68.2,180.9,108.3,180.9"></path>
<path fill="#666666" d="M231.8,147.1v-37.4c0-1.9-1.6-3.5-3.5-3.5h-11.1V83.4h11.2c1.9,0,3.4-1.5,3.4-3.4V57.6 c0-1.9,1.5-3.4,3.4-3.4h23.1V80c0,1.9,1.6,3.5,3.5,3.5h27.6v22.7h-27.7c-1.9,0-3.4,1.5-3.4,3.4v33.4c0,10.3,5.2,14.4,14.2,14.4 c5.1,0,9.6-1,14.1-2.9c1.1-0.5,2.3,0.3,2.3,1.5v14.9c0,2.7-1.5,5.1-4,6.2c-5.6,2.5-11.9,3.9-19.8,3.9 C245.6,180.9,231.8,172.4,231.8,147.1z M444.5,147.1v-37.4c0-1.9-1.6-3.5-3.5-3.5h-11.1V83.4h11.2c1.9,0,3.4-1.5,3.4-3.4V57.6 c0-1.9,1.5-3.4,3.4-3.4H471V80c0,1.9,1.6,3.5,3.5,3.5H502v22.7h-27.7c-1.9,0-3.4,1.5-3.4,3.4v33.4c0,10.3,5.2,14.4,14.2,14.4 c5.1,0,9.6-1,14.1-2.9c1.1-0.5,2.3,0.3,2.3,1.5v14.9c0,2.7-1.5,5.1-4,6.2c-5.6,2.5-11.9,3.9-19.8,3.9 C458.3,180.9,444.5,172.4,444.5,147.1z M320.9,83.4h23v97.4h-26.4v-94C317.5,85,319,83.4,320.9,83.4z M346.3,51.8 c0-8.8-7.2-16-16-16c-8.8,0-16,7.2-16,16c0,8.8,7.2,16,16,16C339.2,67.8,346.3,60.6,346.3,51.8 M381.6,36h22.9v144.9h-26.4V39.5 C378.1,37.6,379.7,36,381.6,36z"></path>
</svg>
</a>
</div>
<nav class="user-nav">
<ul class="masthead-nav">
<li><a href="https://www.tilt.com/tilts/new" id="campaign-start">Start here</a></li>
<li><a href="https://www.tilt.com/learn" id="campaign-how">How it works</a></li>
<li><a href="https://www.tilt.com" id="campaign-start">Home</a></li>
</ul>
</nav>
</header>
</div>