blog/prebuild/links.html

58 lines
2.4 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>links</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css" integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous">
<!-- Side menu forces things properly apparantly-->
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="layout">
<div id="menu">
<a class="pure-menu-heading" href="/">Home</a>
<div class="pure-menu">
<ul class="pure-menu-list">
<li class="pure-menu-item">
<a class="pure-menu-link" href="/about.html">About</a>
</li>
<li class="pure-menu-item">
<a class="pure-menu-link" href="/links.html">Links</a>
</li>
</ul>
</div>
</div>
<div id="main">
<div class="header">
<h1>Contact</h1>
<h2>Links and places to find me online</h2>
</div>
<div class="content">
<h1 id="links-and-places-to-find-me-online"><a href="../index.html"></a></h1>
<h3 id="professional-linksbusiness-inquires">Professional Links/Business inquires</h3>
<p>I would highly prefer that you contact me via email so that I may get to the message in a timely manner. I typically respond within 24 hours but there are no guarantees:</p>
<ul>
<li>email: alejandros714@protonmail.com</li>
</ul>
<p><em>A quick side note that I am much more active on gitlab than github</em></p>
<li>Gitlab Account: <a href="https://gitlab.com/shockrahwow">shockrahwow</a></li>
<li>Github Account: <a href="https://github.com/smolltucc">smolltucc</a></li>
<h3 id="social-medias-links">Social Medias Links</h3>
<p><em>List of places to contanct me or find me doing random things in general</em></p>
<ul>
<li><a href="https://twitch.tv/shockrahwow">Twitch Channel: shockrahwow</a><br />
</li>
<li><a href="https://steamcommunity.com/id/shockrah">Steam Profile</a>  </li>
</ul>
<p>Also I run a small Quake Community dedicated to teaching people about the game to improve and find other people to play with. The game is on steam if you're interested in checking it out ;)</p>
<ul>
<li><a href="https://sites.google.com/view/qcacademy/home">Community website</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>