aidxnFUNretro/src/contact.html

68 lines
4.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>contact | aidxn</title>
<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=VT323&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/contact.css">
</head>
<body>
<div id="loading" style="display: flex; justify-content: center; align-items: center; height: 100vh;">
<img src="img/loading2.gif" alt="Loading animation">
</div>
<div id="page" style="display: none;">
<header class="sidebar">
<a href="/"><img src="img/logo.gif" alt="Animated logo text displaying AIDXN ONLINE" class="logo"></a>
<p class="cap">Welcome to my world wide web site!</p>
<img src="img/links.gif" alt="Animated text displaying LINKS" width="30%" class="mm-label">
<ul>
<li class="menu-opt"><img src="img/bullet.gif" alt="*" class="bullet"><a href="/">home</a></li>
<li class="menu-opt"><img src="img/bullet.gif" alt="*" class="bullet"><a href="/about">about</a></li>
<li class="menu-opt"><img src="img/bullet.gif" alt="*" class="bullet"><a href="https://p0ntus.com">archives</a></li>
<li class="menu-opt"><img src="img/bullet.gif" alt="*" class="bullet"><b>contact</b></li>
<li class="menu-opt"><img src="img/bullet.gif" alt="*" class="bullet"><a href="https://aidxn.fun/verify">verify a message</a></li>
<li class="menu-opt"><img src="img/bullet.gif" alt="*" class="bullet"><a href="/status">status</a></li>
<li class="menu-opt"><img src="img/bullet.gif" alt="*" class="bullet"><a href="/design">design</a></li>
<li class="menu-opt"><img src="img/bullet.gif" alt="*" class="bullet"><a href="/projects">projects</a></li>
</ul>
<img src="img/information.gif" alt="Animated text displaying INFORMATION" width="68%" class="mm-label">
<p id="date"></p>
<img id="album-art" style="height: 64px; width: 64px;" src="img/loading.gif" alt="Album cover">
<div class="music-section">
<b id="albumLabel">Now Playing:</b><br>
<b id="song">Loading...</b>
<p id="album">Loading...</p>
<p id="artist">Loading...</p>
</div>
<span class="extra-text"><b>Note: </b>This page is best viewed on a computer.</span>
</header>
<aside class="main-content">
<h1>Contact</h1>
<p>This one can be a hard one for most people, as I'm not a fan of modern social media, albeit I give in here and there.</p>
<p>If you're looking for my email, simply replace the brackets with the character it's referencing, like so: test[at]test[dot]com becomes test@test.com. This is in order to prevent bots from contacting me!</p>
<p>For the best chance of a response, please send me a message on Telegram. If you've made a pull request on one of my repos, I will most likely respond by the next day. If you've sent me an email, I will most likely respond within three days or less.</p>
<ul>
<li><b>Email:</b> i[at]aidxn[dot]fun (PGP encryption preferred)</li>
<li><b>Email:</b> aidan[at]p0ntus[dot]com (PGP encryption preferred)</li>
<li><b>Signal:</b> @iusearchbtw.17</li>
<li><b>Telegram:</b> @p0ntu5</li>
<li><b>Matrix:</b> @ihatenodejs:nope.chat</li>
<li><b>Phone:</b> (802) 416-9516</li>
</ul>
<h1>I'm a busy person</h1>
<p>I do a lot of things during the day and I'm not always able to respond to messages right away. Please be patient and remember not to demand things from me... Somehow this is an issue for people :(</p>
<p>For the best chance of a response, please send me a message on Telegram. If you've made a pull request on one of my repos, I will most likely respond by the next day. If you've sent me an email, I will most likely respond within three days or less.</p>
<h1>A note about calling and texting</h1>
<p>I have a phone number listed above. Please do not call or text me unless you absolutely need to. I will likely not respond, or use an automated recording system to handle your call. No, I haven't provided you my real phone number. I may be able to respond to your call/text, just know this is not checked/used often.</p>
<p>If you need to get in touch with me, please send me a message on Telegram or an email.</p>
</aside>
</div>
<script src="js/main.js"></script>
<script src="js/music.js"></script>
</body>
</html>