File tree 8 files changed +152
-5
lines changed
8 files changed +152
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change
1
+ sourcecode :
2
+ repository : " https://github.com/CoderDojoPotsdam/CoderDojoPotsdam.github.io/intro"
3
+ root : " https://github.com/CoderDojoPotsdam/intro/blob/master/"
Original file line number Diff line number Diff line change
1
+ < footer >
2
+ < div class ="left ">
3
+ < div class ="space "> </ div >
4
+ </ div >
5
+ < div class ="middle ">
6
+ < a href ="{{ site.sourcecode.root }}/{{ page.path }} "> < img src ="img/footer/GitHub.svg " /> </ a >
7
+ </ div >
8
+ < div class ="right ">
9
+ < a href ="LICENSE.txt "> license</ a >
10
+ < div class ="space "> </ div >
11
+ </ div >
12
+ </ footer >
Original file line number Diff line number Diff line change 13
13
{%- endfor -%}
14
14
{%- if translated == false -%}
15
15
< a class ="translation " href ="{{ include.href }} ">
16
- {%- include lang.html text=include.text %}
16
+ {%- include lang.html text=include.text - %}
17
17
</ a >
18
18
{%- endif -%}
Original file line number Diff line number Diff line change 7
7
< div class ="description ">
8
8
{%- include lang.html text=tutorial.description %}
9
9
</ div >
10
- {%- if structure.structure %}
11
- {% include structure.html structure=structure.structure %}
12
- {%- endif %}
10
+ {%- if tutorial.links -%}
11
+ {%- for link in tutorial.links -%}
12
+ {%- include lang-link.html text=link.name href=link.url -%}
13
+ {%- if forloop.last -%}{%- else %} | {% endif -%}
14
+ {% endfor -%}
15
+ {%- endif -%}
13
16
</ div >
Original file line number Diff line number Diff line change 23
23
< div class ="show-language-heading "> {{ language.name | escape }}</ div >
24
24
{% include structure.html structure=page.structure %}
25
25
</ div >
26
- {%- endfor -%}
26
+ {%- endfor %}
27
+ {% include footer.html %}
27
28
</ body >
28
29
</ html >
Original file line number Diff line number Diff line change 16
16
/*******************************************************
17
17
* header
18
18
*/
19
+
19
20
.header {
20
21
right : 0px ;
21
22
left : 0px ;
@@ -92,3 +93,49 @@ body {
92
93
.category > .description {
93
94
94
95
}
96
+
97
+ /*******************************************************
98
+ * tutorial
99
+ */
100
+
101
+ .footer {
102
+ text-align : center;
103
+ right : 0px ;
104
+ left : 0px ;
105
+ border : 0px ;
106
+ box-shadow : 0px 1px 5px # 989898 ;
107
+ overflow : hidden;
108
+ padding-top : 1em ;
109
+ margin-top : 1em ;
110
+ padding-bottom : 1em ;
111
+ }
112
+
113
+ footer img {
114
+ height : 2em ;
115
+ vertical-align : middle;
116
+ }
117
+
118
+ footer .right {
119
+ text-align : right;
120
+ margin-top : 0.5em ;
121
+ width : 32% ;
122
+ display : inline-block;
123
+ }
124
+
125
+ footer .middle {
126
+ text-align : center;
127
+ width : 33% ;
128
+ display : inline-block;
129
+ }
130
+
131
+ footer .left {
132
+ text-align : left;
133
+ width : 32% ;
134
+ display : inline-block;
135
+ }
136
+
137
+ footer .space {
138
+ width : 1em ;
139
+ height : 1em ;
140
+ display : inline-block;
141
+ }
You can’t perform that action at this time.
0 commit comments