comparison index.html @ 86:1fed81c848a5

html: add plugs
author Paper <paper@paper.us.eu.org>
date Sun, 09 Jun 2024 22:07:26 -0400
parents 52d59a351bf5
children caf449c570be
comparison
equal deleted inserted replaced
85:52d59a351bf5 86:1fed81c848a5
14 14
15 <br> 15 <br>
16 16
17 <div class="content drop-shadow-box"> 17 <div class="content drop-shadow-box">
18 <h2 class="drop-shadow-text">welcome to my website!</h2> 18 <h2 class="drop-shadow-text">welcome to my website!</h2>
19 <p class="drop-shadow-text"> 19 <span class="drop-shadow-text">
20 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. 20 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.
21 </p> 21 </span>
22 22
23 <h2 class="drop-shadow-text">Socials</h2> 23 <br><br>
24
25 <h2 class="drop-shadow-text">socials</h2>
24 <ul class="index-socials-list"> 26 <ul class="index-socials-list">
25 <li class="drop-shadow-text"> 27 <li class="drop-shadow-text">
26 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. 28 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.
27 </li> 29 </li>
28 <li class="drop-shadow-text"> 30 <li class="drop-shadow-text">
36 <ul class="index-socials-list"> 38 <ul class="index-socials-list">
37 <li class="drop-shadow-text"> 39 <li class="drop-shadow-text">
38 Fediverse (<a target="_blank" class="prettylink" href="https://miniwa.moe/users/paper">@paper@miniwa.moe</a>) 40 Fediverse (<a target="_blank" class="prettylink" href="https://miniwa.moe/users/paper">@paper@miniwa.moe</a>)
39 </li> 41 </li>
40 </ul> 42 </ul>
43 <br>
44
45 <div class="plugs-list">
46 {% for plug in site.data.plugs %}
47 <a href="{{ plug.href }}" class="navbar-item-active"><img class="plugs-list-item drop-shadow-box" src="{{ plug.url }}" alt="{{ plug.alt }}"></a>
48 {% endfor %}
49 </div>
41 </div> 50 </div>