add fediring

This commit is contained in:
fuzzy 2022-12-07 18:57:13 -06:00
parent 2753ee78e3
commit 65019260e6
2 changed files with 11 additions and 1 deletions

View File

@ -24,8 +24,12 @@
<p class="blurb">
hi, i'm fuzzy. i like messing with computers and making my life harder trying to make my life easier with technology. it's a noble pursuit.<br>
</p>
<section id="fediring">
<a href="https://fediring.net/previous?host=fuzzy.click"><img src="img/clickies/arrow33b.gif" alt="back"></a>
<a href="https://fediring.net/"><img src="img/buttons/fediring.png" alt="Fediring"></a>
<a href="https://fediring.net/next?host=fuzzy.click"><img src="img/clickies/arrow33.gif" alt="next"></a>
</section>
<h2>where to find me:</h2>
<section id="social-container">
<a class="social-item" href="https://cathode.church/@fuzzy" rel="me">
<img src="img/buttons/leavetwitterjoinmasto.gif" alt="a button that says leave twitter join mastodon">

View File

@ -24,6 +24,12 @@ main {
flex-direction: column;
width: 528px;
}
#fediring{
display: flex;
justify-content: center;
align-items: center;
margin-bottom: -10px;
}
nav{
flex-shrink: 1;
font-size: 1.5rem;