Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 977 Bytes

File metadata and controls

45 lines (33 loc) · 977 Bytes

flowconnor.dev

Personal portfolio website built with vanilla HTML, CSS, and JavaScript. Originally designed in Webflow, now deployed on Vercel.

Tech Stack

  • Frontend: HTML5, CSS3, JavaScript
  • Hosting: Vercel
  • Domain: flowconnor.dev
  • Forms: Formspree
  • Fonts: Google Fonts (Manrope)

Project Structure

site/
├── index.html          # Main page
├── css/                # Stylesheets
├── js/                 # JavaScript
├── images/             # Assets
└── vercel.json         # Deployment config

Development

# Local server
python -m http.server 8000
# or
npx serve .

Deployment

Deploys automatically to Vercel on push to main. Configured via vercel.json.

Manual deploy:

vercel --prod

Links