44 lines
1.7 KiB
HTML
44 lines
1.7 KiB
HTML
<html>
|
|
<head>
|
|
<title>LAX18's Homepage</title>
|
|
<link rel="stylesheet" type="text/css" href="css/style.css">
|
|
<link rel="icon" type="image/png" href="https://i.imgur.com/A385G44.png">
|
|
<script src="https://www.gstatic.com/firebasejs/5.8.2/firebase.js"></script>
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-119545665-1"></script>
|
|
<script src="js/script.js"></script>
|
|
<style>
|
|
|
|
</style>
|
|
</head>
|
|
<body onload="onLoad();displayBlogs();">
|
|
<div id="entirenav">
|
|
<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>
|
|
</div>
|
|
<div><br>
|
|
<h2 id="titles">Welcome</h2>
|
|
<h4 id="subtitles">This is a place where I showcase my projects, skills, and completed products, as well as me.</h4>
|
|
</div><br>
|
|
<div id="blogs">
|
|
|
|
</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>
|