← All work
Tooling · 2024

Bilingual Medical-Clinic Marketing Website (Localized Static Build)

A private medical clinic (Romania)

Overview

A multi-page, bilingual (Romanian/English) marketing website for a private medical clinic, covering doctors, appointments, health insurance, FAQ, terms, and contact. The build pipeline emits per-language static output for simple hosting. This is the source repository behind the packaged handover asset.

Why It Exists

The clinic needed a polished, content-rich public website in two languages that could be hosted as plain static files and maintained without a CMS or backend.

What We Built

A complete site (index.html, about-us.html, doctors.html, appointment.html, health-insurance.html, faq.html, contact-us.html, terms-conditions.html, plus a legacy page) sourced from a translate/ directory with locale data under i18n/. The npm build script runs static-i18n to generate Romanian and English variants into build/, then copies css, assets, fonts, and js. A start script chains npm-run-all + npm-watch for live rebuilds and serve for local preview. The front end is a classic jQuery/Bootstrap toolkit, and email-templates/ supports contact flows.

Technologies & Approach

static-i18n to produce per-language static pages, no runtime backend, trivial to host, paired with a jQuery/Bootstrap front end for a broadly compatible, animation-rich marketing experience.

Outcome / Impact

Delivered a complete, two-language clinic website with a reproducible localized build, packaged for clean handover to the operator.

Capabilities Demonstrated

  • Bilingual static-site generation and localization with static-i18n
  • Content-rich, multi-page marketing-site delivery
  • Reproducible, host-anywhere static build pipelines
More work See all →