mirror of
https://github.com/ascribe/wp-theme
synced 2024-12-22 01:03:40 +01:00
Add BigchainDB badge in the footer
This commit is contained in:
parent
68a3df1d0b
commit
ea580afc8f
@ -131,6 +131,18 @@
|
||||
}
|
||||
|
||||
|
||||
.footer__bigchaindb {
|
||||
width: 180px;
|
||||
height: auto;
|
||||
margin: 10px auto (@spacer/2) auto;
|
||||
|
||||
@media (@screen-sm) {
|
||||
float: left;
|
||||
margin: 10px 10px 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.footer__eu {
|
||||
width: 150px;
|
||||
height: auto;
|
||||
|
@ -192,6 +192,12 @@ if ($twitter) {
|
||||
<section class="footer__bottom">
|
||||
<div class="row">
|
||||
|
||||
<div class="footer__bigchaindb">
|
||||
<a href="https://www.bigchaindb.com/">
|
||||
<img width="170" src="https://www.ascribe.io/wp-content/uploads/2016/07/Powered-by-dark.png" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="footer__eu">
|
||||
<?php if ($euLink) { ?>
|
||||
<a href="<?php echo $euLink ?>">
|
||||
|
Loading…
Reference in New Issue
Block a user