mirror of
https://github.com/sethcottle/littlelink.git
synced 2024-10-01 01:06:05 -04:00
add kick in social nw. list
This commit is contained in:
parent
93878a91c1
commit
5dabc02f2d
@ -474,6 +474,14 @@ button:hover,
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
.button.button-kick {
|
||||
background-color:#3d951b;
|
||||
color: #fff
|
||||
}
|
||||
.button.button-kick:hover {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Kickstarter */
|
||||
.button.button-kickstarter {
|
||||
color: #ffffff;
|
||||
|
23
images/icons/kick.svg
Normal file
23
images/icons/kick.svg
Normal file
@ -0,0 +1,23 @@
|
||||
<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264 300" width="502" height="571">
|
||||
<title>Kick_logo-svg</title>
|
||||
<defs>
|
||||
<clipPath clipPathUnits="userSpaceOnUse" id="cp1">
|
||||
<path d="m0 0h933v300h-933z"/>
|
||||
</clipPath>
|
||||
<clipPath clipPathUnits="userSpaceOnUse" id="cp2">
|
||||
<path d="m0 0h933.33v300h-933.33z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<style>
|
||||
.s0 { fill: #53fc18 }
|
||||
</style>
|
||||
<g id="Clip-Path" clip-path="url(#cp1)">
|
||||
<g id="Layer">
|
||||
<g id="Clip-Path" clip-path="url(#cp2)">
|
||||
<g id="Layer">
|
||||
<path id="Layer" fill-rule="evenodd" class="s0" d="m0 0h100v66.7h33.3v-33.4h33.4v-33.3h100v100h-33.4v33.3h-33.3v33.4h33.3v33.3h33.4v100h-100v-33.3h-33.4v-33.4h-33.3v66.7h-100zm666.7 0h100v66.7h33.3v-33.4h33.3v-33.3h100v100h-33.3v33.3h-33.3v33.4h33.3v33.3h33.3v100h-100v-33.3h-33.3v-33.4h-33.3v66.7h-100zm-366.7 0h100v300h-100zm333.3 0v100h-100v100h100v100h-166.6v-33.3h-33.4v-233.4h33.4v-33.3z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 961 B |
@ -208,6 +208,9 @@
|
||||
<!-- Instagram -->
|
||||
<a class="button button-instagram" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/instagram.svg" alt="">Instagram</a><br>
|
||||
|
||||
<!-- Kick -->
|
||||
<a class="button button-kick" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/kick.svg" alt="">Kick</a><br>
|
||||
|
||||
<!-- Kickstarter -->
|
||||
<a class="button button-kickstarter" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/kickstarter.svg" alt="">Kickstarter</a><br>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user