From 904f3c75ec36e752a9d0fa8570a5051e39baf7e8 Mon Sep 17 00:00:00 2001 From: mahinsagotra <48412605+mahinsagotra@users.noreply.github.com> Date: Mon, 16 Nov 2020 18:30:22 +0530 Subject: [PATCH 1/2] Update README.md --- 3-terrarium/1-intro-to-html/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3-terrarium/1-intro-to-html/README.md b/3-terrarium/1-intro-to-html/README.md index 8c87385c..3bc3e8a5 100644 --- a/3-terrarium/1-intro-to-html/README.md +++ b/3-terrarium/1-intro-to-html/README.md @@ -75,7 +75,7 @@ Add a 'head' block to your document in between the opening and closing `` ### HTML Tags -In HTML, you add tags to your .html file to create elements of a web page. Each tag usually has an opening and closing tag, like this: `

hello

` to indicate a paragraph. Create you interface's `` by adding a set of tags inside the `` tag pair; your markup now looks like this: +In HTML, you add tags to your .html file to create elements of a web page. Each tag usually has an opening and closing tag, like this: `

hello

` to indicate a paragraph. Create your interface's body by adding a set of `` tags inside the `` tag pair; your markup now looks like this: ### Task @@ -220,4 +220,4 @@ Learn more about building sites for the web and mobile devices at [Microsoft Lea ## Assignment -[Practice your HTML: Build a blog mockup](3-terrarium/1-intro-to-html/assignment.md) \ No newline at end of file +[Practice your HTML: Build a blog mockup](3-terrarium/1-intro-to-html/assignment.md) From 068097c35b604576cc7fdd7a3811fe35ac6dd9ef Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 16 Nov 2020 13:53:55 +0000 Subject: [PATCH 2/2] Adding credits for assets to space game --- 6-space-game/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/6-space-game/README.md b/6-space-game/README.md index c6ae53c8..aa4f5be8 100644 --- a/6-space-game/README.md +++ b/6-space-game/README.md @@ -25,3 +25,7 @@ In these six lessons you will learn the following: - [Keeping score](5-keeping-score/README.md) - [Ending and restarting the game](6-end-condition/README.md) +## Credits + +The assets used for this came from https://www.kenney.nl/. +If you are into building games, these are some seriously good assets, a lot is free and some are paid.