SimonSarasovaWebsite/resources/pages/blog-archive.html
2024-09-10 12:36:22 +00:00

79 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Simon Sarasova - Blog Archive</title>
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<body>
<div class = "pageDiv">
{{.CodeSnippet_Header}}
<div class = "pageContentBox">
<div class = "pageContent">
<h1>Blog Archive</h1>
<br class = "thinlinebreak">
<hr class = "separator">
<p>This page contains my archived blog posts.</p>
<p>These are posts which I do not want to promote widely.</p>
<hr class = "separator">
<br class = "linebreak">
<div class = "blogPostRow">
<p>September 10th, 2024</p>
<p class = "blogLinkHyphen">-</p>
<a class = "blogLink" href="./blog/de-emphasizing-race.html">De-emphasizing Race</a>
</div>
<div class = "blogPostRow">
<p>May 1st, 2024</p>
<p class = "blogLinkHyphen">-</p>
<a class = "blogLink" href="./blog/beauty-extinction-is-unlikely.html">Beauty Extinction Is Unlikely</a>
</div>
<div class = "blogPostRow">
<p>February 18th, 2024</p>
<p class = "blogLinkHyphen">-</p>
<a class = "blogLink" href="./blog/why-race-extinction-matters.html">Why Race Extinction Matters</a>
</div>
<div class = "blogPostRow">
<p>June 13, 2023</p>
<p class = "blogLinkHyphen">-</p>
<a class = "blogLink" href="./blog/hello-world.html">Hello World</a>
</div>
</div>
</div>
</div>
</body>
</html>