diff options
author | squibid <me@zacharyscheiman.com> | 2023-03-11 15:26:05 -0500 |
---|---|---|
committer | squibid <me@zacharyscheiman.com> | 2023-03-11 15:26:05 -0500 |
commit | 2bcbc28abbf4c2b96cc65fc24883b504d096a719 (patch) | |
tree | ebb55b9ca43bf2051944623268f79804079516bc /index.html | |
parent | 704aa260af7dc5f004d9090a63ba5a0a706ca928 (diff) | |
download | site-2bcbc28abbf4c2b96cc65fc24883b504d096a719.tar.gz site-2bcbc28abbf4c2b96cc65fc24883b504d096a719.tar.bz2 site-2bcbc28abbf4c2b96cc65fc24883b504d096a719.zip |
replace emojis with svgs
Diffstat (limited to '')
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -13,18 +13,18 @@ </header> <hr style="color: #f7f7f7;"> <div id="left"> - <h2 id="font">👋 Welcome</h2> + <h2 id="font"><img id="svg" src="pics/waving.svg" alt="hello :)"> Welcome</h2> <p> Hi my name is Squibid, and this is my website! I will be using it for anything that I find interesting along with some of my personal projects and a blog. </p> - <h2 id="font">🌐 Git Repos</h2> + <h2 id="font"><img id="svg" src="pics/git.svg" alt="git repos"> Git Repos</h2> <p> <!-- script marker git --> </p> <!-- script marker git --> <a href="https://git.squi.bid">more...</a> </div> <div id="right"> - <h2 id="font"><a href="https://squi.bid/blog/rss.xml"><img id="rss" src="pics/rss.svg" alt="rss feed"></a> My Blog</h2> + <h2 id="font"><a href="https://squi.bid/blog/rss.xml"><img id="svg" src="pics/rss.svg" alt="rss feed"></a> My Blog</h2> <p> <!-- script marker blog --> </p> <!-- script marker blog --> <a href="blog">more...</a> |