53 lines
1.9 KiB
HTML
53 lines
1.9 KiB
HTML
<!DOCTYPE HTML>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Squibid's Site</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
<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">
|
|
<header>
|
|
<h1 id="font"><a href="https://squi.bid">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
|
|
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 id="group"> <!-- Blog Section -->
|
|
<hgroup>
|
|
<h2 id="font", style="margin-bottom: 0;">My Blog</h2>
|
|
<p style="text-align: center; margin-top: 0;">
|
|
<a href="/blog/rss.xml", title="rss">subscribe</a>
|
|
</p>
|
|
</hgroup>
|
|
<p id="blogpreview">
|
|
<!-- b script marker blog -->
|
|
If this is here I forgot to generate the blog list.
|
|
<!-- e script marker blog -->
|
|
</p>
|
|
<a href="/blog">more...</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|