Many updates

This commit is contained in:
I cannot log into my LAX18 account
2019-02-07 15:41:22 +00:00
parent cb53d19733
commit 215ad85257
6 changed files with 92 additions and 81 deletions
+32 -25
View File
@@ -7,52 +7,60 @@
<script async defer src="https://buttons.github.io/buttons.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-119545665-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-119545665-1');
</script>
</head>
<body>
<div id="nav">
<div id="entirenav">
<div id="navbarlogo">
<img src="LAX18.jpeg" width=64><span id="logofont" style="font-size: 68pt;">LAX18's Homepage</span>
</div>
<div id="nav">
<ul class="nav-bar">
<li style="margin-bottom: 0;display: inline;"><img src="LAX18's Website.jpg" width=200 style="border-right-style: solid;border-top-style: solid;border-color: white;"></li>
<li class="nav-bar-li"><a href="index.html">Home</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>
</ul>
<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>
</ul>
</div>
</div>
<h2 id="titles">Projects</h2>
<table>
<tr>
<td><div id="titles"><a href="https://github.com/LAX18/NOS">NOS</a></h4><div class="active">Active Development</div></td><td><!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/LAX18/NOS/subscription" data-icon="octicon-eye" aria-label="Watch LAX18/NOS on GitHub">Watch</a></td>
<tr>
<tr>
<td><div id="titles">Hex Editor</h4><div class="active">Active Development</div></td></tr>
<tr class="spacing">
<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>
<tr class="spacing">
<td>This is an ICE Graphics library to aid users in creating simple, beautiful programs using that canvas screen.</td>
</tr>
<tr class="separator"></tr>
<td><div id="titles"><a href="https://github.com/LAX18/lax18.github.io">lax18.github.io</a></h4><div class="active">Active Development</div></td></tr>
<tr class="spacing">
<td>This is my personal website to showcase all of my projects and such.</td>
</tr>
<tr class="separator"></tr>
<tr>
<td><div id="titles"><a href="https://github.com/LAX18/NOS">NOS</a></h4><div class="inactive">Idle</div></td></tr>
<tr class="spacing">
<td>NOS Is an alternative shell offered to those who use a TI84+CE Calculator. Written in ICE, this shell is one of the first of its kind.</td>
</tr>
<tr class="separator"></tr>
<tr>
<td><div id="titles"><a href="https://github.com/LAX18/LAXLOGS">LAXLOG IRC BOT</a></h4><div class="inactive">Idle</div></td><td><a class="github-button" href="https://github.com/LAX18/LAXLOGS/subscription" data-icon="octicon-eye" aria-label="Watch LAX18/LAXLOG on GitHub">Watch</a></td>
</tr>
<td><div id="titles"><a href="https://github.com/LAX18/LAXLOGS">LAXLOG IRC BOT</a></h4><div class="inactive">Idle</div></td></tr>
<tr>
<td>This is an IRC bot that takes logs of channels. Code not provided</td>
</tr>
<tr class="separator"></tr>
<tr>
<td><div id="titles"><a href="https://github.com/LAX18/LAXBOT">LAX18's IRC BOT</a></h4><div class="inactive">Idle</div></td><td><a class="github-button" href="https://github.com/LAX18/LAXBOT/subscription" data-icon="octicon-eye" aria-label="Watch LAX18/LAXBOT on GitHub">Watch</a></td>
</tr>
<td><div id="titles"><a href="https://github.com/LAX18/LAXBOT">LAX18's IRC BOT</a></h4><div class="inactive">Idle</div></td></tr>
<tr>
<td>This is my personal IRC bot.</td>
</tr>
<tr class="separator"></tr>
<tr>
<td><div id="titles"><a href="https://github.com/LAX18/Orbit84-Improvement">Orbit84 Improvement</a></h4><div class="inactive">Idle</div></td><td><!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/LAX18/Orbit84-Improvement/subscription" data-icon="octicon-eye" aria-label="Watch LAX18/Orbit84-Improvement on GitHub">Watch</a></td>
</tr>
<td><div id="titles"><a href="https://github.com/LAX18/Orbit84-Improvement">Orbit84 Improvement</a></h4><div class="inactive">Idle</div></td></tr>
<tr>
<td>Orbit84 is an already released TIBASIC program that I have decided to remake in an ASM language (<a href="https://www.cemetech.net/programs/index.php?mode=file&id=1562" style="text-decoration: underline;">Original Program</a>).</td>
</tr>
@@ -65,8 +73,7 @@
</tr>
<tr>
<tr class="separator"></tr>
<td><div id="titles"><a href="https://github.com/LAX18/Markup-Language">LAX18's Markup Language</a></h4><div class="inactive">Idle</div></td><td><a class="github-button" href="https://github.com/LAX18/Markup-Language/subscription" data-icon="octicon-eye" aria-label="Watch LAX18/Markup-Language on GitHub">Watch</a></td>
</tr>
<td><div id="titles"><a href="https://github.com/LAX18/Markup-Language">LAX18's Markup Language</a></h4><div class="inactive">Idle</div></td></tr>
<tr>
<td>This language would make it easier for beginners to code in HTML.</td>
</tr>