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
+3 -2
View File
@@ -1,7 +1,7 @@
<html>
<head>
<title>LAX18's Homepage | Programs</title>
<link rel="stylesheet" type="text/css" href="style.css">
<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>
<style>
@@ -12,7 +12,7 @@ tr {margin-bottom: 10px;}
<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 @@ tr {margin-bottom: 10px;}
<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>