main: formatting footer and copywriting

This commit is contained in:
Gary 2024-02-16 15:03:48 -08:00
parent 432b853900
commit f5f94c3f94
2 changed files with 20 additions and 16 deletions

View File

@ -12,26 +12,26 @@
</p> </p>
</div> </div>
<div class="flex-container"> <div class="flex-container">
<div class="flex-row"> <div>
<div> <a href="/terms-of-service.html">Terms of Service</a>
<a href="/terms-of-service.html">Terms of Service</a> <a href="/acceptable-use-policy.html">AUP/DMCA</a>
<a href="/acceptable-use-policy.html">AUP/DMCA</a> <a href="/privacy-policy.html">Privacy Policy</a>
<a href="/privacy-policy.html">Privacy Policy</a> <a href="/cookie-policy.html">Cookie Policy</a>
<a href="/cookie-policy.html">Cookie Policy</a> </div>
</div> <div>
<div> <a href="https://status.lasthourhosting.org">Status</a>
<a href="https://status.lasthourhosting.org">Status</a> <a href="#coming-soon">Onion(TOR) Mirror</a>
<a href="#coming-soon">Onion(TOR) Mirror</a> <a href="#coming-soon">Hyphanet Mirror</a>
<a href="#coming-soon">Hyphanet Mirror</a>
</div>
</div> </div>
</div> </div>
<div class="flex-row"> <div class="flex-row">
<div> <div class="flex-container">
<h3>Products</h3> <h3>Products</h3>
<a href="/vps-hosting.html">VPS Hosting</a> <a href="/vps-hosting.html">VPS Hosting</a>
<a href="/vps-hosting.html">Managed Wordpress</a>
<a href="/vps-hosting.html">Free DNS</a>
</div> </div>
<div> <div class="flex-container">
<h3>Features</h3> <h3>Features</h3>
<a href="/features.html#locations">Data Center Locations</a> <a href="/features.html#locations">Data Center Locations</a>
<a href="/features.html#control-panel">Control Panel</a> <a href="/features.html#control-panel">Control Panel</a>
@ -39,12 +39,12 @@
<a href="/features.html#iso">Upload ISO</a> <a href="/features.html#iso">Upload ISO</a>
<a href="/features.html#compliances">Compliances</a> <a href="/features.html#compliances">Compliances</a>
</div> </div>
<div> <div class="flex-container">
<h3>Resources</h3> <h3>Resources</h3>
<a href="https://status.lasthourhosting.org/">Network Status</a> <a href="https://status.lasthourhosting.org/">Network Status</a>
<a href="https://shilohcode.com/getinvolved">Get Involved</a> <a href="https://shilohcode.com/getinvolved">Get Involved</a>
</div> </div>
<div> <div class="flex-container">
<h3>Company</h3> <h3>Company</h3>
<a href="/about.html">Our Team</a> <a href="/about.html">Our Team</a>
<a href="/news.html">News</a> <a href="/news.html">News</a>

View File

@ -107,6 +107,10 @@ a {
text-align: left; text-align: left;
margin: 0 auto; margin: 0 auto;
padding: 5px; padding: 5px;
transition: color 0.5s ease;
}
a:hover:not(nav a) {
color: #00bcf3;
} }
.button-1 { .button-1 {