Smart-Locker Product Landing & Legal Pages (Static)
Overview
A lightweight static site for a smart parcel-locker product, serving the public landing page plus the legal and privacy documents required to publish the companion mobile apps. It bundles privacy policies and legal notices for multiple app variants alongside the marketing index.
Why It Exists
Shipping consumer mobile apps requires publicly hosted privacy policies and legal/terms pages, and a product needs a simple landing presence. This repo provides both in a single, easy-to-deploy static bundle.
What We Built
A static HTML site comprising the main index.html, an assets/ directory, and dedicated legal/privacy documents for the locker apps, cargame_privacy.html, cargame_legal.html, cargame_lockers.pdf, and ibiza_privacy.html, covering more than one app variant. A .gitlab-ci.yml defines automated deployment of the static output.
Technologies & Approach
Plain HTML/CSS/JS for maximum portability and zero runtime cost, with GitLab CI handling deployment, the right level of tooling for a landing-and-legal microsite that must simply be reliably online for app-store review.
Outcome / Impact
Provided the public-facing landing and the legally required privacy/terms pages needed to support the parcel-locker product’s mobile apps, deployed via CI.
Capabilities Demonstrated
- Fast, dependency-free static-site delivery
- App-store-compliant privacy and legal page hosting
- CI-driven deployment with GitLab CI