diff --git a/index.html b/index.html index 00d575c..fd6132d 100644 --- a/index.html +++ b/index.html @@ -243,8 +243,11 @@
Over the course of several months I built a web application for pioneer malting which kept track of inventory, clients, payroll hours, orders, batches, and shipments. - This website was built using PHP, SQL, HTML, and CSS. I currently host and maintain this website on my personal linux server. +
Over several months I built a web application for pioneer malting which kept track of inventory, clients, payroll hours, + orders, batches, and shipments. + This website was built using PHP, SQL, HTML, and CSS. + With the source code being well over ten thousand lines long, it has pushed me towards refining my coding conventions and version control + to an art. I currently host and maintain this website on my personal linux server.
This website was built using PHP, SQL and HTML and keeps track of employee hours for payroll. I also built an android app which interfaces with this website so that - employees can conveniently clock in/out with a tablet when they arrive at work. +
This is a PHP website that keeps track of employee hours for payroll. I also built an android app which interfaces with this website so + employees can conveniently clock in/out with an android tablet when they arrive at work.
Usually in AP classes in high school after the exam in May you do nothing. However, during my junior year of high school I took it upon myself to teach my AP programming class java GUIs - - something not covered in the curriculum. After teaching the class several lessons, we started making a tanks game - using git for version control.
+Usually in high school AP classes after the final exam in May you have nothing to do in June. However, during my junior year of high school + I took it upon myself to teach my AP programming class java GUIs - + something not covered in the curriculum. After personally teaching the class several lessons, we started making a tanks game - using git for version control.
Being somebody that just happens to have 10 floppy drives laying around in my room, I decided to make something with them. As the title suggests, I wired 8 floppy drives +
Being somebody that happens to posses 10 floppy drives, I decided to make something with them. As the title suggests, I wired 8 floppy drives to a raspberry pi to play music off them.
In high school my friend had a static web page where he posted quotes that people said. During a winter break I decided amp up his project and - create a dynamic website in PHP that would display the quotes on pictures of pandas. Along with displaying quotes this website also has a web forum where +
In high school my friend had a static web page where he posted quotes that people said. During winter break I decided amp up his project and + create a dynamic website in PHP that would display the quotes on pictures of pandas. Along with displaying quotes, this website also has a web forum where registered users can submit new quotes.