Add patreon sponsors to footer.

This commit is contained in:
Jocelyn Badgley (Twipped) 2020-12-01 11:43:34 -08:00
parent 70e218bdbd
commit 518d326931
2 changed files with 20 additions and 3 deletions

View File

@ -31,10 +31,11 @@ footer, .footer {
strong { strong {
margin-bottom: 5px; margin-bottom: 5px;
display: block; display: block;
color: #bbb;
} }
a { a {
color: #aaa; color: #bbb;
} }
ul { ul {

View File

@ -79,9 +79,25 @@
{{block "body"}} {{block "body"}}
</div> </div>
<footer> <footer>
<p>Site text, website code and original graphics are <a href="https://creativecommons.org/licenses/by-nc-sa/2.0/">licensed CC BY-NC-SA.</a><span class="cc-by-nc-sa">{{icon 'symbols/cc'}}{{icon 'symbols/cc-by'}}{{icon 'symbols/cc-nc'}}{{icon 'symbols/cc-sa'}}</span><br>&copy; {{date "yyyy"}} Jocelyn Badgley and Other Contributors </p> <div class="patreon-support">
<strong>
This site is made possible thanks to contributions from the community.
If you have found this site invaluable, please consider <a href="https://www.patreon.com/curvyandtrans">making a pledge on patreon</a> or a <a href="https://ko-fi.com/curvyandtrans">donation via Ko-fi</a>.
</strong>
<p>Special thanks to the following patreon supporters:</p>
<ul>
<li>Julia Hocken</li>
<li>Amanda B</li>
<li>Brass Cowbell</li>
<li>Amelia Unchained</li>
<li>Lee Piner</li>
<li>Xanterra</li>
</ul>
<hr>
</div>
<p>Site text, website code and original graphics are <a href="https://creativecommons.org/licenses/by-nc-sa/2.0/">licensed CC BY-NC-SA.</a><span class="cc-by-nc-sa">{{icon 'symbols/cc'}}{{icon 'symbols/cc-by'}}{{icon 'symbols/cc-nc'}}{{icon 'symbols/cc-sa'}}</span><br>&copy; {{date "yyyy"}} <a href="https://curvyandtrans.com">Jocelyn Badgley</a> and Other Contributors </p>
<p><a href="/privacy">Privacy Policy</a></p> <p><a href="/privacy">Privacy Policy</a></p>
</footer> </footer>
</div> </div>