SeekiaWebsite/resources/pages/about.html
2024-09-05 16:24:43 +00:00

133 lines
3.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Seekia - {{.About}}</title>
<link rel="stylesheet" type="text/css" href="../style.css">
{{.CodeSnippet_MetaTags}}
{{.CodeSnippet_Favicons}}
</head>
<body>
<div class = "pageDiv">
{{.CodeSnippet_Header}}
<h2 class = "pageHeading">About</h2>
<hr class = "separator">
<p class = "aboutPageHeadingText"><b>Seekia is a mate discovery network where users can find a mate while having a deep awareness of each potential mate's genetics.</b></p>
<hr class = "separator">
<div class = "aboutPageDescriptionSection">
<div class = "linebreak"></div>
<p><b><i>Be Genetics Aware</i></b></p>
<div class = "linebreak"></div>
<p>Users can analyze their genomes using the Seekia app to learn about monogenic disease risks, polygenic disease risks, and traits.</p>
<div class = "linebreak"></div>
<p>Users can share their disease and trait information in their profiles.</p>
<div class = "linebreak"></div>
<p>Users can filter and sort potential mates by their genetic disease and trait information.</p>
<div class = "linebreak"></div>
<p>Seekia allows users to choose their mate in such a way to reduce the probability of their offspring having diseases and increase the probability of their offspring having certain traits.</p>
<div class = "linebreak"></div>
<p><b><i>Facilitating Eugenic Breeding</i></b></p>
<div class = "linebreak"></div>
<p>Seekia aims to increase humanity's genetic desirability by making humans more beautiful, healthier, more intelligent, more virtuous, and happier.</p>
<div class = "linebreak"></div>
<p>Seekia users will choose mates with whom they are the most likely to produce beautiful, healthy, intelligent, virtuous, and happy offspring.</p>
<div class = "linebreak"></div>
<p><b><i>Be Ancestry Aware</i></b></p>
<div class = "linebreak"></div>
<p>Users can share their genetic ancestry in their profiles.</p>
<div class = "linebreak"></div>
<p>Each user's genetic ancestry is described by ancestral populations and haplogroups.</p>
<div class = "linebreak"></div>
<p>Users can filter their matches by their ancestry information and the calculated ancestry of their offspring.</p>
<div class = "linebreak"></div>
<p>Users can sort their matches by their ancestral similarity.</p>
<div class = "linebreak"></div>
</div>
<hr class = "separator">
<p><b>Seekia aims to accelerate humanity's adoption of genetics aware mate discovery technology.</b></p>
<p><b>Seekia aims to bring genetic order to humanity's breeding patterns.</b></p>
<hr class = "separator">
<div class = "thinlinebreak"></div>
<p><b>Learn more by reading the Seekia whitepaper.</b></p>
<div class = "thinlinebreak"></div>
<div class = "readTheWhitepaperRow">
<img class = "whitepaperIcon" src = "../images/whitepaper.svg"></img>
<a class = "readTheWhitepaperLink" href ="../assets/Seekia.pdf" target=”_blank”>Read the Whitepaper</a>
</div>
<hr class = "separator">
<h2>Websites</h2>
<p>Below are the official Seekia websites.</p>
<div class = "thinlinebreak"></div>
<div class = "aboutWebsiteBox">
<p><b>Clearnet Site:</b></p>
<a href = "https://seekia.net" target = "_blank">Seekia.net</a>
</div>
<div class = "aboutWebsiteBox">
<p><b>Ethereum IPFS Site:</b></p>
<a href = "ipns://seekia.eth" target = "_blank">Seekia.eth</a>
</div>
</div>
</body>
</html>