shiloh-website/components/footer.html
2024-06-13 08:45:07 -07:00

46 lines
1.3 KiB
HTML

<div class="flex-container">
<a class="logo" href="/index.html"
><img
src="../assets/shiloh-logo-white-1.png"
alt="Last Hour Hosting Logo"
height="30"
/></a>
<p>
© 2023-2024
<a href="/index.html" target="_blank">SHILOHCODE.COM</a>. All rights
reserved by
<a href="https://shilohcode.com" target="_blank">shiloh.</a>
</p>
</div>
<div class="flex-container">
<div>
<a href="/creed.html">our creed</a>
</div>
<div>
<a href="https://status.shilohcode.com">status</a>
<a href="#coming-soon">onion(TOR) mirror</a>
<a href="#coming-soon">hyphanet mirror</a>
</div>
</div>
<div class="flex-row">
<div class="flex-container">
<h3>services</h3>
<a href="https://lasthourhosting.org">hosting</a>
<a href="https://githaven.org">git</a>
<a href="https://remnant.chat">secure comms</a>
<a href="/services.html">hire us</a>
</div>
<div class="flex-container">
<h3>resources</h3>
<a href="https://shilohcode.com/getinvolved">get involved</a>
<a href="https://githaven.org/Shiloh">contribute</a>
<a href="/contact.html">report abuse</a>
</div>
<div class="flex-container">
<h3>company</h3>
<a href="/about.html">our team</a>
<a href="/news.html">news room</a>
<a href="/contact.html">contact</a>
</div>
</div>