This project contains a complete, responsive website for NT Digital built with plain HTML, CSS, and JavaScript.
- index.html — Home page
- about.html — About page
- services.html — Services page
- assets/css/style.css — Shared stylesheet
- assets/js/main.js — Shared navigation, footer, and route links
- assets/icons/NTDigital.ico — Favicon
- assets/images/logo.png — Brand logo
The site uses clean URLs without the .html extension:
- / — Home
- /about/ — About
- /services/ — Services
- /projets/ — Projects placeholder route
The site is designed to be easy to expand later with additional content while keeping the layout simple, professional, and easy to maintain.