You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -8,28 +8,28 @@
8
8
<sectionclass="hero overview">
9
9
<divclass="container">
10
10
<divclass="content">
11
-
<h2>Kit</h2>
12
-
<p>Open source training content</p>
11
+
<h2>Training Kit</h2>
12
+
<p>Open source GitHub courseware</p>
13
13
</div>
14
14
</div>
15
15
</section>
16
16
17
17
<section>
18
18
<divclass="container center">
19
19
<h4>Present your way to better version control</h4>
20
-
<p>With our open source Git & GitHub teaching materials, you can teach yourself or your audience, right from your browser</p>
20
+
<p>With our open source Git & GitHub teaching materials, you can teach yourself or an audience, right from the convenience of your web browser</p>
21
21
22
22
<p>
23
-
We've created a slide deck for each class we offer.
24
-
Just launch any class and teach from the web browser.
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
25
</p>
26
26
27
27
<ahref="foundations/">
28
28
<divclass="third">
29
29
<divclass="bubble">
30
30
<spanclass="octicon octicon-plug"></span>
31
31
<h3>Foundations</h3>
32
-
<p>Plug-in to the core skills of day-to-day use with the GitHub platform, Git clients, and workflows.</p>
32
+
<p>Gain core GitHub skills for day-to-day use of the GitHub platform, Git clients, and standard workflows.</p>
33
33
</div>
34
34
</div>
35
35
</a>
@@ -39,7 +39,7 @@ <h3>Foundations</h3>
39
39
<divclass="bubble">
40
40
<spanclass="octicon octicon-terminal"></span>
41
41
<h3>Intermediate</h3>
42
-
<p>Explore fundamental command line skills using Git on the command line and problem solving concepts.</p>
42
+
<p>Explore fundamental Git command line skills and problem solutions to creating history, effectively branching, and reverting when necessary.</p>
43
43
</div>
44
44
</div>
45
45
</a>
@@ -49,7 +49,7 @@ <h3>Intermediate</h3>
49
49
<divclass="bubble">
50
50
<spanclass="octicon octicon-microscope"></span>
51
51
<h3>Advanced</h3>
52
-
<p>Take a closer examination of Git on the command line, problem solving techniques, and GitHub efficiencies.</p>
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
53
</div>
54
54
</div>
55
55
</a>
@@ -60,7 +60,7 @@ <h3>Advanced</h3>
60
60
61
61
<divclass="container center">
62
62
<h4>Cheat Sheets</h4>
63
-
<p>Looking for a quick reference sheet of Git commands? We've got just the document, available for download in these languages:</p>
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>
0 commit comments