A full featured blog in RiotJS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
530 B

<githubsocial>
<div class="btn-group btn-group-block">
<a
href={opts.link}
target="_blank"
rel="noopener"
class="social-brand tooltip tooltip-right"
data-tooltip="My Github"
style={
{
"background-color" : "#FBFCFD",
"color" : "black !important",
"padding-right" : "10px",
"padding-left" : "10px",
"font-size" : "3em",
}
}
>
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</div>
</githubsocial>