summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-12 12:00:09 -0600
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-12 12:00:09 -0600
commitcd4b87506f3da4b1e179e98046b98325030ddf82 (patch)
tree0ac14e3f28ea5bf1c51ae9da7d86dc5b8f804e78
parent0174cf593b160a45024a7bcd1d1b2191f5a30acd (diff)
downloadtilde.club-cd4b87506f3da4b1e179e98046b98325030ddf82.tar.gz
tilde.club-cd4b87506f3da4b1e179e98046b98325030ddf82.zip
add an index.html so i can show up on the tilde.club member list!
-rw-r--r--html/public/index.html77
1 files changed, 77 insertions, 0 deletions
diff --git a/html/public/index.html b/html/public/index.html
new file mode 100644
index 0000000..230c497
--- /dev/null
+++ b/html/public/index.html
@@ -0,0 +1,77 @@
+<!DOCTYPE html>
+
+<html>
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>~simponic</title>
+
+ <link rel="stylesheet" href="/~simponic/css/style.css">
+ </head>
+
+ <body>
+ <div>
+ <h1><a href="/~simponic">~simponic</a></h1>
+ <ul>
+ <li style="display:inline; margin-right: 20px; margin-left: 0px;"><a href="/~simponic">home</a></li>
+ <li style="display:inline; margin-right: 20px; margin-left: 0px;"><a href="/~simponic/fruitvote">fruitvote</a></li>
+ </ul>
+ </div>
+ <br />
+<p>you are at my <a href="https://tilde.club">tilde.club</a> page right now! hi!</p>
+
+
+<img src="/~simponic/img/penguin.gif" alt="a penguin" style="width: 200px; height: 200px;"/>
+<p><em>this is a penguin. probably had a bit too much coffee.</em></p>
+
+<p>here you can:</p>
+
+<ul>
+ <li>vote on your favorite <a href="/~simponic/fruitvote">fruit</a> (written in Go! had to pull a sneaky to get it working on the tilde.club server >:3)</li>
+ <li>play <a href="/~simponic/the-abstraction-engine">the abstraction engine</a> (WIP)</li>
+ <li>play <a href="/~simponic/euler-golf">euler golf 2</a></li>
+ <li>program a <a href="/~simponic/turing-machine">turing machine</a></li>
+ <li>mess with <a href="/~simponic/godel">godel numbers</a></li>
+ <li>more to come? (some duplicates from <a href="https://static.simponic.xyz">static.simponic.xyz</a>)</li>
+</ul>
+
+<br />
+<br />
+
+<p>
+here are some stuffs i like:
+<ul>
+ <li>penguins, dogs, birds</li>
+ <li>programming (((with parentheses)))</li>
+ <li>compilers, languages, distributed systems</li>
+ <li>emacs</li>
+ <li>math</li>
+ <li>being bicycle 🏳️‍🌈</li>
+ <li>gruvbox & catpuccin</li>
+</ul>
+</p>
+
+<p>
+here are some stuffs i don\'t like:
+<ul>
+ <li>bugs (hahahaha)</li>
+ <li>capitalism, expensive healthcare, lead in water, yadayada</li>
+ <li>mmmm i can\'t think of more</li>
+</ul>
+</p>
+
+ <br />
+ <hr />
+ <br />
+
+ <ul>
+ <li style="display:inline; margin-right: 20px; margin-left: 0px;"><a href="https://git.simponic.xyz/simponic">gitea</a></li>
+ <li style="display:inline; margin-right: 20px; margin-left: 0px;"><a href="https://git.simponic.xyz/simponic/tilde.club">source</a></li>
+ <li style="display:inline; margin-right: 20px; margin-left: 0px;"><a href="mailto:elizabeth.hunt@simponic.xyz">email</a></li>
+ <li style="display:inline; margin-right: 20px; margin-left: 0px;"><a href="https://www.linkedin.com/in/simponic/">linkedin</a></li>
+ <li style="display:inline; margin-right: 20px; margin-left: 0px;"><a href="http://tilde.club/~harper/link.html?action=random">random tilde.club page</a></li>
+ </ul>
+ <br />
+ <a href="http://tilde.club/~harper/link.html?action=random"><img src="http://tilde.club/~harper/webring.png" border="0" usemap="#notepad.map"></a>
+ </body>
+</html>