# web-d04 **Repository Path**: professor_baptiste/web-d04 ## Basic Information - **Project Name**: web-d04 - **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-04 - **Last Updated**: 2025-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WEB-D04 ## Repository Structure ``` web-d04/ ├── 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)