68 lines
2.6 KiB
HTML
68 lines
2.6 KiB
HTML
<footer>
|
|
<div class="outer-container">
|
|
<div class="outer-grid">
|
|
<div class="inner-grid">
|
|
<div>
|
|
<h3>Classifieds</h3>
|
|
<ul>
|
|
<li><a href="https://orcashub.org/classified/for-sale">For Sale</a></li>
|
|
<li><a href="https://orcashub.org/classified/for-free">For Free</a></li>
|
|
<li><a href="https://orcashub.org/classified/want-to-buy">Looking For</a></li>
|
|
<li><a href="https://orcashub.org/classified/want-to-borrow">Want to Borrow</a></li>
|
|
<li><a href="https://orcashub.org/classified/new">New Post</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="inner-grid-second-row">
|
|
<h3>Housing</h3>
|
|
<ul>
|
|
<li><a href="https://orcashub.org/housing">For Rent</a></li>
|
|
<li><a href="https://orcashub.org/housing">Requests</a></li>
|
|
<li><a href="https://orcashub.org/housing/new">New Post</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="inner-grid">
|
|
<div>
|
|
<h3>Other Services</h3>
|
|
<ul>
|
|
<li><a href="https://groups.orcashub.org" target="_blank">Groups</a></li>
|
|
<li><a href="https://orcashub.org/events">Events</a></li>
|
|
<li><a href="/" target="_blank">Resources</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="inner-grid-second-row">
|
|
<h3>About</h3>
|
|
<ul>
|
|
<li><a href="https://orcashub.org/faq">FAQ</a></li>
|
|
<li><a href="https://orcashub.org/terms-of-service">Terms of Service</a></li>
|
|
<li><a href="https://orcashub.org/privacy-policy">Privacy Policy</a></li>
|
|
<li><a href="https://orcashub.org/donate">Donate</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
<script>
|
|
function docReady(fn) {
|
|
// see if DOM is already available
|
|
if (document.readyState === "complete" || document.readyState === "interactive") {
|
|
// call on next available tick
|
|
setTimeout(fn, 1);
|
|
} else {
|
|
document.addEventListener("DOMContentLoaded", fn);
|
|
}
|
|
}
|
|
docReady(function() {
|
|
//const classes = document.querySelector('#dw__toc .toggle').classList;
|
|
//classes.remove('open');
|
|
//classes.add('closed');
|
|
|
|
setTimeout(() => {
|
|
// Close the table of contents.
|
|
//jQuery('#dw__toc .toggle').trigger('click')
|
|
}, 100);
|
|
});
|
|
</script>
|