Social icons on index
This commit is contained in:
parent
f700cf3f02
commit
1dd7a835fe
1 changed files with 10 additions and 1 deletions
11
index.html
11
index.html
|
@ -48,6 +48,15 @@
|
||||||
</picture>
|
</picture>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
<section class="social-icons" id="follow-icons">
|
||||||
|
<a rel="me" href="https://bookstodon.com/@shannonkay"><i class="fa-brands fa-mastodon"></i></a>
|
||||||
|
<a href="https://instagram.com/shannonkay"><i class="fa-brands fa-instagram"></i></a>
|
||||||
|
<a href="https://shannonkay.tumblr.com"><i class="fa-brands fa-tumblr"></i></a>
|
||||||
|
<a rel="me" href="https://twitter.com/shannonkay"><i class="fa-brands fa-twitter"></i></a> <a href="https://www.reddit.com/user/shannonkaypink"><i class="fa-brands fa-reddit"></i></a>
|
||||||
|
<a href="https://discord.com/users/589215751370571806"><i class="fa-brands fa-discord"></i></a>
|
||||||
|
<a href="mailto:stylers.whimper-0n@icloud.com"><i class="fa-solid fa-envelope"></i></a>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -69,7 +78,7 @@
|
||||||
<footer>
|
<footer>
|
||||||
<hr>
|
<hr>
|
||||||
<p>Shannon's Homepage by Shannon Kay Putman</p>
|
<p>Shannon's Homepage by Shannon Kay Putman</p>
|
||||||
<p>Updated March 13, 2023</p>
|
<p class="updated">Updated March 26, 2023</p>
|
||||||
<p>Created August 15, 2021</p>
|
<p>Created August 15, 2021</p>
|
||||||
|
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in a new issue