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

Commit 7a37a63

Browse files
brianamarieheiskr
andauthored
Update course page (#26)
* remove tagline * update course details * add picture of what will be built * Update course-details.md Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
1 parent b12df56 commit 7a37a63

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
title: "Communicating using Markdown"
2-
tagline: "Your guide to mastering Markdown"
32
description: "This course will walk you through everything you need to start organizing ideas and collaborating using Markdown, a lightweight language for text formatting."
43
template:
54
name: "markdown-portfolio"

course-details.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,29 @@ GitHub is about more than code. It’s a platform for software collaboration—a
22

33
This course will walk you through creating and using headings more effectively, organizing thoughts in bulleted lists, and showing how much work you’ve completed with checklists. You can even use Markdown to add some depth to your work with the help of emoji, images, and links. See a word you don't understand? We've included an emoji 📖 next to some key terms. Click on it to see its definition.
44

5+
## What you'll learn
6+
57
In this course, you’ll learn how to:
68

79
- Use Markdown to add lists, images, and links in a comment or text file
810
- Determine where and how to use Markdown in a GitHub repository
911

10-
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+
## What you'll build
13+
14+
![screen shot of published GitHub pages site](https://user-images.githubusercontent.com/9906718/75548040-897db800-5a2c-11ea-9636-80658fa3fc7e.png)
15+
16+
- A published GitHub Pages site showcasing different types of Markdown that you can edit and use in the future
17+
18+
## Prerequisites
19+
20+
In this course you will work with issues and pull requests, as well as edit files. If these things aren't familiar to you, we recommend you take the [Introduction to GitHub]({{ host }}/githubtraining/introduction-to-github) course, first!
21+
22+
## Projects used
23+
24+
This makes use of the following open source projects. Consider exploring these repos and maybe even making contributions!
25+
26+
- [Jekyll](https://github.com/jekyll/jekyll): a simple, blog-aware, static site generator.
27+
28+
## Audience
29+
30+
Developers, GitHub users, users new to Git, students, managers, teams

0 commit comments

Comments
 (0)