Mercurial > web
diff index.html @ 91:caf449c570be
html: update main page, fix typo on code page
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Wed, 19 Jun 2024 04:05:42 -0400 |
parents | 1fed81c848a5 |
children | a2c83f182127 |
line wrap: on
line diff
--- a/index.html Tue Jun 18 04:11:58 2024 -0400 +++ b/index.html Wed Jun 19 04:05:42 2024 -0400 @@ -15,14 +15,14 @@ <br> <div class="content drop-shadow-box"> - <h2 class="drop-shadow-text">welcome to my website!</h2> - <span class="drop-shadow-text"> - there's not really much to see here for now. In the meantime, you can check out the links at the top right to see some stuff I've made. - </span> + <h2 class="drop-shadow-text">things you don't care about</h2> + <ul class="index-socials-list"> + <li class="drop-shadow-text">location: USA</li> + <li class="drop-shadow-text">favorite genres: dreampop, experimental electronic, lots of indie...</li> + <li class="drop-shadow-text">steak or chicken?: chicken 100%</li> + </ul> - <br><br> - - <h2 class="drop-shadow-text">socials</h2> + <h2 class="drop-shadow-text">socials / contact</h2> <ul class="index-socials-list"> <li class="drop-shadow-text"> E-mail (<a class="prettylink" href="mailto:paper@paper.us.eu.org">paper@paper.us.eu.org</a>); please send me <a class="prettylink" href="https://useplaintext.email/">plain text email</a> if possible. @@ -34,14 +34,18 @@ Discord (@slipofpaper) </li> </ul> + <br> + <ul class="index-socials-list"> <li class="drop-shadow-text"> Fediverse (<a target="_blank" class="prettylink" href="https://miniwa.moe/users/paper">@paper@miniwa.moe</a>) </li> </ul> + <br> + <div class="plugs-list"> {% for plug in site.data.plugs %} <a href="{{ plug.href }}" class="navbar-item-active"><img class="plugs-list-item drop-shadow-box" src="{{ plug.url }}" alt="{{ plug.alt }}"></a>