346 lines
25 KiB
HTML
346 lines
25 KiB
HTML
<!DOCTYPE html>
|
||
<html data-bs-theme="auto" lang="en-au">
|
||
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||
<title>Own The Dot | HNSAU</title>
|
||
<meta name="theme-color" content="#ffffff">
|
||
<link rel="canonical" href="https://hns.au/ownthedot">
|
||
<meta property="og:url" content="https://hns.au/ownthedot">
|
||
<meta name="twitter:image" content="https://hns.au/assets/img/HNSAU-social.webp">
|
||
<meta property="og:type" content="website">
|
||
<meta name="twitter:card" content="summary_large_image">
|
||
<meta property="og:image" content="https://hns.au/assets/img/HNSAU-social.webp">
|
||
<meta property="og:title" content="Own The Dot | HNSAU">
|
||
<meta property="og:description" content="The future of domain ownership starts with you.
|
||
#OwnTheDot
|
||
|
||
Handshake.Australia/">
|
||
<meta name="description" content="The future of domain ownership starts with you.
|
||
#OwnTheDot
|
||
|
||
Handshake.Australia/">
|
||
<meta name="twitter:description" content="The future of domain ownership starts with you.
|
||
#OwnTheDot
|
||
|
||
Handshake.Australia/">
|
||
<meta name="twitter:title" content="Own The Dot | HNSAU">
|
||
<script>
|
||
(function() {
|
||
|
||
// JavaScript snippet handling Dark/Light mode switching
|
||
|
||
const getStoredTheme = () => localStorage.getItem('theme');
|
||
const setStoredTheme = theme => localStorage.setItem('theme', theme);
|
||
const forcedTheme = document.documentElement.getAttribute('data-bss-forced-theme');
|
||
|
||
const getPreferredTheme = () => {
|
||
|
||
if (forcedTheme) return forcedTheme;
|
||
|
||
const storedTheme = getStoredTheme();
|
||
if (storedTheme) {
|
||
return storedTheme;
|
||
}
|
||
|
||
const pageTheme = document.documentElement.getAttribute('data-bs-theme');
|
||
|
||
if (pageTheme) {
|
||
return pageTheme;
|
||
}
|
||
|
||
return window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light';
|
||
}
|
||
|
||
const setTheme = theme => {
|
||
if (theme === 'auto' && window.matchMedia('(prefers-color-scheme: dark)').matches) {
|
||
document.documentElement.setAttribute('data-bs-theme', 'dark');
|
||
} else {
|
||
document.documentElement.setAttribute('data-bs-theme', theme);
|
||
}
|
||
}
|
||
|
||
setTheme(getPreferredTheme());
|
||
|
||
const showActiveTheme = (theme, focus = false) => {
|
||
const themeSwitchers = [].slice.call(document.querySelectorAll('.theme-switcher'));
|
||
|
||
if (!themeSwitchers.length) return;
|
||
|
||
document.querySelectorAll('[data-bs-theme-value]').forEach(element => {
|
||
element.classList.remove('active');
|
||
element.setAttribute('aria-pressed', 'false');
|
||
});
|
||
|
||
const iconTheme = theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme;
|
||
|
||
for (const themeSwitcher of themeSwitchers) {
|
||
|
||
const adaptIcon = !!themeSwitcher.dataset.bsAdaptIcon;
|
||
|
||
if (adaptIcon) {
|
||
const btnIcon = themeSwitcher.querySelector('[data-bss-adaptable]');
|
||
|
||
try {
|
||
const themeIcons = JSON.parse(themeSwitcher.dataset.bssIcons || "{}");
|
||
const newIconMarkup = themeIcons[iconTheme];
|
||
|
||
const template = document.createElement("template");
|
||
template.innerHTML = newIconMarkup;
|
||
|
||
const newIconFragment = template.content.cloneNode(true);
|
||
|
||
if (newIconFragment?.children?.length) {
|
||
newIconFragment.children[0].dataset.bssAdaptable = true;
|
||
}
|
||
|
||
btnIcon.replaceWith(newIconFragment);
|
||
} catch (e) {}
|
||
}
|
||
|
||
const btnToActivate = themeSwitcher.querySelector('[data-bs-theme-value="' + theme + '"]');
|
||
|
||
if (btnToActivate) {
|
||
btnToActivate.classList.add('active');
|
||
btnToActivate.setAttribute('aria-pressed', 'true');
|
||
}
|
||
}
|
||
}
|
||
|
||
window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', () => {
|
||
const storedTheme = getStoredTheme();
|
||
if (storedTheme !== 'light' && storedTheme !== 'dark') {
|
||
setTheme(getPreferredTheme());
|
||
}
|
||
});
|
||
|
||
window.addEventListener('DOMContentLoaded', () => {
|
||
showActiveTheme(getPreferredTheme());
|
||
|
||
document.querySelectorAll('[data-bs-theme-value]')
|
||
.forEach(toggle => {
|
||
toggle.addEventListener('click', (e) => {
|
||
e.preventDefault();
|
||
const theme = toggle.getAttribute('data-bs-theme-value');
|
||
setStoredTheme(theme);
|
||
setTheme(theme);
|
||
showActiveTheme(theme);
|
||
})
|
||
})
|
||
});
|
||
})();
|
||
</script>
|
||
<link rel="icon" type="image/png" sizes="600x627" href="/assets/img/favicon.png">
|
||
<link rel="icon" type="image/png" sizes="600x627" href="/assets/img/favicon-light.png" media="(prefers-color-scheme: dark)">
|
||
<link rel="icon" type="image/png" sizes="600x627" href="/assets/img/favicon.png">
|
||
<link rel="icon" type="image/png" sizes="600x627" href="/assets/img/favicon-light.png" media="(prefers-color-scheme: dark)">
|
||
<link rel="icon" type="image/png" sizes="600x627" href="/assets/img/favicon.png">
|
||
<link rel="icon" type="image/png" sizes="600x627" href="/assets/img/favicon.png">
|
||
<link rel="icon" type="image/png" sizes="600x627" href="/assets/img/favicon.png">
|
||
<link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.min.css">
|
||
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials">
|
||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,600,600i&display=swap">
|
||
<link rel="stylesheet" href="/assets/css/bss-overrides.css">
|
||
<link rel="stylesheet" href="/assets/css/Hero-Features-icons.css">
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.10.0/baguetteBox.min.css">
|
||
<link rel="stylesheet" href="/assets/css/Social-Icons.css">
|
||
<link rel="stylesheet" href="/assets/css/theme.css">
|
||
<link rel="stylesheet" href="/assets/css/vanilla-zoom.min.css">
|
||
<script async src="https://umami.woodburn.au/script.js" data-website-id="15852010-8d3c-4553-92fc-2d6ac31098e8"></script>
|
||
{{handshake_scripts | safe}}
|
||
</head>
|
||
|
||
<body>
|
||
<nav class="navbar navbar-expand-lg fixed-top bg-secondary-subtle clean-navbar navbar-light">
|
||
<div class="container-fluid"><a class="navbar-brand logo" href="/" style="width: 50%;"><img class="light-only" src="/assets/img/HandshakeAustraliaT.webp" style="margin-right: 10px;height: 50px;"><img class="dark-only" src="/assets/img/HandshakeAustraliaTW.webp" style="margin-right: 10px;height: 50px;"></a><button class="navbar-toggler" data-bs-toggle="collapse" 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" href="/" style="color: var(--bs-primary);">Home</a></li>
|
||
<li class="nav-item"><a class="nav-link" href="/blog" style="color: var(--bs-primary);">Blog</a></li>
|
||
<li class="nav-item"><a class="nav-link" href="/campaigns" style="color: var(--bs-primary);">Campaigns</a></li>
|
||
<li class="nav-item"><a class="nav-link" href="/links" style="color: var(--bs-primary);">Links</a></li>
|
||
<li class="nav-item"><a class="nav-link" href="/#about" style="color: var(--bs-primary);">About</a></li>
|
||
<li class="nav-item"><a class="nav-link" href="https://domains.hns.au" style="color: var(--bs-primary);">Domains</a></li>
|
||
<li class="nav-item"><a class="nav-link" href="/#contact" style="color: var(--bs-primary);">Contact</a></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</nav>
|
||
<main class="page landing-page" style="margin-top: 50px;">
|
||
<div class="light-only" style="margin-bottom: 3em;">
|
||
<div style="max-width: 800px;margin: auto;"><img src="/assets/img/HandshakeAustraliaT.webp" width="50%" style="max-width: 400px;margin-left: 20px;"></div>
|
||
<section class="text-start clean-block clean-hero">
|
||
<div class="text" style="max-width: 700px;width: 95%;">
|
||
<h1 style="color: black;">Own the Dot</h1><span style="display: block;font-size: 26px;color: black;">The future of domain ownership starts with you.</span><span style="display: block;font-size: 26px;color: var(--bs-primary);font-weight: bold;">#OwnTheDot</span>
|
||
</div>
|
||
</section>
|
||
</div>
|
||
<div class="dark-only" style="margin-bottom: 3em;">
|
||
<div style="max-width: 800px;margin: auto;"><img src="/assets/img/HandshakeAustraliaTW.webp" width="50%" style="max-width: 400px;margin-left: 20px;"></div>
|
||
<section class="text-start clean-block clean-hero">
|
||
<div class="text" style="max-width: 700px;width: 95%;">
|
||
<h1 style="color: white;">Own the Dot</h1><span style="display: block;font-size: 26px;color: white;">The future of domain ownership starts with you.</span><span style="display: block;font-size: 26px;color: var(--bs-primary);font-weight: bold;">#OwnTheDot</span>
|
||
</div>
|
||
</section>
|
||
</div>
|
||
<section class="clean-block clean-info dark">
|
||
<div class="container">
|
||
<div class="block-heading">
|
||
<h2 class="text-primary">What Is Handshake?</h2>
|
||
<p style="max-width: 600px;">Handshake is a decentralized naming system that changes how internet domain names work.<br><br>Today, most domain names are controlled by central authorities. You don’t truly own them you rent them, follow their rules, and risk losing them if policies change.<br><br>Handshake removes the middleman. It lets individuals own internet names directly, without relying on a central company or government.<br><br>In simple terms: Handshake lets you truly own your name on the internet.<br><br></p>
|
||
</div>
|
||
<div class="row d-flex d-print-none d-sm-flex d-md-flex d-lg-none d-xl-none d-xxl-none overflow-hidden">
|
||
<div>
|
||
<div>
|
||
<h3>The Handshake Protocol </h3>
|
||
<div class="getting-started-info">
|
||
<p>Think of Handshake as a digital handshake between you and the internet.</p>
|
||
<ul class="list-unstyled">
|
||
<li>You claim a unique name</li>
|
||
<li>The Handshake network verifies that it’s yours</li>
|
||
<li>Ownership is recorded on a public, decentralized blockchain</li>
|
||
<li>No single entity controls it</li>
|
||
</ul>
|
||
<p>Once the handshake happens, that name belongs to you as long as you control your keys. No renewals forced by registries. No arbitrary takedowns.</p>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<h3>Why Own a Unique HNS Name?</h3>
|
||
<div class="getting-started-info">
|
||
<p>Owning a Handshake name is about more than having a website it’s about control and independence.</p>
|
||
<ul class="list-unstyled">
|
||
<li>True ownership - You own the name outright, not a lease</li>
|
||
<li>Censorship resistance - No central authority can seize it</li>
|
||
<li>Early advantage - Access premium names before mass adoption</li>
|
||
<li>Brand control - Own your own namespace, not just a subdomain</li>
|
||
<li>Future-ready - Built for a decentralized internet</li>
|
||
</ul>
|
||
<p>Your name becomes digital property, not a permission slip.</p>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<h3>Own The Dot</h3>
|
||
<div class="getting-started-info">
|
||
<p>For decades, the “dot” in domain names has been controlled by centralized gatekeepers.<br><br>Handshake changes that.<br><br>When you own a Handshake name, you’re not just registering a domain you’re claiming a piece of the internet itself.<br><br>Own the name.<br>Own the rules.<br>Own The Dot.</p>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<div class="getting-started-info">
|
||
<p>OWN THE DOT by ERWIN GROEN is marked CC0 1.0 Universal. To view a copy of this mark, visit <a href="https://creativecommons.org/publicdomain/zero/1.0/" target="_blank">https://creativecommons.org/publicdomain/zero/1.0/</a></p>
|
||
</div>
|
||
</div><img class="img-thumbnail img-fluid" src="/assets/img/campaign/otd_poster.jpg">
|
||
</div>
|
||
</div>
|
||
<div class="row d-none d-print-flex d-sm-none d-md-none d-lg-flex d-xl-flex d-xxl-flex align-items-center">
|
||
<div class="col-md-6"><img class="img-thumbnail img-fluid" src="/assets/img/campaign/otd_poster.jpg"></div>
|
||
<div class="col-md-6">
|
||
<div>
|
||
<h3>The Handshake Protocol </h3>
|
||
<div class="getting-started-info">
|
||
<p>Think of Handshake as a digital handshake between you and the internet.</p>
|
||
<ul>
|
||
<li>You claim a unique name</li>
|
||
<li>The Handshake network verifies that it’s yours</li>
|
||
<li>Ownership is recorded on a public, decentralized blockchain</li>
|
||
<li>No single entity controls it</li>
|
||
</ul>
|
||
<p>Once the handshake happens, that name belongs to you as long as you control your keys. No renewals forced by registries. No arbitrary takedowns.</p>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<h3>Why Own a Unique HNS Name?</h3>
|
||
<div class="getting-started-info">
|
||
<p>Owning a Handshake name is about more than having a website it’s about control and independence.</p>
|
||
<ul>
|
||
<li>True ownership - You own the name outright, not a lease</li>
|
||
<li>Censorship resistance - No central authority can seize it</li>
|
||
<li>Early advantage - Access premium names before mass adoption</li>
|
||
<li>Brand control - Own your own namespace, not just a subdomain</li>
|
||
<li>Future-ready - Built for a decentralized internet</li>
|
||
</ul>
|
||
<p>Your name becomes digital property, not a permission slip.</p>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<h3>Own The Dot</h3>
|
||
<div class="getting-started-info">
|
||
<p>For decades, the “dot” in domain names has been controlled by centralized gatekeepers.<br><br>Handshake changes that.<br><br>When you own a Handshake name, you’re not just registering a domain you’re claiming a piece of the internet itself.<br><br>Own the name.<br>Own the rules.<br>Own The Dot.</p>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<div class="getting-started-info">
|
||
<p>OWN THE DOT by ERWIN GROEN is marked CC0 1.0 Universal. To view a copy of this mark, visit <a href="https://creativecommons.org/publicdomain/zero/1.0/" target="_blank">https://creativecommons.org/publicdomain/zero/1.0/</a></p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<section id="about" class="clean-block about-us" style="margin-top: 2em;">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-lg-8 mx-auto">
|
||
<div class="social-div">
|
||
<ul class="list-unstyled social-list">
|
||
<li class="social-link"><a href="https://x.com/ownthedot" target="_blank"><svg class="bi bi-twitter-x icon" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16">
|
||
<path d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z"></path>
|
||
</svg></a></li>
|
||
<li class="social-link linkedin"><a href="https://www.linkedin.com/in/OwnTheDot" target="_blank"><svg class="bi bi-linkedin icon" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16">
|
||
<path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z"></path>
|
||
</svg></a></li>
|
||
<li class="social-link youtube"><a href="https://www.youtube.com/@OwnTheDot" target="_blank"><svg class="bi bi-youtube icon" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16">
|
||
<path d="M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.01 2.01 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.01 2.01 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31 31 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.01 2.01 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A100 100 0 0 1 7.858 2zM6.4 5.209v4.818l4.157-2.408z"></path>
|
||
</svg></a></li>
|
||
</ul>
|
||
</div>
|
||
<div class="social-div">
|
||
<ul class="list-unstyled social-list">
|
||
<li class="social-link telegram"><a href="https://t.me/OwnTheDot" target="_blank"><svg class="bi bi-telegram icon" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16">
|
||
<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.287 5.906q-1.168.486-4.666 2.01-.567.225-.595.442c-.03.243.275.339.69.47l.175.055c.408.133.958.288 1.243.294q.39.01.868-.32 3.269-2.206 3.374-2.23c.05-.012.12-.026.166.016s.042.12.037.141c-.03.129-1.227 1.241-1.846 1.817-.193.18-.33.307-.358.336a8 8 0 0 1-.188.186c-.38.366-.664.64.015 1.088.327.216.589.393.85.571.284.194.568.387.936.629q.14.092.27.187c.331.236.63.448.997.414.214-.02.435-.22.547-.82.265-1.417.786-4.486.906-5.751a1.4 1.4 0 0 0-.013-.315.34.34 0 0 0-.114-.217.53.53 0 0 0-.31-.093c-.3.005-.763.166-2.984 1.09"></path>
|
||
</svg></a></li>
|
||
<li class="social-link tiktok"><a href="https://www.tiktok.com/@ownthedot" target="_blank"><svg class="bi bi-tiktok icon" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16">
|
||
<path d="M9 0h1.98c.144.715.54 1.617 1.235 2.512C12.895 3.389 13.797 4 15 4v2c-1.753 0-3.07-.814-4-1.829V11a5 5 0 1 1-5-5v2a3 3 0 1 0 3 3z"></path>
|
||
</svg></a></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
</section>
|
||
</main>
|
||
<footer class="page-footer dark" style="background: var(--bs-body-bg);color: var(--bs-body-color);">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-sm-3">
|
||
<h5 style="color: var(--bs-body-color);">Get started</h5>
|
||
<ul>
|
||
<li><a href="/" style="color: var(--bs-body-color);">Home</a></li>
|
||
<li><a href="/links" style="color: var(--bs-body-color);">Links</a></li>
|
||
</ul>
|
||
</div>
|
||
<div class="col-sm-3">
|
||
<h5 style="color: var(--bs-body-color);">Contact</h5>
|
||
<ul>
|
||
<li><a href="https://discord.gg/WJ6vpjuQv5" target="_blank" style="color: var(--bs-body-color);">Discord</a></li>
|
||
<li><a href="/email" target="_blank" style="color: var(--bs-body-color);">Email</a></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="footer-copyright" style="background: var(--bs-body-bg);border-style: none;">
|
||
<p style="color: var(--bs-body-color);">© {{year}} Handshake AU</p>
|
||
</div>
|
||
</footer>
|
||
<div class="text-end floating-switch" style="margin: 10px;"><button class="btn btn-primary btn-sm" type="button" onclick="toggle();"><svg class="bi bi-sun light-only" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" style="font-size: 20px;margin: auto;">
|
||
<path d="M8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6m0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8M8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0m0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13m8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5M3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8m10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0m-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0m9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707M4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708"></path>
|
||
</svg><svg class="bi bi-moon-fill dark-only" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" style="font-size: 20px;margin: auto;">
|
||
<path d="M6 .278a.77.77 0 0 1 .08.858 7.2 7.2 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277q.792-.001 1.533-.16a.79.79 0 0 1 .81.316.73.73 0 0 1-.031.893A8.35 8.35 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.75.75 0 0 1 6 .278"></path>
|
||
</svg></button></div>
|
||
<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>
|
||
</body>
|
||
|
||
</html> |