Added Flashes
This commit is contained in:
parent
9a03ef2b83
commit
34808fbad3
4 changed files with 30 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
.DS_Store
|
||||
.vscode/settings.json
|
||||
|
|
|
@ -142,6 +142,13 @@
|
|||
--button-border:1px solid #FFFFFF;
|
||||
}
|
||||
|
||||
/* Flashes */
|
||||
.button-flashes {
|
||||
--button-text:#FFFFFF;
|
||||
background-image:linear-gradient(160deg, #022869, #0045B4, #19A5F5);
|
||||
}
|
||||
|
||||
|
||||
/* GOG */
|
||||
.button-gog {
|
||||
--button-text:#FFFFFF;
|
||||
|
|
19
images/icons-extended/flashes.svg
Normal file
19
images/icons-extended/flashes.svg
Normal file
|
@ -0,0 +1,19 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_1059_1057)">
|
||||
<path d="M5.25 15C2.3505 15 0 13.0413 0 10.625C0 8.3645 1.22658 6.87768 3.86592 6.64723C3.73769 6.24048 3.90733 5.6331 4.06704 5.00729C4.84476 1.95974 7.18629 0 10.5 0C13.3182 0 15.6826 1.61922 16.3267 3.80219C16.6285 3.76777 16.9368 3.75 17.25 3.75C20.9779 3.75 24 6.2684 24 9.375C24 12.4816 20.9779 15 17.25 15H5.25Z" fill="url(#paint0_linear_1059_1057)"/>
|
||||
<path d="M9.11398 23.9423C9.07659 23.9449 9.03824 23.9353 9.00494 23.9129C8.93192 23.8638 8.90491 23.7677 8.94133 23.6867L10.4978 20.2277L8.47709 20.3667C8.41475 20.371 8.3548 20.3412 8.31942 20.2886C8.28404 20.2359 8.27849 20.168 8.30482 20.1102L10.2068 15.9413C10.2339 15.882 10.2904 15.8425 10.3543 15.8381L12.6768 15.6783C12.7389 15.6741 12.7987 15.7036 12.8342 15.7559C12.8696 15.8084 12.8755 15.8759 12.8497 15.9337L11.6993 18.5016L13.6681 18.3662C13.7397 18.3613 13.8072 18.4013 13.8389 18.4672C13.8704 18.5333 13.8598 18.6121 13.8119 18.6667L9.23302 23.8829C9.20148 23.919 9.15841 23.9392 9.11398 23.9423Z" fill="url(#paint1_linear_1059_1057)"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_1059_1057" x1="12" y1="0" x2="12" y2="15" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#DEFAFE"/>
|
||||
<stop offset="1" stop-color="#BBCDFF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_1059_1057" x1="10.8277" y1="15.8055" x2="11.3766" y2="23.7867" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#DEFAFE"/>
|
||||
<stop offset="1" stop-color="#BBCDFF"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip0_1059_1057">
|
||||
<rect width="24" height="24" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
|
@ -112,6 +112,9 @@
|
|||
<!-- Distiller -->
|
||||
<a class="button button-dist" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons-extended/distiller.svg" alt="Distiller Logo">Distiller</a>
|
||||
|
||||
<!-- Flashes -->
|
||||
<a class="button button-flashes" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons-extended/flashes.svg" alt="Flashes Logo">Flashes for Bluesky</a>
|
||||
|
||||
<!-- Filmweb -->
|
||||
<a class="button button-filmweb" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons-extended/filmweb.svg" alt="Filmweb Logo">Filmweb</a>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue