summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--blog.html2
-rw-r--r--index.html46
2 files changed, 31 insertions, 17 deletions
diff --git a/blog.html b/blog.html
index 0978035..95c4af2 100644
--- a/blog.html
+++ b/blog.html
@@ -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>
diff --git a/index.html b/index.html
index c081bd3..58cf2be 100644
--- a/index.html
+++ b/index.html
@@ -13,23 +13,39 @@
</header>
<hr style="color: #f7f7f7;">
<div id="left">
- <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"><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> <!-- 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.
+ <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">
- <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> <!-- 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 -->
+ </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>