SeekiaWebsite/resources/pages/index.html
2024-09-04 10:05:36 +00:00

94 lines
2.9 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>{{.HomePageTitle}}</title>
<link rel="stylesheet" type="text/css" href="{{.BaseURL}}/style.css">
<meta name="description" content="Seekia is a genetics aware mate discovery network.">
{{.CodeSnippet_MetaTags}}
{{.CodeSnippet_Favicons}}
</head>
<body>
<div class = "pageDiv">
{{.CodeSnippet_Header}}
<div class = "indexPageContent">
<h2 class = "seekiaIsHeading">{{.SeekiaIsDescription}}</h2>
<p>The goal of Seekia is to help humanity mate in a genetics aware manner.</p>
<img class = "homePageScreenshot" src = "{{.BaseURL}}/images/applicationScreenshots/en/homePage.webp"></img>
<hr class = "separator">
<h2>Reduce Disease Risks</h2>
<p>View your offspring's genetic disease risk probabilities with each potential mate.</p>
<p>Sort your matches by your prospective offspring's probability of being diseased.</p>
<p>Choose a mate with whom your offspring is the most likely to be healthy.</p>
<img class = "offspringDiseaseProbabilitiesScreenshot" src = "{{.BaseURL}}/images/applicationScreenshots/en/offspringDiseaseProbabilities.webp"></img>
<hr class = "separator">
<h2>Understand Trait Probabilities</h2>
<p>View your offspring's trait probabilities with each potential mate.</p>
<p>Sort your matches by your prospective offspring's probability of having certain traits.</p>
<p>Choose a mate with whom your offspring is the most likely to possess the traits which you desire.</p>
<img class = "offspringTraitProbabilitiesScreenshot" src = "{{.BaseURL}}/images/applicationScreenshots/en/offspringTraitProbabilities.webp"></img>
<hr class = "separator">
<h2>{{.BreedInAEugenicManner}}</h2>
<p>Seekia aims to facilitate eugenic breeding by encouraging humans to breed more beautiful, healthier, more intelligent, more virtuous, and happier offspring.</p>
<img class = "totalDiseaseRiskScreenshot" src = "{{.BaseURL}}/images/applicationScreenshots/en/totalDiseaseRisk.webp"></img>
<hr class = "separator">
<h2>Be Ancestry Aware</h2>
<p>View genetic ancestry information about users such as ancestral populations and haplogroups.</p>
<p>View the calculated ancestry of your prospective offspring with each user.</p>
<p>Choose a mate with whom your offspring is the most likely to possess the ancestry which you desire.</p>
<img class = "ancestryCompositionScreenshot" src = "{{.BaseURL}}/images/applicationScreenshots/en/ancestryComposition.webp"></img>
<hr class = "separator">
<h2>{{.BrowseForFree}}</h2>
<p>Browse user profiles for free.</p>
<p>Broadcasting a profile and chatting costs money.</p>
<img class = "browseMatchesScreenshot" src = "{{.BaseURL}}/images/applicationScreenshots/en/browseMatches.webp"></img>
<hr class = "separator">
<h2>{{.OpenSource}}</h2>
<p>The Seekia application source code is released into the public domain.</p>
<a class = "blueDownloadButton" href="{{.LanguageURLBase}}download.html">{{.Download}}</a>
</div>
</div>
</body>
</html>