fix: Update page formatting
All checks were successful
Build Docker / Build Image (push) Successful in 20s

This commit is contained in:
Nathan Woodburn 2024-02-20 12:04:27 +11:00
parent f9ca26abd0
commit 49cd9bd0dd
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1
2 changed files with 23 additions and 5 deletions

View File

@ -27,12 +27,12 @@
</nav> </nav>
<header> <header>
<div class="container"> <div class="container">
<div style="text-align: center;"> <div style="text-align: center;margin-top: 50px;">
<h1 class="display-1 text-center" style="font-weight: bold;margin: 0px;">.{{tld}}/ domains</h1><span style="font-weight: bold;font-size: 40px;"><br>The domain name for your next project<br><br></span> <h1 class="display-1 text-center" style="font-weight: bold;margin: 0px;">.{{tld}}/ domains</h1><span style="font-weight: bold;font-size: 40px;"><br>The domain name for your next project<br><br></span>
</div> </div>
</div> </div>
</header> </header>
<section style="font-size: 25px;"> <section style="margin-top: 75px;font-size: larger;">
<div class="text-center" id="pricing"> <div class="text-center" id="pricing">
<p class="text-center" style="font-weight: bold;">.{{tld}}/ domains now available for registration at HNSAU.</p> <p class="text-center" style="font-weight: bold;">.{{tld}}/ domains now available for registration at HNSAU.</p>
<span>Get yourname.{{tld}}/</span> <span>Get yourname.{{tld}}/</span>
@ -41,6 +41,14 @@
</section> </section>
<footer style="font-size: 25px;background: black;color: white;margin-top: 250px;"> <footer style="font-size: 25px;background: black;color: white;margin-top: 250px;">
<span>© {{year}} .{{tld}}/</span> <span>© {{year}} .{{tld}}/</span>
<style>
/* Hide right footer on mobiles */
@media (max-width: 768px) {
.right-footer {
display: none;
}
}
</style>
<span class="right-footer"> <span class="right-footer">
Domains by Domains by
<a href="https://hns.au" target="_blank">HNSAU/</a> <a href="https://hns.au" target="_blank">HNSAU/</a>

View File

@ -27,12 +27,14 @@
</nav> </nav>
<header> <header>
<div class="container"> <div class="container">
<div style="text-align: center;"> <div style="text-align: center;margin-top: 50px;">
<h1 class="display-1 text-center" style="font-weight: bold;margin: 0px;">.{{tld}}/ domains</h1><span style="font-weight: bold;font-size: 40px;"><br>.{{tld}}/ domains are not available for registration yet.<br><br></span> <h1 class="display-1 text-center" style="font-weight: bold;margin: 0px;">.{{tld}}/ domains</h1>
<div class="spacer" style="height: 100px;"></div>
<h2 style="font-weight: bold;">.{{tld}}/ domains are not available for registration yet.<br><br></h2>
</div> </div>
</div> </div>
</header> </header>
<section style="font-size: 25px;"> <section style="margin-top: 75px;">
<div class="text-center" id="pricing" style="max-width: 800px; margin: auto;"> <div class="text-center" id="pricing" style="max-width: 800px; margin: auto;">
<p class="text-center" style="font-weight: bold;">If you're interested in using a subdomain of {{tld}}/ for your project, please feel free to reach out to us.<br>We'd be happy to help you set up a second-level domain (SLD).</p> <p class="text-center" style="font-weight: bold;">If you're interested in using a subdomain of {{tld}}/ for your project, please feel free to reach out to us.<br>We'd be happy to help you set up a second-level domain (SLD).</p>
<br> <br>
@ -41,6 +43,14 @@
</section> </section>
<footer style="font-size: 25px;background: black;color: white;margin-top: 250px;"> <footer style="font-size: 25px;background: black;color: white;margin-top: 250px;">
<span>© {{year}} .{{tld}}/</span> <span>© {{year}} .{{tld}}/</span>
<style>
/* Hide right footer on mobiles */
@media (max-width: 768px) {
.right-footer {
display: none;
}
}
</style>
<span class="right-footer"> <span class="right-footer">
Domains by Domains by
<a href="https://hns.au" target="_blank">HNSAU/</a> <a href="https://hns.au" target="_blank">HNSAU/</a>