shiloh-website/components/footer.html

47 lines
1.3 KiB
HTML
Raw Normal View History

2024-06-13 15:39:29 +00:00
<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
2024-07-26 22:37:29 +00:00
<a href="/index.html" target="_blank">shilohcode.com</a>. all rights
2024-06-13 15:39:29 +00:00
reserved by
<a href="https://shilohcode.com" target="_blank">shiloh.</a>
</p>
2024-07-26 22:37:29 +00:00
<p>ephesians 5:11</p>
2024-06-13 15:39:29 +00:00
</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>