Website fix for html to be rendered
parent
c6a5533981
commit
4697bdf6c6
12
TODO
12
TODO
|
@ -1,12 +0,0 @@
|
|||
* remove social links from footer
|
||||
* remove faucet signup link in faq
|
||||
|
||||
* remove blog
|
||||
|
||||
* https://github.com/handshake-org/hs-airdrop
|
||||
"does not leak" too strong?
|
||||
communicate it's optional to be private/goosig
|
||||
install instructions for node etc
|
||||
|
||||
|
||||
What is light clients arent secure enough? Have publication of blockheight
|
137
index.html
137
index.html
|
@ -36,51 +36,7 @@
|
|||
</head>
|
||||
|
||||
<body class="landing">
|
||||
|
||||
<header><div class="header-wrapper"><div class="inner-wrapper">
|
||||
<nav id="navBar" class="no-js nav-bar">
|
||||
|
||||
|
||||
<div id='nav-toggle' class="burgermenu" href="#">☰</div>
|
||||
|
||||
<div id='overlay'></div>
|
||||
<div id="burgernav">
|
||||
<ul>
|
||||
|
||||
<li><a href="https://handshake-org.github.io">Documentation</a></li>
|
||||
<li><a href="community">Community</a></li>
|
||||
<li><a href="faq">Faq</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
<a class="nav-logo" href="/">
|
||||
<img class='logo logo-dark' src='images/landing/logo-dark.svg' /><img class='logo logo-light' src='images/landing/logo-light.svg' />
|
||||
</a>
|
||||
|
||||
|
||||
<div class="nav-right ">
|
||||
<div class="nav-links "">
|
||||
<ul>
|
||||
|
||||
|
||||
<li><a href="https://handshake-org.github.io">Documentation</a></li>
|
||||
<li><a href="community">Community</a></li>
|
||||
<li><a href="faq">Faq</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</nav>
|
||||
|
||||
</div></div></header>
|
||||
ZZZHEADERZZZ
|
||||
<div class="content">
|
||||
<div class="wrapper">
|
||||
|
||||
|
@ -179,96 +135,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<footer id='footer'>
|
||||
<!-- the onboarding pages and dashboard use the small footer -->
|
||||
|
||||
<div class='footer-wrap'>
|
||||
<nav>
|
||||
<div class='header'>
|
||||
<h3>Handshake</h3>
|
||||
<span><img class='footer-caret-down' src='img/footer/down-caret.svg' alt='Toggle expanded menu on mobile'/></span>
|
||||
<span><img class='footer-caret-up hide' src='img/footer/up-caret.svg' alt='Toggle expanded menu on mobile'/></span>
|
||||
</div>
|
||||
<div class='links'>
|
||||
<a href='/'>Home</a>
|
||||
<a href='community'>Community</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<nav>
|
||||
<div class='header'>
|
||||
<h3>Learn</h3>
|
||||
<span><img class='footer-caret-down' src='img/footer/down-caret.svg' alt='Toggle expanded menu on mobile'/></span>
|
||||
<span><img class='footer-caret-up hide' src='img/footer/up-caret.svg' alt='Toggle expanded menu on mobile'/></span>
|
||||
</div>
|
||||
<div class='links'>
|
||||
<a href='how-it-works'>How it Works?</a>
|
||||
<a href='faq'>FAQ</a>
|
||||
<a href='files/handshake.txt'>Project paper</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<nav>
|
||||
<div class='header'>
|
||||
<h3>Develop</h3>
|
||||
<span><img class='footer-caret-down' src='img/footer/down-caret.svg' alt='Toggle expanded menu on mobile'/></span>
|
||||
<span><img class='footer-caret-up hide' src='img/footer/up-caret.svg' alt='Toggle expanded menu on mobile'/></span>
|
||||
</div>
|
||||
<div class='links'>
|
||||
<a href='https://handshake-org.github.io'>Documentation</a>
|
||||
<a href='https://github.com/handshake-org/hsd'>Run a full node</a>
|
||||
<a href='https://github.com/handshake-org/hnsd'>Install an SPV resolver</a>
|
||||
<a href='https://handshake-org.github.io/guides/auctions.html'>Auction system guide</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<!-- Keeps things in line -->
|
||||
<nav style="display:none;">
|
||||
</nav>
|
||||
</div><!-- close center-wrap -->
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='footer-wrap bottom-wrap'>
|
||||
<a href='/'>
|
||||
Home
|
||||
</a>
|
||||
<a href='terms-of-use'>
|
||||
Terms of Use
|
||||
</a>
|
||||
<a href='privacy-policy'>
|
||||
Privacy Policy
|
||||
</a>
|
||||
<a href='trademark-disclaimer'>
|
||||
Trademark Disclaimer
|
||||
</a>
|
||||
|
||||
<nav class='social-icons-small-footer'>
|
||||
<a href='https://github.com/handshake-org/'>
|
||||
<img src='img/footer/github.svg' alt='GitHub logo'/>
|
||||
</a>
|
||||
<a href='https://twitter.com/hns'>
|
||||
<img src='img/footer/twitter.svg' alt='Twitter logo'/>
|
||||
</a>
|
||||
<a href='https://reddit.com/r/handshake'>
|
||||
<img src='img/footer/reddit.svg' alt='Reddit logo'/>
|
||||
</a>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
<script src='js/footer.js'></script>
|
||||
<script src='js/nav.js'></script>
|
||||
<script>
|
||||
window.addEventListener("load", function(e) {
|
||||
document.documentElement.className = '';
|
||||
});
|
||||
</script>
|
||||
ZZZFOOTERZZZ
|
||||
|
||||
|
||||
</body>
|
||||
|
|
|
@ -210,7 +210,7 @@
|
|||
<li>
|
||||
(b) Notice Requirement and Informal Dispute Resolution. Before either party may seek arbitration, the party must first send to the other party a written Notice of Dispute (“Notice”) describing the nature and basis of the claim or dispute, and the requested relief. A Notice to the Company should be sent to:
|
||||
</li>
|
||||
Handshake Foundation<br>
|
||||
Handshake Foundation<br/>
|
||||
1459 18th St, #316<br>
|
||||
San Francisco CA 94107<br><br>
|
||||
<li>
|
Loading…
Reference in New Issue