SimonSarasovaWebsite/resources/pages/index.html

59 lines
1.2 KiB
HTML
Raw Permalink Normal View History

2024-05-01 09:38:23 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Simon Sarasova - Home</title>
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<body>
<div class = "pageDiv">
{{.CodeSnippet_Header}}
<div class = "pageContentBox">
<div class = "pageContent">
<h2> Greetings!</h2>
<img class = "seekiaLogo" src="./images/seekiaLogo.svg">
<p>I am Simon Sarasova, the creator and lead developer of Seekia.</p>
<p>Seekia is a genetics aware mate discovery network.</p>
2024-05-01 09:38:23 +02:00
<p>Seekia aims to facilitate eugenic breeding and help humanity to mate in a genetics aware manner.</p>
2024-08-28 09:59:43 +02:00
<p>My mission is to accelerate humanity's adoption of genetics aware mate discovery technology.</p>
2024-05-01 09:38:23 +02:00
<br class = "thinlinebreak">
<p><b>Learn more at the official Seekia websites:</b></p>
<br class = "thinlinebreak">
<div class = "homePageLinkBox">
<p><b>Clearnet Site:</b></p>
<a class = "homePageLinkBoxLink" href="https://seekia.net" target=”_blank”><i>Seekia.net</i></a>
</div>
<div class = "homePageLinkBox">
<p><b> Ethereum IPFS Site:</b></p>
<a class = "homePageLinkBoxLink" href="ipns://seekia.eth" target=”_blank”><i>Seekia.eth</i></a>
</div>
</div>
</div>
</div>
</body>
</html>