HTML Projects

Pathfinder Society Character Creation

This character creation tool for Pathfinder Society gameplay is an ongoing pet project of mine. The site-in-progress walks new players through creating their first character (it's similar to D&D and requires some logic and calculations that can be daunting when you start out). Because the site relies heavily on my database, which is still in development, some parts are missing or non-functional at this time.

jQuery Demo

Inspired by the Morphing Buttons Concept from Codrops on GitHub, I built this quick sketch to play with displaying hidden forms.


Tiger Tech Adventures (TTA)

My favorite web development project completed for coursework at Mizzou, Tiger Tech Adventures (TTA), was a project for Software Engineering. I designed and built the front end for the site, focusing on the HTML, CSS, and graphics while my team members designed the database behind it and worked to make the site fully functional. I enjoyed working with this group and have continued to learn from my teammates' code as I began to work more with PHP in other projects. To test the fully functional copy linked below, you can log in as a guest, tour leader, or owner with the following username/password combinations:

Guest username/password: test/test.
Tour Leader username/password: employee/employee.
Owner username/password: admin/admin.


MyHub Social Media Tool

I worked on a team of 5 to create the MyHub website for Database Application and Info Systems in Spring 2013, integrating widgets and RSS feeds into a single site users could access to read content, connect with friends, and post comments. While the group pgSQL server was taken down after the class ended and the site is no longer active, I do have a copy of the code and am looking into hosting a Postgres server to get this back up online. I'm less experienced in that area, as my primary role for the project was in front end development. For now, you can view a slideshow of screenshots taken of the website:


Javascript Clock

For Intro to Internet, WWW, and Multimedia Systems, I built this page to display a clock using Javascript and CSS.