Compare commits
6 Commits
86c137a0df
...
c22b4115c8
Author | SHA1 | Date |
---|---|---|
Seth Cottle | c22b4115c8 | |
Artur Shamsutdinov | 03045c31d0 | |
Seth Cottle | 94dc878a3f | |
Kevin M. Cox | f4a3130c8e | |
Seth Cottle | 1c5e7b6b12 | |
Kevin M. Cox | 6b3208d501 |
|
@ -465,6 +465,16 @@ button:hover,
|
|||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Post.news */
|
||||
.button.button-post-news {
|
||||
color: #ffffff;
|
||||
background-color: #678BFF;
|
||||
}
|
||||
.button.button-post-news:hover,
|
||||
.button.button-post-news:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Producthunt */
|
||||
.button.button-producthunt {
|
||||
color: #da552f;
|
||||
|
@ -751,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%);
|
||||
}
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
|
@ -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 |
10
index.html
10
index.html
|
@ -461,6 +461,16 @@
|
|||
<img class="icon" src="images/icons/google_scholar.svg" alt="Google Scholar Icon">Google Scholar</a>
|
||||
<br>
|
||||
|
||||
<!-- Post.news -->
|
||||
<a class="button button-post-news" href="#" target="_blank" rel="noopener">
|
||||
<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:
|
||||
|
|
Loading…
Reference in New Issue