Logo Lanfrica

luishowin/hernext-network-website

Domain:

socioeconomic
Creator:
lui
Host:
Multi-page responsive website for HerNext Network — a Pan-African institution advancing women's economic transformation. Built with vanilla HTML/CSS/JS and a gold/amber brand design system. # HerNext Network **Creating Opportunity. Building Legacy.** The institutional website and online application platform for HerNext Network, a Pan-African institution creating pathways of opportunity that advance women's economic transformation through leadership, entrepreneurship, innovation, strategic partnerships and sustainable development. Plain HTML, CSS and JavaScript. No framework and no dependencies. The contents of `docs/` are the deployed site exactly as served. **Live at** luishowin.github.io --- ## Contents - Status - Quick start - Project structure - Regenerating the pages - Design system - Connect the forms - Images - SEO and crawling - Legal pages - Editing the copy - Deploying to GitHub Pages - Adding the custom domain - Before launch - Browser support and accessibility --- ## Status The site is complete, verified and deployed. Six things are still outstanding, and four of them will make it look and behave differently once they land. | Outstanding | Where it goes | Blocking launch | |---|---|---| | Formspree form IDs | `apply.html`, `contact.html` | **Yes.** Both forms are inert until then, and say so rather than failing quietly | | Legal placeholders: entity name, address, jurisdiction | `privacy.html`, `terms.html` | **Yes** | | Redrawn logo SVG | regenerates `logo-mark`, `logo-light`, `logo-dark`, `favicon` | No, current files are derived from the supplied SVG | | Real email address and telephone, LinkedIn URL | footer and contact page | No | | Final social preview image and `apple-touch-icon.png` | `assets/images/` | No, an interim preview is in place | Each has its own section below, and the full list is repeated as a checklist under Before launch. One thing to know before reading further: **the pages in `docs/` are generated.** Edit `tools/partials/` and run `python tools/make.py`. See Regenerating the pages. --- ## Quick start There is nothing to install and nothing to compile. Serve the `docs/` …