-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
109 lines (87 loc) · 3.79 KB
/
blog.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Mx.Poesu • Blog</title>
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="stylesheet" href="style.css">
<link rel="preload" href="font/ReenieBeanie.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="font/Raleway.4.woff2" as="font" type="font/woff2" crossorigin>
<link rel="alternate" type="application/rss+xml" title="Mx.Poesu • artist" href="/feed.xml">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Portfolio of artist Mx.Poesu">
<meta name="keywords" content="artist, traditional art, drawing">
<meta name="author" content="El Poesu">
<meta property="og:description" content="View all my artworks and blog posts, find me on Fediverse, send an email, or make a donation! 🌟">
<meta property="og:image" content="images/linkPreview.webp">
<meta name="pinterest" content="nopin">
<meta name="pinterest" content="nohover">
</head>
<body>
<header id="header">
<a class="skip-link" href='#main'>Skip to content ↡</a>
<div class="navigation">
<div class="nav-1-col">
<span class="nick">
<h1><b><a href="index.html">Mx.Poesu</a></b></h1>
<p>Traditional artist</p>
</span>
<a href="index.html"><img src="images/pfp.webp" alt="Self-portrait"></a>
</div>
<hr class="menu">
<nav class="nav-2-col">
<span>
<p><a href="index.html">Home</a></p>
<p><a href="about.html">About</a></p>
<p><a href="tos.html">Terms of Service</a></p>
<p><a href="art.html">Art</a></p>
<p><b><a href="blog.html">Blog</a></b></p>
<p><a href="interests.html">Interests</a></p>
</span>
</nav>
</div>
</header>
<main id="main">
<div class="longread">
<p>Some lengthy musings, notes, and other stuff of mine.</p>
<br>
<ul>
<li>
<span class="date">November 25, 2024:</span>
<a href="blog/2024-11-25.html">Re: Things that bring me joy</a>
</li>
<li>
<span class="date">November 21, 2024:</span>
<a href="blog/2024-11-21.html">Autism and sex</a>
</li>
<li>
<span class="date">October 24, 2024:</span>
<a href="blog/2024-10-24.html">Excerpts from 'Against Technoableism' by Ashley Shew</a>
</li>
<li>
<span class="date">October 10, 2024:</span>
<a href="blog/2024-10-10.html">My deGoogling process</a>
</li>
</ul>
</div>
</main>
<a class="back-link" href='#header'>↑</a>
<footer>
<p>©2024 by <a href="index.html">Poesu</a> ♡</p>
<div class="footer-links">
<a class="nav-button" href="https://github.com/MxPoesu/MxPoesu.github.io">Github</a>
<a class="nav-button" href="sitemap.html">Sitemap</a>
<a class="nav-button" href="colophon.html">Colophon</a>
</div>
<div class="ring">
<a href="https://fediring.net/previous?host=mxpoesu.github.io">⟪</a>
<a href="https://fediring.net/"><img src="interests/buttons/88x31-fediring.gif"></a>
<a href="https://fediring.net/next?host=mxpoesu.github.io">⟫</a>
</div>
<a class="fun" href="feed.xml"><img src="images/rss.png"></a>
<a class="fun" href="images/poesu.png" target="_blank"><img src="images/poesu.png" title="You might use this 88x31 button to link to my website!" alt="Tiny colourful banner with ornaments"></a>
<a class="fun" href="humans.txt" target="_blank"><img src="images/88x31-humanstxt.gif" alt="Humans.txt"></a>
<p>This website <a href="https://themarkup.org/blacklight?url=https%3A%2F%2Fmxpoesu.github.io%2F&device=mobile&location=us&force=false" target="_blank">does not</a> track you, use cookies, or show ads.</p>
</footer>
</body>
</html>