Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 7c59297

Browse files
committed
add common questions
1 parent 53dd20f commit 7c59297

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

course-details.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,20 @@ If you are an aspiring developer, creating a simple webpage is a great way to ta
22

33
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.
44

5-
In this course, you'll learn how to:
6-
7-
- Make a simple HTML website
8-
- Use foundational HTML concepts, like tags, headers, lists, images, and links
9-
- Publish your page to the web using GitHub Pages
10-
11-
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.
12-
13-
145
## What you'll learn
156

167
We'll answer common questions like:
178

9+
- What is HTML?
10+
- What are tags & headers?
11+
- How do you add lists, images, and links to your HTML page?
12+
- What is a Pull Request?
1813
- How do you use GitHub Pages?
1914

2015
And when you're done you'll be able to:
21-
16+
- Make a simple HTML website
17+
- Use foundational HTML concepts, like tags, headers, lists, images, and links
18+
- Introduce changes with Pull Requests
2219
- Deploy a web page to GitHub pages
2320

2421
## What you'll build
@@ -32,9 +29,12 @@ None. This course is a great introduction for your first day on GitHub.
3229

3330
## Projects used
3431
This makes use of the following open source projects. Consider exploring these repos and maybe even making contributions!
35-
- [reveal.js](https://github.com/hakimel/reveal.js): A framework for creating presentations using HTML
32+
3633
- [Jekyll](https://github.com/jekyll/jekyll): a simple, blog-aware, static site generator.
3734

3835
## Audience
3936

4037
New developers, new GitHub users, users new to Git, students, managers, teams
38+
39+
<hr>
40+
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.

0 commit comments

Comments
 (0)