Update index
This commit is contained in:
parent
f7b73bc2ff
commit
5cfac7a2a3
2 changed files with 19 additions and 13 deletions
21
index.html
21
index.html
|
@ -16,15 +16,18 @@
|
|||
site.</p>
|
||||
<h2 id="personal-links">Personal links</h2>
|
||||
<ul>
|
||||
<li><a href="https://git.askiiart.net/askiiart">Gitea</a> (my
|
||||
main git thing)</li>
|
||||
<li><a href="https://github.com/askiiart">GitHub</a></li>
|
||||
<li><a href="https://codeberg.org/askiiart">Codeberg</a> (rarely
|
||||
used, aside from club stuff)</li>
|
||||
<li>Self-hosted git thing: <a
|
||||
href="https://git.askiiart.net/askiiart">git.askiiart.net/askiiart</a>
|
||||
(my main git thing)</li>
|
||||
<li>GitHub: <a href="https://github.com/askiiart">askiiart</a>
|
||||
(most stuff is mirrored here)</li>
|
||||
<li>Codeberg: <a
|
||||
href="https://codeberg.org/askiiart">Codeberg</a> (only used for
|
||||
club stuff)</li>
|
||||
<li>Discord: <a
|
||||
href="https://discord.com/users/552658564368302092">askiiart</a></li>
|
||||
<li>Email:
|
||||
<a href="mailto:mail@askiiart.net">mail@askiiart.net</a></li>
|
||||
<li>Email: <a
|
||||
href="mailto:dev@askiiart.net">dev@askiiart.net</a></li>
|
||||
</ul>
|
||||
<h2 id="site-links">Site Links</h2>
|
||||
<ul>
|
||||
|
@ -76,6 +79,8 @@
|
|||
Animations</a> - Make your Marlin boot screen animated! Includes
|
||||
animation formatting documentation. (<a
|
||||
href="/blog/marlin-boot-animations.md">markdown</a>)</li>
|
||||
<li><a href="/blog/300.html">300</a> - Figuring out 300 Multiple
|
||||
Choices (<a href="/blog/300.md">markdown</a>)</li>
|
||||
</ul></li>
|
||||
<li>TIL
|
||||
<ul>
|
||||
|
@ -102,7 +107,7 @@
|
|||
<li><a href="https://bestmotherfucking.website/">Best
|
||||
Motherf**king Website</a> (sorry for the harsh language)
|
||||
<ul>
|
||||
<li>A fantastic looking satirical, but rude website, mocking
|
||||
<li>A fantastic-looking satirical, but rude website, mocking
|
||||
things such as "5MB background video[s] of hipsters poking at
|
||||
their iPhones"</li>
|
||||
</ul></li>
|
||||
|
|
11
index.md
11
index.md
|
@ -4,11 +4,11 @@ I'm a hobby programmer, and co-founder and vice president of the [TCCD CompSci a
|
|||
|
||||
## Personal links
|
||||
|
||||
- <a href="https://git.askiiart.net/askiiart">Gitea</a> (my main git thing)
|
||||
- <a href="https://github.com/askiiart">GitHub</a>
|
||||
- <a href="https://codeberg.org/askiiart">Codeberg</a> (rarely used, aside from club stuff)
|
||||
- Self-hosted git thing: [git.askiiart.net/askiiart](https://git.askiiart.net/askiiart) (my main git thing)
|
||||
- GitHub: [askiiart](https://github.com/askiiart) (most stuff is mirrored here)
|
||||
- Codeberg: [Codeberg](https://codeberg.org/askiiart) (only used for club stuff)
|
||||
- Discord: [askiiart](https://discord.com/users/552658564368302092)
|
||||
- Email: <a href="mailto:mail@askiiart.net">mail@askiiart.net</a>
|
||||
- Email: [dev@askiiart.net](mailto:dev@askiiart.net)
|
||||
|
||||
## Site Links
|
||||
|
||||
|
@ -35,6 +35,7 @@ I'm a hobby programmer, and co-founder and vice president of the [TCCD CompSci a
|
|||
- This page ([markdown](/index.md))
|
||||
- Blog
|
||||
- [Marlin Boot Animations](/blog/marlin-boot-animations.html) - Make your Marlin boot screen animated! Includes animation formatting documentation. ([markdown](/blog/marlin-boot-animations.md))
|
||||
- [300](/blog/300.html) - Figuring out 300 Multiple Choices ([markdown](/blog/300.md))
|
||||
- TIL
|
||||
- Just little tidbits I learn, inspired by [Simon Willison's TIL](https://til.simonwillison.net/), which was itself inspired by [jbranchaud/til](https://github.com/jbranchaud/til).
|
||||
- [Using JSON with docker compose](/til/using-json-with-docker-compose.html) - Exactly what it sounds like. ([markdown](/til/using-json-with-docker-compose.md))
|
||||
|
@ -46,7 +47,7 @@ I'm a hobby programmer, and co-founder and vice president of the [TCCD CompSci a
|
|||
- [StreetPass for Mastodon](https://streetpass.social/)
|
||||
- Basically Nintendo StreetPass, but for Mastodon
|
||||
- [Best Motherf**king Website](https://bestmotherfucking.website/) (sorry for the harsh language)
|
||||
- A fantastic looking satirical, but rude website, mocking things such as "5MB background video\[s\] of hipsters poking at their iPhones"
|
||||
- A fantastic-looking satirical, but rude website, mocking things such as "5MB background video\[s\] of hipsters poking at their iPhones"
|
||||
|
||||
## Other/Meta
|
||||
|
||||
|
|
Loading…
Reference in a new issue