main
Niklas Barning 2021-09-27 11:05:47 +02:00
parent 1055963732
commit 3be840817f
3 changed files with 21 additions and 0 deletions

View File

@ -301,3 +301,11 @@ button:hover,
.button.button-wordpress:hover,
.button.button-wordpress:focus {
filter: brightness(90%) }
/* Xing */
.button.button-xing {
color: #FFFFFF;
background-color: #026466 }
.button.button-xing:hover,
.button.button-xing:focus {
filter: brightness(90%) }

9
icons/xing.svg 100644
View File

@ -0,0 +1,9 @@
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 24 24" xml:space="preserve">
<style>
.st0{fill:#fff}
</style>
<g id="layer1" transform="translate(-194.87 -324.335)">
<path id="path19359" class="st0" d="M198.7 329.2c-.2 0-.4.1-.5.2-.1.1-.1.3 0 .5l2.3 4-3.6 6.4c-.1.2-.1.4 0 .5.1.1.2.2.4.2h3.4c.5 0 .8-.3.9-.7 0 0 3.5-6.2 3.7-6.5l-2.3-4.1c-.2-.3-.4-.6-.9-.6h-3.4z"/>
<path id="path19375" class="st0" d="M212.9 324.6c-.5 0-.7.3-.9.6 0 0-7.3 13-7.6 13.4l4.8 8.9c.2.3.4.6.9.6h3.4c.2 0 .4-.1.5-.2.1-.1.1-.3 0-.5l-4.8-8.8 7.5-13.3c.1-.2.1-.4 0-.5-.1-.1-.2-.2-.5-.2h-3.3z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 643 B

View File

@ -203,6 +203,10 @@
<a class="button button-skoob" href="#" target="_blank" rel="noopener"><img class="icon" src="icons/skoob.svg" alt="Skoob Logo">Skoob</a>
<br>
<!-- XING -->
<a class="button button-xing" href="#" target="_blank" rel="noopener"><img class="icon" src="icons/xing.svg" alt="xing Logo">Xing</a>
<br>
<br>
<br>
<p>Build your own by forking <a href="https://littlelink.io" target="_blank" rel="noopener">LittleLink</a>.</p>