Compare commits

...

6 Commits

Author SHA1 Message Date
Seth Cottle c22b4115c8
Merge pull request #80 from roketstorm/main
Added Unsplash button
2023-01-03 12:26:28 -05:00
Artur Shamsutdinov 03045c31d0 Added Unsplash button 2023-01-03 14:35:35 +05:00
Seth Cottle 94dc878a3f
Merge pull request #79 from kevinmcox/Post-spacing 2022-12-26 20:48:50 -05:00
Kevin M. Cox f4a3130c8e
Post spacing inconsistency
Removes extra spaces from my original commit that are inconsistent with existing entries.
2022-12-25 13:30:08 -06:00
Seth Cottle 1c5e7b6b12
Merge pull request #78 from kevinmcox/post.news 2022-12-23 22:07:37 -05:00
Kevin M. Cox 6b3208d501 Add Post.news 2022-12-23 20:45:36 -06:00
4 changed files with 33 additions and 0 deletions

View File

@ -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

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

@ -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: