You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: course-details.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,23 +2,20 @@ If you are an aspiring developer, creating a simple webpage is a great way to ta
2
2
3
3
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.
4
4
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
-
14
5
## What you'll learn
15
6
16
7
We'll answer common questions like:
17
8
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?
18
13
- How do you use GitHub Pages?
19
14
20
15
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
22
19
- Deploy a web page to GitHub pages
23
20
24
21
## What you'll build
@@ -32,9 +29,12 @@ None. This course is a great introduction for your first day on GitHub.
32
29
33
30
## Projects used
34
31
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
+
36
33
-[Jekyll](https://github.com/jekyll/jekyll): a simple, blog-aware, static site generator.
37
34
38
35
## Audience
39
36
40
37
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