orcashub-discourse-theme/common/footer.html

55 lines
3.2 KiB
HTML
Raw Normal View History

2024-03-02 17:26:43 -08:00
<div class="mx-auto max-w-7xl px-4 py-12 sm:px-6 lg:px-8 lg:py-16">
<div class="pb-8 xl:grid xl:grid-cols-4 xl:gap-8">
<div class="grid grid-cols-2 gap-8 xl:col-span-4">
<div class="md:grid md:grid-cols-2 md:gap-8">
<div>
<h3 class="text-base font-medium text-white">Classifieds</h3>
<ul>
<li><a href="/classified/for-sale" class="text-base text-gray-300 hover:text-white">For Sale</a>
</li>
<li><a href="/classified/for-free" class="text-base text-gray-300 hover:text-white">For Free</a>
</li>
<li><a href="/classified/want-to-buy" class="text-base text-gray-300 hover:text-white">Looking
For</a></li>
<li><a href="/classified/want-to-borrow" class="text-base text-gray-300 hover:text-white">Want
to Borrow</a></li>
<li><a href="/classified/new" class="text-base text-gray-300 hover:text-white">New Post</a></li>
</ul>
</div>
<div class="mt-12 md:mt-0">
<h3 class="text-base font-medium text-white">Housing</h3>
<ul>
<li><a href="/housing/for-rent" class="text-base text-gray-300 hover:text-white">For Rent</a>
</li>
<li><a href="/housing/request" class="text-base text-gray-300 hover:text-white">Requests</a>
</li>
<li><a href="/housing/new" class="text-base text-gray-300 hover:text-white">New Post</a></li>
</ul>
</div>
</div>
<div class="md:grid md:grid-cols-2 md:gap-8">
<div>
<h3 class="text-base font-medium text-white">Other Services</h3>
<ul>
<li><a href="https://forum.orcas.is" class="text-base text-gray-300 hover:text-white"
target="_blank">Groups</a></li>
<li><a href="/events" class="text-base text-gray-300 hover:text-white">Events</a></li>
<li><a href="https://sanjuans.online/" class="text-base text-gray-300 hover:text-white"
target="_blank">San Juans Online</a></li>
</ul>
</div>
<div class="mt-12 md:mt-0">
<h3 class="text-base font-medium text-white">About</h3>
<ul>
<li><a href="/terms-of-service" class="text-base text-gray-300 hover:text-white">Terms of
Service</a></li>
<li><a href="/privacy-policy" class="text-base text-gray-300 hover:text-white">Privacy
Policy</a></li>
<li><a href="https://opencollective.com/orcas-community"
class="text-base text-gray-300 hover:text-white" target="_blank">Donate</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>