This commit is contained in:
Van 2015-03-23 21:15:21 +08:00
parent ca2f593df3
commit e3c07ed720
4 changed files with 17 additions and 6 deletions

View File

@ -155,6 +155,7 @@
color: #777;
font-size: 12px;
text-align: center;
position: relative;
}
.footer a {
@ -166,6 +167,13 @@
text-decoration: underline;
}
.footer .github-btns {
height: 25px;
position: absolute;
top: 5px;
right: 0;
}
/* start sign up */
.dir {
color: #4183c4;

View File

@ -48,9 +48,10 @@
<div class="footer">
<span class="wrapper">
Ver {{.ver}}, &copy; {{.year}} <a rel="copyright" href="http://b3log.org" target="_blank">B3LOG.ORG</a>, <a href="https://github.com/b3log/wide/blob/master/TERMS.md" target="_blank">{{.i18n.terms}}</a>
<iframe style="float: right; margin-top: 5px; line-height: 20px;" src="https://ghbtns.com/github-btn.html?user=b3log&repo=wide&type=fork&count=true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
<iframe style="float: right; margin-top: 5px; line-height: 20px;" src="https://ghbtns.com/github-btn.html?user=b3log&repo=wide&type=star&count=true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
</span>
<div class="github-btns">
<iframe src="https://ghbtns.com/github-btn.html?user=b3log&repo=wide&type=star&count=true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
</div>
</div>
<script type="text/javascript" src="{{.conf.StaticServer}}/static/js/lib/jquery-2.1.1.min.js"></script>

View File

@ -84,9 +84,10 @@
<div class="footer">
<span class="wrapper">
Ver {{.ver}}, &copy; {{.year}} <a rel="copyright" href="http://b3log.org" target="_blank">B3LOG.ORG</a>, <a href="https://github.com/b3log/wide/blob/master/TERMS.md" target="_blank">{{.i18n.terms}}</a>
<iframe style="float: right; margin-top: 5px; line-height: 20px;" src="https://ghbtns.com/github-btn.html?user=b3log&repo=wide&type=fork&count=true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
<iframe style="float: right; margin-top: 5px; line-height: 20px;" src="https://ghbtns.com/github-btn.html?user=b3log&repo=wide&type=star&count=true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
</span>
<div class="github-btns">
<iframe src="https://ghbtns.com/github-btn.html?user=b3log&repo=wide&type=star&count=true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
</div>
</div>
<div id="dialogAbout" class="fn-none"></div>

View File

@ -52,9 +52,10 @@
<div class="footer">
<span class="wrapper">
Ver {{.ver}}, &copy; {{.year}} <a rel="copyright" href="http://b3log.org" target="_blank">B3LOG.ORG</a>, <a href="https://github.com/b3log/wide/blob/master/TERMS.md" target="_blank">{{.i18n.terms}}</a>
<iframe style="float: right; margin-top: 5px; line-height: 20px;" src="https://ghbtns.com/github-btn.html?user=b3log&repo=wide&type=fork&count=true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
<iframe style="float: right; margin-top: 5px; line-height: 20px;" src="https://ghbtns.com/github-btn.html?user=b3log&repo=wide&type=star&count=true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
</span>
<div class="github-btns">
<iframe src="https://ghbtns.com/github-btn.html?user=b3log&repo=wide&type=star&count=true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
</div>
</div>
<script type="text/javascript" src="{{.conf.StaticServer}}/static/js/lib/jquery-2.1.1.min.js"></script>