[SITE] eliminate font-awesome
This commit is contained in:
parent
474ebdc135
commit
a05b824cd0
9 changed files with 12 additions and 9 deletions
|
@ -18,12 +18,10 @@
|
|||
|
||||
</div>
|
||||
<div class="col-xs-4 col-xxs-12 right">
|
||||
<a href="https://github.com/jbeyerstedt" class=""><i class="fa fa-github"></i></a>
|
||||
<i class="fa fa-html5"></i>
|
||||
<i class="fa fa-css3"></i>
|
||||
<a href="https://getkirby.com"><svg>
|
||||
<image xlink:href="<?php echo $site->url()?>/assets/images/kirbyicon.svg" src="<?php echo $site->url()?>/assets/images/kirbyicon.png"/>
|
||||
</svg></a>
|
||||
<a href="https://github.com/jbeyerstedt"><img src="<?php echo $site->url()?>/assets/images/githubicon.png" alt="github icon"></a>
|
||||
<img src="<?php echo $site->url()?>/assets/images/html5icon.png" alt="html5 icon">
|
||||
<img src="<?php echo $site->url()?>/assets/images/css3icon.png" alt="css3 icon">
|
||||
<a href="https://getkirby.com"><img src="<?php echo $site->url()?>/assets/images/kirbyicon-bl.png" alt="kirby icon"></a>
|
||||
<?php echo $site->footer_right()->kirbytext(); ?>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue