Added Unsplash button

main
Artur Shamsutdinov 2023-01-03 14:35:35 +05:00
parent 94dc878a3f
commit 03045c31d0
3 changed files with 18 additions and 0 deletions

View File

@ -761,3 +761,13 @@ button:hover,
.button.button-yt:focus {
filter: brightness(90%);
}
/* Unsplash */
.button.button-unsplash {
color: #000000;
background-color: #ffffff;
}
.button.button-unsplash:hover,
.button.button-unsplash:focus {
filter: brightness(90%);
}

View 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

View File

@ -466,6 +466,11 @@
<img class="icon" src="images/icons/post.news.png" alt="Post. Logo">Post.</a>
<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>
<!--
Footer: