Created the Posts Archive page.

This commit is contained in:
Simon Sarasova 2024-06-20 06:29:40 +00:00
parent 125225fc3d
commit e6a4568c93
No known key found for this signature in database
GPG key ID: D53A231858DFA370
8 changed files with 120 additions and 72 deletions

View file

@ -3,6 +3,7 @@
This document attempts to describe the history of changes to the Simon Sarasova Website codebase.
Small and insignificant changes may not be included in this log.
* Created the Posts Archive page. - *Simon Sarasova*
* Improved Index.html. - *Simon Sarasova*
* Updated the Links memo and page. - *Simon Sarasova*
* Created the Blog Archive page. - *Simon Sarasova*

View file

@ -4,4 +4,4 @@ This document describes the contributors to the Simon Sarasova Website codebase.
Name | Date Of First Commit | Number Of Commits
--- | --- | ---
Simon Sarasova | May 1, 2024 | 7
Simon Sarasova | May 1, 2024 | 8

View file

@ -137,6 +137,7 @@ func main(){
"links.html",
"proof.html",
"posts.html",
"posts-archive.html",
}
for _, pageFilename := range pageFilenamesList{

View file

@ -6,7 +6,7 @@
<meta charset="utf-8" />
<title>Simon Sarasova - Blog</title>
<title>Simon Sarasova - Blog Archive</title>
<link rel="stylesheet" type="text/css" href="./style.css">

View file

@ -29,7 +29,7 @@
<br class = "thinlinebreak">
<a class = "blogArchiveLink" href="./blog-archive.html" target=”_blank”>View Archived Posts</a>
<a class = "archiveLink" href="./blog-archive.html" target=”_blank”>View Archived Posts</a>
</div>
</div>

View file

@ -0,0 +1,108 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Simon Sarasova - Posts 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>Posts Archive</h1>
<br class = "thinlinebreak">
<p>Below are my archived posts.</p>
<p>These are posts which I do not want to promote widely anymore.</p>
<p>Posts are short ideas and thoughts.</p>
<p>Longer-form content is on the Blog page.</p>
<br class = "thinlinebreak">
<div class = "shortPostBox">
<p class = "shortPostDate">April 30th, 2024</p>
<p>Greetings.</p>
<br class = "shortPostLinebreak">
<p>My name is Simon Sarasova.</p>
<br class = "shortPostLinebreak">
<p>I have created a race aware mate discovery network called Seekia.</p>
<br class = "shortPostLinebreak">
<p>Seekia is a mate discovery network where users can find a mate while having a deep awareness of each potential partner's race.</p>
<p>Users can share racial information in their profiles such as their eye, skin, and hair color; hair texture; and the alleles in their genome which effect physical traits. Users can also share their genetic ancestry, which correlates to their race.</p>
<br class = "shortPostLinebreak">
<p>Seekia enables users to browse and filter potential mates by their racial attributes.</p>
<p>Seekia can also calculate the racial characteristics for prospective offspring between users.</p>
<p>Seekia allows for users to predict and choose the race of their offspring by selecting a mate who is the most capable and likely to produce offspring of their desired race.</p>
<br class = "shortPostLinebreak">
<p>Seekia aims to cure racial loneliness.</p>
<p>Racial loneliness is the condition of being unable to find members of one's own race to mate with.</p>
<p>Seekia aims to help people to meet and mate with members of their own race.</p>
<br class = "shortPostLinebreak">
<p>Seekia aims to beautify the human species.</p>
<p>Seekia aims to encourage breeding between human pairs which will produce the most beautiful offspring who belong to the most beautiful races and possess the most beautiful traits.</p>
<p>Seekia aims to help members of the most beautiful races to meet and have offspring, helping to increase the populations of the world's most beautiful races.</p>
<br class = "shortPostLinebreak">
<p>Seekia is also genetics aware. Users can share genetic information in their profiles.</p>
<p>Users can choose a mate with whom their offspring has a lower probability of having diseases and a higher probability of possessing certain traits.</p>
<p>Seekia aims to drastically reduce the prevalence of recessive monogenic disorders within the human species.</p>
<p>Seekia aims to improve humanity's genetics by making humans more beautiful, healthy, intelligent, virtuous, and happy.</p>
<br class = "shortPostLinebreak">
<p>Seekia is open source and released into the public domain.</p>
<p>The Seekia network is decentralized and not yet operational.</p>
<p>You can download the Seekia app and simulate its use.</p>
<p>You can also read the whitepaper which is located on the Seekia website.</p>
<br class = "shortPostLinebreak">
<p>Here are some links:</p>
<br class = "shortPostLinebreak">
<p>Seekia Clearnet website: Seekia.net</p>
<p>Seekia IPFS .eth website: Seekia.eth</p>
<p>My IPFS .eth website: SimonSarasova.eth</p>
<br class = "shortPostLinebreak">
<p>To access .eth websites you can use Brave Browser.</p>
<p>To access them from any browser, you can use a gateway, which are trusted services run by third parties.</p>
<br class = "shortPostLinebreak">
<p>Gateway 1: SimonSarasova.eth.limo</p>
<p>Gateway 2: SimonSarasova.eth.link</p>
<br class = "shortPostLinebreak">
<p>You can contact me using Session, an encrypted messenger. My Session identity key is on my website.</p>
<br class = "shortPostLinebreak">
<p>Seekia's goal is to accelerate the world's adoption of race and genetics aware mate discovery technology.</p>
<br class = "shortPostLinebreak">
<p>Seekia aims to usher in a new era of human breeding strategies.</p>
<p>Seekia aims to bring genetic order to humanity's breeding patterns.</p>
<br class = "shortPostLinebreak">
<p>Please let me know your thoughts, and please spread the word about Seekia.</p>
<br class = "shortPostLinebreak">
<p>The genetic future of our species is at stake.</p>
<br class = "shortPostLinebreak">
<p>- Simon Sarasova</p>
<br class = "shortPostLinebreak">
<a class = "shortPostMemoLink" href="./memos/posts/Post4.txt" target=”_blank”>View Signed Memo</a>
</div>
</div>
</div>
</div>
</body>
</html>

View file

@ -34,71 +34,6 @@
<div class = "shortPostBox">
<p class = "shortPostDate">April 30th, 2024</p>
<p>Greetings.</p>
<br class = "shortPostLinebreak">
<p>My name is Simon Sarasova.</p>
<br class = "shortPostLinebreak">
<p>I have created a race aware mate discovery network called Seekia.</p>
<br class = "shortPostLinebreak">
<p>Seekia is a mate discovery network where users can find a mate while having a deep awareness of each potential partner's race.</p>
<p>Users can share racial information in their profiles such as their eye, skin, and hair color; hair texture; and the alleles in their genome which effect physical traits. Users can also share their genetic ancestry, which correlates to their race.</p>
<br class = "shortPostLinebreak">
<p>Seekia enables users to browse and filter potential mates by their racial attributes.</p>
<p>Seekia can also calculate the racial characteristics for prospective offspring between users.</p>
<p>Seekia allows for users to predict and choose the race of their offspring by selecting a mate who is the most capable and likely to produce offspring of their desired race.</p>
<br class = "shortPostLinebreak">
<p>Seekia aims to cure racial loneliness.</p>
<p>Racial loneliness is the condition of being unable to find members of one's own race to mate with.</p>
<p>Seekia aims to help people to meet and mate with members of their own race.</p>
<br class = "shortPostLinebreak">
<p>Seekia aims to beautify the human species.</p>
<p>Seekia aims to encourage breeding between human pairs which will produce the most beautiful offspring who belong to the most beautiful races and possess the most beautiful traits.</p>
<p>Seekia aims to help members of the most beautiful races to meet and have offspring, helping to increase the populations of the world's most beautiful races.</p>
<br class = "shortPostLinebreak">
<p>Seekia is also genetics aware. Users can share genetic information in their profiles.</p>
<p>Users can choose a mate with whom their offspring has a lower probability of having diseases and a higher probability of possessing certain traits.</p>
<p>Seekia aims to drastically reduce the prevalence of recessive monogenic disorders within the human species.</p>
<p>Seekia aims to improve humanity's genetics by making humans more beautiful, healthy, intelligent, virtuous, and happy.</p>
<br class = "shortPostLinebreak">
<p>Seekia is open source and released into the public domain.</p>
<p>The Seekia network is decentralized and not yet operational.</p>
<p>You can download the Seekia app and simulate its use.</p>
<p>You can also read the whitepaper which is located on the Seekia website.</p>
<br class = "shortPostLinebreak">
<p>Here are some links:</p>
<br class = "shortPostLinebreak">
<p>Seekia Clearnet website: Seekia.net</p>
<p>Seekia IPFS .eth website: Seekia.eth</p>
<p>My IPFS .eth website: SimonSarasova.eth</p>
<br class = "shortPostLinebreak">
<p>To access .eth websites you can use Brave Browser.</p>
<p>To access them from any browser, you can use a gateway, which are trusted services run by third parties.</p>
<br class = "shortPostLinebreak">
<p>Gateway 1: SimonSarasova.eth.limo</p>
<p>Gateway 2: SimonSarasova.eth.link</p>
<br class = "shortPostLinebreak">
<p>You can contact me using Session, an encrypted messenger. My Session identity key is on my website.</p>
<br class = "shortPostLinebreak">
<p>Seekia's goal is to accelerate the world's adoption of race and genetics aware mate discovery technology.</p>
<br class = "shortPostLinebreak">
<p>Seekia aims to usher in a new era of human breeding strategies.</p>
<p>Seekia aims to bring genetic order to humanity's breeding patterns.</p>
<br class = "shortPostLinebreak">
<p>Please let me know your thoughts, and please spread the word about Seekia.</p>
<br class = "shortPostLinebreak">
<p>The genetic future of our species is at stake.</p>
<br class = "shortPostLinebreak">
<p>- Simon Sarasova</p>
<br class = "shortPostLinebreak">
<a class = "shortPostMemoLink" href="./memos/posts/Post4.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>
@ -144,6 +79,9 @@
</div>
<br class = "thinlinebreak">
<a class = "archiveLink" href="./posts-archive.html" target=”_blank”>View Archived Posts</a>
</div>
</div>

View file

@ -340,7 +340,7 @@ p{
}
.blogArchiveLink{
.archiveLink{
color:black;
@ -350,7 +350,7 @@ p{
margin-bottom:.4em;
}
.blogArchiveLink:hover{
.archiveLink:hover{
color:red;
}