mirror of
https://github.com/sethcottle/littlelink.git
synced 2024-10-01 01:06:05 -04:00
Adding Bereal
I would like to add BeReal as a very popular site mostly in EU.
This commit is contained in:
parent
3abea3d199
commit
94c32d2cd6
@ -1097,3 +1097,13 @@ button:hover,
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* BeReal */
|
||||
.button.button-bereal {
|
||||
color: #ffffff;
|
||||
background-color: #000000;
|
||||
}
|
||||
.button.button-bereal:hover,
|
||||
.button.button-bereal:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
|
BIN
images/icons/bereal.ico
Normal file
BIN
images/icons/bereal.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
1
images/icons/revolut.svg
Normal file
1
images/icons/revolut.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="800" width="1200" viewBox="-2.850015 -5.75 24.70013 34.5"><defs><linearGradient gradientUnits="userSpaceOnUse" gradientTransform="matrix(.10838 0 0 .11312 -.092 -.004)" y2="33.495" y1="222.275" x2="187.902" x1="-3.542" id="a"><stop stop-color="#0D59EC" offset=".113"/><stop stop-color="#008FE1" offset=".742"/><stop stop-color="#20AFFF" offset="1"/></linearGradient><linearGradient gradientUnits="userSpaceOnUse" gradientTransform="matrix(.10838 0 0 .11312 -.092 -.004)" y2="33.495" y1="222.275" x2="187.902" x1="-3.542" id="b"><stop stop-color="#0D59EC" offset=".113"/><stop stop-color="#008FE1" offset=".742"/><stop stop-color="#20AFFF" offset="1"/></linearGradient></defs><g fill-rule="evenodd"><path d="M8.946 4.865c-.284 1.999-.511 3.682-.92 6.303 1.105-.024 3.613.416 4.165-3.166.457-2.98-1.58-3.256-3.245-3.137z" fill="url(#a)" transform="translate(.0001)"/><path d="M18.516 19.276c.43.957-.003 2.167-.9 2.654-.515.28-1.103.54-1.69.686A14.18 14.18 0 0112.97 23c-1.593 0-3.19-.912-3.878-2.022-.178.383-.82 1.153-1.945 1.515-.711.23-1.568.507-3.357.505-1.603-.001-2.517-.728-3-1.338-.77-.97-.883-2.202-.733-3.032l.008-.04C.67 15.553 1.497 10.035 1.878 7.27l.004-.027c.104-.767.21-1.534.273-2.306.031-.389.052-.78.056-1.17.004-.369-.03-.737-.027-1.106.004-.348.06-.7.223-1.008.265-.497.75-.889 1.263-1.06C4.233.405 4.821.33 5.406.262a46.373 46.373 0 011.798-.18A30.497 30.497 0 019.404 0c1.256-.001 2.52.02 3.758.275 1.261.26 2.535.757 3.53 1.628.682.597 1.223 1.35 1.63 2.174.356.726.501 1.49.587 2.074A8.67 8.67 0 0118.79 9.3a6.903 6.903 0 01-.913 2.122c-.474.736-1.082 1.404-1.857 2.04.472 1.37 1.702 4.046 2.496 5.814zM4.41 2.8c.03.508.034 1.02.012 1.53-.022.521-.067 1.04-.125 1.558-.057.516-.126 1.03-.196 1.544l-.023.168c-.22 1.607-.452 3.212-.695 4.814-.256 1.684-.543 3.359-.83 5.036-.133.782-.432 1.784-.023 2.53.364.666 1.298.747 1.949.68 2.371-.242 2.748-.769 2.748-.769-.473-.524-.062-2.912.414-6.122h1.685l1.764 5.335s.52 1.653 1.965 1.573c1.851-.102 3.213-.525 3.409-.76-.57-.318-2.2-4.394-3.088-7.387.43-.262.847-.547 1.24-.866.537-.438 1.035-.943 1.416-1.536.274-.426.483-.895.603-1.393.063-.263.098-.538.12-.807.04-.474.025-.954-.044-1.424-.066-.452-.165-.955-.367-1.363-.375-.763-.906-1.429-1.63-1.855-1.222-.718-2.63-.855-4.003-.93a25.333 25.333 0 00-4.463.146c-.166.02-1.845.168-1.838.298z" fill="url(#b)" transform="translate(.0001)"/></g></svg>
|
After Width: | Height: | Size: 2.4 KiB |
@ -130,6 +130,9 @@
|
||||
<!-- Behance -->
|
||||
<a class="button button-behance" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/behance.svg" alt="">Behance</a><br>
|
||||
|
||||
<!-- BeReal -->
|
||||
<a class="button button-bereal" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/bereal.ico" alt=""> BeReal</a><br>
|
||||
|
||||
<!-- Bluesky -->
|
||||
<a class="button button-bluesky" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/bluesky.svg" alt="">Bluesky</a><br>
|
||||
|
||||
@ -435,7 +438,6 @@
|
||||
|
||||
<!-- Generic Website -->
|
||||
<a class="button button-default" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/generic-website.svg" alt="">Visit Website</a><br>
|
||||
|
||||
<br>
|
||||
<!--
|
||||
Footer:
|
||||
|
Loading…
Reference in New Issue
Block a user