cleanup site and remove auto generated text

This commit is contained in:
2023-05-01 20:09:24 -04:00
parent ebf7438feb
commit 4ed3831a83
2 changed files with 31 additions and 17 deletions

View File

@ -31,8 +31,6 @@
</header> </header>
<hr style="color: #f7f7f7;"> <hr style="color: #f7f7f7;">
<p> <!-- script marker blog --> <p> <!-- script marker blog -->
<a href="https://squi.bid/blog/It's-Alive!">It's Alive!<span id="date">2023 Apr 17</span></a><br>
<a href="https://squi.bid/blog/state-of-the-site">state of the site<span id="date">2023 Apr 17</span></a><br>
</p> <!-- script marker blog --> </p> <!-- script marker blog -->
<a href="https://squi.bid/blog/rss.xml"><img id="svg" src="pics/rss.svg" alt="rss feed"></a> <a href="https://squi.bid/blog/rss.xml"><img id="svg" src="pics/rss.svg" alt="rss feed"></a>
</div> </div>

View File

@ -13,24 +13,40 @@
</header> </header>
<hr style="color: #f7f7f7;"> <hr style="color: #f7f7f7;">
<div id="left"> <div id="left">
<div> <!-- Welcome Section -->
<h2 id="font"><img id="svg" src="pics/waving.svg" alt="hello :)"> 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! <p> Hi my name is Squibid, and this is my website!
I will be using it for anything that I find I will be using it for anything that I find
interesting along with some of my personal interesting along with some of my personal
projects and a blog. </p> projects and a blog.
<br><br>
Got a question? <a href="mailto:me@zacharyscheiman.com">Email me</a>.
It's not likely that I will respond fast as I do not check my messages
often.</p>
</div>
<div> <!-- Git Section -->
<h2 id="font"><img id="svg" src="pics/git.svg" alt="git repos"> 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 -->
</p> <!-- script marker git --> </p> <!-- script marker git -->
<a href="https://git.squi.bid">more...</a> <a href="https://git.squi.bid">more...</a>
</div> </div>
</div>
<div id="right"> <div id="right">
<div> <!-- Blog Section -->
<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> <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="https://squi.bid/blog/It's-Alive!">It's Alive!</a> [2023 Apr 17]<br>
<a href="https://squi.bid/blog/state-of-the-site">state of the site</a> [2023 Apr 17]<br>
</p> <!-- script marker blog --> </p> <!-- script marker blog -->
<a href="blog">more...</a> <a href="blog">more...</a>
</div> </div>
<div> <!-- Reasoning Section -->
<h2 id="font"> Why Tho?</h2>
<p> Idk I felt like it. Most of the useful stuff
will be over at the <a href="https://git.squi.bid">git</a>
subdomain. Or you can find a shortened list under the
"Git Repos" section.
</p>
</div>
</div>
</div> </div>
</body> </body>
</html> </html>