Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 760 Bytes

File metadata and controls

26 lines (18 loc) · 760 Bytes

NT Digital Website

This project contains a complete, responsive website for NT Digital built with plain HTML, CSS, and JavaScript.

Current structure

  • 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

Routes

The site uses clean URLs without the .html extension:

  • / — Home
  • /about/ — About
  • /services/ — Services
  • /projets/ — Projects placeholder route

Notes

The site is designed to be easy to expand later with additional content while keeping the layout simple, professional, and easy to maintain.