main: formatting fixes

This commit is contained in:
Gary 2024-02-16 14:35:29 -08:00
parent f60712659f
commit bf2b52b795
2 changed files with 26 additions and 21 deletions

View File

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

View File

@ -96,13 +96,17 @@ td,
li {
color: #1c1c1c;
text-align: left;
margin: 5px;
margin: 0 auto;
padding: 5px;
max-width: 1000px;
}
a {
color: white;
text-decoration: none;
text-align: left;
margin: 0 auto;
padding: 5px;
}
.button-1 {
@ -219,6 +223,7 @@ a {
box-shadow: #242424 0 3px 7px inset;
transform: translateY(-2px);
}
/* Menu */
.menu {
margin: 0 auto;