site/layouts/index.html

50 lines
2.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/theme.css">
<title>{{ .Site.Title }}</title>
</head>
<body>
{{ partial "nav.html" . }}
<div id="content">
<h2>hi</h2>
<p>I'm known as ~forero, I am 15 years old, I like computers and I'm an athlete.</p>
<h2>contact</h2>
<ul>
<li>email: <a href="mailto:santiago@forero.xyz">santiago@forero.xyz</a></li>
<li>irc: <a href="https://web.libera.chat/#forero">join #forero on libera.chat</a> or DM forero</li>
</ul>
<h2>social media</h2>
<ul>
<li><a href="https://www.youtube.com/channel/UC0l709qNeW3ZpZGdsR2Z6pw">YouTube channel</a></li>
<li>Instagram: <a href="https://www.instagram.com/santiagoforer/">@santiagoforer</a></li>
<li>GitHub: <a href="https://github.com/forerosantiago/">forerosantiago</a></li>
<li>Mastodon: <a href="https://tilde.zone/web/accounts/106580153739377777">@forero@tilde.zone</a></li>
</ul>
<h2>donations</h2>
<h3>bitcoin</h3>
<p><b>Address:</b> bc1q8xv9ktfmywwskpl978h0f9kdvrrvcw68z67cc4</p>
<p><b>QR:</b></p>
<img src="bitcoin.png" alt="">
<h3>nequi</h3>
<p>If you are in Colombia you can send your money here: +573053156599</p>
<p><b>QR:</b></p>
<img src="nequi.png" alt="">
</div>
{{ partial "footer.html" . }}
</body>
</html>