cleanup site and remove auto generated text
This commit is contained in:
@ -31,8 +31,6 @@
|
||||
</header>
|
||||
<hr style="color: #f7f7f7;">
|
||||
<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 -->
|
||||
<a href="https://squi.bid/blog/rss.xml"><img id="svg" src="pics/rss.svg" alt="rss feed"></a>
|
||||
</div>
|
||||
|
22
index.html
22
index.html
@ -13,24 +13,40 @@
|
||||
</header>
|
||||
<hr style="color: #f7f7f7;">
|
||||
<div id="left">
|
||||
<div> <!-- Welcome Section -->
|
||||
<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>
|
||||
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>
|
||||
<p> <!-- script marker git -->
|
||||
</p> <!-- script marker git -->
|
||||
<a href="https://git.squi.bid">more...</a>
|
||||
</div>
|
||||
</div>
|
||||
<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>
|
||||
<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 -->
|
||||
<a href="blog">more...</a>
|
||||
</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>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user