Launchpad SGA is a static multi-page website for a startup growth agency concept. It includes pricing, contact, update, SEO, sitemap, and progressive-web-app metadata, packaged as a lightweight HTML/CSS/JavaScript site that can be deployed without a build step.
The repo is a concise frontend sample: it shows practical static-site delivery, responsive Bootstrap-based layouts, vendor asset management, metadata, and a small product funnel.
- Multi-page static site architecture with
pricing.html,contact.html, andupdates.html. - Bootstrap-based responsive layout and component styling.
- SEO and social metadata for shareable public pages.
- Sitemap, robots file, and web app manifest setup.
- Lightweight deployment model that works on any static host.
- HTML
- CSS
- JavaScript
- Bootstrap
- AOS animations
- Static PWA metadata
Open index.html directly, or serve the directory:
python -m http.server 8000Then open http://localhost:8000.
index.html- local entry page for the site.pricing.html- pricing and plan comparison page.contact.html- contact and inquiry page.updates.html- updates page.assets/- stylesheets, JavaScript, fonts, icons, and images.sitemap.xml,robots.txt,manifest.json- public web metadata.
This project is intentionally small. The strongest signal is the ability to ship a complete, static marketing site with routing, metadata, assets, and deployment-ready structure rather than only a single HTML mockup.