35 lines
1.6 KiB
HTML
35 lines
1.6 KiB
HTML
<html>
|
|
<head>
|
|
<title>LAX18's Homepage | Contact</title><link rel="icon" type="image/png" href="https://i.imgur.com/A385G44.png">
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-119545665-1"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'UA-119545665-1');
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div id="nav">
|
|
<ul class="nav-bar">
|
|
<li style="margin-bottom: 0;display: inline;"><img src="LAX18's Website.jpg" width=200 style="border-right-style: solid;border-top-style: solid;border-color: white;"></li>
|
|
<li class="nav-bar-li"><a href="index.html">Home</a></li>
|
|
<li class="nav-bar-li"><a href="programs.html">Programs</a></li>
|
|
<li class="nav-bar-li"><a href="projects.html">Projects</li>
|
|
<li class="nav-bar-li"><a href="contact.html">Contact</a></li>
|
|
</ul>
|
|
</div>
|
|
<h2 id="titles">Contact</h2>
|
|
<div id="contact-body">
|
|
You can contact me through one of two means<br><br><br>
|
|
<span id="subtitles" style="font-size: 20;">1. Email</span><br>
|
|
You can email me at <a href="mailto:gaminglax18@gmail.com">gaminglax18@gmail.com</a> where it will then be transfered to my actual email (What, you didnt think I would give away my actual email THAT easily :P)<br>
|
|
<span id="subtitles" style="font-size: 20;">2. Cemetech PM</span><br>
|
|
Dont be afraid to send me a PM if you need anything. Just click <a href="https://www.cemetech.net/forum/privmsg.php?mode=post&u=LAX18">here</a> to send one.
|
|
</div>
|
|
</body>
|
|
</html>
|