summaryrefslogtreecommitdiffstats
path: root/index.html
blob: 58cf2beaf8095bf16ab2277a6f6e2ceedcebb330 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!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> <!-- 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>
</html>