rewrite site and stop using iframes

This commit is contained in:
2023-03-11 12:41:48 -05:00
parent 53ba59c39d
commit 721630bec0
13 changed files with 102 additions and 32 deletions

View File

@ -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>