Skip to content
This repository has been archived by the owner on Nov 1, 2017. It is now read-only.

Commit

Permalink
Merge pull request #91 from github/slide-titles
Browse files Browse the repository at this point in the history
Resolved "title" for all Foundations Slide Deck materials
  • Loading branch information
Matthew McCullough committed Mar 14, 2013
2 parents d530ed8 + cff4622 commit f029691
Show file tree
Hide file tree
Showing 49 changed files with 34 additions and 79 deletions.
19 changes: 5 additions & 14 deletions _includes/hydeslides/slidedeck.html
Expand Up @@ -6,24 +6,15 @@
{% for section in site.tags[ch] reversed %}
<!--Chapter Auto-Injection-->
{% if forloop.first %}
{% if section.chapter != '' %}
{% if section.cover != false %}
{% include hydeslides/slide-open-chapter.html %}
<h1>{{ section.chapter }}</h1>
{% include hydeslides/slide-close.html %}
{% endif %}
{% if section.cover != false %}
{% include hydeslides/slide-open-chapter.html %}
<h1>{{ section.chapter }}</h1>
{% include hydeslides/slide-close.html %}
{% endif %}
{% endif %}

{% include hydeslides/slide-open.html %}
{% if section.chapter != '' %}
<div class="chapter-banner">{{ section.chapter }}</div>
{% endif %}


{% if section.title != '' %}
<h2>{{ section.title }}</h2>
{% endif %}
<h2 {% if section.heading == false %}class="hidden"{% endif %}>{{ section.title }}</h2>
{{ section.content }}
{% include hydeslides/slide-close.html %}
{% endfor %}
Expand Down
@@ -1,9 +1,7 @@
---
chapter: Checkout
layout: slide
title: ''
tags: ['checkout']
categories: ['slidecontent']
---

* Aborting Changes
Expand Down
@@ -1,9 +1,7 @@
---
chapter: Checkout
layout: slide
title: ''
tags: ['checkout']
categories: ['slidecontent']
---

$ git checkout -- <file>
Expand Down
@@ -1,7 +1,6 @@
---
chapter: Commit
layout: slide
title: ''
tags: ['commit']
categories: ['slidecontent']
---
Expand Down
@@ -1,7 +1,6 @@
---
chapter: Commit
layout: slide
title: ''
tags: ['commit']
categories: ['slidecontent']
---
Expand Down
@@ -1,7 +1,6 @@
---
chapter: Commit
layout: slide
title: 'Your First Commit'
tags: ['commit']
categories: ['slidecontent']
---
Expand Down
@@ -1,7 +1,7 @@
---
chapter: Config
layout: slide
title: ''
title: 'Config Scope Visualization'
tags: ['config']
categories: ['slidecontent']
---
Expand Down
@@ -1,8 +1,8 @@
---
chapter: Diff
layout: slide
title: ''
tags: ['diff']
categories: ['slidecontent']
---

# Show the unstaged changes
Expand Down
7 changes: 0 additions & 7 deletions presentations/_posts/diff/0001-01-01-title.md

This file was deleted.

@@ -1,9 +1,7 @@
---
chapter: Diff
layout: slide
title: ''
tags: ['diff']
categories: ['slidecontent']
---

# Show the staged changes
Expand Down
@@ -1,7 +1,6 @@
---
chapter: Diff
layout: slide
title: ''
tags: ['diff']
categories: ['slidecontent']
---
Expand Down
@@ -1,7 +1,6 @@
---
chapter: Diff
layout: slide
title: Enhancing Comparisons
tags: ['diff']
categories: ['slidecontent']
---
Expand Down
6 changes: 3 additions & 3 deletions presentations/_posts/git/0001-01-01-Git.md
@@ -1,9 +1,9 @@
---
chapter: ''
chapter: 'Git'
cover: false
heading: false
layout: slide
title: ''
tags: ['git']
categories: ['slidecontent']
---

<div class="git"></div>
Expand Down
Expand Up @@ -2,9 +2,7 @@
chapter: 'GitHub'
cover: false
layout: slide
title: 'Fork'
tags: ['github/forking']
categories: ['slidecontent']
---

* Provides a copy of a repository
Expand Down
@@ -1,7 +1,6 @@
---
chapter: GitHub
layout: slide
title: ''
tags: ['github/intro']
categories: ['slidecontent']
---
Expand Down
@@ -1,7 +1,6 @@
---
chapter: GitHub
layout: slide
title: ''
tags: ['github/intro']
categories: ['slidecontent']
---
Expand Down
@@ -1,7 +1,6 @@
---
chapter: Ignore
layout: slide
title: 'Project Ignore'
tags: ['ignore']
categories: ['slidecontent']
---
Expand Down
@@ -1,7 +1,6 @@
---
chapter: Ignore
layout: slide
title: 'Excludes File'
tags: ['ignore']
categories: ['slidecontent']
---
Expand Down
@@ -1,7 +1,6 @@
---
chapter: Init
layout: slide
title: 'Creating a Repository'
tags: ['init']
categories: ['slidecontent']
---
Expand Down
@@ -1,7 +1,6 @@
---
chapter: Init
layout: slide
title: 'Creating a Repository'
tags: ['init']
categories: ['slidecontent']
---
Expand Down
10 changes: 10 additions & 0 deletions presentations/_posts/intro/0001-01-01-GitHub-Social-Coding.md
@@ -0,0 +1,10 @@
---
chapter: 'Git'
cover: false
heading: false
layout: slide
tags: ['intro']
---


<div class="brand"></div>
8 changes: 0 additions & 8 deletions presentations/_posts/intro/0001-01-01-introgithublogo.md

This file was deleted.

@@ -1,7 +1,6 @@
---
chapter: Network
layout: slide
title: ''
tags: ['network']
categories: ['slidecontent']
---
Expand Down
@@ -1,7 +1,6 @@
---
chapter: Network
layout: slide
title: 'Adding a Remote'
tags: ['network']
categories: ['slidecontent']
---
Expand Down
@@ -1,7 +1,6 @@
---
chapter: Network
layout: slide
title: ''
tags: ['network']
categories: ['slidecontent']
---
Expand Down
@@ -1,7 +1,6 @@
---
chapter: Network
layout: slide
title: 'Remote Branches'
tags: ['network']
categories: ['slidecontent']
---
Expand Down
@@ -1,7 +1,6 @@
---
chapter: Network
layout: slide
title: 'Sharing with Push'
tags: ['network']
categories: ['slidecontent']
---
Expand Down
@@ -1,7 +1,6 @@
---
chapter: Network
layout: slide
title: 'Pull vs. Fetch'
tags: ['network']
categories: ['slidecontent']
---
Expand Down
7 changes: 4 additions & 3 deletions presentations/_posts/preroll/0001-01-01-Preroll.md
@@ -1,14 +1,15 @@
---
chapter: ''
chapter: 'Preroll'
cover: false
heading: false
layout: slide
title: 'Classroom Chat'
tags: ['preroll']
categories: ['slidecontent']
---

## Clasroom Chat
[githubtraining.campfirenow.com/---](https://githubtraining.campfirenow.com/---)


## Office Hours
[training.github.com/web/free-classes/](https://training.github.com/web/free-classes/)

Expand Down
@@ -1,7 +1,6 @@
---
chapter: Rebase
layout: slide
title: 'Reasoning for Rebase'
tags: ['rebase']
categories: ['slidecontent']
---
Expand Down
@@ -1,12 +1,10 @@
---
chapter: Rebase
layout: slide
title: ''
tags: ['rebase']
categories: ['slidecontent']
---


<div class="diagram-group">
<img class="diagram" src="assets/diagrams/git-rebase-01.png">
<img class="diagram fragment" src="assets/diagrams/git-rebase-02.png">
Expand Down
@@ -1,7 +1,6 @@
---
chapter: Rebase
layout: slide
title: ''
tags: ['rebase']
categories: ['slidecontent']
---
Expand Down
@@ -1,7 +1,6 @@
---
chapter: Rebase
layout: slide
title: 'Interactive'
tags: ['rebase']
categories: ['slidecontent']
---
Expand Down
@@ -1,7 +1,6 @@
---
chapter: Rebase
layout: slide
title: 'Interactive'
tags: ['rebase']
categories: ['slidecontent']
---
Expand Down
@@ -1,7 +1,6 @@
---
chapter: Reset
layout: slide
title: 'Recover from History'
tags: ['reset']
categories: ['slidecontent']
---
Expand Down
@@ -1,7 +1,7 @@
---
chapter: Reset
heading: false
layout: slide
title: ''
tags: ['reset']
categories: ['slidecontent']
---
Expand Down
@@ -1,7 +1,6 @@
---
chapter: Remove & Move
layout: slide
title: ''
tags: ['rm-mv']
categories: ['slidecontent']
---
Expand Down
@@ -1,7 +1,6 @@
---
chapter: Remove & Move
layout: slide
title: 'Eliminate from Repo'
tags: ['rm-mv']
categories: ['slidecontent']
---
Expand Down
@@ -1,7 +1,6 @@
---
chapter: Remove & Move
layout: slide
title: 'Stop Tracking'
tags: ['rm-mv']
categories: ['slidecontent']
---
Expand Down
@@ -1,7 +1,6 @@
---
chapter: Remove & Move
layout: slide
title: 'Move & Stage'
tags: ['rm-mv']
categories: ['slidecontent']
---
Expand Down
@@ -1,7 +1,6 @@
---
chapter: Remove & Move
layout: slide
title: 'Similarity Index'
tags: ['rm-mv']
categories: ['slidecontent']
---
Expand Down
@@ -1,7 +1,7 @@
---
chapter: Setup
heading: false
layout: slide
title: ''
tags: ['setup']
categories: ['slidecontent']
---
Expand Down

0 comments on commit f029691

Please sign in to comment.