Files
lax18.github.io/index.html
T
2018-08-15 12:00:55 -04:00

36 lines
1.9 KiB
HTML

<html>
<head>
<title>LAX18's Homepage TESTING</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/png" href="https://i.imgur.com/A385G44.png">
<!-- 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 {vertical-align: bottom;text-align: center;}
</style>
</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">Welcome to my Website!</h2>
<h3 id="subtitles">Here I will post updates to my various types of programs that I submit</h3>
Please keep in mind that this website is still under construction and will remain that way until I decide to complete it.
<hr>
<h2 id="titles">News:</h2>
<table> <tr><td><span id="subtitles">NOS development</span></td></tr><tr><td>After a break, I have continued development on my shell. Current features include pinning programs and a working terminal!</td></tr>
<tr class="spacing"><td><span id="subtitles"><br>Website is up and running!!!</span></td></tr><tr><td>After some push from other websites being developed on Cemetech, I finally finished my website! I has a programs section where you can see my finished programs. A projects section, where you can see my in progress work, and a contact page if you need to contact me.</td></tr></table>