Skip to content

Commit 4b796c5

Browse files
committed
Add link to DigitalOcean
1 parent 9e97e7b commit 4b796c5

File tree

3 files changed

+24
-7
lines changed

3 files changed

+24
-7
lines changed

_includes/footer.html

+15-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
<footer class="zd-footer" role="contentinfo">
22
<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>
39

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>&copy; <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>
811

9-
<p>&copy; <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>
1220
</div>
1321
</footer>

_sass/components/footer.scss

+9
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
.zd-footer-links li + li {
2525
margin-left: 15px;
2626
}
27+
.zd-footer-sponsors {
28+
text-align: center;
29+
}
30+
.zd-footer-sponsors img {
31+
height: 30px;
32+
}
2733

2834
@media (min-width: 768px) {
2935
.zd-footer {
@@ -32,4 +38,7 @@
3238
.zd-footer p {
3339
margin-bottom: 0;
3440
}
41+
.zd-footer-sponsors {
42+
text-align: right;
43+
}
3544
}

static/img/digitalocean.png

4.31 KB
Loading

0 commit comments

Comments
 (0)