[SITE] eliminate font-awesome
This commit is contained in:
parent
474ebdc135
commit
a05b824cd0
|
@ -137,6 +137,9 @@ footer {
|
|||
footer a > svg image {
|
||||
height: 1.4rem;
|
||||
width: 1.4rem; }
|
||||
footer img {
|
||||
height: 1.4rem;
|
||||
padding-right: 0.2em; }
|
||||
|
||||
/* make footer sticky */
|
||||
html {
|
||||
|
|
Binary file not shown.
BIN
assets/images/css3icon.png
Normal file
BIN
assets/images/css3icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
BIN
assets/images/githubicon.png
Normal file
BIN
assets/images/githubicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
assets/images/html5icon.png
Normal file
BIN
assets/images/html5icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
assets/images/kirbyicon-bl.png
Normal file
BIN
assets/images/kirbyicon-bl.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
|
@ -197,6 +197,10 @@ footer {
|
|||
width: $footer_logoHeight;
|
||||
}
|
||||
}
|
||||
img {
|
||||
height: $footer_logoHeight;
|
||||
padding-right: 0.2em;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -27,8 +27,6 @@ if( $page->isHomePage() ) {
|
|||
<meta name="robots" content="<?php echo $page->meta_robots()->html() ?>">
|
||||
<?php endif; ?>
|
||||
|
||||
<?php echo css('assets/vendors/font-awesome/css/font-awesome.min.css') ?>
|
||||
|
||||
<?php echo css('assets/css/foundation.css') ?>
|
||||
|
||||
<?php echo css('assets/css/main.css') ?>
|
||||
|
|
Loading…
Reference in a new issue