Skip to content

Commit ca0eab4

Browse files
author
Matthew McCullough
committed
Merge pull request #78 from github/adding-southgate
Adding southgate
2 parents fd259c7 + fdb8d2c commit ca0eab4

File tree

6 files changed

+64
-1
lines changed

6 files changed

+64
-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

slides/dependencies/themes/github/css/overrides.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ html, body, .reveal{
1818
img{
1919
height: auto !important;
2020
width: 100% !important;
21+
}
2122

23+
img.headshot {
24+
max-width: 50%;
2225
}
2326

2427
.reveal .roll span:after{

slides/dependencies/themes/github/css/theme.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ img {
2727
height: auto !important;
2828
width: 100% !important; }
2929

30+
img.headshot {
31+
max-width: 50%; }
32+
3033
.reveal .roll span:after {
3134
content: none; }
3235

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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+
'github/intro',
13+
'github/forking',
14+
'github/pull-request',
15+
'diff',
16+
'log',
17+
'rm-mv',
18+
'ignore',
19+
'branch',
20+
'checkout',
21+
'merge',
22+
'rebase',
23+
'reset',
24+
'gui',
25+
'reflog',
26+
'advanced/bisect',
27+
'advanced/bundle',
28+
'advanced/cherry-pick',
29+
'advanced/collaboration',
30+
'advanced/customizing',
31+
'advanced/filter-branch',
32+
'advanced/gitattributes',
33+
'advanced/github-way',
34+
'advanced/hot-tips',
35+
'advanced/index',
36+
'advanced/internals',
37+
'advanced/notes',
38+
'advanced/refspec',
39+
'advanced/remote',
40+
'advanced/rerere',
41+
'advanced/searching',
42+
'advanced/submodule',
43+
'goodbye']
44+
---

0 commit comments

Comments
 (0)