Skip to content

Commit a7f4ebe

Browse files
committed
Add some Alex Southgate
1 parent 7c75c76 commit a7f4ebe

File tree

4 files changed

+44
-1
lines changed

4 files changed

+44
-1
lines changed

slides/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A chapter consists of a `_posts/<yourchapter>` and markdown files consisting of
2424

2525
### Notes
2626

27-
Speaker notes, only shown on the "split" screen displayed by presseing the S key, are included on slides in an HTML wrapped element with `class="notes"`.
27+
Speaker notes, only shown on the "split" screen displayed by pressing the S key, are included on slides in an HTML wrapped element with `class="notes"`.
2828

2929
{% include hydeslides/notes-open.html %}
3030
Oh hey, these are some notes. They'll be hidden in your presentation, but you can see them if you open the speaker notes window (hit 's' on your keyboard).
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
chapter: 'Trainer'
3+
cover: false
4+
layout: slide
5+
tags: ['trainers/alex-southgate']
6+
---
7+
8+
<img class="headshot" src="assets/headshots/alex-southgate.jpg" alt="Alex Southgate">
9+
10+
<div><i class="icon-github-alt"> </i> <a
11+
href="http://github.com/southgate">github.com/southgate</a></div>
12+
<div><i class="icon-twitter"> </i> <a
13+
href="http://twitter.com/fromagie">@fromagie</a></div>
53.4 KB
Loading
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
layout: slide
3+
deck_type: revealjs
4+
theme: github
5+
title: GitHub Intermediate/Advanced Course Slides
6+
description: A slide deck to the GitHub Intermediate/Advanced class.
7+
chapters: [
8+
'preroll',
9+
'trainers/matt-graham',
10+
'trainers/alex-southgate',
11+
'intro',
12+
'advanced/bisect',
13+
'advanced/bundle',
14+
'advanced/cherry-pick',
15+
'advanced/collaboration',
16+
'advanced/customizing',
17+
'advanced/filter-branch',
18+
'advanced/gitattributes',
19+
'advanced/github-way',
20+
'advanced/hot-tips',
21+
'advanced/index',
22+
'advanced/internals',
23+
'advanced/notes',
24+
'advanced/refspec',
25+
'advanced/remote',
26+
'advanced/rerere',
27+
'advanced/searching',
28+
'advanced/submodule',
29+
'goodbye']
30+
---

0 commit comments

Comments
 (0)