Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 32 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,38 @@
# Your GitHub Learning Lab Repository for Introducing GitHub
<h1 align="center">GitHub Slideshow</h1>

Welcome to **your** repository for your GitHub Learning Lab course. This repository will be used during the different activities that I will be guiding you through. See a word you don't understand? We've included an emoji 📖 next to some key terms. Click on it to see its definition.
<p align="center">
<strong>GitHub Learning Lab practice project for commits, branches, pull requests, and GitHub Pages.</strong>
</p>

Oh! I haven't introduced myself...
<p align="center">
<a href="https://lab.github.com/githubtraining/introduction-to-github">Original course</a>
|
<a href="index.html">Slideshow source</a>
|
<a href="_posts/0000-01-01-intro.md">First slide</a>
</p>

I'm the GitHub Learning Lab bot and I'm here to help guide you in your journey to learn and master the various topics covered in this course. I will be using Issue and Pull Request comments to communicate with you. In fact, I already added an issue for you to check out.
## What This Is

![issue tab](https://lab.github.com/public/images/issue_tab.png)
This repository is a saved GitHub Learning Lab project from the Introduction to GitHub course. It uses a small reveal.js/Jekyll slideshow so new GitHub users can practice the basic workflow:

I'll meet you over there, can't wait to get started!
- create a branch,
- edit a file,
- commit changes,
- open a pull request,
- merge the pull request,
- publish a simple GitHub Pages-style project.

This course is using the :sparkles: open source project [reveal.js](https://github.com/hakimel/reveal.js/). In some cases we’ve made changes to the history so it would behave during class, so head to the original project repo to learn more about the cool people behind this project.
## Repository Layout

```text
_posts/ Slide markdown files
_layouts/ Jekyll layouts for slides and print views
_includes/ Shared HTML snippets
script/ Setup and local helper scripts
index.html Slideshow entry point
```

## License

MIT