diff --git a/README.md b/README.md index 25576f50..c572f4d5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,19 @@ # Introduction to Web Development + +Welcome! This repository contains all the code for each lesson, structured into three main sections: -This repository contains all of the code for each individual lesson and is broken into three sections. HTML, CSS, and Javascript. Each section contains a folder for each lesson that contains all the code for the project as of the end of that lesson. +## **Project Structure** +- **HTML** – Structure of the website +- **CSS** – Styling and design +- **JavaScript** – Interactivity and functionality -The code in these projects is only meant as a reference and should not be directly copied. Instead you should be creating your own web site for your own favorite musician. +--- -View the videos for this course [here](https://www.youtube.com/watch?v=HfTXHrWMGVY&list=PLZlA0Gpn_vH-cEDOofOujFIknfZZpIk3a). \ No newline at end of file +## **Important Note** +The code in these projects is meant as a **reference** and should **not be directly copied**. Instead, you should use it as a guide while **creating your own website** for your favorite musician. + +--- + +## **Course Videos** +Watch the full course videos [here](https://www.youtube.com/watch?v=HfTXHrWMGVY&list=PLZlA0Gpn_vH-cEDOofOujFIknfZZpIk3a).