From 53dd20fa8671ecde3060d4982b95cada8423702f Mon Sep 17 00:00:00 2001 From: Lia Keston Date: Thu, 27 Feb 2020 10:33:47 -0500 Subject: [PATCH 1/6] set up details template --- course-details.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/course-details.md b/course-details.md index 2673e92..8390a51 100644 --- a/course-details.md +++ b/course-details.md @@ -9,3 +9,32 @@ In this course, you'll learn how to: - Publish your page to the web using GitHub Pages This course has a dedicated message board on the [GitHub Community]({{ communityBoard }}) website. If you want to discuss this course with GitHub Trainers or other participants create a post over there. The message board can also be used to troubleshoot any issue you encounter while taking this course. + + +## What you'll learn + +We'll answer common questions like: + +- How do you use GitHub Pages? + +And when you're done you'll be able to: + +- Deploy a web page to GitHub pages + +## What you'll build +![a gif of a slide show running on a browser](https://user-images.githubusercontent.com/16547949/69274863-44362880-0ba9-11ea-98f6-b58cfc9eab02.gif) + +- Completed [source repository](https://github.com/githubtraining/github-slideshow-demo/) +- Interactive [slideshow](https://githubtraining.github.io/github-slideshow-demo/) deployed to GitHub Pages. + +## Prerequisites +None. This course is a great introduction for your first day on GitHub. + +## Projects used +This makes use of the following open source projects. Consider exploring these repos and maybe even making contributions! +- [reveal.js](https://github.com/hakimel/reveal.js): A framework for creating presentations using HTML +- [Jekyll](https://github.com/jekyll/jekyll): a simple, blog-aware, static site generator. + +## Audience + +New developers, new GitHub users, users new to Git, students, managers, teams From 7c59297fffda2b9b4fb55ddad448cac680efc3f6 Mon Sep 17 00:00:00 2001 From: Lia Keston Date: Thu, 27 Feb 2020 10:48:14 -0500 Subject: [PATCH 2/6] add common questions --- course-details.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/course-details.md b/course-details.md index 8390a51..cce7a91 100644 --- a/course-details.md +++ b/course-details.md @@ -2,23 +2,20 @@ If you are an aspiring developer, creating a simple webpage is a great way to ta HTML is the markup language that forms the backbone of the internet. In this course, you will build a clean, stunning webpage using HTML. As you build your page, we will show you how you can use GitHub Pages to host your website free of charge. Your new HTML skills will form an important foundation in your journey as a new developer. -In this course, you'll learn how to: - -- Make a simple HTML website -- Use foundational HTML concepts, like tags, headers, lists, images, and links -- Publish your page to the web using GitHub Pages - -This course has a dedicated message board on the [GitHub Community]({{ communityBoard }}) website. If you want to discuss this course with GitHub Trainers or other participants create a post over there. The message board can also be used to troubleshoot any issue you encounter while taking this course. - - ## What you'll learn We'll answer common questions like: +- What is HTML? +- What are tags & headers? +- How do you add lists, images, and links to your HTML page? +- What is a Pull Request? - How do you use GitHub Pages? And when you're done you'll be able to: - +- Make a simple HTML website +- Use foundational HTML concepts, like tags, headers, lists, images, and links +- Introduce changes with Pull Requests - Deploy a web page to GitHub pages ## What you'll build @@ -32,9 +29,12 @@ None. This course is a great introduction for your first day on GitHub. ## Projects used This makes use of the following open source projects. Consider exploring these repos and maybe even making contributions! -- [reveal.js](https://github.com/hakimel/reveal.js): A framework for creating presentations using HTML + - [Jekyll](https://github.com/jekyll/jekyll): a simple, blog-aware, static site generator. ## Audience New developers, new GitHub users, users new to Git, students, managers, teams + +
+This course has a dedicated message board on the [GitHub Community]({{ communityBoard }}) website. If you want to discuss this course with GitHub Trainers or other participants create a post over there. The message board can also be used to troubleshoot any issue you encounter while taking this course. From abeea39eca96b789c6b5f8031642effd760d26ee Mon Sep 17 00:00:00 2001 From: Lia Keston Date: Thu, 27 Feb 2020 10:49:22 -0500 Subject: [PATCH 3/6] update audience --- course-details.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course-details.md b/course-details.md index cce7a91..696dc07 100644 --- a/course-details.md +++ b/course-details.md @@ -34,7 +34,7 @@ This makes use of the following open source projects. Consider exploring these r ## Audience -New developers, new GitHub users, users new to Git, students, managers, teams +New developers, new GitHub users, students, managers, teams
This course has a dedicated message board on the [GitHub Community]({{ communityBoard }}) website. If you want to discuss this course with GitHub Trainers or other participants create a post over there. The message board can also be used to troubleshoot any issue you encounter while taking this course. From 129b56b8691f577d0f9dc0c51a56cbada5e30782 Mon Sep 17 00:00:00 2001 From: Lia Keston Date: Thu, 27 Feb 2020 10:50:34 -0500 Subject: [PATCH 4/6] update prerequisites --- course-details.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course-details.md b/course-details.md index 696dc07..3874d9f 100644 --- a/course-details.md +++ b/course-details.md @@ -25,7 +25,7 @@ And when you're done you'll be able to: - Interactive [slideshow](https://githubtraining.github.io/github-slideshow-demo/) deployed to GitHub Pages. ## Prerequisites -None. This course is a great introduction for your first day on GitHub. +None. This course is a great introduction to HTML. ## Projects used This makes use of the following open source projects. Consider exploring these repos and maybe even making contributions! From fc4463cb4cb20e0cc0e0ab106078d671409a1b45 Mon Sep 17 00:00:00 2001 From: Lia Keston Date: Thu, 27 Feb 2020 11:00:30 -0500 Subject: [PATCH 5/6] remove tagline --- config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/config.yml b/config.yml index 8077309..72119b0 100644 --- a/config.yml +++ b/config.yml @@ -1,5 +1,4 @@ title: Introduction to HTML -tagline: Take your first steps in the world of programming description: If you are looking for a quick and fun introduction to the exciting world of programming, this course is for you. Learn fundamental HTML skills and build your first webpage in less than an hour. template: name: intro-html From 83ddd8893b74b6fde94cb497a19acba928d334ec Mon Sep 17 00:00:00 2001 From: Lia Keston Date: Thu, 27 Feb 2020 11:12:00 -0500 Subject: [PATCH 6/6] remove community forum callout --- course-details.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/course-details.md b/course-details.md index 3874d9f..e01e191 100644 --- a/course-details.md +++ b/course-details.md @@ -36,5 +36,3 @@ This makes use of the following open source projects. Consider exploring these r New developers, new GitHub users, students, managers, teams -
-This course has a dedicated message board on the [GitHub Community]({{ communityBoard }}) website. If you want to discuss this course with GitHub Trainers or other participants create a post over there. The message board can also be used to troubleshoot any issue you encounter while taking this course.