Skip to content

Commit 7f70638

Browse files
authored
Merge pull request githubtraining#37 from githubtraining/update-course-details
Update course details
2 parents 8c863ff + 83ddd88 commit 7f70638

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed

config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
title: Introduction to HTML
2-
tagline: Take your first steps in the world of programming
32
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.
43
template:
54
name: intro-html

course-details.md

+30-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,37 @@ 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:
5+
## What you'll learn
66

7+
We'll answer common questions like:
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?
13+
- How do you use GitHub Pages?
14+
15+
And when you're done you'll be able to:
716
- Make a simple HTML website
817
- Use foundational HTML concepts, like tags, headers, lists, images, and links
9-
- Publish your page to the web using GitHub Pages
18+
- Introduce changes with Pull Requests
19+
- Deploy a web page to GitHub pages
20+
21+
## What you'll build
22+
![a gif of a slide show running on a browser](https://user-images.githubusercontent.com/16547949/69274863-44362880-0ba9-11ea-98f6-b58cfc9eab02.gif)
23+
24+
- Completed [source repository](https://github.com/githubtraining/github-slideshow-demo/)
25+
- Interactive [slideshow](https://githubtraining.github.io/github-slideshow-demo/) deployed to GitHub Pages.
26+
27+
## Prerequisites
28+
None. This course is a great introduction to HTML.
29+
30+
## Projects used
31+
This makes use of the following open source projects. Consider exploring these repos and maybe even making contributions!
32+
33+
- [Jekyll](https://github.com/jekyll/jekyll): a simple, blog-aware, static site generator.
34+
35+
## Audience
36+
37+
New developers, new GitHub users, students, managers, teams
1038

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.

0 commit comments

Comments
 (0)