aidxnFUNretro/contact.html
2024-10-11 18:06:00 -04:00

57 lines
3.2 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"></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.html">about</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="verify.html">verify a message</a></li>
<li class="menu-opt"><img src="img/bullet.gif" alt="*" class="bullet"><a href="status.html">status</a></li>
<li class="menu-opt"><img src="img/bullet.gif" alt="*" class="bullet"><a href="design.html">design</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="albLabel">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>Now, the part you came for!</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</p>
<p>This is in order to prevent bots from contacting me.</p>
<ul>
<li><b>Email:</b> imlou[at]disroot[dot]org (PGP encryption preferred)</li>
<li><b>Signal:</b> [at]iusearchbtw.17</li>
<li><b>Telegram:</b> [at]iusearchbtw42</li>
<li><b>Phone:</b> Not given out to untrusted people. Contact elsewhere <i>first</i>.</li>
</ul>
</aside>
</div>
<script src="js/main.js"></script>
<script src="js/music.js"></script>
<script src="js/ping.js"></script>
</body>
</html>