Personal portfolio website built with vanilla HTML, CSS, and JavaScript. Originally designed in Webflow, now deployed on Vercel.
- Frontend: HTML5, CSS3, JavaScript
- Hosting: Vercel
- Domain: flowconnor.dev
- Forms: Formspree
- Fonts: Google Fonts (Manrope)
site/
├── index.html # Main page
├── css/ # Stylesheets
├── js/ # JavaScript
├── images/ # Assets
└── vercel.json # Deployment config
# Local server
python -m http.server 8000
# or
npx serve .Deploys automatically to Vercel on push to main. Configured via vercel.json.
Manual deploy:
vercel --prod- Live Site: flowconnor.dev
- Form Dashboard: Formspree