diff options
author | dzwdz | 2024-04-09 17:54:20 +0200 |
---|---|---|
committer | dzwdz | 2024-04-09 17:54:20 +0200 |
commit | 9f6c7c42254005e0873b7192d5770b8e7ff203f0 (patch) | |
tree | 2ba29c7da377290c9f402866c2e72d4799095ef4 | |
parent | 3b499ea47649b4236feb9117dc46db60274f5263 (diff) |
filling in more stuff
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | index.php | 25 | ||||
-rw-r--r-- | projects.html | 9 |
3 files changed, 21 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore index c5ad59f..ee4f5b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ index.html lastlog.html userbar.html +lastlog diff --git a/index.php b/index.php index 1d7cc87..09b466d 100644 --- a/index.php +++ b/index.php @@ -2,6 +2,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=0.5, user-scalable=yes" /> + <title>tilde.town</title> <link href="index.css" rel="stylesheet" /> <!-- <style> <?php include 'index.css'; ?> </style> --> <script> @@ -24,32 +25,28 @@ _|_ | | __| _ _|_ __ _ _ is a computer meant for sharing </pre> </div> <div class="box" style="float:right; text-align:right; opacity: 0.99"> <pre> -<a href="#aa">helpdesk</a> -<a href="#aa">wiki</a> -<a href="#aa">blog</a> -<a href="#aa">cgit</a> -<a href="#aa">gitea</a> -<a href="#aa">testimonials</a> +<a href="#TODO">helpdesk</a> +<a href="/wiki">wiki</a> +<a href="/blog.html">blog</a> +<a href="//cgit.tilde.town/">cgit</a> +<a href="//git.tilde.town">gitea</a> +<a href="/testimonial.html">testimonials</a> </pre> </div> <div class="box"> -we are a <b>community</b> of around <a href="#">3000 users</a> making art, socializing, and learning on a linux server. +we are a <b>community</b> of around 3000 users making art, socializing, and learning on a linux server. founded in 2014 by <a href="/~vilmibm">~vilmibm</a>. </div> <div class="box"> -here's some stuff made by townies: +a random selection of featured projects: <ul> -<li><a href="#aa">music</a></li> -<li><a href="#aa">a zine</a></li> -<li><a href="#aa">interactive art</a></li> -<li><a href="#aa">technical guides</a></li> -<li><a href="#aa">a babby</a></li> +<?php system("shuf -n5 projects.html") ?> </ul> </div> <div class="box"> -<p> if you think you might enjoy being a part of this community you can <a href="#aa">learn more here</a>. </p> +<p> if you think you might enjoy being a part of this community you can <a href="/signup/">learn more here</a>. </p> </div> diff --git a/projects.html b/projects.html new file mode 100644 index 0000000..c2de0a1 --- /dev/null +++ b/projects.html @@ -0,0 +1,9 @@ +<li><a href="//tilde.town/~fivestarhotel">five star hotel</a></li> +<li><a href="//tildetown.bandcamp.com">our bandcamp</a></li> +<li><a href="//tilde.town/~zine">our zine</a></li> +<li><a href="//tilde.town/~kc/blackout">interactive blackout art</a></li> +<li><a href="//tilde.town/~subtransience/machinecode/aphantom.html">poetry</a></li> +<li><a href="//tilde.town/~pilosophos/software/mosaic-tetris.html">mosaic tetris</a></li> +<li><a href="//tilde.town/~troido/cadastre/">cadastre</a></li> +<li><a href="//tilde.town/graffiti.html">html graffiti</a></li> +<li><a href="https://bbj-dev.github.io/bbj/site/">bbj</a></li> |