Skip to content

Commit

Permalink
add socials
Browse files Browse the repository at this point in the history
  • Loading branch information
TodePond committed Sep 30, 2024
1 parent 1c256ea commit 06f77bf
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@
</form>
</section>
</main>
<footer>
<a href="https://mas.to/@Tentpole">mastodon</a>
<a href="https://bsky.app/profile/tentpole.bsky.social">bluesky</a>
<a href="https://twitter.com/tentpolecc">twitter</a>
</footer>
</body>
<script>
const memberSection = document.querySelector("section");
Expand Down
16 changes: 14 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ a span {
text-decoration: underline;
}

a:hover::after {
main a:hover::after {
content: " •";
}

a:hover::before {
main a:hover::before {
content: "• ";
}

Expand Down Expand Up @@ -168,3 +168,15 @@ form {
max-width: 100%;
width: 300px;
}

footer {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
padding-bottom: 10px;
}

footer a:hover {
text-decoration: underline;
}

0 comments on commit 06f77bf

Please sign in to comment.