39 lines
2.1 KiB
HTML
39 lines
2.1 KiB
HTML
<html>
|
|
<head>
|
|
<title>LAX18's Homepage | Contact</title><link rel="icon" type="image/png" href="https://i.imgur.com/A385G44.png">
|
|
<script src="js/script.js"></script>
|
|
<script src="https://www.gstatic.com/firebasejs/5.8.2/firebase.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="css/style.css">
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-119545665-1"></script>
|
|
</head>
|
|
<body onload="onLoad()">
|
|
<div id="navbarlogo">
|
|
<img src="img/LAX18.jpeg" width=64><span id="logofont" style="font-size: 68pt;">LAX18's Homepage</span>
|
|
</div>
|
|
<div id="nav">
|
|
<ul class="nav-bar" id="nav-bar">
|
|
<li class="nav-bar-li"><a href="index.html">Home</a></li>
|
|
<li class="nav-bar-li"><a href="sat.html">Satellite Imagery</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>
|
|
<li class="nav-bar-li"><a href="libraries/index.html">Libraries</a></li>
|
|
<li class="nav-bar-li" style="float: right;" id="logoutbutton"><a href='javascript:logOut();'>Log Out</a></li>
|
|
<li class="nav-bar-li" style="float: right;" id="loginbutton"><a href="javascript:logIn();">Log In</a></li>
|
|
</ul>
|
|
</div>
|
|
<h2 id="titles">Contact</h2>
|
|
<div id="contact-body">
|
|
You can contact me through one of three 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>
|
|
<div style="position: fixed;right: 3px;bottom: 3px;background-color: white;font-family: 'Exo', sans-serif;font-size: 14pt;">
|
|
© 2019 Nicholas Pease (LAX18)
|
|
</div>
|
|
</body>
|
|
</html>
|