Static marketing site for ENABLE, a Durham, NC nonprofit expanding STEM education and project funding for underrepresented youth.
Live at enablestem.vercel.app.
Plain HTML, CSS, and a small amount of vanilla JavaScript — no build step. Deployed via Vercel.
index.html— landing page (hero, about, team, events, contact)aboutus.html— story and initiatives
.
├── index.html # landing page
├── aboutus.html # about page
├── styles.css # shared styles
├── aboutus.css # about-page styles
├── script.js # navbar + scroll-in animations
├── assets/ # logos, team photos, banners
├── robots.txt # disallow crawlers and LLM training
└── stackbit.config.ts # Stackbit visual editing config
No build required:
python3 -m http.server
Then open http://localhost:8000.
Reach out via the contact section on the live site, or through ncenable.co.