Adding in more links to the homepage.
parent
a28e2365f9
commit
771586a70c
|
@ -1,3 +1,4 @@
|
||||||
Welcome to My Small Corner of ~town
|
Welcome to My Small Corner of ~town
|
||||||
My Things
|
My Things
|
||||||
Other People's Things
|
Other Tilde Things
|
||||||
|
Other Beautiful Things on the Internet
|
||||||
|
|
20
index.html
20
index.html
|
@ -43,13 +43,14 @@
|
||||||
background: lightgray;
|
background: lightgray;
|
||||||
min-height: 92%;
|
min-height: 92%;
|
||||||
width: 92%;
|
width: 92%;
|
||||||
max-width: 1280px;
|
max-width: 1024px;
|
||||||
margin: 2em auto;
|
margin: 2em auto;
|
||||||
box-shadow: 6px 8px;
|
box-shadow: 6px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
|
font-family: monospace;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
}
|
}
|
||||||
|
@ -88,17 +89,30 @@
|
||||||
<p> I'm a software developer and maker. I love <a href='https://tildeverse.org/' target='_blank'>tilde communities</a> and I try to use this space to explore my own creativity and some of the more beautiful aspects of the internet. More about me is on <a href='https://gamerdonkey.com' target='_blank'>my primary website</a>. If you're on tilde.town, feel free to email me or find me on IRC. </p>
|
<p> I'm a software developer and maker. I love <a href='https://tildeverse.org/' target='_blank'>tilde communities</a> and I try to use this space to explore my own creativity and some of the more beautiful aspects of the internet. More about me is on <a href='https://gamerdonkey.com' target='_blank'>my primary website</a>. If you're on tilde.town, feel free to email me or find me on IRC. </p>
|
||||||
|
|
||||||
<h3> My Things </h3>
|
<h3> My Things </h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href='./gbcamera'>Game Boy Camera Photography</a></li>
|
<li><a href='./gbcamera'>Game Boy Camera Photography</a></li>
|
||||||
<li><a href='./css-art.html'>CSS "Art"</a></li>
|
<li><a href='./css-art.html'>CSS "Art"</a></li>
|
||||||
|
<li><a href='./blog'>Feels blog</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h3> Other People's Things </h3>
|
<h3> Other Tilde Things </h3>
|
||||||
|
<ul>
|
||||||
|
<li><a href='https://tilde.town/~kirch/bluedot.html'>Pale Blue Dot</a> by <a href='https://tilde.town/~kirch/'>kirch</a></li>
|
||||||
|
<li><a href='https://tilde.town/~nossidge/'>nossidge's style and info</a></li>
|
||||||
|
<li><a href='https://tilde.town/~acdw/'>acdw's page</a></li>
|
||||||
|
<li><a href='https://tilde.town/~owenversteeg/'>A collection of ASCII shrimp</a></li>
|
||||||
|
<li><a href='https://tilde.town/~selfsame/'>Retro interface</a></li>
|
||||||
|
<li><a href='https://tilde.town/~slymodi/'>slymodi's page</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3> Other Beautiful Things on the Internet </h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>XKCD <a href='http://geekwagon.net/projects/xkcd1190/' target='_blank'>Time</a> (and its <a href='https://explainxkcd.com/wiki/index.php/1190:_Time' target='_blank'>wiki page</a>)</li>
|
<li>XKCD <a href='http://geekwagon.net/projects/xkcd1190/' target='_blank'>Time</a> (and its <a href='https://explainxkcd.com/wiki/index.php/1190:_Time' target='_blank'>wiki page</a>)</li>
|
||||||
|
<li><a href='https://ashleyblewer.com/throttled.html'>"Throttled"</a> - Network-based performance art</li>
|
||||||
|
<li><a href='https://archive.org/details/ConnectionsByJamesBurke/Connections/'>"Connections" by James Burke</a></li>
|
||||||
|
<li><a href='https://nandgame.com/'>Nandgame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
|
Loading…
Reference in New Issue