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
+21 -16
View File
@@ -4,31 +4,27 @@
<link rel="stylesheet" type="text/css" href="style.css">
<!-- 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>
<style>
td {border-bottom-style: solid;}
tr {margin-bottom: 10px;}
</style>
</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="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>
</div>
<h2 id="titles">Programs:</h2>
<table style="border-style: solid;border-color: white;">
<table style="border-style: solid;border-color: black;">
<tr>
<td style="border-right-style: solid;"><img src="https://www.cemetech.net/img/ss/003810.gif" width=200/></td>
<td>
@@ -63,6 +59,15 @@ tr {margin-bottom: 10px;}
This game places you as the operator of a space craft as you attempt to shoot down ALL of the asteroids hurtling towards you. If you miss one, you lose a point. If you hit one, you gain a point. Controls: [<] Moves spacecraft left [>] Moves spacecraft right [Up] or [2nd] Fires up [Enter] or [Alpha] Pause [Mode] Quit
</td>
</tr>
<tr>
<td style="border-right-style: solid;"><img src="https://www.cemetech.net/img/ss/004048.gif" width=200/></td>
<td>
<a href="https://www.cemetech.net/programs/index.php?mode=file&path=/83plus/basic/math/fakecalcv.1.zip" style="text-decoration: underline;">Fake Calc</a><br>
By LAX18<br>
TI83+ / TI84+ / CE BASIC<br>
This is a program that makes the calculator display incorrect results for calculations inputted. Use this to prank your friends. I do not take responsibility for those who abuse this and mess up others tests.
</td>
</tr>
</table>
</body>
</html>