Initial commit
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
|
||||
programs.html
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
@@ -0,0 +1,2 @@
|
||||
# lax18.github.io
|
||||
My Website
|
||||
@@ -0,0 +1,35 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>LAX18's Homepage | Contact</title><link rel="icon" type="image/png" href="https://i.imgur.com/A385G44.png">
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
<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">Contact</h2>
|
||||
<div id="contact-body">
|
||||
You can contact me through one of two means<br><br><br>
|
||||
<span id="subtitles" style="font-size: 20;">1. Email</span><br>
|
||||
You can email me at <a href="mailto:gaminglax18@gmail.com">gaminglax18@gmail.com</a> where it will then be transfered to my actual email (What, you didnt think I would give away my actual email THAT easily :P)<br>
|
||||
<span id="subtitles" style="font-size: 20;">2. Cemetech PM</span><br>
|
||||
Dont be afraid to send me a PM if you need anything. Just click <a href="https://www.cemetech.net/forum/privmsg.php?mode=post&u=LAX18">here</a> to send one.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 296 B |
@@ -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>
|
||||
@@ -0,0 +1,62 @@
|
||||
<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>
|
||||
<td><div id="titles"><a href="https://github.com/LAX18/Orbit84-Improvement">Orbit84 Improvement</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/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>
|
||||
@@ -0,0 +1,20 @@
|
||||
@import url("https://fonts.googleapis.com/css?family=Russo+One");
|
||||
@import url("https://fonts.googleapis.com/css?family=Monda");
|
||||
@import url("https://fonts.googleapis.com/css?family=Ubuntu");
|
||||
#titles {font-family: 'Russo One', sans-serif;}
|
||||
#subtitles {font-family: 'Monda', sans-serif;}
|
||||
#nav {border-left-style: solid;border-bottom-style: solid;border-color: white;}
|
||||
#contact-body {font-size: 15;}
|
||||
.nav-bar {list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;display: inline;}
|
||||
.nav-bar-li {display: inline-block;;padding: 10px 20px 10px;margin: auto;}
|
||||
a {text-decoration: none;color: white;font-weight: bold;}
|
||||
li.nav-bar-li:hover{background-color: white;color: black;}
|
||||
li.nav-bar-li:hover a{background-color: white;color: black;}
|
||||
body {background-color: black;color: white;font-family: 'Ubuntu', sans-serif;}
|
||||
table tr.separator { height: 30px; }
|
||||
.active {color: green;}
|
||||
.inactive {color: orange;}
|
||||
.canceled {color: red;}
|
||||
.depracated {color: yellow;}
|
||||
Reference in New Issue
Block a user