SeekiaWebsite/resources/pages/index.html

103 lines
3.2 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 race and 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 race and genetics aware manner.</p>
<img class = "homePageScreenshot" src = "{{.BaseURL}}/images/applicationScreenshots/en/homePage.webp"></img>
<hr class = "separator">
<h2>{{.BeRaceAware}}</h2>
<p>Find members of the races which you desire.</p>
<p>View racial information about users such as eye, skin, and hair color; hair texture; and the alleles in their genome which effect physical traits.</p>
<img class = "eyeColorDesiresScreenshot" src = "{{.BaseURL}}/images/applicationScreenshots/en/eyeColorDesires.webp"></img>
<hr class = "separator">
<h2>{{.TheCureToRacialLoneliness}}</h2>
<p>Sort your matches by their racial similarity to yourself.</p>
<p>Find matches who look like you, and produce offspring who resemble you.</p>
<img class = "racialSimilarityScreenshot" src = "{{.BaseURL}}/images/applicationScreenshots/en/racialSimilarity.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>
<img class = "ancestryCompositionScreenshot" src = "{{.BaseURL}}/images/applicationScreenshots/en/ancestryComposition.webp"></img>
<hr class = "separator">
<h2>{{.BeGeneticsAware}}</h2>
<p>Perform a genetic analysis of your prospective offspring with each potential mate.</p>
<p>Understand your offspring's genetic disease risk and trait scores.</p>
<p>Sort your matches by your prospective offspring's probability of being diseased.</p>
<p>Maximize the probability of a healthy offspring who has the traits which you desire.</p>
<img class = "offspringDiseaseProbabilitiesScreenshot" src = "{{.BaseURL}}/images/applicationScreenshots/en/offspringDiseaseProbabilities.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>
<p>Seekia aims to help members of the world's most beautiful races to meet and have children.</p>
<img class = "totalDiseaseRiskScreenshot" src = "{{.BaseURL}}/images/applicationScreenshots/en/totalDiseaseRisk.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>