Source for the Hantal Advising marketing site — static HTML/CSS/JS, no build step.
index.html,services.html,about.html,insights.html,contact.html— the five pagescss/style.css— shared stylesheetjs/main.js— mobile nav toggle, Talks & Insights filter tabs, contact form handlingassets/— logo, icon, headshot
python3 -m http.server 8000
then open http://localhost:8000.
Served via GitHub Pages (main branch, root). CNAME points Pages at the custom domain www.hantal.com — the domain's DNS still needs to be pointed at GitHub Pages for that to resolve (see repo Settings → Pages).
- Contact form has no backend — needs a form service (Formspree / Netlify Forms) with spam protection
- Talk entries on
insights.htmllink to#— need real URLs per talk - CV/bio PDF download on
about.htmlis a placeholder - Newsletter signup and Calendly link are not yet connected