diff options
author | squibid <me@zacharyscheiman.com> | 2023-03-11 12:41:48 -0500 |
---|---|---|
committer | squibid <me@zacharyscheiman.com> | 2023-03-11 12:41:48 -0500 |
commit | 721630bec0f887e1bb2f9c5e7135b560318208c8 (patch) | |
tree | b624f613af81e01d462e9ae400a07a08af95ef47 /index.html | |
parent | 53ba59c39dab56533ec965bfdfc28bd98ab38db0 (diff) | |
download | site-721630bec0f887e1bb2f9c5e7135b560318208c8.tar.gz site-721630bec0f887e1bb2f9c5e7135b560318208c8.tar.bz2 site-721630bec0f887e1bb2f9c5e7135b560318208c8.zip |
rewrite site and stop using iframes
Diffstat (limited to '')
-rw-r--r-- | index.html | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -9,7 +9,7 @@ <body> <div class="master"> <header> - <h1 id="font">Squibid's<br>Website!</h1> + <h1 id="font"><span style="color: #ED8182;">Squibid's</span> Website</h1> </header> <hr style="color: #f7f7f7;"> <div id="left"> @@ -19,12 +19,15 @@ interesting along with some of my personal projects and a blog. </p> <h2 id="font">🌐 Git Repos</h2> - <a href="https://git.squi.bid">git site</a> - <object type="text/html" data="gitlist.html"></object> + <p> <!-- script marker git --> + </p> <!-- script marker git --> + <a href="https://git.squi.bid">more...</a> </div> <div id="right"> - <h2 id="font">📖 My Blog</h2> - <object type="text/html" data="bloglist.html"></object> + <h2 id="font">📚 My Blog</h2> + <p> <!-- script marker blog --> + </p> <!-- script marker blog --> + <a href="blog">more...</a> </div> </div> </body> |