SeekiaWebsite/resources/pages/contribute.html

64 lines
1.6 KiB
HTML
Raw Normal View History

2024-04-10 20:07:49 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Seekia - {{.Contribute}}</title>
<link rel="stylesheet" type="text/css" href="../style.css">
{{.CodeSnippet_MetaTags}}
2024-04-13 19:08:21 +02:00
{{.CodeSnippet_Favicons}}
2024-04-10 20:07:49 +02:00
</head>
<body>
<div class = "pageDiv">
{{.CodeSnippet_Header}}
<h2 class = "pageHeading">Contribute</h2>
<hr class = "separator">
<p><b>Join us in our goal of curing racial loneliness and facilitating eugenic breeding.</b></p>
<hr class = "separator">
<h2>Git Repository</h2>
<img class = "codebergLogo" src="../images/codebergLogo.svg">
<p>Visit the Git repository to contribute to the source code of Seekia.</p>
<a href = "https://codeberg.org/sarasova/seekia" target = "_blank"><b>Codeberg.org/sarasova/seekia</b></a>
<hr class = "separator">
<h2>Contact</h2>
<img class = "contactIcon" src="../images/contact.svg">
<p>Contact Seekia's creator and lead maintainer, Simon Sarasova.</p>
<p>Visit his website for his contact information:</p>
<a href = "ipns://SimonSarasova.eth/contact.html" target = "_blank"><b>SimonSarasova.eth/contact.html</b> </a>
<p>To access a .eth website, you can use Brave browser.</p>
<hr class = "separator">
<p>You can also use a trusted gateway to access his website.</p>
<p>You should visit his site from multiple gateways to ensure you are seeing an authentic version of his site.</p>
<a href="https://SimonSarasova.eth.limo/contact.html" target=”_blank”>SimonSarasova.eth.limo/contact.html</a>
<a href="https://SimonSarasova.eth.link/contact.html" target=”_blank”>SimonSarasova.eth.link/contact.html</a>
</div>
</body>
</html>