mirror of
https://github.com/status-im/nimbus-site.git
synced 2025-01-09 19:37:08 +00:00
2e163e3318
Changes: - Updates links to use new https://news.nimbus.team/ Ghost instance, rename links to use "News" - Fixes URLs for the documentation sidebar in source/_data/sidebar.yml - Drops fetching Fathoms tracker.js and embeds it by committing it at source/js/fathom.js - Drops a bunch of unused dependencies like babel, browserify, js-yaml, or qrcode - Drops themes/navy/source/js/main.js and replaces it with simpler source/js/main.js - Drops scripts pulled in from CDNs like Moment.js, jQuery, Clipboard.js, and Highlight - Drops everything in themes/navy/source/js including useless themes/navy/source/js/styles - Drops over complicated JS bundling tasks from gulpfile.js - Drops templates for unused popups: - themes/navy/layout/partial/community-popup.swig - themes/navy/layout/partial/projects-popup.swig Signed-off-by: Jakub Sokołowski <jakub@status.im>
44 lines
2.2 KiB
Plaintext
44 lines
2.2 KiB
Plaintext
<div class="header">
|
|
<div class="header-left">
|
|
<a class="logo" href="/"></a>
|
|
{{ partial('partial/header-nav') }}
|
|
</div>
|
|
<div class="header-right">
|
|
<ul class="header-logos">
|
|
<li class="header-link header-link--tw"><a href="https://twitter.com/ethnimbus" target="_blank"><span class="header-icon"></span><span class="header-link-label"></span></a></li>
|
|
<li class="header-link header-link--gh"><a href="https://github.com/status-im/nimbus" target="_blank"><span class="header-icon"></span><span class="header-link-label"></span></a></li>
|
|
<li class="header-link header-link--gt"><a href="https://gitter.im/status-im/nimbus" target="_blank"><span class="header-icon"></span><span class="header-link-label"></span></a></li>
|
|
<li class="header-link header-link--st"><a href="https://get.status.im/chat/public/nimbus-general" target="_blank"><span class="header-icon"></span><span class="header-link-label"></span></a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="mobile-nav-wrap">
|
|
<div class="mobile-nav-inner">
|
|
<a class="logo" href="/"></a>
|
|
<a class="icon-close mobile-nav-close" href="#"></a>
|
|
<ul class="mobile-nav">
|
|
<li><a href="https://news.nimbus.team/">News</a></li>
|
|
<li><a href="/docs">Docs</a></li>
|
|
<li class="item--dropdown item--to-show">
|
|
<span>Projects</span>
|
|
<ul class="mobile-sub-nav">
|
|
<li><a href="https://incubate.status.im/" class="">Incubate</a></li>
|
|
<li><a href="https://nimbus.team/" class="">Nimbus</a></li>
|
|
<li><a href="https://embark.status.im/" class="">Embark</a></li>
|
|
<li><a href="https://keycard.tech/" class="">Hardwallet</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="https://status.im/contribute/" class="">Contribute</a></li>
|
|
</ul>
|
|
<div class="mobile-nav-footer">
|
|
<a href=" https://get.status.im/chat/public/nimbus-general" class="button button--orange">Nimbus Status Chat</a>
|
|
</div>
|
|
<header class="dropdown">
|
|
<nav>
|
|
{{ partial('partial/header-nav') }}
|
|
</nav>
|
|
</header>
|
|
</div>
|
|
</div>
|