90 lines
4.2 KiB
HTML
90 lines
4.2 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<link type="image/x-icon" rel="icon" href="/images/favicon.ico">
|
|
<link type="text/css" rel="stylesheet" href="/css/global.css">
|
|
<link type="text/css" rel="stylesheet" href="/css/links.css">
|
|
|
|
<meta charset="utf-8">
|
|
<meta name="description" content="Some useful redirect links.">
|
|
<meta name="keywords" content="That_One_Nerd links">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Links | That_One_Nerd</title>
|
|
</head>
|
|
|
|
<!--header-->
|
|
|
|
<body>
|
|
<div id="title">
|
|
<h1>Links</h1>
|
|
</div>
|
|
|
|
<div class="line-spacer"></div>
|
|
<div class="line-spacer2"></div>
|
|
|
|
<div class="links">
|
|
<div class="link-row">
|
|
<div id="github">
|
|
<h3><span class="icon-github"></span> Github</h3>
|
|
<p>You'll find the repositories to my code here (if I publish them).</p>
|
|
<a href="https://github.com/That-One-Nerd" target="_blank">Visit</a>
|
|
</div>
|
|
<div id="itch">
|
|
<h3><span class="icon-itch-dot-io"></span> Itch</h3>
|
|
<p>You'll find most of my games here. But all of my Itch games have been copied <a href="/projects.html" target="_blank">here</a> as well.</p>
|
|
<a href="https://that-one-nerd.itch.io/" target="_blank">Visit</a>
|
|
</div>
|
|
<div id="arcademaniac">
|
|
<h3>The Arcade Maniac Website</h3>
|
|
<p>I made a subdomain for Arcade Maniac. It isn't finished, and I'll likely be rennovating that site to be similar to this one.</p>
|
|
<a href="https://arcademaniac.thatonenerd.net/" target="_blank">Visit</a>
|
|
</div>
|
|
</div>
|
|
<div class="link-row">
|
|
<div id="youtube">
|
|
<h3><span class="icon-youtube"></span> Youtube</h3>
|
|
<p>My Youtube channel has a bunch of livestreams on projects, as well as video games if that's your jam. I may shift the channel into a more educational mindset soon, no promises.</p>
|
|
<a href="https://www.youtube.com/channel/UCeKaBeycUz-sHna0ypFykwA" target="_blank">Visit</a>
|
|
</div>
|
|
<div id="twitch">
|
|
<h3><span class="icon-twitch"></span> Twitch</h3>
|
|
<p>I used to stream on both Youtube and Twitch. Now I only do Youtube, but if you want Twitch anyway, here it is. I may be deleting my Twitch in the near future.</p>
|
|
<a href="https://www.twitch.tv/that_one_nerd77" target="_blank">Visit</a>
|
|
</div>
|
|
<div id="discord">
|
|
<h3><span class="icon-discord"></span> Discord</h3>
|
|
<p>Here's my Discord server if you want to come and talk.</p>
|
|
<a href="https://discord.gg/HqRS4aneyP" target="_blank">Visit</a>
|
|
</div>
|
|
</div>
|
|
<div class="link-row">
|
|
<div id="contact">
|
|
<h3>Contact Me</h3>
|
|
<p>Here's my email if you've got any reason to message me professionally.</p>
|
|
<a href="mailto:kyle@thatonenerd.net">kyle@thatonenerd.net</a>
|
|
</div>
|
|
<div id="saalty">
|
|
<h3>Saalty</h3>
|
|
<p>Check out Saalty and his website while you're at it; he's pretty cool.</p>
|
|
<a href="https://about.saalty.net/" target="_blank">Visit</a>
|
|
</div>
|
|
<div id="site">
|
|
<h3>thatonenerd.net</h3>
|
|
<p>In case you uuuh ummmm hmmm idk maybe go the website you're looking at right now?</p>
|
|
<a href="/index.html">Visit</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="line-spacer"></div>
|
|
<div class="line-spacer2-darkgray"></div>
|
|
</body>
|
|
|
|
<!--footer-->
|
|
|
|
<script type="module" src="/js/imports.js"></script>
|
|
<script src="/js/global.js" defer></script>
|
|
</html>
|