File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -33,33 +33,36 @@ <h2>{{ page.title }}</h2>
33
33
34
34
35
35
{% if page.body_class == "home" %}
36
- < div class ="jumbotron colorful ">
36
+ < div class ="jumbotron colorful classes ">
37
37
< div class ="container text-center ">
38
38
39
39
< p > Open source training content. Present your way to better version control.</ p >
40
40
41
41
< div class ="row ">
42
42
< div class ="col-md-4 ">
43
- < a href ="foundations/beta.html ">
44
- < div class ="well ">
43
+ < a href ="foundations/ ">
44
+ < div class ="panel ">
45
+ < span class ="octicon octicon-plug "> </ span >
45
46
< h4 > Foundations</ h4 >
46
47
< p > Core skills for day-to-day use of Git on the command line and GitHub workflows</ p >
47
48
</ div >
48
49
</ a >
49
50
</ div >
50
51
51
52
< div class ="col-md-4 ">
52
- < a href ="intermediate/beta.html ">
53
- < div class ="well ">
53
+ < a href ="intermediate/ ">
54
+ < div class ="panel ">
55
+ < span class ="octicon octicon-terminal "> </ span >
54
56
< h4 > Intermediate</ h4 >
55
57
< p > Important command line skills and problem solving processes</ p >
56
58
</ div >
57
59
</ a >
58
60
</ div >
59
61
60
62
< div class ="col-md-4 ">
61
- < a href ="advanced/beta.html ">
62
- < div class ="well ">
63
+ < a href ="advanced/ ">
64
+ < div class ="panel ">
65
+ < span class ="octicon octicon-microscope "> </ span >
63
66
< h4 > Advanced</ h4 >
64
67
< p > Command line deep dive, problem solving techniques, and GitHub efficiencies</ p >
65
68
</ div >
You can’t perform that action at this time.
0 commit comments