18
18
< li > < a {% if page.body_class == 'trainers ' %} class ="active "{% endif %} href ="{{ site.url }}/trainers/ "> Trainers</ a > </ li >
19
19
< li > < a {% if page.body_class == 'classes ' %} class ="active "{% endif %} href ="{{ site.url }}/classes/ "> Classes</ a > </ li >
20
20
< li > < a {% if page.body_class == 'schedule ' %} class ="active "{% endif %} href ="{{ site.url }}/schedule/ "> Schedule</ a > </ li >
21
- < li > < a {% if page.body_class == ' kit ' %} class ="active "{% endif %} href ="{{ site.url }}/kit/ "> Kit</ a > </ li >
21
+ < li > < a class ="active " href ="{{ site.url }}/kit/ "> Kit</ a > </ li >
22
22
< li > < a {% if page.body_class == 'resources ' %} class ="active "{% endif %} href ="{{ site.url }}/resources/ "> Resources</ a > </ li >
23
23
< li > < a {% if page.body_class == 'contact ' %} class ="active "{% endif %} href ="{{ site.url }}/contact/ "> Contact</ a > </ li >
24
24
</ ul >
@@ -36,15 +36,13 @@ <h2>{{ page.title }}</h2>
36
36
< div class ="jumbotron colorful classes ">
37
37
< div class ="container text-center ">
38
38
39
- < p > Open source training content. Present your way to better version control.</ p >
40
-
41
39
< div class ="row ">
42
40
< div class ="col-md-4 ">
43
41
< a href ="foundations/ ">
44
42
< div class ="panel ">
45
43
< span class ="octicon octicon-plug "> </ span >
46
44
< h4 > Foundations</ h4 >
47
- < p > Core skills for day-to-day use of Git on the command line and GitHub workflows</ p >
45
+ < p > < small > Core skills for day-to-day use of Git on the command line and GitHub workflows</ small > </ p >
48
46
</ div >
49
47
</ a >
50
48
</ div >
@@ -54,7 +52,7 @@ <h4>Foundations</h4>
54
52
< div class ="panel ">
55
53
< span class ="octicon octicon-terminal "> </ span >
56
54
< h4 > Intermediate</ h4 >
57
- < p > Important command line skills and problem solving processes</ p >
55
+ < p > < small > Important command line skills and problem solving processes</ small > </ p >
58
56
</ div >
59
57
</ a >
60
58
</ div >
@@ -64,7 +62,7 @@ <h4>Intermediate</h4>
64
62
< div class ="panel ">
65
63
< span class ="octicon octicon-microscope "> </ span >
66
64
< h4 > Advanced</ h4 >
67
- < p > Command line deep dive, problem solving techniques, and GitHub efficiencies</ p >
65
+ < p > < small > Command line deep dive, problem solving techniques, and GitHub efficiencies</ small > </ p >
68
66
</ div >
69
67
</ a >
70
68
</ div >
0 commit comments