mirror of
https://codeberg.org/cyrneko/pages.git
synced 2025-05-04 18:13:07 +00:00
96 lines
3.8 KiB
HTML
96 lines
3.8 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta property="og:title" content="Alexia's Website" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://cyrneko.codeberg.page/" />
|
|
<meta property="og:image" content="/assets/preview-banner.png" />
|
|
<link rel="stylesheet" href="styles/styles.css" />
|
|
<title>Alexia's Website</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="wrapper">
|
|
<div class="center">
|
|
<div class="content landing">
|
|
<h1>Hi There! My name is <strong>Alexia</strong>.</h1>
|
|
<p class="subtext">she/they • 18 • <span class="trans">transfem ✨</span></p>
|
|
<p>
|
|
I'm interested in all things tech, privacy, and our feline overlords
|
|
<img class="emote" src="assets/neocat.png" alt="neocat" width="24px" />
|
|
</p>
|
|
<p>
|
|
I <a href="blog/posts.html">have a blog</a> and
|
|
<a href="https://ko-fi.com/cyrus42">appreciate donations</a>
|
|
</p>
|
|
<p>
|
|
my PGP keys are published
|
|
<a
|
|
href="https://keys.openpgp.org/vks/v1/by-fingerprint/AD6FFD9A3C08C23A9CF03A50801B4BD878A984A4"
|
|
>here</a
|
|
>, for singing and encrypting mails.
|
|
</p>
|
|
<p></p>
|
|
</div>
|
|
<div class="content landing important">
|
|
<h2><strong>Donate to Tillian.</strong></h2>
|
|
<p>
|
|
Tillian is living in an abusive household, and has been for years. Robbed of his youth
|
|
and childhood.
|
|
</p>
|
|
<p>it would mean a lot if you donated.</p>
|
|
<p>
|
|
<strong>any donations or commissions to/from me will go to Tillian, instead.</strong> At
|
|
least as much as I can afford.
|
|
</p>
|
|
<p>
|
|
Donate on
|
|
<a href="https://ko-fi.com/tillianthefoxxo">Ko-Fi</a> or
|
|
<a href="https://www.paypal.com/paypalme/tillianthefoxxo">PayPal</a>
|
|
</p>
|
|
</div>
|
|
<div>
|
|
<!-- <p class="contact-header subtext">Contact:</p> -->
|
|
<ul id="contact">
|
|
<li>
|
|
<a
|
|
href="https://signal.me/#eu/lQGErCIJyfX6HVOvGJr9HrKJr6BBNcFWo97PmUl39rBDOqjYpP9OI6EsBOZfNwgJ"
|
|
target="_blank"
|
|
><img src="assets/signal.svg" alt="the Signal Logo"
|
|
/></a>
|
|
</li>
|
|
<!-- <li>
|
|
<a href="https://matrix.to/#/@cyrus:the-apothecary.club" target="_blank"
|
|
><img src="assets/matrix.svg" alt="the Matrix Logo"
|
|
/></a>
|
|
</li> -->
|
|
<li>
|
|
<a
|
|
href="https://simplex.chat/contact#/?v=2-5&smp=smp%3A%2F%2F1OwYGt-yqOfe2IyVHhxz3ohqo3aCCMjtB-8wn4X_aoY%3D%40smp11.simplex.im%2FaiILWA_m59Ta85pPjJVcvSKWK_hznMRW%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEAZIDRQ00kXJgvWjjoye9fKeo9Sa1K-JEcM33Aa1F0fyM%253D%26srv%3D6ioorbm6i3yxmuoezrhjk6f6qgkc4syabh7m3so74xunb5nzr4pwgfqd.onion"
|
|
target="_blank"
|
|
><img src="assets/simplex.svg" alt="the SimpleX Chat Logo"
|
|
/></a>
|
|
</li>
|
|
<!-- <li>
|
|
<a href="xmpp:cyrus42@disroot.org" target="_blank"
|
|
><img src="assets/xmpp.svg" alt="the XMPP Logo"
|
|
/></a>
|
|
</li> -->
|
|
<li>
|
|
<a href="mailto:cyrus42@disroot.org" target="_blank"
|
|
><img src="assets/email.svg" alt="an E-Mail icon"
|
|
/></a>
|
|
</li>
|
|
<li>
|
|
<a href="https://wetdry.world/@cyrus" target="_blank" rel="me"
|
|
><img src="assets/mastodon.svg" alt="the Mastodon Logo"
|
|
/></a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|