From 22f2ef0ab39f38f6930d801b3efaa5c385102819 Mon Sep 17 00:00:00 2001 From: LAX18 <32688644+LAX18@users.noreply.github.com> Date: Mon, 21 May 2018 18:13:19 -0400 Subject: [PATCH] Set Up Website --- .gitattributes | 2 - ...LAX18's Website.jpg => LAX18's Website.jpg | Bin README.md | 1 + .../contact.html => contact.html | 0 .../favicon.png => favicon.png | Bin .../index.html => index.html | 0 lax18.github.io-master/.gitignore | 2 - lax18.github.io-master/README.md | 2 - programs.html | 65 ++++++++++++++++++ .../projects.html => projects.html | 0 lax18.github.io-master/style.css => style.css | 0 11 files changed, 66 insertions(+), 6 deletions(-) delete mode 100644 .gitattributes rename lax18.github.io-master/LAX18's Website.jpg => LAX18's Website.jpg (100%) rename lax18.github.io-master/contact.html => contact.html (100%) rename lax18.github.io-master/favicon.png => favicon.png (100%) rename lax18.github.io-master/index.html => index.html (100%) delete mode 100644 lax18.github.io-master/.gitignore delete mode 100644 lax18.github.io-master/README.md create mode 100644 programs.html rename lax18.github.io-master/projects.html => projects.html (100%) rename lax18.github.io-master/style.css => style.css (100%) diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index eba1110..0000000 --- a/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -# Auto detect text files and perform LF normalization -* text=auto \ No newline at end of file diff --git a/lax18.github.io-master/LAX18's Website.jpg b/LAX18's Website.jpg similarity index 100% rename from lax18.github.io-master/LAX18's Website.jpg rename to LAX18's Website.jpg diff --git a/README.md b/README.md index bab25bc..6e0cdb8 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ # lax18.github.io +My Website diff --git a/lax18.github.io-master/contact.html b/contact.html similarity index 100% rename from lax18.github.io-master/contact.html rename to contact.html diff --git a/lax18.github.io-master/favicon.png b/favicon.png similarity index 100% rename from lax18.github.io-master/favicon.png rename to favicon.png diff --git a/lax18.github.io-master/index.html b/index.html similarity index 100% rename from lax18.github.io-master/index.html rename to index.html diff --git a/lax18.github.io-master/.gitignore b/lax18.github.io-master/.gitignore deleted file mode 100644 index 35ce36e..0000000 --- a/lax18.github.io-master/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ - -programs.html diff --git a/lax18.github.io-master/README.md b/lax18.github.io-master/README.md deleted file mode 100644 index 6e0cdb8..0000000 --- a/lax18.github.io-master/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# lax18.github.io -My Website diff --git a/programs.html b/programs.html new file mode 100644 index 0000000..cd8b694 --- /dev/null +++ b/programs.html @@ -0,0 +1,65 @@ + + +LAX18's Homepage | Programs + + + + + + + + + + +

Programs:

+ + + + + + + + + + + + + + + + + +
+ StockSim v.1
+ by LAX18
+ StockSim is a simulation game based on the American stock market. Players can buy and sell stocks while monitoring several charts. Players have to determine the best times to sell, whilst monitoring best times to buy other stocks. Players can select from EASY and HARD modes and can save/continue their games. +
+ TaxFind2017
+ by LAX18
+ This program calculates a user-selectable applied tax on the input amount. VERY HELPFUL!!! UPDATE: Now allows you to set a custom tax percentage and store it locally, idea provided by KermPhd NOTE: You need to set a local percentage BEFORE using the custom percentage tool! Redo this on RAM resets.
+ Asteroids 3 ICE
+ by LAX18
+ This game places you as the pilot of a spacecraft tasked with the task of destroying incomming asteroids. For every asteroid that you hit you gain a point, for every asteroid that you miss, you lose a point. UPDATE: - FASTER KEYPRESSES - Cesium ICON AND DESCRIPTION THIS GAME IS VERY SIMILAR TO ASTEROIDS 3 CE v.1.8 TIBASIC
+ Asteroids 3 CE
+ By LAX18
+ 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 +
+ + diff --git a/lax18.github.io-master/projects.html b/projects.html similarity index 100% rename from lax18.github.io-master/projects.html rename to projects.html diff --git a/lax18.github.io-master/style.css b/style.css similarity index 100% rename from lax18.github.io-master/style.css rename to style.css