diff 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
line wrap: on
line diff
--- a/index.html	Sun Jun 09 18:20:45 2024 -0400
+++ b/index.html	Sun Jun 09 22:07:26 2024 -0400
@@ -16,11 +16,13 @@
 
 <div class="content drop-shadow-box">
 	<h2 class="drop-shadow-text">welcome to my website!</h2>
-	<p class="drop-shadow-text">
+	<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.
-	</p>
+	</span>
 
-	<h2 class="drop-shadow-text">Socials</h2>
+	<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.
@@ -38,4 +40,11 @@
 			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>