PoloFest is an dinner, champagne tasting, exhibition polo match, auction and dance - an event held annualy to benefit the Sierra Unified School District. This simple web site mostly informational, with details of the event. Ticket purchase functionality is included (originally coded in Stripe and later migrated to PayPal). The site is constructed as a single-page app.
The site was built as a single-page app using jQuery. Page state is maintained via the location hash, with slide animations between each page. The ticket purchasing was originally written in PHP utilizing Stripe as a payment gateway, and using Stripe to manage and fulfill orders. It has subsequently been migrated to PayPal at the client's request.