Bilingual Medical-Clinic Marketing Website
A private medical clinic (Romania)
Overview
A multi-page, bilingual (Romanian/English) marketing website for a private medical clinic, with pages for doctors, appointments, health insurance, FAQ, terms, and contact. Packaged for handover/transfer with a static-i18n build pipeline.
Why It Exists
The clinic needed a polished, content-rich public site in two languages, plus a build that another team could pick up and maintain. The repository represents the delivered, transfer-ready asset.
What We Built
A full site (index.html, doctors.html, appointment.html, health-insurance.html, about-us.html, faq.html, contact-us.html, terms-conditions.html) with a translate/ source and i18n/ locale data. The build uses static-i18n to emit Romanian and English variants into build/, copying CSS, assets, fonts, and JS. The front-end stack is a classic jQuery/Bootstrap toolkit (Swiper carousels, Isotope galleries, magnific-popup, WOW/animation scripts) with email templates included for contact flows. Local dev runs via npm-run-all + npm-watch + serve.
Technologies & Approach
jQuery and Bootstrap for a broadly compatible, animation-rich marketing experience, with static-i18n to generate per-language static output, simple to host and easy to hand off.
Outcome / Impact
Delivered a complete, two-language clinic website with a reproducible localized build, packaged for clean transfer to the client/operator. Archived after handover.
Capabilities Demonstrated
- Bilingual static-site generation and localization (static-i18n)
- Content-rich marketing-site delivery
- Maintainable, transfer-ready build pipelines