commit 9101fb9cdf130fa4e81ba57e93d71c226ff6d694 Author: LAX18 <32688644+LAX18@users.noreply.github.com> Date: Mon May 21 18:10:39 2018 -0400 Initial commit diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..eba1110 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..bab25bc --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# lax18.github.io diff --git a/lax18.github.io-master/.gitignore b/lax18.github.io-master/.gitignore new file mode 100644 index 0000000..35ce36e --- /dev/null +++ b/lax18.github.io-master/.gitignore @@ -0,0 +1,2 @@ + +programs.html diff --git a/lax18.github.io-master/LAX18's Website.jpg b/lax18.github.io-master/LAX18's Website.jpg new file mode 100644 index 0000000..b60b52c Binary files /dev/null and b/lax18.github.io-master/LAX18's Website.jpg differ diff --git a/lax18.github.io-master/README.md b/lax18.github.io-master/README.md new file mode 100644 index 0000000..6e0cdb8 --- /dev/null +++ b/lax18.github.io-master/README.md @@ -0,0 +1,2 @@ +# lax18.github.io +My Website diff --git a/lax18.github.io-master/contact.html b/lax18.github.io-master/contact.html new file mode 100644 index 0000000..bcd1092 --- /dev/null +++ b/lax18.github.io-master/contact.html @@ -0,0 +1,35 @@ + + +LAX18's Homepage | Contact + + + + + + + + +

Contact

+
+ You can contact me through one of two means


+ 1. Email
+ You can email me at gaminglax18@gmail.com where it will then be transfered to my actual email (What, you didnt think I would give away my actual email THAT easily :P)
+ 2. Cemetech PM
+ Dont be afraid to send me a PM if you need anything. Just click here to send one. +
+ + diff --git a/lax18.github.io-master/favicon.png b/lax18.github.io-master/favicon.png new file mode 100644 index 0000000..9448cba Binary files /dev/null and b/lax18.github.io-master/favicon.png differ diff --git a/lax18.github.io-master/index.html b/lax18.github.io-master/index.html new file mode 100644 index 0000000..baa64ba --- /dev/null +++ b/lax18.github.io-master/index.html @@ -0,0 +1,35 @@ + + +LAX18's Homepage + + + + + + + + + + +

Welcome to my Website!

+

Here I will post updates to my various types of programs that I submit

+Please keep in mind that this website is still under construction and will remain that way until I decide to complete it. +
+

News:

+
Website is up and running!!!
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.
diff --git a/lax18.github.io-master/projects.html b/lax18.github.io-master/projects.html new file mode 100644 index 0000000..9d0f7a6 --- /dev/null +++ b/lax18.github.io-master/projects.html @@ -0,0 +1,62 @@ + + +LAX18's Homepage | Projects + + + + + + + + + + + +

Projects

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NOS
Active Development
+Watch
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.
Orbit84 Improvement
Active Development
+Watch
Orbit84 is an already released TIBASIC program that I have decided to remake in an ASM language (Original Program).
ICE Syntax Viewer
Idle
ICE Syntax Viewer shows you the commands and syntax availble for ICE, on calc.
Watch
This language would make it easier for beginners to code in HTML.
+ + diff --git a/lax18.github.io-master/style.css b/lax18.github.io-master/style.css new file mode 100644 index 0000000..c84b337 --- /dev/null +++ b/lax18.github.io-master/style.css @@ -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;}