File tree 3 files changed +24
-7
lines changed
3 files changed +24
-7
lines changed Original file line number Diff line number Diff line change 1
1
< footer class ="zd-footer " role ="contentinfo ">
2
2
< div class ="container ">
3
+ < div class ="row ">
4
+ < div class ="col-xs-12 col-sm-6 col-md-8 ">
5
+ < ul class ="zd-footer-links ">
6
+ < li > < a href ="https://github.com/zealdocs/zeal/ "> < img src ="https://img.shields.io/github/stars/zealdocs/zeal.svg?style=social&label=Star "> </ a > </ li >
7
+ < li > < a href ="https://twitter.com/zealdocs "> < img src ="https://img.shields.io/twitter/follow/zealdocs.svg?style=social "> </ a > </ li >
8
+ </ ul >
3
9
4
- < ul class ="zd-footer-links ">
5
- < li > < a href ="https://github.com/zealdocs/zeal/ "> < img src ="https://img.shields.io/github/stars/zealdocs/zeal.svg?style=social&label=Star "> </ a > </ li >
6
- < li > < a href ="https://twitter.com/zealdocs "> < img src ="https://img.shields.io/twitter/follow/zealdocs.svg?style=social "> </ a > </ li >
7
- </ ul >
10
+ < p > © < a href ="https://github.com/trollixx "> Oleg Shparber</ a > and < a href ="https://github.com/zealdocs/zeal/graphs/contributors "> other contributors</ a > , 2013-{{ 'now' | date: "%Y" }}</ p >
8
11
9
- < p > © < a href ="https://github.com/trollixx "> Oleg Shparber</ a > and < a href ="https://github.com/zealdocs/zeal/graphs/contributors "> other contributors</ a > , 2013-{{ 'now' | date: "%Y" }}</ p >
10
-
11
- < p > Website layout is based on < a href ="https://github.com/twbs/bootstrap/tree/master/docs "> Bootstrap Docs</ a > .</ p >
12
+ < p > Website layout is based on < a href ="https://github.com/twbs/bootstrap/tree/master/docs "> Bootstrap Docs</ a > .</ p >
13
+ </ div >
14
+ < div class ="col-xs-12 col-sm-6 col-md-4 zd-footer-sponsors ">
15
+ < a href ="https://www.digitalocean.com/ ">
16
+ < img src ="/static/img/digitalocean.png ">
17
+ </ a >
18
+ </ div >
19
+ </ div >
12
20
</ div >
13
21
</ footer >
Original file line number Diff line number Diff line change 24
24
.zd-footer-links li + li {
25
25
margin-left : 15px ;
26
26
}
27
+ .zd-footer-sponsors {
28
+ text-align : center ;
29
+ }
30
+ .zd-footer-sponsors img {
31
+ height : 30px ;
32
+ }
27
33
28
34
@media (min-width : 768px ) {
29
35
.zd-footer {
32
38
.zd-footer p {
33
39
margin-bottom : 0 ;
34
40
}
41
+ .zd-footer-sponsors {
42
+ text-align : right ;
43
+ }
35
44
}
You can’t perform that action at this time.
0 commit comments