From c7db932e909f9e935f22c50e94a0f2b926a2bb7f Mon Sep 17 00:00:00 2001 From: Ipshita Patel Date: Tue, 4 Mar 2025 00:06:17 +0530 Subject: [PATCH 1/3] Enhanced the README.md File --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25576f50..3ae7a6c7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # Introduction to Web Development - -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. + +Welcome! This repository contains all the code for each lesson, structured into three main sections: +📂 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. From 3ea99f7b9c01260a0930796398833faa79067a40 Mon Sep 17 00:00:00 2001 From: Ipshita Patel Date: Mon, 10 Mar 2025 18:17:27 +0530 Subject: [PATCH 2/3] Enhanced Readme file using markdown --- README.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3ae7a6c7..5a6c44e5 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,18 @@ Welcome! This repository contains all the code for each lesson, structured into three main sections: -📂 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. +## **Project Structure** +- ![HTML Logo](https://upload.wikimedia.org/wikipedia/commons/6/61/HTML5_logo_and_wordmark.svg) **HTML** – Structure of the website +- ![CSS Logo](https://upload.wikimedia.org/wikipedia/commons/d/d5/CSS3_logo_and_wordmark.svg) **CSS** – Styling and design +- ![JavaScript Logo](https://upload.wikimedia.org/wikipedia/commons/6/6a/JavaScript-logo.png) **JavaScript** – Interactivity and functionality -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). From 9ba727e9b65f2c61bb18474b887951db25137c1f Mon Sep 17 00:00:00 2001 From: Ipshita Patel Date: Mon, 10 Mar 2025 18:41:24 +0530 Subject: [PATCH 3/3] used markdown to change readme file --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5a6c44e5..c572f4d5 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ This repository contains all of the code for each individual lesson and is broke Welcome! This repository contains all the code for each lesson, structured into three main sections: ## **Project Structure** -- ![HTML Logo](https://upload.wikimedia.org/wikipedia/commons/6/61/HTML5_logo_and_wordmark.svg) **HTML** – Structure of the website -- ![CSS Logo](https://upload.wikimedia.org/wikipedia/commons/d/d5/CSS3_logo_and_wordmark.svg) **CSS** – Styling and design -- ![JavaScript Logo](https://upload.wikimedia.org/wikipedia/commons/6/6a/JavaScript-logo.png) **JavaScript** – Interactivity and functionality +- **HTML** – Structure of the website +- **CSS** – Styling and design +- **JavaScript** – Interactivity and functionality ---