From ac26ea5046590ddc0882c846e8cee529b2845f81 Mon Sep 17 00:00:00 2001 From: daita-sur Date: Tue, 19 Oct 2021 17:19:34 +0530 Subject: [PATCH 1/5] Adding Resources on CSS --- Resources/CSS/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Resources/CSS/README.md diff --git a/Resources/CSS/README.md b/Resources/CSS/README.md new file mode 100644 index 0000000..2339950 --- /dev/null +++ b/Resources/CSS/README.md @@ -0,0 +1,14 @@ +#Youtube Links: +### 1.[Full Course from scratch](https://youtu.be/1Rs2ND1ryYc) +####*Details: +####1. Duration: 6 Hrs 18 min +####2. Topics covered: +•Coloring +•Formatting +•Text +•Layout +•Grid +•Flexbox +•Animations +•Transitions +•And more! From 5b0050150f3456f4c9eba601f314f678c36d3746 Mon Sep 17 00:00:00 2001 From: daita-sur Date: Thu, 21 Oct 2021 11:29:43 +0530 Subject: [PATCH 2/5] Adding Resources on HTML --- Resources/CSS/README.md | 14 -------------- Resources/HTML/README.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 14 deletions(-) delete mode 100644 Resources/CSS/README.md create mode 100644 Resources/HTML/README.md diff --git a/Resources/CSS/README.md b/Resources/CSS/README.md deleted file mode 100644 index 2339950..0000000 --- a/Resources/CSS/README.md +++ /dev/null @@ -1,14 +0,0 @@ -#Youtube Links: -### 1.[Full Course from scratch](https://youtu.be/1Rs2ND1ryYc) -####*Details: -####1. Duration: 6 Hrs 18 min -####2. Topics covered: -•Coloring -•Formatting -•Text -•Layout -•Grid -•Flexbox -•Animations -•Transitions -•And more! diff --git a/Resources/HTML/README.md b/Resources/HTML/README.md new file mode 100644 index 0000000..7181c50 --- /dev/null +++ b/Resources/HTML/README.md @@ -0,0 +1,29 @@ + +# Youtube Links: +### 1. [Full Course from scratch](https://www.youtube.com/watch?v=dD2EISBDjWM&list=PLr6-GrHUlVf_ZNmuQSXdS197Oyr1L9sPB) +#### *Details:* +##### 1. Language: +English +##### 2. Duration: +Playlist +##### 3. Topics covered: +This series will cover the latest concepts including HTML5. + +### 2. [Full Course from scratch](https:https://youtu.be/DmRjKZJ4c7g) +#### *Details:* +##### 1. Language: +Hindi +##### 2. Duration: +54 min +##### 2. Topics covered: + + +# Article: +1. [An intro to responsive image optimization with HTML5 and Intersection Observer](https://www.freecodecamp.org/news/an-intro-to-responsive-image-optimization-with-html5-and-intersection-observer-2a4fbe1473c1/) +2. [Dynamically Adding to a Table using JQuery](https://medium.com/@yumnakhtar/dynamically-adding-to-a-table-aeb688311064) +3. [What is HTML5 and what can I do with it?](https://medium.com/adalab/what-is-html5-and-what-can-i-do-with-it-d6bc85eb8af9) +4. [HTML Style Attributes](https://technologydiving.medium.com/html-style-attributes-customize-your-content-in-your-style-d3cc3fe57383) +5. [Simple Login Form using HTML 5 +](https://www.c-sharpcorner.com/UploadFile/cd3310/create-simple-login-form-using-html-5-tools/) +6. [Interview Questions on HTML](https://www.c-sharpcorner.com/article/html-5-interview-questions/) + From 0d6ef13c0b4fba54c5154ebe2002fa701c1ecee6 Mon Sep 17 00:00:00 2001 From: Daita Sur Date: Thu, 21 Oct 2021 11:32:34 +0530 Subject: [PATCH 3/5] Update README.md --- Resources/HTML/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Resources/HTML/README.md b/Resources/HTML/README.md index 7181c50..5bb2683 100644 --- a/Resources/HTML/README.md +++ b/Resources/HTML/README.md @@ -1,3 +1,6 @@ +![Add a heading (1)](https://user-images.githubusercontent.com/68693240/138220403-3673a589-3384-4b7c-97e8-80b0688b769c.png) + + # Youtube Links: ### 1. [Full Course from scratch](https://www.youtube.com/watch?v=dD2EISBDjWM&list=PLr6-GrHUlVf_ZNmuQSXdS197Oyr1L9sPB) @@ -15,8 +18,6 @@ This series will cover the latest concepts including HTML5. Hindi ##### 2. Duration: 54 min -##### 2. Topics covered: - # Article: 1. [An intro to responsive image optimization with HTML5 and Intersection Observer](https://www.freecodecamp.org/news/an-intro-to-responsive-image-optimization-with-html5-and-intersection-observer-2a4fbe1473c1/) From 37e74270ff55c9ebb585d6af30a608c4077db330 Mon Sep 17 00:00:00 2001 From: Daita Sur Date: Thu, 21 Oct 2021 11:39:55 +0530 Subject: [PATCH 4/5] Update README.md --- Resources/HTML/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/HTML/README.md b/Resources/HTML/README.md index 5bb2683..6f91a8c 100644 --- a/Resources/HTML/README.md +++ b/Resources/HTML/README.md @@ -20,9 +20,9 @@ Hindi 54 min # Article: -1. [An intro to responsive image optimization with HTML5 and Intersection Observer](https://www.freecodecamp.org/news/an-intro-to-responsive-image-optimization-with-html5-and-intersection-observer-2a4fbe1473c1/) -2. [Dynamically Adding to a Table using JQuery](https://medium.com/@yumnakhtar/dynamically-adding-to-a-table-aeb688311064) -3. [What is HTML5 and what can I do with it?](https://medium.com/adalab/what-is-html5-and-what-can-i-do-with-it-d6bc85eb8af9) +1. [What is HTML5 and what can I do with it?](https://medium.com/adalab/what-is-html5-and-what-can-i-do-with-it-d6bc85eb8af9) +2. [An intro to responsive image optimization with HTML5 and Intersection Observer](https://www.freecodecamp.org/news/an-intro-to-responsive-image-optimization-with-html5-and-intersection-observer-2a4fbe1473c1/) +3. [Dynamically Adding to a Table using JQuery](https://medium.com/@yumnakhtar/dynamically-adding-to-a-table-aeb688311064) 4. [HTML Style Attributes](https://technologydiving.medium.com/html-style-attributes-customize-your-content-in-your-style-d3cc3fe57383) 5. [Simple Login Form using HTML 5 ](https://www.c-sharpcorner.com/UploadFile/cd3310/create-simple-login-form-using-html-5-tools/) From 43954b5e6e982c928b8ced1d9c0988178bc346e6 Mon Sep 17 00:00:00 2001 From: Daita Sur Date: Thu, 21 Oct 2021 11:40:39 +0530 Subject: [PATCH 5/5] Update README.md --- Resources/HTML/README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Resources/HTML/README.md b/Resources/HTML/README.md index 6f91a8c..3898e25 100644 --- a/Resources/HTML/README.md +++ b/Resources/HTML/README.md @@ -21,10 +21,9 @@ Hindi # Article: 1. [What is HTML5 and what can I do with it?](https://medium.com/adalab/what-is-html5-and-what-can-i-do-with-it-d6bc85eb8af9) -2. [An intro to responsive image optimization with HTML5 and Intersection Observer](https://www.freecodecamp.org/news/an-intro-to-responsive-image-optimization-with-html5-and-intersection-observer-2a4fbe1473c1/) -3. [Dynamically Adding to a Table using JQuery](https://medium.com/@yumnakhtar/dynamically-adding-to-a-table-aeb688311064) -4. [HTML Style Attributes](https://technologydiving.medium.com/html-style-attributes-customize-your-content-in-your-style-d3cc3fe57383) -5. [Simple Login Form using HTML 5 -](https://www.c-sharpcorner.com/UploadFile/cd3310/create-simple-login-form-using-html-5-tools/) -6. [Interview Questions on HTML](https://www.c-sharpcorner.com/article/html-5-interview-questions/) +2. [An intro to responsive image optimization with HTML5 and Intersection Observer.](https://www.freecodecamp.org/news/an-intro-to-responsive-image-optimization-with-html5-and-intersection-observer-2a4fbe1473c1/) +3. [Dynamically Adding to a Table using JQuery.](https://medium.com/@yumnakhtar/dynamically-adding-to-a-table-aeb688311064) +4. [HTML Style Attributes.](https://technologydiving.medium.com/html-style-attributes-customize-your-content-in-your-style-d3cc3fe57383) +5. [Simple Login Form using HTML 5.](https://www.c-sharpcorner.com/UploadFile/cd3310/create-simple-login-form-using-html-5-tools/) +6. [Interview Questions on HTML.](https://www.c-sharpcorner.com/article/html-5-interview-questions/)