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
+4 -3
View File
@@ -1,7 +1,7 @@
<html>
<head>
<title>LAX18's Homepage | Projects</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">
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
@@ -11,7 +11,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">
@@ -19,6 +19,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>
@@ -31,7 +32,7 @@
<td>This is a basic hex editor that allows the user to edit programs, appvars and raw memory. It also allows the user to enter decimals or hexidecimals into memory. <br> Uses the drawing canvas, ICE, and NOS Graphics Library.</td>
</tr>
<tr class="separator"></tr>
<td><div id="titles">NOS Graphics Library</h4><div class="active">Active Development</div></td></tr>
<td><div id="titles"><a href="libraries/nosgraphics.html">NOS Graphics Library</a></h4><div class="active">Active Development</div></td></tr>
<tr class="spacing">
<td>This is an ICE Graphics library to aid users in creating simple, beautiful programs using that canvas screen.</td>
</tr>