Multi-page static website scaffold with separate pages for:
- Home (
index.html) - About Us (
about.html) - Team (
team.html) - Publications (
publications.html) - Events (
events.html) - Contact (
contact.html) - Contact Us form (
contact-us.html)
- Smooth section reveal animations while scrolling
- Smooth transition animation when switching pages/tabs
- Team headshot hover overlay with clickable LinkedIn icon
/public/...image paths ready for production-style linking
- Main logos:
/public/reach-banner.png/public/reach-icon.jpg
- Team headshots:
/public/headshots/team/alex-johnson.png/public/headshots/team/sam-rivera.png/public/headshots/team/taylor-lee.png/public/headshots/team/jordan-smith.png
Missing images automatically fall back to placeholder SVGs.
Replace placeholder links in HTML files:
- Team LinkedIn URLs in
team.html - Social links in footer and
contact-us.html - Publication PDF/citation URLs in
publications.html
Use any static server, for example:
python -m http.server 5500Then open:
http://localhost:5500