Table of Contents
A simple website meant to consolidate all of the information for the Kickball Comedy group in one, easy to access place. Has team bios, links to their sketch recordings, and links to their ticketing all contained in a interesting to scroll website that symbolizes the groups weird and wacky style of comedy. The group wanted something that was simple to use but also had a lot of personality.
KickballSiteDemo.mp4
Probably one the feature I've had the most fun creating and implementing for a client are a series of entertaining character sketches that are drawn overtop of the team members as the users scroll. The drawings were created as SVGs that draw their path with some simple CSS animation. A light touch of JS is used to make sure the animation triggers at the correct point in the page as a user scrolls. Currently the SVG code is directly inline of the HTML; this has the side effect of ballooning the number of code lines in th HTML. While not preferable, with the website itself being only one page, it's fairly easily manageable. In a more in-depth, larger site I would invest more time into injecting the SVG rather than having them inline.
Justin Wested - LinkedIn - justwested@gmail.com
Project Link: https://github.com/JustinWested/Kickball