Mercurial > web
view index.html @ 90:2150100076df
code: fix links...
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Tue, 18 Jun 2024 04:11:58 -0400 |
parents | 1fed81c848a5 |
children | caf449c570be |
line wrap: on
line source
--- layout: default title: home bgimage: indexbg.jpg bgcolor: #1F255A bgrepeat: no-repeat bgsize: cover --- <div class="header"> <img class="avatar drop-shadow-box" src="media/avatar.jpg" alt="Himeko Inaba from Kokoro Connect" title="Himeko Inaba from Kokoro Connect"> <h1 class="title drop-shadow-text">Paper's website</h1> </div> <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> <br><br> <h2 class="drop-shadow-text">socials</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. </li> <li class="drop-shadow-text"> IRC; you can usually find me in <a class="prettylink" href="irc://irc.libera.chat/openmpt">#openmpt on Libera Chat</a>. </li> <li class="drop-shadow-text"> 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> {% endfor %} </div> </div>