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
15 additions and
0 deletions
-
css/brands.css
-
BIN
images/icons/post.news.png
-
index.html
|
|
@ -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; |
|
|
|
Width: 24
|
Height: 24
|
Size: 3.2 KiB
|
|
|
@ -461,6 +461,11 @@ |
|
|
|
<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> |
|
|
|
|
|
|
|
<br> |
|
|
|
<!-- |
|
|
|
Footer: |
|
|
|