File tree 4 files changed +13
-4
lines changed
static/about/images/social
4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
[
2
2
{
3
- "name" : " Github " ,
3
+ "name" : " StackMuncher code on GitHub " ,
4
4
"link" : " https://github.com/stackmuncher" ,
5
5
"image" : " /about/images/social/github.svg"
6
6
},
7
7
{
8
- "name" : " LinkedIn" ,
8
+ "name" : " LinkedIn of the founder " ,
9
9
"link" : " https://www.linkedin.com/in/maxvoskob/" ,
10
10
"image" : " /about/images/social/linkedin.svg"
11
11
},
12
12
{
13
- "name" : " Creative Commons License" ,
13
+ "name" : " StackMuncher status page" ,
14
+ "link" : " /_stats" ,
15
+ "image" : " /about/images/social/heartbeat.svg"
16
+ },
17
+ {
18
+ "name" : " All site content is licensed under Creative Commons License" ,
14
19
"link" : " http://creativecommons.org/licenses/by/4.0/" ,
15
20
"image" : " /about/images/social/cc-by.svg"
16
21
}
Original file line number Diff line number Diff line change 45
45
font-size : 16px ;
46
46
}
47
47
48
+ # navbar_footer {
49
+ font-size : 14px ;
50
+ }
48
51
</ style >
49
52
</ head >
50
53
Original file line number Diff line number Diff line change 1
1
< nav class ="navbar navbar-expand-lg navbar-light mx-0 mb-3 mt-5 border-top ">
2
2
< div class ="container-md ">
3
- < div class ="collapse navbar-collapse show " id ="navbarSupportedContent ">
3
+ < div class ="collapse navbar-collapse show " id ="navbar_footer ">
4
4
< div class ="navbar-nav ms-md-5 me-auto justify-content-center ">
5
5
{{ partial "social.html" . }}
6
6
</ div >
You can’t perform that action at this time.
0 commit comments