summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-07-15 04:42:58 -0400
committerSquibid <me@zacharyscheiman.com>2023-07-15 04:42:58 -0400
commitde8eb4c3ec65910d14807c5fba0ad6c0a7c02382 (patch)
tree5de7c5b68b12f79fa3e3038b0ef6bd496a6ee78f /index.html
parent81e150fbd84e0bff8a5d4b80f93a128cabeb4433 (diff)
downloadsite-de8eb4c3ec65910d14807c5fba0ad6c0a7c02382.tar.gz
site-de8eb4c3ec65910d14807c5fba0ad6c0a7c02382.tar.bz2
site-de8eb4c3ec65910d14807c5fba0ad6c0a7c02382.zip
rework website view & remove unused images (all of them)
Diffstat (limited to '')
-rw-r--r--index.html52
1 files changed, 36 insertions, 16 deletions
diff --git a/index.html b/index.html
index b4a1ab7..c650d46 100644
--- a/index.html
+++ b/index.html
@@ -6,29 +6,49 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
- <body>
- <div class="master">
+ <body style="background-color: #161617;">
+ <div id="master">
<header>
- <h1 id="font"><a href="https://squi.bid">Squibid's</a> Website</h1>
+ <h1 id="font"><a href="/">Squibid's</a> Website</h1>
</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
+ <div id="group"> <!-- Welcome Section -->
+ <hgroup>
+ <h2 id="font">Welcome</h2>
+ </hgroup>
+ <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>
+ Got a question? <a href="mailto:me@zacharyscheiman.com",
+ title="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>
+ <br>
+ <div id="group"> <!-- Git Section -->
+ <hgroup>
+ <h2 id="font", style="margin-bottom: 0;">Pinned Git Repos</h2>
+ <p style="margin-top: 0;">
+ my best projects
+ </p>
+ </hgroup>
+ <p>My best repos are</p>
+ <ul>
+ <li><a href="https://git.squi.bid/eat-it">eat it</a> -
+ Eat It is a <a href="https://mpv.io", title="Mpv's Website">Mpv</a>
+ package manager writter in <a href="https://lua.org",
+ title="Lua's Website">Lua</a> with the intent of making Mpv
+ scripts easier to update and use.</li>
+ <li><a href="https://git.squi.bid/coreutils">coreutils</a> -
+ My simple posix (if I can do that) complient core utils witten in
+ <a href="https://www.iso-9899.info/wiki/The_Standard",
+ title="C ISO standard">C</a> :)</li>
+ </ul>
+ <p><a href="https://git.squi.bid">more...</a></p>
</div>
</div>
<div id="right">