SeekiaWebsite/resources/pages/index.html
2024-04-10 18:07:49 +00:00

90 lines
2.8 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Seekia - {{.BeRaceAware}}</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}}
</head>
<body>
<div class = "pageDiv">
{{.CodeSnippet_Header}}
<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 race which you desire.</p>
<p>View racial information about users such as eye, skin, and hair color; genetic ancestry; haplogroups; and more. </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>{{.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>{{.BeGeneticsAware}}</h2>
<p>Understand your offspring's genetic disease risk and trait scores.</p>
<p>Filter your matches based on a calculated genetic analysis for your offspring.</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, healthy, and intelligent 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>
<br class = "linebreak">
<a class = "blueDownloadButton" href="{{.LanguageURLBase}}download.html">{{.Download}}</a>
</div>
</body>
</html>