Skip to content

Commit 2519a35

Browse files
author
jordanmccullough
committed
Revise home page layout with better Bootstrap structure
1 parent 109e7ae commit 2519a35

File tree

1 file changed

+27
-40
lines changed

1 file changed

+27
-40
lines changed

index.html

Lines changed: 27 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -3,54 +3,41 @@
33
body_class: home
44
---
55

6-
<!-- <div class="container">
7-
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>
13-
14-
15-
</div> -->
16-
17-
18-
196
<div class="container">
207

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>
8+
<h2>Open source training content</h2>
9+
<p>Present your way to better version control.</p>
2610

27-
<p><a href="downloads/github-git-cheat-sheet.pdf"><span class="octicon octicon-cloud-download"></span> English</a></p>
11+
<div class="row">
12+
<div class="col-md-7">
13+
<h3>Cheat Sheets</h3>
14+
<p>
15+
Looking for a quick reference sheet of Git commands?<br>
16+
We've got just the document, available for download in these languages:</p>
2817

29-
<p><a href="downloads/es/github-git-cheat-sheet.pdf"><span class="octicon octicon-cloud-download"></span> Spanish</a></p>
18+
<p><a href="downloads/github-git-cheat-sheet.pdf"><span class="octicon octicon-cloud-download"></span> English</a></p>
3019

31-
<p><a href="downloads/fr/github-git-cheat-sheet.pdf"><span class="octicon octicon-cloud-download"></span> French</a></p>
20+
<p><a href="downloads/es/github-git-cheat-sheet.pdf"><span class="octicon octicon-cloud-download"></span> Spanish</a></p>
3221

33-
<p><a href="downloads/ja/github-git-cheat-sheet.pdf"><span class="octicon octicon-cloud-download"></span> Japanese</a></p>
34-
</div>
22+
<p><a href="downloads/fr/github-git-cheat-sheet.pdf"><span class="octicon octicon-cloud-download"></span> French</a></p>
3523

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>
24+
<p><a href="downloads/ja/github-git-cheat-sheet.pdf"><span class="octicon octicon-cloud-download"></span> Japanese</a></p>
25+
</div>
4626

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>
27+
<div class="col-md-5">
28+
<h4>Community contributions</h4>
29+
<p>
30+
Would you like to update or clarify content in the slides or workbooks?
31+
Just fork the repository, make your changes, and submit a Pull Request.
32+
</p>
33+
<p>
34+
<a href="https://github.com/github/training-kit">Head over to the github/training-kit repository</a>
35+
</p>
5236

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>
37+
<h4>Let's be social</h4>
38+
<p>
39+
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>. Stay up to date with the latest GitHub Training events.
40+
</p>
41+
</div>
5542
</div>
5643
</div>

0 commit comments

Comments
 (0)