Compare commits
2 Commits
be6dd460c3
...
47baf9b9f0
Author | SHA1 | Date | |
---|---|---|---|
47baf9b9f0 | |||
c283a31b13 |
@ -697,28 +697,6 @@ 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-header {
|
||||
background-color: unset;
|
||||
|
@ -1,9 +1,3 @@
|
||||
<div class="become-editor-link">
|
||||
<a href="https://orcas.community/editor">
|
||||
Become an editor
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<footer class="orcashub-footer">
|
||||
<div class="outer-container">
|
||||
<div class="inner-container">
|
||||
@ -12,19 +6,19 @@
|
||||
<div>
|
||||
<h3>Classifieds</h3>
|
||||
<ul>
|
||||
<li><a href="https://orcas.community/classified/for-sale">For Sale</a></li>
|
||||
<li><a href="https://orcas.community/classified/for-free">For Free</a></li>
|
||||
<li><a href="https://orcas.community/classified/want-to-buy">Looking For</a></li>
|
||||
<li><a href="https://orcas.community/classified/want-to-borrow">Want to Borrow</a></li>
|
||||
<li><a href="https://orcas.community/classified/new">New Post</a> </li>
|
||||
<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="second-group">
|
||||
<h3>Housing</h3>
|
||||
<ul>
|
||||
<li><a href="https://orcas.community/housing?filters=basic_for-rent">For Rent</a></li>
|
||||
<li><a href="https://orcas.community/housing?filters=basic_request">Requests</a> </li>
|
||||
<li><a href="https://orcas.community/housing/new">New Post</a> </li>
|
||||
<li><a href="https://orcashub.org/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://orcashub.org/housing/new">New Post</a> </li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@ -33,15 +27,15 @@
|
||||
<h3>Other Services</h3>
|
||||
<ul>
|
||||
<li><a href="/" target="_blank">Groups</a> </li>
|
||||
<li><a href="https://orcas.community/events">Events</a> </li>
|
||||
<li><a href="https://sanjuans.online/" target="_blank">San Juans Online</a></li>
|
||||
<li><a href="https://orcashub.org/events">Events</a> </li>
|
||||
<li><a href="https://wiki.orcashub.org/" target="_blank">Resources</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="second-group">
|
||||
<h3>About</h3>
|
||||
<ul>
|
||||
<li><a href="https://orcas.community/terms-of-service">Terms of Service</a></li>
|
||||
<li><a href="https://orcas.community/privacy-policy">Privacy Policy</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://opencollective.com/orcas-community" target="_blank">Donate</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user