Skip to content

Commit 0a59f0c

Browse files
author
jordanmccullough
committed
Fix typo, revise 50/50 layout
1 parent 18cc210 commit 0a59f0c

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

index.html

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,25 +50,30 @@ <h3>Advanced</h3>
5050

5151
<section class="grey">
5252
<div class="container">
53+
<div class="half">
54+
<div class="workbook"></div>
55+
</div>
5356
<div class="half">
5457
<div class="content">
55-
<h3>Workbook for teaching narratives</h3>
58+
<h2>Workbook for teaching narratives</h2>
5659
<p>
57-
Teach or learn from GitHub's very own class curriclum narrative.<br>
60+
Teach or learn from GitHub's very own class curriculum narrative.<br>
5861
From outline to full workflow, learn everything Git and GitHub.
5962
</p>
6063

6164
<a href="workbooks/github-foundations.html">Foundations</a> |
6265
<a href="workbooks/github-intermediate.html">Intermediate</a> |
6366
<a href="workbooks/github-advanced.html">Advanced</a>
6467
</div>
65-
66-
<div class="workbook"></div>
6768
</div>
69+
</div>
70+
</section>
6871

72+
<section>
73+
<div class="container">
6974
<div class="half">
7075
<div class="content">
71-
<h3>Downloads to reference anytime</h3>
76+
<h2>Downloads to reference anytime</h2>
7277
<p>
7378
Looking for a quick reference sheet of Git commands?<br>
7479
We've got you covered.
@@ -78,13 +83,15 @@ <h3>Downloads to reference anytime</h3>
7883
Download the PDF
7984
</a>
8085
</div>
86+
</div>
8187

88+
<div class="half">
8289
<div class="downloads"></div>
8390
</div>
8491
</div>
8592
</section>
8693

87-
<section>
94+
<section class="grey">
8895
<div class="container">
8996
<div class="half">
9097
<div class="content">
@@ -94,7 +101,7 @@ <h3>Community contributions</h3>
94101
Just fork the repository, make your changes, and submit a Pull Request.
95102
</p>
96103
<p>
97-
<a href="https://github.com/github/training-kit">Head over to the github/training-kit repository.</a>
104+
<a href="https://github.com/github/training-kit">Head over to the github/training-kit repository</a>
98105
</p>
99106
</div>
100107
</div>

0 commit comments

Comments
 (0)