Updated even more

This commit is contained in:
2019-02-08 22:36:57 +00:00
parent 4e1de37300
commit dc625d3c82
8 changed files with 399 additions and 9 deletions
+5 -2
View File
@@ -1,7 +1,7 @@
<html>
<head>
<title>LAX18's Homepage</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="icon" type="image/png" href="https://i.imgur.com/A385G44.png">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-119545665-1"></script>
@@ -12,7 +12,7 @@
<body>
<div id="entirenav">
<div id="navbarlogo">
<img src="LAX18.jpeg" width=64><span id="logofont" style="font-size: 68pt;">LAX18's Homepage</span>
<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">
@@ -20,6 +20,7 @@
<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>
</ul>
</div>
</div>
@@ -27,3 +28,5 @@
<h3 id="subtitles">Here I will post updates to my various types of programs that I submit</h3>
Please keep in mind that this website is still under construction and will remain that way until I decide to complete it.
<hr>
</body>
</html>