Initial commit

This commit is contained in:
LAX18
2018-05-21 18:10:39 -04:00
commit 9101fb9cdf
10 changed files with 159 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
<html>
<head>
<title>LAX18's Homepage</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/png" href="https://i.imgur.com/A385G44.png">
<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>
<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">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>