summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-05-01 20:09:24 -0400
committerSquibid <me@zacharyscheiman.com>2023-05-01 20:09:24 -0400
commit4ed3831a83069ed04dfad1c6808e036822bef56e (patch)
tree36e8170b746689e2dae272fe648a4807170cc4b0 /index.html
parentebf7438feb426f7d5100b6520b9839ce257076a9 (diff)
downloadsite-4ed3831a83069ed04dfad1c6808e036822bef56e.tar.gz
site-4ed3831a83069ed04dfad1c6808e036822bef56e.tar.bz2
site-4ed3831a83069ed04dfad1c6808e036822bef56e.zip
cleanup site and remove auto generated text
Diffstat (limited to '')
-rw-r--r--index.html46
1 files changed, 31 insertions, 15 deletions
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>