Merge github.com:sethcottle/littlelink

This commit is contained in:
baalajimaestro 2023-01-08 18:51:02 +05:30
commit 017cabd8eb
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5
5 changed files with 35 additions and 2 deletions

View file

@ -312,6 +312,16 @@ button:hover,
filter: brightness(90%); filter: brightness(90%);
} }
/* Google Scholar */
.button.button-google-scholar {
color: #000000;
background-color: #f5f5f5;
}
.button.button-google-scholar:hover,
.button.button-google-scholar:focus {
filter: brightness(90%);
}
/* Hashnode */ /* Hashnode */
.button.button-hashnode { .button.button-hashnode {
color: #000000; color: #000000;
@ -455,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;
@ -741,3 +761,13 @@ 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%);
}

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="#4285f4" d="M256 411.12L0 202.667 256 0z"/><path fill="#356ac3" d="M256 411.12l256-208.453L256 0z"/><circle fill="#a0c3ff" cx="256" cy="362.667" r="149.333"/><path fill="#76a7fa" d="M121.037 298.667c23.968-50.453 75.392-85.334 134.963-85.334s110.995 34.881 134.963 85.334H121.037z"/></svg>

After

Width:  |  Height:  |  Size: 363 B

BIN
images/icons/post.news.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

3
images/icons/unsplash.svg Executable file
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

@ -128,7 +128,6 @@
<!-- PayPal--> <!-- PayPal-->
<a class="button button-paypal" href="https://paypal.me/baalajimaestro" target="_blank" rel="noopener"><img class="icon" src="images/icons/paypal.svg" alt="PayPal Logo">Donate on PayPal</a> <a class="button button-paypal" href="https://paypal.me/baalajimaestro" target="_blank" rel="noopener"><img class="icon" src="images/icons/paypal.svg" alt="PayPal Logo">Donate on PayPal</a>
<br> <br>
<br> <br>