# web-d03 **Repository Path**: professor_baptiste/web-d03 ## Basic Information - **Project Name**: web-d03 - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-02 - **Last Updated**: 2025-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WEB-D03 ## Repository Structure ``` web-d03/ ├── README.md ├── code/ │ ├── ex_00/ │ │ ├── index.html │ │ ├── css/ │ │ │ └── global.css │ │ └── pages/ │ │ ├── about.html │ │ ├── contact.html │ │ └── gallery.html │ ├── ex_01/ │ │ ├── index.html │ │ ├── css/ │ │ │ └── global.css │ │ └── pages/ │ │ ├── about.html │ │ ├── contact.html │ │ └── gallery.html │ ├── assets/ │ │ └── placeholder-profile.jpg │ └── js/ │ └── script.js ├── exercises/ │ └── exercises.md └── theory/ ├── html-course.md └── git.md ``` ## Getting Started ### Theory Before starting the exercises, please read: - [CSS Course](theory/css-course.md) - [Git Tutorial](theory/git.md) - [HTML Course](theory/html-course.md) ### Exercises - [Exercise Instructions](exercises/exercises.md)