view 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 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>