summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorsquibid <me@zacharyscheiman.com>2023-03-11 15:26:05 -0500
committersquibid <me@zacharyscheiman.com>2023-03-11 15:26:05 -0500
commit2bcbc28abbf4c2b96cc65fc24883b504d096a719 (patch)
treeebb55b9ca43bf2051944623268f79804079516bc /index.html
parent704aa260af7dc5f004d9090a63ba5a0a706ca928 (diff)
downloadsite-2bcbc28abbf4c2b96cc65fc24883b504d096a719.tar.gz
site-2bcbc28abbf4c2b96cc65fc24883b504d096a719.tar.bz2
site-2bcbc28abbf4c2b96cc65fc24883b504d096a719.zip
replace emojis with svgs
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 79a572b..17fd5d8 100644
--- a/index.html
+++ b/index.html
@@ -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>