summary refs log tree commit diff stats
diff options
context:
space:
mode:
authormounderfod <mounderfod@gmail.com>2023-07-13 14:51:11 +0100
committermounderfod <mounderfod@gmail.com>2023-07-13 14:51:11 +0100
commit9ecf0b51e834feaf6eea46341987a35e3e71e2a9 (patch)
treed3731298229e01cf924ed84044f4fc882a89e466
parent170e0d2b6afe8a93ba48677082173925c282416e (diff)
downloadwebsite-9ecf0b51e834feaf6eea46341987a35e3e71e2a9.tar.gz
IndieWeb part who knows anymore
-rw-r--r--_layouts/default.html2
-rw-r--r--assets/index.css4
-rw-r--r--index.html78
3 files changed, 59 insertions, 25 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 200880d..c838c4a 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -11,7 +11,7 @@
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
     <script src="/timedate.js"></script>
     <link rel="me" href="https://github.com/mounderfod" />
-    <link rel="me" href="https://mastodon.sdf.org/@mounderfod">Mastodon</a>
+    <link rel="me" href="https://mastodon.sdf.org/@mounderfod" />
     <span class="h-card" style="display: none;">
       <p class="p-nickname">mounderfod</p>
       <p class="p-given-name">Noah</p>
diff --git a/assets/index.css b/assets/index.css
index db5e122..da1c08a 100644
--- a/assets/index.css
+++ b/assets/index.css
@@ -96,6 +96,10 @@ blockquote {
   color: black;
 }
 
+.box > * > :is(p, h1, h2, h3, h4, h5, h6) {
+  color: black;
+}
+
 .box > ul > li > :is(p, h1, h2, h3, h4, h5, h6) {
   color: black;
 }
diff --git a/index.html b/index.html
index c75a819..2b9c1a6 100644
--- a/index.html
+++ b/index.html
@@ -1,26 +1,56 @@
----
-layout: default
-title: Home
-permalink: /
----
-
-<div id="container">
-    <div class="field">
-      <img src="assets/img/planets/Planet-1.png" />
-      <a href="/about">
-        <h2><b>ABOUT</b></h2>
-      </a>
-    </div>
-    <div class="field">
-      <img src="assets/img/planets/Planet-2.png" />
-      <a href="/blog">
-        <h2><b>BLOG</b></h2>
-      </a>
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset="utf-8" />
+    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+    <title>{{page.title}} - mounderfod</title>
+    <link rel="icon" type="image/png" href="/assets/img/planets/Planet-4.png">
+    <meta name="description" content="{{ page.excerpt | strip_html | truncatewords: 50 }}" />
+    <meta name="viewport" content="width=device-width, initial-scale=1" />
+    <link rel="stylesheet" href="/assets/index.css" />
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
+    <script src="/timedate.js"></script>
+    <link rel="me" href="https://github.com/mounderfod" />
+    <link rel="me" href="https://mastodon.sdf.org/@mounderfod" />
+    <span class="h-card" style="display: none;">
+      <p class="p-nickname">mounderfod</p>
+      <p class="p-given-name">Noah</p>
+      <a class="u-url" rel="me" href="https://mounderfod.online"></a>
+      <p class="p-country-name">United Kingdom</p>
+    </span>
+  </head>
+  <body>
+    <marquee
+      ><p id="timedate" style="font-size: x-large">
+        The time is {} and the date is {}
+      </p></marquee
+    >
+    <div id="main">
+      <div class="logo-container">
+        <a href="/"><img class="logo" src="/assets/img/wordart.png" /></a><br />
+      </div>
+      <div id="container">
+        <div class="field">
+          <img src="assets/img/planets/Planet-1.png" />
+          <a href="/about">
+            <h2><b>ABOUT</b></h2>
+          </a>
+        </div>
+        <div class="field">
+          <img src="assets/img/planets/Planet-2.png" />
+          <a href="/blog">
+            <h2><b>BLOG</b></h2>
+          </a>
+        </div>
+        <div class="field">
+          <img src="assets/img/planets/Planet-3.png" />
+          <a href="/projects">
+            <h2><b>PROJECTS</b></h2>
+          </a>
+        </div>
     </div>
-    <div class="field">
-      <img src="assets/img/planets/Planet-3.png" />
-      <a href="/projects">
-        <h2><b>PROJECTS</b></h2>
-      </a>
     </div>
-</div>
\ No newline at end of file
+  </body>
+</html>
+
+