Website Development
This page will highlight some of the projects where I have used HTML to build things for the web.
First up, the entirety of this website (pruittmusic.net) was built from scratch using HTML, CSS, and Bootstrap through the Microsoft Expression application. Feel free to browse through the site to see the different aspects of it.
Next up, one of the HTML projects on CodeAcademy.com was to build a resume using divs. I expanded on that project to utilize the Bootstrap layout. The result can be found on the Resume page.
Learning about Bootstrap
As part of a CodeAcademy.com course on HTML, they had a number of lessons on Bootstrap. Their final project on Bootstrap was to build and replicate the AirBNB frontpage. This is the result of that project. Please use your browser's back botton to return to this page.
Web Animations - Solar System Model
Another one of CodeAcademy.com's lessons was to build a small-scale sun-earth model where the earth actually orbited the sun. I greatly expanded that idea and created this model of the entire solar system to scale. Planet sizes, orbit distances, and orbit speeds are all scaled by 10s, 100s, and 1,000s. This is not an accurate model, though, as orbits are generally elliptical and are not all on the same plane. The concept of the project is pretty neat, though. A future improvement on this is to add the moons to planets with their own orbits and to add some zooming (probably through JavaScript).