Browse Source
Merge pull request #80 from roketstorm/main
Added Unsplash button
main
Seth Cottle
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
18 additions and
0 deletions
-
css/brands.css
-
images/icons/unsplash.svg
-
index.html
|
|
@ -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%); |
|
|
|
} |
|
|
@ -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> |
|
|
@ -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: |
|
|
|