made by string

This commit is contained in:
cupcakearmy 2020-01-04 16:49:48 +01:00
parent 3d0cd61105
commit 7ba95e1d04
2 changed files with 27 additions and 20 deletions

View File

@ -8,6 +8,7 @@ function render_links( $expanded = false ) {
<div id="logos"> <div id="logos">
<?php if ( $expanded ) { ?> <?php if ( $expanded ) { ?>
<div class="title alt-font"> <div class="title alt-font">
<a class="made-by-link" target="_blank" href="https://github.com/cupcakearmy/liquet">made with ❤️ by @cupcakearmy</a>
discuss & share discuss & share
<br/> <br/>
<img src="<?= get_template_directory_uri() . '/vendor/icons/down.svg' ?>" alt="arrow down"/> <img src="<?= get_template_directory_uri() . '/vendor/icons/down.svg' ?>" alt="arrow down"/>
@ -25,5 +26,6 @@ function render_links( $expanded = false ) {
<?php } <?php }
} }
?></div> ?></div>
</div><?php </div>
<?php
} }

View File

@ -5,6 +5,11 @@
margin: 2em margin: 2em
text-align: center text-align: center
.made-by-link
text-decoration: underline
display: block
padding-bottom: 1em
img img
height: 1.5em height: 1.5em