70 lines
3.6 KiB
HTML
70 lines
3.6 KiB
HTML
<html>
|
|
<head>
|
|
<title>LAX18's Homepage | Projects</title>
|
|
<link rel="stylesheet" type="text/css" href="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>
|
|
<script src="https://redalert.battleforthenet.com/widget.js" async></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">
|
|
<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>
|
|
</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 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>
|
|
<tr class="separator"></tr>
|
|
<td><div id="titles"><a href="https://github.com/LAX18/LAXBOT">LAX18's IRC BOT</a></h4><div class="active">Active</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>
|
|
<tr>
|
|
<td>This is my personal IRC bot.</td>
|
|
</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>
|
|
<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>
|
|
<tr class="separator"></tr>
|
|
<tr>
|
|
<td><div id="titles">ICE Syntax Viewer</h4><div class="inactive">Idle</div></td><td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>ICE Syntax Viewer shows you the commands and syntax availble for ICE, on calc.</td>
|
|
</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>
|
|
<tr>
|
|
<td>This language would make it easier for beginners to code in HTML.</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|