Compare commits
No commits in common. "c22b4115c80931ebf015b9d14679eeaeb562f372" and "86c137a0dfed679821245bb92f80d46455887d9e" have entirely different histories.
c22b4115c8
...
86c137a0df
|
@ -465,16 +465,6 @@ 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;
|
||||||
|
@ -761,13 +751,3 @@ button:hover,
|
||||||
.button.button-yt:focus {
|
.button.button-yt:focus {
|
||||||
filter: brightness(90%);
|
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.
Before Width: | Height: | Size: 3.2 KiB |
|
@ -1,3 +0,0 @@
|
||||||
<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>
|
|
Before Width: | Height: | Size: 186 B |
10
index.html
10
index.html
|
@ -461,16 +461,6 @@
|
||||||
<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>
|
|
||||||
|
|
||||||
<!-- 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>
|
<br>
|
||||||
<!--
|
<!--
|
||||||
Footer:
|
Footer:
|
||||||
|
|
Loading…
Reference in New Issue