feat: Updated page to dark theme and fixed small ui bugs
All checks were successful
Build Docker / Build Image (push) Successful in 25s
All checks were successful
Build Docker / Build Image (push) Successful in 25s
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html data-bs-theme="light" lang="en">
|
||||
<html data-bs-theme="dark" lang="en-au">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||||
<title>Domains - HNSAU</title>
|
||||
<meta name="theme-color" content="#000000">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<link rel="canonical" href="https://hns.au/domains">
|
||||
<meta property="og:url" content="https://hns.au/domains">
|
||||
<meta name="twitter:image" content="https://hns.au/assets/img/HNSAUbanner.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta property="og:title" content="HNS AU">
|
||||
@@ -15,18 +17,18 @@
|
||||
<meta property="og:description" content="Domains for sale by HNSAU">
|
||||
<meta name="description" content="Domains for sale by HNSAU">
|
||||
<meta name="twitter:description" content="Domains for sale by HNSAU">
|
||||
<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" 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" 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="icon" type="image/png" sizes="600x627" href="/assets/img/favicon.png">
|
||||
<link rel="icon" type="image/png" sizes="600x627" href="/assets/img/favicon.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" 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="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.10.0/baguetteBox.min.css">
|
||||
<link rel="stylesheet" href="assets/css/vanilla-zoom.min.css">
|
||||
<link rel="stylesheet" href="/assets/css/vanilla-zoom.min.css">
|
||||
<!-- Matomo -->
|
||||
<script>
|
||||
var _paq = window._paq = window._paq || [];
|
||||
@@ -45,8 +47,8 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav class="navbar navbar-expand-lg fixed-top bg-white clean-navbar navbar-light">
|
||||
<div class="container"><a class="navbar-brand logo" href="/" style="width: 50%;"><img src="assets/img/favicon.png" style="height: 50px;">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>
|
||||
<nav class="navbar navbar-expand-lg fixed-top bg-dark clean-navbar navbar-light" data-bs-theme="dark">
|
||||
<div class="container-fluid"><a class="navbar-brand logo" href="/" style="width: 50%;"><img src="/assets/img/favicon.png" style="height: 50px;margin-right: 10px;">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" href="/">Home</a></li>
|
||||
@@ -76,12 +78,12 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="products" style="padding: 30px;">
|
||||
<div class="products" style="padding: 30px;color: rgb(255,255,255);">
|
||||
<div class="row g-0">
|
||||
<div class="col-6 col-md-12 col-lg-6" style="padding: 10px;">
|
||||
<div class="text-center border-light-subtle clean-product-item" style="background: linear-gradient(rgba(0,0,0,0.36), rgba(0,0,0,0.36) 100%), url("assets/img/scenery/image6.jpg") center / cover no-repeat;">
|
||||
<div class="text-center border-light-subtle clean-product-item" style="background: linear-gradient(rgba(0,0,0,0.36), rgba(0,0,0,0.36) 100%), url("/assets/img/scenery/image6.jpg") center / cover no-repeat;">
|
||||
<div class="image">
|
||||
<h1 style="text-align: center;color: var(--bs-body-bg);">hnsai/</h1>
|
||||
<h1 style="text-align: center;">hnsai/</h1>
|
||||
</div>
|
||||
<div class="product-name">
|
||||
<p class="bg-info-subtle border rounded" style="text-align: center;max-width: 400px;margin: auto;">Please contact us if you are interested in this domain</p>
|
||||
@@ -89,9 +91,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-6 col-md-12 col-lg-6" style="padding: 10px;">
|
||||
<div class="text-center border-light-subtle clean-product-item" style="background: linear-gradient(rgba(0,0,0,0.36), rgba(0,0,0,0.36) 100%), url("assets/img/scenery/image6.jpg") center / cover no-repeat;">
|
||||
<div class="text-center border-light-subtle clean-product-item" style="background: linear-gradient(rgba(0,0,0,0.36), rgba(0,0,0,0.36) 100%), url("/assets/img/scenery/image6.jpg") center / cover no-repeat;">
|
||||
<div class="image">
|
||||
<h1 style="text-align: center;color: var(--bs-body-bg);">my.uniwallet/</h1>
|
||||
<h1 style="text-align: center;">my.uniwallet/</h1>
|
||||
</div>
|
||||
<div class="product-name">
|
||||
<p class="bg-info-subtle border rounded" style="text-align: center;max-width: 400px;margin: auto;">Gifted by <a href="https://twitter.com/tiMaxal/status/1572716183509700608" target="_blank">@dotUniwallet</a> - The Unique Unicorn of a Unified and Universal Wallet!<br>This domain is hosted in varo/</p>
|
||||
@@ -99,9 +101,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-6 col-md-12 col-lg-6" style="padding: 10px;">
|
||||
<div class="text-center border-light-subtle clean-product-item" style="background: linear-gradient(rgba(0,0,0,0.36), rgba(0,0,0,0.36) 100%), url("assets/img/scenery/image6.jpg") center / cover no-repeat;">
|
||||
<div class="text-center border-light-subtle clean-product-item" style="background: linear-gradient(rgba(0,0,0,0.36), rgba(0,0,0,0.36) 100%), url("/assets/img/scenery/image6.jpg") center / cover no-repeat;">
|
||||
<div class="image">
|
||||
<h1 style="text-align: center;color: var(--bs-body-bg);">apihns/</h1>
|
||||
<h1 style="text-align: center;">apihns/</h1>
|
||||
</div>
|
||||
<div class="product-name">
|
||||
<p class="bg-info-subtle border rounded" style="text-align: center;max-width: 400px;margin: auto;">Please contact us if you are interested in this domain</p>
|
||||
@@ -109,9 +111,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-6 col-md-12 col-lg-6" style="padding: 10px;">
|
||||
<div class="text-center border-light-subtle clean-product-item" style="background: linear-gradient(rgba(0,0,0,0.36), rgba(0,0,0,0.36) 100%), url("assets/img/scenery/image6.jpg") center / cover no-repeat;">
|
||||
<div class="text-center border-light-subtle clean-product-item" style="background: linear-gradient(rgba(0,0,0,0.36), rgba(0,0,0,0.36) 100%), url("/assets/img/scenery/image6.jpg") center / cover no-repeat;">
|
||||
<div class="image">
|
||||
<h1 style="text-align: center;color: var(--bs-body-bg);">apiez/</h1>
|
||||
<h1 style="text-align: center;">apiez/</h1>
|
||||
</div>
|
||||
<div class="product-name">
|
||||
<p class="bg-info-subtle border rounded" style="text-align: center;max-width: 400px;margin: auto;">Please contact us if you are interested in this domain</p>
|
||||
@@ -119,9 +121,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-6 col-md-12 col-lg-6" style="padding: 10px;">
|
||||
<div class="text-center border-light-subtle clean-product-item" style="background: linear-gradient(rgba(0,0,0,0.36), rgba(0,0,0,0.36) 100%), url("assets/img/scenery/image6.jpg") center / cover no-repeat;">
|
||||
<div class="text-center border-light-subtle clean-product-item" style="background: linear-gradient(rgba(0,0,0,0.36), rgba(0,0,0,0.36) 100%), url("/assets/img/scenery/image6.jpg") center / cover no-repeat;">
|
||||
<div class="image">
|
||||
<h1 style="text-align: center;color: var(--bs-body-bg);">campingground/</h1>
|
||||
<h1 style="text-align: center;">campingground/</h1>
|
||||
</div>
|
||||
<div class="product-name">
|
||||
<p class="bg-info-subtle border rounded" style="text-align: center;max-width: 400px;margin: auto;">This domain also comes with campinground/<br>Please contact us if you are interested in this domain</p>
|
||||
@@ -129,9 +131,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-6 col-md-12 col-lg-6" style="padding: 10px;">
|
||||
<div class="text-center border-light-subtle clean-product-item" style="background: linear-gradient(rgba(0,0,0,0.36), rgba(0,0,0,0.36) 100%), url("assets/img/scenery/image6.jpg") center / cover no-repeat;">
|
||||
<div class="text-center border-light-subtle clean-product-item" style="background: linear-gradient(rgba(0,0,0,0.36), rgba(0,0,0,0.36) 100%), url("/assets/img/scenery/image6.jpg") center / cover no-repeat;">
|
||||
<div class="image">
|
||||
<h1 style="text-align: center;color: var(--bs-body-bg);">exploretheglobe/</h1>
|
||||
<h1 style="text-align: center;">exploretheglobe/</h1>
|
||||
</div>
|
||||
<div class="product-name">
|
||||
<p class="bg-info-subtle border rounded" style="text-align: center;max-width: 400px;margin: auto;">Please contact us if you are interested in this domain</p>
|
||||
@@ -139,9 +141,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-6 col-md-12 col-lg-6" style="padding: 10px;">
|
||||
<div class="text-center border-light-subtle clean-product-item" style="background: linear-gradient(rgba(0,0,0,0.36), rgba(0,0,0,0.36) 100%), url("assets/img/scenery/image6.jpg") center / cover no-repeat;">
|
||||
<div class="text-center border-light-subtle clean-product-item" style="background: linear-gradient(rgba(0,0,0,0.36), rgba(0,0,0,0.36) 100%), url("/assets/img/scenery/image6.jpg") center / cover no-repeat;">
|
||||
<div class="image">
|
||||
<h1 style="text-align: center;color: var(--bs-body-bg);">closeathand/</h1>
|
||||
<h1 style="text-align: center;">closeathand/</h1>
|
||||
</div>
|
||||
<div class="product-name">
|
||||
<p class="bg-info-subtle border rounded" style="text-align: center;max-width: 400px;margin: auto;">Please contact us if you are interested in this domain</p>
|
||||
@@ -149,9 +151,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-6 col-md-12 col-lg-6" style="padding: 10px;">
|
||||
<div class="text-center border-light-subtle clean-product-item" style="background: linear-gradient(rgba(0,0,0,0.36), rgba(0,0,0,0.36) 100%), url("assets/img/scenery/image6.jpg") center / cover no-repeat;">
|
||||
<div class="text-center border-light-subtle clean-product-item" style="background: linear-gradient(rgba(0,0,0,0.36), rgba(0,0,0,0.36) 100%), url("/assets/img/scenery/image6.jpg") center / cover no-repeat;">
|
||||
<div class="image">
|
||||
<h1 style="text-align: center;color: var(--bs-body-bg);">iotwallet/</h1>
|
||||
<h1 style="text-align: center;">iotwallet/</h1>
|
||||
</div>
|
||||
<div class="product-name">
|
||||
<p class="bg-info-subtle border rounded" style="text-align: center;max-width: 400px;margin: auto;">Please contact us if you are interested in this domain</p>
|
||||
@@ -189,10 +191,10 @@
|
||||
<p>© 2024 Handshake AU</p>
|
||||
</div>
|
||||
</footer>
|
||||
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
|
||||
<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="/assets/js/vanilla-zoom.js"></script>
|
||||
<script src="/assets/js/theme.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user