# web-d01 **Repository Path**: professor_baptiste/web-d01 ## Basic Information - **Project Name**: web-d01 - **Description**: Launch your first website with HTML, CSS and JavaScript - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 10 - **Forks**: 3 - **Created**: 2025-02-24 - **Last Updated**: 2025-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WEB1 ## Repository Structure ``` . web-d01/ ├── README.md ├── presentation.pdf ├── code/ │ ├── assets/ │ │ └── placeholder-profile.jpg │ ├── css/ │ │ └── style.css │ ├── js/ │ │ └── script.js │ └── index.html ├── exercises/ │ └── exercises.md └── theory/ ├── WEB Basics.md └── git.md ``` ## Getting Started ### Theory Before starting the exercises, please read: - [Git Tutorial](theory/git.md) ### Exercises - [Exercise Instructions](exercises/exercises.md)