small pixel drawing of a pufferfish j3s.sh

Add projects & simplify layout a bit
Jes Olson j3s@c3f.net
Mon, 04 Apr 2022 16:48:01 -0400
commit

266e27cd4e0e75ed78f3529726af2cf2830c9461

parent

c2b1c7e17e195a64d93066e5ea1fb99d36792d59

3 files changed, 18 insertions(+), 5 deletions(-)

jump to
M templates/index.htmltemplates/index.html

@@ -1,7 +1,8 @@

{{- define "title" }}j3s.sh{{- end }} {{- define "body" }} -<p>hello. my name is jes. welcome to my little piece of the internet.</p> -<marquee><p><i>gir: i am Government Man, come from the government. the government has sent me</p></i></marquee> +<h4><p>hello. my name is jes. welcome to my little piece of the internet.</p></h4> +<marquee><p><i>i am Government Man, come from the government. the government has sent me</p></i></marquee> +<marquee direction="right"><p><i>I don't wanna behaaave and I'm don't wanna live up to your ssstandards</p></i></marquee> <h4>email me!</h4> <p>i love getting email. from anyone. from you! it's my favorite way to talk. email me anything! seriously!</p> <p>j3s@c3f.net</p>
M templates/layout.htmltemplates/layout.html

@@ -43,11 +43,10 @@ <a href="/about.html">about</a>

<a href="/reviews.html">reviews</a> <a href="/thoughts.html">thoughts</a> <a href="/tools.html">tools</a> - </p> - <p> + <a href="/projects.html">projects</a> + | <a href="https://git.j3s.sh">git -></a> <a href="https://snap.as/j3s">pics -></a> - <a href="https://existentialcrisis.sh">existentialcrisis.sh -></a> </p> <hr> </div>
A templates/projects.html

@@ -0,0 +1,13 @@

+{{define "title"}}projects i am proud of{{end}} +{{define "body"}} +<h4>projects</h4> +<p><a href="https://git.j3s.sh/j3s.sh">j3s.sh | this website</a></p> +<p><a href="https://github.com/biox/pa">pa | a simple shell-only password manager that uses age</a></p> +<p><a href="https://existentialcrisis.sh">existentialcrisis.sh | existential crisis api</a></p> +<p><a href="https://poop.is">poop.is | poop-themed link shortener</a></p> +<p><a href="https://capsul.org">capsul | cyberia.club's VM service</a></p> +<p><a href="https://git.j3s.sh/neoarkbot">neoarkbot | a very funny mumble bot</a></p> +<p><a href="https://git.j3s.sh/shitchat">shitchat | the worst chat app on planet earth</a></p> +<p><a href="https://git.j3s.sh/dotfiles">my dotfiles | neurotically curated</a></p> +<p><a href="https://git.j3s.sh/jrss">jrss | my personal rss feed reader lmao</a></p> +{{end}}