-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththought_dump.html
40 lines (34 loc) · 1.82 KB
/
thought_dump.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, height=100%, initial-scale=1.0">
<meta charset="UTF-8">
<meta name="author" content="Alexander Martinez">
<meta name="description" content="This is the Thought Dump page for OpticIlluzhion.com">
<title>Thought Dump</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/4c410d41d4.js" crossorigin="anonymous"></script>
</head>
<body>
<nav id="navbar"></nav>
<main>
<h1 data-text="Thought Dump"></data-text>
Thought Dump
</h1>
<p>
In which I occasionally dump my thoughts on various topics in varying degrees of quality that have been churning around in my head for many years with a writing style in a state of constant identity crisis. This is due to me having deluded myself into thinking that my thoughts on topics that have been discussed uncountable times by uncountable people, many of whom being much more qualified, thoughtful and eloquent than myself, may still be interesting to read for some people. One would think that self awareness about this delusion would remedy this, and yet it has not, and here we are. I suspect it's either an autism thing or an ego thing. After all, someone without an ego wouldn't spend a dozen or so hours learning HTML, CSS, JS, VSCode and Github just to make a website completely about themselves.
</p>
<h2>
Thought Dumps
</h2>
<article id="thoughtdumplink">
<ul>
<a href="/blogposts/_site/On Giving Advice/on_giving_advice.html">On Giving Advice</a> (22/01/25)
</ul>
</article>
</main>
<footer id="footer"></footer>
<script src="add_stuff_dynamically.js"></script>
</body>
</html>