Add Post.news
This commit is contained in:
parent
86c137a0df
commit
6b3208d501
3 changed files with 15 additions and 0 deletions
|
@ -465,6 +465,16 @@ button:hover,
|
||||||
filter: brightness(90%);
|
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 */
|
/* Producthunt */
|
||||||
.button.button-producthunt {
|
.button.button-producthunt {
|
||||||
color: #da552f;
|
color: #da552f;
|
||||||
|
|
BIN
images/icons/post.news.png
Normal file
BIN
images/icons/post.news.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
|
@ -461,6 +461,11 @@
|
||||||
<img class="icon" src="images/icons/google_scholar.svg" alt="Google Scholar Icon">Google Scholar</a>
|
<img class="icon" src="images/icons/google_scholar.svg" alt="Google Scholar Icon">Google Scholar</a>
|
||||||
<br>
|
<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>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<!--
|
<!--
|
||||||
Footer:
|
Footer:
|
||||||
|
|
Loading…
Reference in a new issue