Skip to content

flowconnor/site

Repository files navigation

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

About

portfolio site - built with webflow

Topics

Resources

Stars

Watchers

Forks