Skip to content

Commit b265aa1

Browse files
author
jordanmccullough
committed
Update layout to complete Bootstrap migration
1 parent 4690214 commit b265aa1

File tree

1 file changed

+39
-84
lines changed

1 file changed

+39
-84
lines changed

index.html

Lines changed: 39 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1,101 +1,56 @@
11
---
2-
layout: bare
3-
theme: home
4-
title: GitHub Training Kit
5-
description: Open source kit for teaching GitHub and Git skills.
2+
layout: site
3+
body_class: home
64
---
75

8-
<section class="hero overview">
9-
<div class="container">
10-
<div class="content">
11-
<h2>Training Kit</h2>
12-
<p>Open source GitHub courseware</p>
13-
</div>
14-
</div>
15-
</section>
6+
<!-- <div class="container">
167
17-
<section>
18-
<div class="container center">
19-
<h4>Present your way to better version control</h4>
20-
<p>With our open source Git &amp; GitHub teaching materials, you can teach yourself or an audience, right from the convenience of your web browser</p>
8+
<h3>Slide decks right in your browser</h3>
9+
<p>
10+
We've created a slide deck for each class we offer.
11+
Just launch any class and teach from the web browser.
12+
</p>
2113
22-
<p>
23-
We've created a combination of a slide deck, lecture, and labs for each class we offer.
24-
Just launch any class and click the right-side TOC navigation to jump to a section.
25-
</p>
2614
27-
<a href="foundations/">
28-
<div class="third">
29-
<div class="bubble">
30-
<span class="octicon octicon-plug"></span>
31-
<h3>Foundations</h3>
32-
<p>Gain core GitHub skills for day-to-day use of the GitHub platform, Git clients, and standard workflows.</p>
33-
</div>
34-
</div>
35-
</a>
15+
</div> -->
3616

37-
<a href="intermediate/">
38-
<div class="third">
39-
<div class="bubble">
40-
<span class="octicon octicon-terminal"></span>
41-
<h3>Intermediate</h3>
42-
<p>Explore fundamental Git command line skills and problem solutions to creating history, effectively branching, and reverting when necessary.</p>
43-
</div>
44-
</div>
45-
</a>
4617

47-
<a href="advanced/">
48-
<div class="third">
49-
<div class="bubble">
50-
<span class="octicon octicon-microscope"></span>
51-
<h3>Advanced</h3>
52-
<p>Gain a deeper understanding of Git's command line and its interaction with the GitHub platform for advanced problem solving techniques and efficiencies in using GitHub.</p>
53-
</div>
54-
</div>
55-
</a>
56-
</div>
57-
</section>
5818

59-
<section class="jumbo">
19+
<div class="container">
6020

61-
<div class="container center">
62-
<h4>Cheat Sheets</h4>
63-
<p>Looking for a quick reference sheet of Git commands? We've got just the document for you. It's available for PDF-format download in the following languages:</p>
21+
<div class="col-md-4">
22+
<h3>Cheat Sheets</h3>
23+
<p>
24+
Looking for a quick reference sheet of Git commands?<br>
25+
We've got just the document, available for download in these languages:</p>
6426

65-
<a href="downloads/github-git-cheat-sheet.pdf" class="bubble">English</a>
66-
<a href="downloads/es/github-git-cheat-sheet.pdf" class="bubble">Spanish</a>
67-
<a href="downloads/fr/github-git-cheat-sheet.pdf" class="bubble">French</a>
68-
<a href="downloads/ja/github-git-cheat-sheet.pdf" class="bubble">Japanese</a>
69-
</div>
70-
<div class="downloads"></div>
71-
</section>
27+
<p><a href="downloads/github-git-cheat-sheet.pdf"><span class="octicon octicon-cloud-download"></span> English</a></p>
7228

73-
<section class="jumbo">
74-
<div class="container">
75-
<div class="half">
76-
<div class="content">
77-
<h4>Community contributions</h4>
78-
<p>
79-
Would you like to update or clarify content in the Kit?
80-
Just fork the <a href="https://github.com/github/training-kit">repository</a>, make your changes, and submit a Pull Request.
81-
</p>
82-
</div>
83-
</div>
29+
<p><a href="downloads/es/github-git-cheat-sheet.pdf"><span class="octicon octicon-cloud-download"></span> Spanish</a></p>
8430

85-
<div class="half">
86-
<div class="content">
87-
<h4>Let's be social</h4>
88-
<p>
89-
Like us on <a href="https://facebook.com/GitHub">Facebook</a> and follow us on <a href="https://twitter.com/githubguides">Twitter</a> or <a href="https://plus.google.com/+GitHubGuides">Google+</a>.
90-
Stay up to date with the latest GitHub Training events.
91-
</p>
31+
<p><a href="downloads/fr/github-git-cheat-sheet.pdf"><span class="octicon octicon-cloud-download"></span> French</a></p>
9232

93-
<span class="octicon octicon-mark-facebook"></span></a>
94-
<span class="octicon octicon-mark-google"></span></a>
95-
</div>
96-
</div>
33+
<p><a href="downloads/ja/github-git-cheat-sheet.pdf"><span class="octicon octicon-cloud-download"></span> Japanese</a></p>
9734
</div>
98-
</section>
9935

36+
<div class="col-md-4">
37+
<h3>Community contributions</h3>
38+
<p>
39+
Would you like to update or clarify content in the slides or workbooks?
40+
Just fork the repository, make your changes, and submit a Pull Request.
41+
</p>
42+
<p>
43+
<a href="https://github.com/github/training-kit">Head over to the github/training-kit repository</a>
44+
</p>
45+
</div>
10046

101-
{% include footer.html %}
47+
<div class="col-md-4">
48+
<h3>Let's be social</h3>
49+
<p>
50+
Like us on Facebook and follow us on Twitter or Google+. Stay up to date with the latest GitHub Training events.
51+
</p>
52+
53+
<a href="https://facebook.com/GitHub"><span class="octicon octicon-mark-facebook"></span></a>
54+
<a href="https://plus.google.com/+GitHubGuides"><span class="octicon octicon-mark-google"></span></a>
55+
</div>
56+
</div>

0 commit comments

Comments
 (0)