1
0
Fork 0

[SITE] eliminate font-awesome

This commit is contained in:
Jannik Beyerstedt 2016-04-10 22:13:10 +02:00
parent 474ebdc135
commit a05b824cd0
9 changed files with 12 additions and 9 deletions

View File

@ -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 {

File diff suppressed because one or more lines are too long

BIN
assets/images/css3icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
assets/images/html5icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -197,6 +197,10 @@ footer {
width: $footer_logoHeight;
}
}
img {
height: $footer_logoHeight;
padding-right: 0.2em;
}
}

View File

@ -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>

View File

@ -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') ?>