diff options
Diffstat (limited to 'index.html')
-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> |