Personal website for Alex Traynham — UCF Entertainment Management graduate, Attractions Trainer at Universal Orlando, and content creator.
Live site: alextraynham.com
A static personal site built from scratch with HTML, CSS, and JavaScript. No frameworks, no build tools, no dependencies. Just files. It serves as a portfolio, resume, and landing page.
- HTML / CSS / JavaScript
- Hosted on Cloudflare Pages
- Custom domain via Cloudflare DNS
- Email routing via Cloudflare (hello@alextraynham.com)
- Auto-deploys on every push to
main
/
├── index.html # All page content (single page)
├── style.css # All styles
├── script.js # Nav scroll, mobile menu, fade-in animations
├── photo.JPG # About section photo
├── curse-tracker.pdf
├── thumbnail-to-turnstiles.pdf
├── gamification-theme-parks.pdf
├── villains-media-night.pdf
├── dear-evan-hansen-tour.pdf
├── bmw-pr-crisis.pdf
└── theme-park-marketing-paper.pdf
- Hero — name, tagline, and stats strip (3+ years Universal, 2 theme park brands, 10+ years content, 12 certifications)
- About — bio, photo, current role, interests, education
- Projects — 7 academic and professional project cards with linked PDFs
- Content — AtrayGaming YouTube channel with embedded video
- Experience — career timeline (Universal, Disney College Program, FTPLA)
- Contact — email and LinkedIn
This repo is connected to Cloudflare Pages. Any push to main triggers an automatic deployment. No build step required.
To run locally, just open index.html in a browser.