Update to Eleventy v3 #11
3 changed files with 95 additions and 1 deletions
|
@ -10,6 +10,5 @@ export default {
|
||||||
social: {
|
social: {
|
||||||
github: "https://github.com/wonderfulfrog",
|
github: "https://github.com/wonderfulfrog",
|
||||||
mastodon: "https://mastodon.social/@wonderfulfrog",
|
mastodon: "https://mastodon.social/@wonderfulfrog",
|
||||||
lastfm: "https://www.last.fm/user/wonderfulfrog",
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
@ -27,6 +27,10 @@ export default {
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
bottom: [
|
bottom: [
|
||||||
|
{
|
||||||
|
text: "Contact",
|
||||||
|
url: "/contact",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: "Colophon",
|
text: "Colophon",
|
||||||
url: "/colophon",
|
url: "/colophon",
|
||||||
|
|
91
src/pages/contact.html
Normal file
91
src/pages/contact.html
Normal file
|
@ -0,0 +1,91 @@
|
||||||
|
---
|
||||||
|
title: Contact
|
||||||
|
description: Various ways to get in touch.
|
||||||
|
permalink: "/contact/index.html"
|
||||||
|
---
|
||||||
|
|
||||||
|
<header class="flow flow-space-1">
|
||||||
|
<h1>Contact</h1>
|
||||||
|
<p class="text-fadeText flow-space-0.25">Various ways to get in touch with me on the internet.</p>
|
||||||
|
</header>
|
||||||
|
<section class="flow">
|
||||||
|
<p>Below are my primary methods of contact. They are the ones I monitor most and likely to respond!</p>
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<strong>Platform</strong>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<strong>Link</strong>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>Email</td>
|
||||||
|
<td>
|
||||||
|
<a href="mailto:devin@wonderfulfrog.com">devin@wonderfulfrog.com</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Signal</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://signal.me/#eu/1Gqnr33MvuJX6QvcvgEjgaFBO7nMW5sdEyFsqHrj0ajEx3HglsVC7ZiesDrO_bXQ"
|
||||||
|
target="_blank">wonderfulfrog.64</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<p>
|
||||||
|
The following list covers various accounts on the internet that are mine. While you can probably contact me there, I'd prefer using one of the methods above.
|
||||||
|
</p>
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<strong>Platform</strong>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<strong>Link</strong>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>Mastodon</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://mastodon.social/@wonderfulfrog" target="_blank">@wonderfulfrog.mastodon.social</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>GitHub</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://github.com/wonderfulfrog" target="_blank">@wonderfulfrog</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Bluesky</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://bsky.app/profile/wonderfulfrog.com" target="_blank">wonderfulfrog.com</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Discord</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://discord.com/users/wonderfulfrog" target="_blank">wonderfulfrog</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>ListenBrainz</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://listenbrainz.org/user/wonderfulfrog/" target="_blank">wonderfulfrog</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Battle.net</td>
|
||||||
|
<td>Armitage#1801</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</section>
|
Loading…
Add table
Add a link
Reference in a new issue