Petition / Campaign Landing Page
Overview
A static campaign site (“freya”) including a petition page (petitii.html), built
with hand-authored HTML and an SCSS-based styling workflow compiled via node-sass.
Why It Exists
Advocacy and petition campaigns need a focused, fast landing page that drives a single action. This project delivers that as a self-contained static site with a maintainable styling pipeline.
What We Built
A static site with a main index.html and a dedicated petition page, organized
assets (css/, js/, img/, fonts/), and a source style.scss compiled to CSS
through node-sass, with nodemon watching for changes during development.
Technologies & Approach
Plain HTML/JS keeps the deployment trivial, while SCSS (node-sass) brings maintainable, structured styling. A nodemon watch loop streamlines local iteration.
Outcome / Impact
A complete, deployable petition/campaign landing page, a focused single-action web presence built without framework overhead.
Capabilities Demonstrated
- Campaign and petition landing pages
- SCSS-based styling pipelines (node-sass)
- Lightweight, framework-free static delivery