File tree 7 files changed +24
-11
lines changed
7 files changed +24
-11
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,11 @@ servers:
145
145
contributors :
146
146
regulars :
147
147
- geisterfurz007 : " https://stackoverflow.com/users/6707985/"
148
- - " Baum mit Augen " : " https://chat.stackoverflow.com/users/3002139/"
149
-
148
+ - " Baum mit Augen " : " https://stackoverflow.com/users/3002139/"
149
+ - " Petter Friberg " : " https://stackoverflow.com/users/5292302/"
150
+ - " Shree " : " https://stackoverflow.com/users/965146"
151
+ - " Floern " : " https://stackoverflow.com/users/559745"
152
+ - " Zoe " : " https://stackoverflow.com/users/6296561"
153
+ - " Jonathan " : " https://stackoverflow.com/users/2263949"
154
+ - " double-beep " : " https://stackoverflow.com/users/10607772"
150
155
# coders:
Original file line number Diff line number Diff line change 1
1
< head >
2
- < title > {{ page.title}}</ title >
2
+ < title > {% if page.title %}{{ page.title}} | {% endif %}SOBotics </ title >
3
3
4
4
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
5
5
< meta charset ="utf-8 ">
Original file line number Diff line number Diff line change 8
8
< div class ="topnav right ">
9
9
{% include nav.html %}
10
10
</ div >
11
- < span class ="sidenav-trigger " onclick ="openSidenav() "> ☰</ span >
11
+ < span class ="sidenav-trigger " onclick ="openSidenav() "> ☰ </ span >
12
12
</ div >
13
13
14
14
</ header >
Original file line number Diff line number Diff line change 1
- < a href ="/ "> Contributors</ a >
2
- < a href ="/servers/ "> Server hosts</ a >
3
-
1
+ < a href ="/ " {% if page.active and page.active == "contributors " %} class ="active " {% endif %} > Contributors</ a > < a href ="/servers/ " {% if page.active and page.active == "servers " %} class ="active " {% endif %} > Server hosts</ a >
Original file line number Diff line number Diff line change 5
5
6
6
// Colors
7
7
$background-primary : #222 ;
8
+ $background-primary-active : #2c2c2c ;
8
9
$color-primary-dark : #ffffff ;
9
10
$color-link-dark : #ee4444 ;
10
11
@@ -128,8 +129,11 @@ main {
128
129
.topnav {
129
130
font-size : 20px ;
130
131
a {
131
- padding-left : 10px ;
132
- padding-right : 10px ;
132
+ padding : 15px ;
133
+ }
134
+ a :hover {
135
+
136
+ background-color : $background-primary-active ;
133
137
}
134
138
}
135
139
@@ -157,4 +161,6 @@ main {
157
161
}
158
162
}
159
163
160
-
164
+ .active {
165
+ background-color : $background-primary-active ;
166
+ }
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: default
3
+ active: contributors
4
+ title: Contributors
3
5
---
4
6
5
7
<!-- Maybe this should be moved to a separate file? -->
@@ -15,4 +17,4 @@ <h2>Regulars</h2>
15
17
{% endfor %}
16
18
{% endfor %}
17
19
</ ul >
18
- </ div >
20
+ </ div >
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: default
3
+ active: servers
4
+ title: Project host locations
3
5
---
4
6
5
7
< div id ="hosts ">
You can’t perform that action at this time.
0 commit comments