From 3446b87acd0eefb6741003c3f757294096eaa50a Mon Sep 17 00:00:00 2001 From: Mary Ronan <36551329+MazontheMoon@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:07:37 +0100 Subject: [PATCH 1/3] add Flexbox Zombies learning game Add to CSS Learning Resources section. Flexbox Zombies is a fun free game to learn flexbox --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d164fdc7..755255a4 100644 --- a/README.md +++ b/README.md @@ -346,6 +346,7 @@ Please see [CONTRIBUTING](https://github.com/DhanushNehru/Ultimate-Web-Developme - [CSS tips and tricks - Kevin Powell](https://www.youtube.com/kepowob) - [Introduction to CSS - Web Dev Simplified](https://www.youtube.com/playlist?list=PLZlA0Gpn_vH9D0J0Mtp6lIiD_8046k3si) - [A Complete Guide to Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) +- [Flexbox Zombies - Learn flexbox by playing](https://mastery.games/flexboxzombies/) ## JS Learning Resources - [Learn JavaScript - Full Course for Beginners (YouTube - FreeCodeCamp)](https://www.youtube.com/watch?v=PkZNo7MFNFg) From 775bef443abf1be802918acef9dbbf26eaa2dcba Mon Sep 17 00:00:00 2001 From: Mary Ronan <36551329+MazontheMoon@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:31:53 +0100 Subject: [PATCH 2/3] add Scrimba HTML course Scrimba has a free HTML and CSS course for beginners where you learn to code by interactively coding along with the lessons --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 755255a4..7d4ae765 100644 --- a/README.md +++ b/README.md @@ -336,6 +336,7 @@ Please see [CONTRIBUTING](https://github.com/DhanushNehru/Ultimate-Web-Developme - [HTML & CSS Full Course - Beginner to Pro(SuperSimpleDev](https://www.youtube.com/watch?v=G3e-cpL7ofc&t=19628s) - [HTML: HyperText Markup Language](https://developer.mozilla.org/en-US/docs/Web/HTML) - [HTML Full Course For Beginners - Brocode](https://www.youtube.com/watch?v=HGTJBPNC-Gw) +- [HTML with CSS Interactive course - Scrimba](https://v2.scrimba.com/learn-html-and-css-c0p) ## CSS Learning Resources From 206b1c5886fb8fe39ce75ee76d157036dc3a5297 Mon Sep 17 00:00:00 2001 From: Mary Ronan <36551329+MazontheMoon@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:10:52 +0100 Subject: [PATCH 3/3] Removed extra resource Removed HTML and CSS course by scrimba as should not have been included with this PR --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ef50942c..d8a74cb7 100644 --- a/README.md +++ b/README.md @@ -332,7 +332,6 @@ Please see [CONTRIBUTING](https://github.com/DhanushNehru/Ultimate-Web-Developme - [HTML & CSS Full Course - Beginner to Pro(SuperSimpleDev](https://www.youtube.com/watch?v=G3e-cpL7ofc&t=19628s) - [HTML: HyperText Markup Language](https://developer.mozilla.org/en-US/docs/Web/HTML) - [HTML Full Course For Beginners - Brocode](https://www.youtube.com/watch?v=HGTJBPNC-Gw) -- [HTML with CSS Interactive course - Scrimba](https://v2.scrimba.com/learn-html-and-css-c0p) ## CSS Learning Resources