mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-23 16:01:15 +00:00
Add Riot to footer
This commit is contained in:
parent
d2871a1d32
commit
dae786a3ed
@ -21,11 +21,9 @@
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="dest/img/new-site/apple-touch-icon-180.png?v=401931a">
|
||||
<link rel="mask-icon" href="dest/img/new-site/logo-mask.svg" color="4360DF">
|
||||
|
||||
<!-- favicon.ico in the root directory -->
|
||||
<link rel="stylesheet" href="dest/css/main.css?v=a664cb5">
|
||||
|
||||
<link rel="shortcut icon" href="/img/favicon.ico" />
|
||||
|
||||
|
||||
<!-- Facebook Pixel Code -->
|
||||
<script>
|
||||
!function(f,b,e,v,n,t,s)
|
||||
@ -141,7 +139,7 @@
|
||||
</div>
|
||||
<h2>Find specialized talent worldwide</h2>
|
||||
<div class="text">
|
||||
<p>To solve new challenges, you often need hard-to-find skillsets. If you can’t easily find local talent, <strong>Status Open Bounty makes it easy to</strong> leverage the best talent
|
||||
<p>To solve new challenges, you often need hard-to-find skillsets. If you can’t easily find local talent, <strong>Status Open Bounty makes it easy to</strong> leverage the best talent
|
||||
in the world.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -210,6 +208,9 @@
|
||||
<ul class="footer-list">
|
||||
<li class="footer-link footer-link--fb"><a href="https://www.facebook.com/ethstatus" target="_blank"><span class="footer-icon"></span><span class="footer-link-label">Facebook</span></a></li>
|
||||
<li class="footer-link footer-link--tw"><a href="https://twitter.com/ethstatus" target="_blank"><span class="footer-icon"></span><span class="footer-link-label">Twitter</span></a></li>
|
||||
<!-- TOOD: Need Riot icon for this
|
||||
<li class="footer-link footer-link--rt"><a href="https://chat.status.im/#/register" target="_blank"><span class="footer-icon"></span><span class="footer-link-label">Riot</span></a></li>
|
||||
-->
|
||||
<li class="footer-link footer-link--gh"><a href="https://github.com/status-im" target="_blank"><span class="footer-icon"></span><span class="footer-link-label">Github</span></a></li>
|
||||
<li class="footer-link footer-link--rd"><a href="https://www.reddit.com/r/statusim/" target="_blank"><span class="footer-icon"></span><span class="footer-link-label">Reddit</span></a></li>
|
||||
<li class="footer-link footer-link--yt"><a href="https://www.youtube.com/channel/UCFzdJTUdzqyX4e9dOW7UpPQ/" target="_blank"><span class="footer-icon"></span><span class="footer-link-label">YouTube</span></a></li>
|
||||
@ -219,6 +220,7 @@
|
||||
<h4 class="footer-header">Community</h4>
|
||||
<ul class="footer-list">
|
||||
<li class="footer-link"><a href="https://wiki.status.im" target="_blank">Wiki</a></li>
|
||||
<li class="footer-link"><a href="https://chat.status.im/#/register" target="_blank">Riot</a></li>
|
||||
<li class="footer-link"><a href="https://status.im/privacy-policy.html" target="_blank">Privacy policy</a></li>
|
||||
<li class="footer-link"><a href="https://status.im/jobs.html" target="_blank">Jobs</a></li>
|
||||
</ul>
|
||||
@ -263,3 +265,4 @@
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
@ -168,6 +168,9 @@
|
||||
[:li.commiteth-footer-link
|
||||
[:a {:href "https://wiki.status.im/"}
|
||||
"Wiki"]]
|
||||
[:li.commiteth-footer-link
|
||||
[:a {:href "https://chat.status.im/#/register"}
|
||||
"Riot"]]
|
||||
[:li.commiteth-footer-link
|
||||
[:a {:href "https://status.im/privacy-policy.html"}
|
||||
"Privacy policy"]]
|
||||
|
@ -208,6 +208,9 @@
|
||||
<ul class="footer-list">
|
||||
<li class="footer-link footer-link--fb"><a href="https://www.facebook.com/ethstatus" target="_blank"><span class="footer-icon"></span><span class="footer-link-label">Facebook</span></a></li>
|
||||
<li class="footer-link footer-link--tw"><a href="https://twitter.com/ethstatus" target="_blank"><span class="footer-icon"></span><span class="footer-link-label">Twitter</span></a></li>
|
||||
<!-- TOOD: Need Riot icon for this
|
||||
<li class="footer-link footer-link--rt"><a href="https://chat.status.im/#/register" target="_blank"><span class="footer-icon"></span><span class="footer-link-label">Riot</span></a></li>
|
||||
-->
|
||||
<li class="footer-link footer-link--gh"><a href="https://github.com/status-im" target="_blank"><span class="footer-icon"></span><span class="footer-link-label">Github</span></a></li>
|
||||
<li class="footer-link footer-link--rd"><a href="https://www.reddit.com/r/statusim/" target="_blank"><span class="footer-icon"></span><span class="footer-link-label">Reddit</span></a></li>
|
||||
<li class="footer-link footer-link--yt"><a href="https://www.youtube.com/channel/UCFzdJTUdzqyX4e9dOW7UpPQ/" target="_blank"><span class="footer-icon"></span><span class="footer-link-label">YouTube</span></a></li>
|
||||
@ -217,6 +220,7 @@
|
||||
<h4 class="footer-header">Community</h4>
|
||||
<ul class="footer-list">
|
||||
<li class="footer-link"><a href="https://wiki.status.im" target="_blank">Wiki</a></li>
|
||||
<li class="footer-link"><a href="https://chat.status.im/#/register" target="_blank">Riot</a></li>
|
||||
<li class="footer-link"><a href="https://status.im/privacy-policy.html" target="_blank">Privacy policy</a></li>
|
||||
<li class="footer-link"><a href="https://status.im/jobs.html" target="_blank">Jobs</a></li>
|
||||
</ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user