SimonSarasovaWebsite/resources/pages/posts.html
2024-09-07 17:33:10 +00:00

139 lines
3.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Simon Sarasova - Posts</title>
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<body>
<div class = "pageDiv">
{{.CodeSnippet_Header}}
<div class = "pageContentBox">
<div class = "pageContent">
<h1> Posts </h1>
<br class = "thinlinebreak">
<p>Below are my posts.</p>
<p>Posts are short ideas and thoughts.</p>
<p>Longer-form content is on the Blog page.</p>
<p>Please share these ideas. Giving me attribution is not necessary.</p>
<br class = "thinlinebreak">
<div class = "shortPostBox">
<p class = "shortPostDate">September 7th, 2024</p>
<p>A new era of eugenics is upon us.</p>
<br class = "shortPostLinebreak">
<a class = "shortPostMemoLink" href="./memos/posts/Post8.txt" target=”_blank”>View Signed Memo</a>
</div>
<div class = "shortPostBox">
<p class = "shortPostDate">September 4th, 2024</p>
<p>I am a proud eugenicist.</p>
<br class = "shortPostLinebreak">
<a class = "shortPostMemoLink" href="./memos/posts/Post7.txt" target=”_blank”>View Signed Memo</a>
</div>
<div class = "shortPostBox">
<p class = "shortPostDate">August 29th, 2024</p>
<p>The greater the reward, the worthier the risk.</p>
<br class = "shortPostLinebreak">
<a class = "shortPostMemoLink" href="./memos/posts/Post5.txt" target=”_blank”>View Signed Memo</a>
</div>
<div class = "shortPostBox">
<p class = "shortPostDate">March 11th, 2024</p>
<p>Beauty is more valuable than diversity.</p>
<br class = "shortPostLinebreak">
<p>A world with low racial diversity and high beauty is better than a world with high racial diversity and low beauty.</p>
<br class = "shortPostLinebreak">
<p>Beauty is measured by surveying the magnitude of sexual attraction felt by humans towards each other.</p>
<br class = "shortPostLinebreak">
<a class = "shortPostMemoLink" href="./memos/posts/Post3.txt" target=”_blank”>View Signed Memo</a>
</div>
<div class = "shortPostBox">
<p class = "shortPostDate">March 11th, 2024</p>
<p>Seekia aims to bring genetic order to humanity's breeding patterns.</p>
<br class = "shortPostLinebreak">
<p>Seekia aims to usher in a new era of human breeding strategies.</p>
<br class = "shortPostLinebreak">
<a class = "shortPostMemoLink" href="./memos/posts/Post2.txt" target=”_blank”>View Signed Memo</a>
</div>
<div class = "shortPostBox">
<p class = "shortPostDate">March 11th, 2024</p>
<p>"You're here because you know something.</p>
<p>What you know you can't explain, but you feel it.</p>
<p>You've felt it your entire life, that there's something wrong with the world.</p>
<p>You don't know what it is, but it's there, like a splinter in your mind, driving you mad.</p>
<br class = "shortPostLinebreak">
<p>It is this feeling that has brought you to me."</p>
<br class = "shortPostLinebreak">
<p>- Morpheus</p>
<br class = "shortPostLinebreak">
<a class = "shortPostMemoLink" href="./memos/posts/Post1.txt" target=”_blank”>View Signed Memo</a>
</div>
<br class = "thinlinebreak">
<a class = "archiveLink" href="./posts-archive.html">View Archived Posts</a>
</div>
</div>
</div>
</body>
</html>