mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-22 14:33:51 +00:00
added Twitter follow button
This commit is contained in:
parent
f4ffdc23fd
commit
8be8c11ae5
@ -96,6 +96,12 @@ div.booklink {
|
||||
padding: 6px;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
div.twitbtn {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
padding: 6px;
|
||||
}
|
||||
a {
|
||||
color:#333399;
|
||||
font-weight: bold;
|
||||
@ -128,6 +134,9 @@ a {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="twitbtn">
|
||||
<a href="https://twitter.com/8bitworkshop" class="twitter-follow-button" data-show-count="false">Follow @8bitworkshop</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||
</div>
|
||||
<div class="booklink">
|
||||
<!--
|
||||
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0"
|
||||
|
Loading…
Reference in New Issue
Block a user