Compare commits
2 Commits
23c0a22f06
...
6ff4742446
Author | SHA1 | Date | |
---|---|---|---|
6ff4742446 | |||
437263fe53 |
@ -2,6 +2,11 @@
|
||||
|
||||

|
||||
|
||||
## OrcasHub Updating Instructions
|
||||
|
||||
All customizations are in the checked in git repository. To update, download the zip or tar from the repo,
|
||||
and extract over the template directory on the webserver.
|
||||
|
||||
## About
|
||||
|
||||
`Mikio` is a Bootstrap 4 style template for [DokuWiki](http://dokuwiki.org)
|
||||
|
46
footer.html
46
footer.html
@ -1,4 +1,48 @@
|
||||
Something here
|
||||
<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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user