File tree Expand file tree Collapse file tree 3 files changed +16
-15
lines changed Expand file tree Collapse file tree 3 files changed +16
-15
lines changed Original file line number Diff line number Diff line change
1
+ < section class ="colorful ">
2
+ < nav class ="container ">
3
+ < hgroup >
4
+ < a href ="../ ">
5
+ < span class ="mega-octicon octicon-logo-github "> </ span >
6
+ < span class ="logo-training-materials "> </ span >
7
+ </ a >
8
+ </ hgroup >
9
+ < ul >
10
+ < li > < a href ="../ "> Materials</ a > </ li >
11
+ < li > < a class ="button " href ="https://training.github.com "> Join an Event</ a > </ li >
12
+ </ ul >
13
+ </ nav >
14
+ </ section >
Original file line number Diff line number Diff line change 29
29
</ head >
30
30
< body >
31
31
{% if page.path != "index.html" %}
32
- < section class ="colorful ">
33
- < nav class ="container ">
34
- < hgroup >
35
- < a href ="../ ">
36
- < span class ="mega-octicon octicon-logo-github "> </ span >
37
- < span class ="logo-training-materials "> </ span >
38
- </ a >
39
- </ hgroup >
40
- < ul >
41
- < li > < a href ="../ "> Materials</ a > </ li >
42
- < li > < a class ="button " href ="https://training.github.com "> Join an Event</ a > </ li >
43
- </ ul >
44
- </ nav >
45
- </ section >
32
+ {% include navigation.html %}
46
33
{% endif %}
47
34
48
35
{{ content }}
Original file line number Diff line number Diff line change 2
2
layout: bare
3
3
---
4
4
5
- < section class ="hero ">
5
+ < section class ="hero colorful ">
6
6
< div class ="container ">
7
7
< h1 > {{ page.title }}</ h1 >
8
8
</ div >
You can’t perform that action at this time.
0 commit comments