Construction-Company Marketing Website
Overview
A static marketing website for a construction company, hand-built with HTML, SCSS-compiled styling, and a small PHP backend for form handling. A representative early-career web-delivery engagement.
Why It Exists
A construction business needed an online presence to showcase its work and let prospects get in touch. The brief favoured a fast, self-contained marketing site over a heavyweight CMS.
What We Built
A multi-section static site with structured asset folders for CSS, compiled SCSS, JavaScript, web fonts, icons, and imagery, plus an index.html landing experience. Server-side, a PHP process.php (with a Composer-managed vendor directory) handled contact-form submissions. A .gitlab-ci.yml defined the build/deploy pipeline.
Technologies & Approach
SCSS authored and compiled to CSS for maintainable styling, vanilla JavaScript for interactivity, and PHP for the contact endpoint, kept deliberately lightweight and CI-deployable via GitLab.
Outcome / Impact
Delivered a complete, deployable marketing site with working lead-capture, demonstrating end-to-end ownership of a small web build from markup through backend form handling and CI.
Capabilities Demonstrated
- Hand-built responsive marketing sites with SCSS workflows
- PHP contact-form / lead-capture backends
- Asset organization for fonts, icons, and imagery
- GitLab CI-based static-site delivery