Update personal git repos link

This commit is contained in:
Shav Kinderlehrer 2023-08-25 10:26:32 -04:00
parent 444b64690c
commit e2715e07c4
2 changed files with 3 additions and 2 deletions

View File

@ -51,6 +51,7 @@ a:hover::before, a:active::before, a:focus::before {
a:active::before { a:active::before {
filter: blur(5px); filter: blur(5px);
background: #f2d799;
} }
@keyframes slide { @keyframes slide {

View File

@ -49,9 +49,9 @@
<div id="links"> <div id="links">
<a href="https://lightblog.dev">blog</a> <a href="https://lightblog.dev">blog</a>
<br /> <br />
<a href="https://github.com/secondary-smiles">github</a> <a href="https://git.trinket.icu">personal git repos</a>
<br /> <br />
<a href="ssh://git.trinket.icu">ssh git.trinket.icu</a> <a href="https://github.com/secondary-smiles">github</a>
</div> </div>
</Block> </Block>
</main> </main>