Compare commits
No commits in common. "47baf9b9f0993b2206a5e41e8bea99b24832045b" and "be6dd460c396313871867bc3a731cfcefa771cc5" have entirely different histories.
47baf9b9f0
...
be6dd460c3
@ -697,6 +697,28 @@ html body #main-outlet {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.become-editor-link {
|
||||||
|
display: none;
|
||||||
|
margin: -40px auto 30px auto;
|
||||||
|
padding-left: 3em;
|
||||||
|
max-width: 1000px;
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: var(--primary-high);
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:visited {
|
||||||
|
color: var(--primary-high);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.published-page {
|
||||||
|
.become-editor-link {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// published page additions
|
// published page additions
|
||||||
.published-page-header {
|
.published-page-header {
|
||||||
background-color: unset;
|
background-color: unset;
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
<div class="become-editor-link">
|
||||||
|
<a href="https://orcas.community/editor">
|
||||||
|
Become an editor
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<footer class="orcashub-footer">
|
<footer class="orcashub-footer">
|
||||||
<div class="outer-container">
|
<div class="outer-container">
|
||||||
<div class="inner-container">
|
<div class="inner-container">
|
||||||
@ -6,19 +12,19 @@
|
|||||||
<div>
|
<div>
|
||||||
<h3>Classifieds</h3>
|
<h3>Classifieds</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://orcashub.org/classified/for-sale">For Sale</a></li>
|
<li><a href="https://orcas.community/classified/for-sale">For Sale</a></li>
|
||||||
<li><a href="https://orcashub.org/classified/for-free">For Free</a></li>
|
<li><a href="https://orcas.community/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://orcas.community/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://orcas.community/classified/want-to-borrow">Want to Borrow</a></li>
|
||||||
<li><a href="https://orcashub.org/classified/new">New Post</a> </li>
|
<li><a href="https://orcas.community/classified/new">New Post</a> </li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="second-group">
|
<div class="second-group">
|
||||||
<h3>Housing</h3>
|
<h3>Housing</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://orcashub.org/housing?filters=basic_for-rent">For Rent</a></li>
|
<li><a href="https://orcas.community/housing?filters=basic_for-rent">For Rent</a></li>
|
||||||
<li><a href="https://orcashub.org/housing?filters=basic_request">Requests</a> </li>
|
<li><a href="https://orcas.community/housing?filters=basic_request">Requests</a> </li>
|
||||||
<li><a href="https://orcashub.org/housing/new">New Post</a> </li>
|
<li><a href="https://orcas.community/housing/new">New Post</a> </li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -27,15 +33,15 @@
|
|||||||
<h3>Other Services</h3>
|
<h3>Other Services</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/" target="_blank">Groups</a> </li>
|
<li><a href="/" target="_blank">Groups</a> </li>
|
||||||
<li><a href="https://orcashub.org/events">Events</a> </li>
|
<li><a href="https://orcas.community/events">Events</a> </li>
|
||||||
<li><a href="https://wiki.orcashub.org/" target="_blank">Resources</a></li>
|
<li><a href="https://sanjuans.online/" target="_blank">San Juans Online</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="second-group">
|
<div class="second-group">
|
||||||
<h3>About</h3>
|
<h3>About</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://orcashub.org/terms-of-service">Terms of Service</a></li>
|
<li><a href="https://orcas.community/terms-of-service">Terms of Service</a></li>
|
||||||
<li><a href="https://orcashub.org/privacy-policy">Privacy Policy</a></li>
|
<li><a href="https://orcas.community/privacy-policy">Privacy Policy</a></li>
|
||||||
<li><a href="https://opencollective.com/orcas-community" target="_blank">Donate</a></li>
|
<li><a href="https://opencollective.com/orcas-community" target="_blank">Donate</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -43,4 +49,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
Loading…
x
Reference in New Issue
Block a user