From f3f7a805a0501d49f8af173e9cd3a91c673a4925 Mon Sep 17 00:00:00 2001 From: James Q Quick Date: Thu, 2 Mar 2023 08:24:52 -0600 Subject: [PATCH 1/2] Update ReadMe.md --- ReadMe.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 25b1f26..550771a 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -27,8 +27,9 @@ In this course, we are going to use fundamental HTML, CSS, and JavaScript skills Resources - [Course Source Code](https://github.com/jamesqquick/Design-And-Build-A-Quiz-App) -- [Learn Build Teach Newsletter](https://www.learnbuildteach.com/) -- [Learn Build Teach YouTube Channel](https://www.youtube.com/c/jamesqquick) +- [Learn Build Teach Discord](https://learnbuildteach.com/) + +> If you have questions, please ask them in the [Learn Build Teach Discord.](https://learnbuildteach.com/) ## 1. Create and Style the Home Page From ef07bc7c4baa51bad8eb44727895a5dd667e41dc Mon Sep 17 00:00:00 2001 From: James Q Quick Date: Thu, 2 Mar 2023 08:25:17 -0600 Subject: [PATCH 2/2] Update ReadMe.md --- ReadMe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 550771a..47bf4ff 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -6,6 +6,8 @@ Video Playlist: https://www.youtube.com/playlist?list=PLB6wlEeCDJ5Yyh6P2N6Q_9Jij Build a Quiz App with HTML, CSS, and JavaScript to improve your Core Web Development +> If you have questions, please ask them in the [Learn Build Teach Discord.](https://learnbuildteach.com/) + Want to improve your **core Web Develoment skills**? Want to improve your knowledge of **HTML, CSS, and JavaScript**? In this course, you're going to learn how to build a Quiz application **without the assistance of libraries or frameworks**. Here are some of the topic we will cover! - Save high scores in Local Storage @@ -29,8 +31,6 @@ Resources - [Course Source Code](https://github.com/jamesqquick/Design-And-Build-A-Quiz-App) - [Learn Build Teach Discord](https://learnbuildteach.com/) -> If you have questions, please ask them in the [Learn Build Teach Discord.](https://learnbuildteach.com/) - ## 1. Create and Style the Home Page In this video, we are going to create the home page along with a good chunk of the necessary CSS. The home page will consist of a few links for the Game and High Scores pages. We will also create helper CSS classes for Flexbox, buttons, and hiding elements.