minor update

This commit is contained in:
ch0ccyra1n 2023-09-13 23:11:53 -07:00
parent 0071a373df
commit 01ccfa9126
4 changed files with 31 additions and 20 deletions

View file

@ -10,6 +10,20 @@ This is my website (***you*** should have one too. even if you don't think it's
## In my network...
{{< rawhtml >}}<a href="https://gitlab.com/ch0ccyra1n"><img style="display: inline; width: 20px;" src="https://gitlab.com/favicon.ico" alt="GitLab icon"> My Gitlab</a>, where I publish code <br><a href="https://studentinsurgent.org/authors/ch0ccyra1n/"><img style="display: inline; width: 22px;" src="/images/insurgent-micro.svg" alt="Insurgent icon"> My Writings for <i>The Student Insurgent</i></a>{{< /rawhtml >}}
## Projects I maintain...
## Projects...
{{< rawhtml >}}<a href="https://studentinsurgent.org/"><img style="display: inline; width: 22px;" src="/images/insurgent-micro.svg" alt="Insurgent icon"> <i>The Student Insurgent</i></a> website<br><a href="https://uostudentworkers.gitlab.io/"><img style=" display: inline; width: 22px; background-color: white;" src="https://uostudentworkers.gitlab.io/img/uosw-logo.png" alt="UO Student Workers icon"> UO Student Workers</a> website<br><a href="https://emeraldsocial.org/about"><img style="display: inline; width: 20px;" src="https://emeraldsocial.org/favicon.ico" alt="Mastodon icon"> Emerald Social </a> Mastodon Instance{{< /rawhtml >}}
{{< rawhtml >}}
<a href="https://studentinsurgent.org/"><img style="display: inline; width: 22px;" src="/images/insurgent-micro.svg" alt="Insurgent icon"> <i>The Student Insurgent</i></a> website
<br>
<a href="https://uostudentworkers.gitlab.io/"><img style=" display: inline; width: 22px; background-color: white;" src="https://uostudentworkers.gitlab.io/img/uosw-logo.png" alt="UO Student Workers icon"> UO Student Workers</a> website
<br>
<a href="https://emeraldsocial.org/about"><img style="display: inline; width: 20px;" src="https://emeraldsocial.org/favicon.ico" alt="Mastodon icon"> Emerald Social </a> Mastodon Instance
<br>
<a href="https://sasquatch.planetexpress.me"> Sasquatch</a> Bluesky to ActivityPub mirror
{{< /rawhtml >}}
## Contributions...
{{< rawhtml >}}
<a href="https://codeberg.org/pinetta/proto-pinetta"><img style="display: inline; width: 22px;" src="https://codeberg.org/repo-avatars/80031-a95e9f1e846e63b59ac4dcbae3cbdd21" alt="proto-pinetta icon">proto-pinetta</a> Prototype of Pinetta, a federated Pinterest clone
{{< /rawhtml >}}

View file

@ -1,15 +0,0 @@
---
title: "Contact"
---
Feel free to send me questions, fanmail, or anything else thats cool through these.
{{< rawhtml >}}<a href="xmpp:ch0ccyra1n@tchncs.de"><img style="display: inline; width: 20px;" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/95/XMPP_logo.svg/1024px-XMPP_logo.svg.png" alt="XMPP icon"> XMPP</a> (recommended)<br><a href="mailto:ch0ccyra1n@riseup.net"><img style="display: inline; width: 20px; background-color: white;" src="/images/envelope-at.svg" alt="E-mail icon"> E-mail</a>{{< /rawhtml >}}
Feel free to also support me anonymously with Monero. I don't see *who* donates but I see your donations and appreciate them.
![Monero QR Code](/images/xmr.png)
86bXfJKgL45JXeBC2PzqvD63Zex2mmkjD6pUwH4ngL1kE861uPsUt8PZWtMeSUfkYFYFYGWCa4hvwVsg8rSuVkiS8C4krHW
[Link](monero:86bXfJKgL45JXeBC2PzqvD63Zex2mmkjD6pUwH4ngL1kE861uPsUt8PZWtMeSUfkYFYFYGWCa4hvwVsg8rSuVkiS8C4krHW)

12
content/support/_index.md Normal file
View file

@ -0,0 +1,12 @@
---
title: "Support Me!"
---
Feel free to support me anonymously with Monero. I don't see *who* donates but I see your donations and appreciate them.
![Monero QR Code](/images/xmr.png)
86bXfJKgL45JXeBC2PzqvD63Zex2mmkjD6pUwH4ngL1kE861uPsUt8PZWtMeSUfkYFYFYGWCa4hvwVsg8rSuVkiS8C4krHW
[Link](monero:86bXfJKgL45JXeBC2PzqvD63Zex2mmkjD6pUwH4ngL1kE861uPsUt8PZWtMeSUfkYFYFYGWCa4hvwVsg8rSuVkiS8C4krHW)

View file

@ -2,11 +2,11 @@
<div class="sidenav">
<a href="/">Home</a>
<a href="/posts">Posts</a>
<a href="/contact">Contact</a>
<a href="/support">Support Me!</a>
</div>
<div class="sidenav_mobile">
<a href="/">Home</a>
<a href="/posts">Posts</a>
<a href="/contact">Contact</a>
<a href="/support">Support Me!</a>
</div>
</header>
</header>