mirror of
https://codeberg.org/cyrneko/pages.git
synced 2025-05-04 18:13:07 +00:00
98 lines
3.7 KiB
HTML
98 lines
3.7 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="https://cyrneko.codeberg.page/assets/preview-banner.png" />
|
|
<!-- Twitter tags :(((( -->
|
|
<meta property="twitter:card" content="summary_large_image" />
|
|
<meta
|
|
property="twitter:image"
|
|
content="https://cyrneko.codeberg.page/assets/preview-banner.png"
|
|
/>
|
|
<!-- end -->
|
|
<link rel="stylesheet" href="styles/styles.css" />
|
|
<title>Alexia's Website</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="wrapper">
|
|
<div class="center">
|
|
<div class="content landing main">
|
|
<div class="avatar-wrapper">
|
|
<img src="/assets/avatar.png" class="avatar" />
|
|
</div>
|
|
<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 signing and encrypting mails.
|
|
</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/X7bBOAGEo-D2ddHAZSm96AxSeaNYsQXnVEW4FA2Mz34R4tcM7qhJSpjFPggdFRBb"
|
|
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="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/fediverse.svg" alt="the Fediverse Logo"
|
|
/></a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|