added hackathon menu item

This commit is contained in:
Carl 2017-05-22 03:05:53 +08:00
parent 4d573783b1
commit 5a845df023
1 changed files with 4 additions and 11 deletions

View File

@ -20,23 +20,15 @@
<!-- favicon.ico in the root directory -->
<link rel="stylesheet" href="css/main.css?v=16d1099">
<meta property="og:title" content="Status, a Mobile Ethereum OS" />
<!-- Heap Analytics -->
<script type="text/javascript">
window.heap=window.heap||[],heap.load=function(e,t){window.heap.appid=e,window.heap.config=t=t||{};var r=t.forceSSL||"https:"===document.location.protocol,a=document.createElement("script");a.type="text/javascript",a.async=!0,a.src=(r?"https:":"http:")+"//cdn.heapanalytics.com/js/heap-"+e+".js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(a,n);for(var o=function(e){return function(){heap.push([e].concat(Array.prototype.slice.call(arguments,0)))}},p=["addEventProperties","addUserProperties","clearEventProperties","identify","removeEventProperty","setEventProperties","track","unsetEventProperty"],c=0;c<p.length;c++)heap[p[c]]=o(p[c])};
heap.load("1816593697");
</script>
<!-- /Heap Analytics -->
</head>
<body>
<div class="cookie-popup">
<div class="cookie-popup__inner">
<p class="cookie-popup-text">Status.im uses cookies to help improve our website</p>
<a class="cookie-popup-button" href="#">Accept</a>
<p class="cookie-popup-text">Status will be hosting a $25,000 Global Hackathon June 3rd to June 10th.</p>
<a class="cookie-popup-button" href="#">Dismiss</a>
<a class="cookie-popup-button" target="_blank" href="https://hackathon.status.im">Learn More</a>
</div>
</div>
@ -59,6 +51,7 @@
<a class="nav__item nav__item--blog" target="_blank" href="https://blog.status.im/">Blog</a>
<a class="nav__item nav__item--features" href="#">Features</a>
<a class="nav__item nav__item--about" href="#">Discover</a>
<a class="nav__item nav__item--about" target="_blank" href="https://hackathon.status.im/">Hackathon</a>
<a class="nav__item nav__item--about" target="_blank" href="https://wiki.status.im/">Wiki</a>
<a class="nav__item nav__item--about" target="_blank" href="https://github.com/status-im">Github</a>
</div>