added language icons
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
732d91d0d4
commit
ce471df1b6
4 changed files with 9 additions and 1 deletions
|
@ -57,6 +57,10 @@ title: {{site.title}}
|
|||
<li><a href="https://github.com/samuel-p"><i class="i-github i-2x i-fw"></i></a></li>
|
||||
<li><a href="https://stackoverflow.com/users/9662601/samuel-philipp"><i class="i-stackoverflow i-2x i-fw"></i></a></li>
|
||||
</ul>
|
||||
<ul class="social-icons">
|
||||
<li><a href="https://samuel-philipp.de"><span class="fi fi-de i-2x mx-2"></span></a></li>
|
||||
<li><a href="https://samuel-philipp.com"><span class="fi fi-us i-2x mx-2"></span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -2,6 +2,8 @@ $primary: #490e0a;
|
|||
@import "bootstrap/scss/bootstrap";
|
||||
$icomoon-font-path: "../font";
|
||||
@import "icons/style";
|
||||
$flag-icons-path: "../flags";
|
||||
@import "flag-icons/sass/flag-icons";
|
||||
|
||||
body {
|
||||
color: #000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue