summary refs log tree commit diff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html112
1 files changed, 57 insertions, 55 deletions
diff --git a/index.html b/index.html
index 9a47136..af62ac7 100644
--- a/index.html
+++ b/index.html
@@ -6,72 +6,74 @@
   <link rel="stylesheet" href="css/style.css">
   <link rel="shortcut icon" href="res/favicon.ico" type="image/x-icon">
 
-  <main>
-    <nav>
+  <index-body>
+    <main>
+      <nav>
 
-      <header>Site Sections</header>
-      <ul>
-        <li><a href="nsfaq.html">NSFAQ</a>
-        <li><a href="projects.html">Projects</a>
-        <li><a href="articles.html">Articles</a>
-      </ul>
+        <header>Site Sections</header>
+        <ul>
+          <li><a href="nsfaq.html">NSFAQ</a>
+          <li><a href="projects.html">Projects</a>
+          <li><a href="articles.html">Articles</a>
+        </ul>
 
-      <header>Articles</header>
-      <p> <!-- Nothing Yet -->
+        <header>Articles</header>
+        <p> <!-- Nothing Yet -->
 
-      <header>Other</header>
-      <ul>
-        <li><a href="startpage.html">Startpage [JS]</a>
-        <li><a href="credits.html">Credits</a>
-      </ul>
+          <header>Other</header>
+          <ul>
+            <li><a href="startpage.html">Startpage [JS]</a>
+            <li><a href="credits.html">Credits</a>
+          </ul>
 
-      <header>Services</header>
-      <ul>
-        <li><a href="https://git.venomade.com">Git</a>
-        <li><a href="https://cloud.venomade.com">Nextcloud [JS]</a>
-        <li><a href="https://iv.venomade.com">Invidious</a>
-      </ul>
+          <header>Services</header>
+          <ul>
+            <li><a href="https://git.venomade.com">Git</a>
+            <li><a href="https://cloud.venomade.com">Nextcloud [JS]</a>
+            <li><a href="https://iv.venomade.com">Invidious</a>
+          </ul>
 
-    </nav>
+      </nav>
 
-    <article>
-      <div class=box><div class=inner>
+      <article>
+        <div class=box><div class=inner>
 
-          <a href="res/venomade_pfp.jpg">
-            <img src="res/venomade_pfp_small.jpg" alt="[terry davis petting a cat]" class="inline-image">
-          </a>
+            <a href="res/venomade_pfp.jpg">
+              <img src="res/venomade_pfp_small.jpg" alt="[terry davis petting a cat]" class="inline-image">
+            </a>
 
-          <p>
-            <strong>
-              Welcome to venomade.com!
-            </strong>
+            <p>
+              <strong>
+                Welcome to venomade.com!
+              </strong>
 
-          <p>
-            I am <strong>Venomade</strong>, a Student and Junior Software Engineer currently working with C and Common Lisp.
-            You can read more about me in my <a href="nsfaq.html">NSFAQ</a>.
+            <p>
+              I am <strong>Venomade</strong>, a Student and Junior Software Engineer currently working with C and Common Lisp.
+              You can read more about me in my <a href="nsfaq.html">NSFAQ</a>.
 
-          <p>
-            I'm always working on some personal project, however none of them are currently fit for public release.
-            When that changes you'll be able to find them <a href="projects.html">here</a>.
+            <p>
+              I'm always working on some personal project, however none of them are currently fit for public release.
+              When that changes you'll be able to find them <a href="projects.html">here</a>.
 
-          <p>
-            For anything else, just use the sidebar and have a good rest of your day!
+            <p>
+              For anything else, just use the sidebar and have a good rest of your day!
 
-      </div></div>
-    </article>
+        </div></div>
+      </article>
 
-  </main>
+    </main>
 
-  <footer>
-    <figure>
-    </figure>
-    <aside>
-      <div class=footer-box><div class=inner>
-      Links:
-      <a href="https://github.com/venomade">GitHub</a>,
-      <a href="https://mas.to/@venomade">Mastodon</a>,
-      <a href="https://bsky.app/profile/venomade.bsky.social">Bluesky</a>,
-      <a href="mailto:venomade@venomade.com">Email</a>
-      </div></div>
-    </aside>
-  </footer>
+    <footer>
+      <figure>
+      </figure>
+      <aside>
+        <div class=footer-box><div class=inner>
+            Links:
+            <a href="https://github.com/venomade">GitHub</a>,
+            <a href="https://mas.to/@venomade">Mastodon</a>,
+            <a href="https://bsky.app/profile/venomade.bsky.social">Bluesky</a>,
+            <a href="mailto:venomade@venomade.com">Email</a>
+        </div></div>
+      </aside>
+    </footer>
+  </index-body>