Dry Construction. Executed with Precision.
This repository contains the official corporate website for Faros Plus, a professional construction finishing company based in Belgrade, Serbia. The site is a fully static, bilingual (English / Serbian) multi-page website built with vanilla HTML, CSS, and JavaScript — no frameworks, no dependencies.
- 🌐 Bilingual — full English (
*.html) and Serbian (*-sr.html) versions of every page - 🎠 Hero Slider — 5-slide full-viewport image carousel with auto-advance, arrows, dots, and touch-swipe support
- 🃏 Services Card Slider — responsive horizontal card track (3 / 2 / 1 columns)
- 🖼️ Projects Portfolio — filterable grid with hover overlays and a lightbox image viewer
- 📱 Fully Responsive — mobile-first design with a hamburger navigation
- 🔝 Sticky Header — transparent on load, navy background after 40 px scroll
- ⚡ No Dependencies — pure HTML5, CSS3 and vanilla ES6 JavaScript
| Page | English | Serbian |
|---|---|---|
| Home | index.html |
index-sr.html |
| About Us | about.html |
about-sr.html |
| Services | service.html |
service-sr.html |
| Projects | projects.html |
projects-sr.html |
| Contact | contact.html |
contact-sr.html |
_farosplus/
├── index.html # Home page (EN)
├── index-sr.html # Home page (SR)
├── about.html # About Us (EN)
├── about-sr.html # About Us (SR)
├── service.html # Services (EN)
├── service-sr.html # Services (SR)
├── projects.html # Projects / Portfolio (EN)
├── projects-sr.html # Projects / Portfolio (SR)
├── contact.html # Contact (EN)
├── contact-sr.html # Contact (SR)
├── style.css # Global stylesheet
├── main.js # All interactive behaviour
├── images/ # Project photos and logo
└── .gitignore
- Soundproofing — acoustic insulation systems for cinemas, offices and residential buildings
- Plasterboard Installation — metal stud framing, gypsum board partitions, suspended ceilings, fire-rated configurations
- Renovations — full interior fit-out from bare shell to handover
- Painting Works — interior & exterior, including premium decorative finishes (Oikos Travertino Romano)
- Plaster Works — machine and hand-applied gypsum, cement and decorative plasters
| Project | Scope |
|---|---|
| Cineplexx Beo Shopping | Cinema fit-out · for Studio M |
| Cineplexx Galerija | 20 installers · ~80% cinema works · for Studio M |
| Bosch Airport City | 2 full floors · for Studio M |
| HTEC, Milutina Milankovića | 7th & 8th floor · 16 workers · for Studio M |
| Sidek Business Premises | Drywall & decorative painting |
| Soljica Caffe | Interior fit-out & finishing |
No build step is required. Simply clone the repository and open index.html in a browser:
git clone https://github.com/gooliverani/_farosplus.git
cd _farosplus
open index.html # macOS
# or
start index.html # WindowsOr serve it locally with any static file server:
npx serve .
# then visit http://localhost:3000The site is deployed via GitHub Pages from the master branch.
| 📞 Phone | +381 63 362 778 |
| office@farosplus.com | |
| 📍 Address | Takovska 45, Belgrade, Serbia |
| 🏢 Reg. No | 21357308 |
| 🧾 VAT | 110507554 |
This project is licensed under the MIT License — see the LICENSE file for details.
© 2026 Faros Plus. All rights reserved.