commit
c22b4115c8
@ -761,3 +761,13 @@ button:hover,
|
|||||||
.button.button-yt:focus {
|
.button.button-yt:focus {
|
||||||
filter: brightness(90%);
|
filter: brightness(90%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Unsplash */
|
||||||
|
.button.button-unsplash {
|
||||||
|
color: #000000;
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
.button.button-unsplash:hover,
|
||||||
|
.button.button-unsplash:focus {
|
||||||
|
filter: brightness(90%);
|
||||||
|
}
|
||||||
|
3
images/icons/unsplash.svg
Executable file
3
images/icons/unsplash.svg
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
<svg width="24" height="24" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M10 9V0h12v9H10zm12 5h10v18H0V14h10v9h12v-9z" fill="#000000" fill-rule="nonzero" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 186 B |
@ -466,6 +466,11 @@
|
|||||||
<img class="icon" src="images/icons/post.news.png" alt="Post. Logo">Post.</a>
|
<img class="icon" src="images/icons/post.news.png" alt="Post. Logo">Post.</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
<!-- Unsplash -->
|
||||||
|
<a class="button button-unsplash" href="#" target="_blank" rel="noopener">
|
||||||
|
<img class="icon" src="images/icons/unsplash.svg" alt="Unsplash Logo">Unsplash</a>
|
||||||
|
<br>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<!--
|
<!--
|
||||||
Footer:
|
Footer:
|
||||||
|
Loading…
Reference in New Issue
Block a user