diff options
| author | 2022-10-11 13:54:07 +0200 | |
|---|---|---|
| committer | 2022-10-11 13:54:07 +0200 | |
| commit | be3c967c2dac40a0ea573a443ef858d8cd4aa8ba (patch) | |
| tree | 33e891792122b1f92bed7d5af0bf5ba0f287c14a /templates | |
| parent | 5b6043663957e9eab10e56d9d4e0db53e1745b53 (diff) | |
update site
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/templates/index.html b/templates/index.html index ddb29c7..1bc446a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,33 +4,40 @@ {% block content %} <h1 class="title">lemon's site</h1> +<img width="256" src="/asset/moth.png"> <p> -Hi, I'm lemon (she/her). I like compilers, tool-assisted speedruns and low level -programming among other things. I do stuff sometimes. Occasionally I might -share some of that stuff here. +I like tool-assisted speedruns, cats, compilers, bugs, ... </p> <h3>links</h3> <ul> -<li><a href="/mips.html">web MIPS assembler/disassembler (incomplete)</a> <li><a href="/w">writings/blog</a> (last updated on {{ get_section(path="w/_index.md") | get(key="pages") | map(attribute="date") | first }}) <li><a href="https://git.sr.ht/~lsof/">git</a> <li><img src="/asset/link.png" width="18" height="23"> <li><a href="https://www.youtube.com/channel/UCoZ8JbiXlq_Zh0DGvaGRTDQ">youtube</a> -<li><a href="https://github.com/lemon32767">github (old projects)</a> +<li><a href="https://github.com/lemon32767">github (abandoned)</a> +</ul> + +<h3>projects</h3> +<ul> +<li><a href="https://github.com/lemon32767/ccleste/">ccleste</a> - a C source port of the PICO-8 game Celeste +<li><a href="/mips.html">web MIPS assembler/disassembler</a> (incomplete) +<li><a href="https://git.sr.ht/~lsof/cff">cff</a> - experimental systems programming language +<!--li><a href="https://git.sr.ht/~lsof/pez">pez</a> - toy embeddable programming language<--!> </ul> <h3>contact</h3> <ul> -<!--li><strong>lemon#8558</strong> on discord </li--!> -<li><img src="/asset/mailto.png" width="128" height="21"> +<li><code>lemonĀ·#4203</code> on discord +<li>you can email me to say hi at <code>lsof@mailbox.org</code> </ul> <hr> +<img src="/asset/pommy.png"> <img src="/asset/nvim.png"> <img src="/asset/lynx.png"> <img src="/asset/linux.png"> |