Files
hnsau/index.html
Nathan Woodburn 96c51eec6e Added links page
2022-02-09 13:14:20 +11:00

94 lines
5.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Home - HNSAU</title>
<meta name="twitter:image" content="https://gday.hnsau/assets/img/hns/512.png">
<meta name="twitter:card" content="summary">
<meta property="og:description" content="The home of Australians using the decentralized web, built on Handshake.">
<meta property="og:type" content="website">
<meta name="description" content="Handshake Australia">
<meta property="og:title" content="HNS AU">
<meta property="og:image" content="https://gday.hnsau/assets/img/hns/512.png">
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="assets/img/hns/180.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/hns/16.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/hns/32.png">
<link rel="icon" type="image/png" sizes="180x180" href="assets/img/hns/180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/img/hns/192.png">
<link rel="icon" type="image/png" sizes="512x512" href="assets/img/hns/512.png">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,600,600i">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.10.0/baguetteBox.min.css">
<link rel="stylesheet" href="assets/css/vanilla-zoom.min.css">
</head>
<body><script src="https://gday.hnsau/handshake.js" domain="gday.hnsau"></script>
<nav class="navbar navbar-light navbar-expand-lg fixed-top bg-white clean-navbar">
<div class="container"><a class="navbar-brand logo" href="/">HNSAU</a><button data-bs-toggle="collapse" class="navbar-toggler" data-bs-target="#navcol-1"><span class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navcol-1">
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a class="nav-link active" href="/">Home</a></li>
<li class="nav-item"><a class="nav-link" href="faq">FAQ</a></li>
<li class="nav-item"><a class="nav-link" href="links">Links</a></li>
<li class="nav-item"><a class="nav-link" href="https://discord.gg/WJ6vpjuQv5" target="_blank">Discord</a></li>
</ul>
</div>
</div>
</nav>
<main class="page landing-page">
<section class="clean-block clean-hero" style="color: rgba(9,162,255,0);background: url(&quot;assets/img/scenery/beach2.jpg&quot;) top;">
<div class="text">
<h2>Handshake Australia</h2>
<p>The home of Australians using the decentralized web, built on Handshake.</p><a class="btn btn-outline-light btn-lg" role="button" href="https://handshake.org/" target="_blank">Learn More About Handshake</a>
</div>
</section>
<section class="clean-block clean-info dark">
<div class="container">
<div class="block-heading">
<h2 class="text-info">Info</h2>
<p>Handshake is a naming protocol thats backwards compatible with the existing DNS system. It does not replace the DNS protocol, but instead decentralizes the root zone file where TLD ownership information is stored by adding a distributed and decentralized blockchain-based system that no one controls and anyone can use. This allows for a root zone that is uncensorable, permissionless, and free of gatekeepers like ICANN.<br></p>
</div>
<div class="row align-items-center">
<div class="col-md-6"><img class="img-thumbnail" src="assets/img/scenery/Handshake.png"></div>
<div class="col-md-6">
<h3>Stop renting yourname.com.au<br>Own yourname/</h3>
<div class="getting-started-info">
<p>Handshake allows you to own your own top level domain (kinda like .au). So you can stop renting yourname.com.au and really own yourname/.</p>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="page-footer dark">
<div class="container">
<div class="row">
<div class="col-sm-3">
<h5>Get started</h5>
<ul>
<li><a href="/">Home</a></li>
<li><a href="https://learn.namebase.io/starting-from-zero/how-to-access-handshake-sites" target="_blank">Resolving</a></li>
</ul>
</div>
<div class="col-sm-3">
<h5>Contact</h5>
<ul>
<li><a href="https://discord.gg/WJ6vpjuQv5" target="_blank">Discord</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<p>© 2022 Handshake AU</p>
</div>
</footer>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.10.0/baguetteBox.min.js"></script>
<script src="assets/js/vanilla-zoom.js"></script>
<script src="assets/js/theme.js"></script>
<script src="https://gday.hnsau/https.js"></script>
</body>
</html>