updated DEMO添加关注按键

This commit is contained in:
mumuy 2016-07-25 10:50:26 +08:00
parent 687390e060
commit 643458a55f
2 changed files with 10 additions and 0 deletions

View File

@ -59,6 +59,10 @@
<br> <br>
<p>本计算器为开源软件引用还请注明来源“passer-by.com制作”,直接引用脚本可以获取最新更新!</p> <p>本计算器为开源软件引用还请注明来源“passer-by.com制作”,直接引用脚本可以获取最新更新!</p>
</div> </div>
<div class="buttons">
<a class="github-button" href="https://github.com/mumuy" data-style="mega" data-count-href="/mumuy/followers" data-count-api="/users/mumuy#followers" data-count-aria-label="# followers on GitHub" aria-label="Follow @mumuy on GitHub">Follow @mumuy</a>
<a class="github-button" href="https://github.com/mumuy/relationship" data-style="mega" data-count-href="/mumuy/relationship/stargazers" data-count-api="/repos/mumuy/relationship#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star mumuy/relationship on GitHub">Star</a>
</div>
</div> </div>
</div> </div>
</div> </div>
@ -127,5 +131,6 @@
$btns[3].disabled=false; $btns[3].disabled=false;
} }
</script> </script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body> </body>
</html> </html>

View File

@ -96,4 +96,9 @@ a:hover{
.mod-panel .about p{ .mod-panel .about p{
line-height: 24px; line-height: 24px;
text-indent: 2em; text-indent: 2em;
}
.mod-panel .buttons{
padding: 0 20px;
margin-bottom: 20px;
text-align: center;
} }