summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authormounderfod <mounderfod@gmail.com>2023-07-13 14:35:07 +0100
committermounderfod <mounderfod@gmail.com>2023-07-13 14:35:07 +0100
commit68b1ca540a7b5588d742e88acf3b74b005c27122 (patch)
treee690218e4370288bf665cdf7485a77d0fe32f8c0 /index.html
parente88987e2ac935e2cf68a0db7361ab86c411785db (diff)
downloadwebsite-68b1ca540a7b5588d742e88acf3b74b005c27122.tar.gz
IndieWeb part 2
Diffstat (limited to 'index.html')
-rw-r--r--index.html72
1 files changed, 25 insertions, 47 deletions
diff --git a/index.html b/index.html
index e8094ef..c75a819 100644
--- a/index.html
+++ b/index.html
@@ -1,48 +1,26 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <meta charset="utf-8" />
-    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
-    <meta name="description" content="Hello! :D My name is Noah, but I go by mounderfod. I am interested in music, programming and video games." />
-    <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <link rel="stylesheet" href="assets/index.css" />
-    <title>Home - mounderfod</title>
-    <link rel="icon" type="image/png" href="/assets/img/planets/Planet-4.png">
-    <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>
-  </head>
-  <body>
-    <marquee
-      ><p id="timedate" style="font-size: x-large">
-        The time is {} and the date is {}
-      </h2></marquee
-    >
-    <div id="main">
-      <div class="logo-container">
-      <img class="logo" src="assets/img/wordart.png" /><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>
+---
+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>
-  </body>
-</html>
+    <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>
\ No newline at end of file
4 -0800 5924' href='/akkartik/mu/commit/apps/factorial2.subx?h=main&id=71eb22a5bf94f5fa0a3c95212450e3c6a1a6a990'>71eb22a5 ^
c83dca9c ^







71eb22a5 ^
c83dca9c ^

71eb22a5 ^
c83dca9c ^


































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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118