This commit is contained in:
starlight 2024-01-24 20:02:26 +13:00
parent 11b9338510
commit 8763976f15
3 changed files with 6 additions and 155 deletions

View File

@ -1,153 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1792 1792">
<style>
/* Eyes */
@keyframes firefish-logo-blink {
95% {
transform: scaleY(1);
}
97.5% {
transform: scaleY(0);
}
100% {
transform: scaleY(1);
}
}
#firefish-logo-eye-l,
#firefish-logo-eye-r {
transform-origin: center;
transform-box: fill-box;
animation-name: firefish-logo-blink;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
/* Bubbles */
@keyframes firefish-logo-bloop {
0% {
transform: translateY(400px);
opacity: 0;
}
20% {
opacity: 0;
}
30% {
opacity: 1;
}
80% {
opacity: 1;
}
90% {
opacity: 0;
}
100% {
transform: translateY(-400px);
}
}
.firefish-logo-bubble {
animation-name: firefish-logo-bloop;
animation-fill-mode: forwards;
animation-iteration-count: infinite;
animation-duration: 2s;
animation-timing-function: ease-out;
fill: #CCE4ED;
opacity: 0;
}
#firefish-logo-bubble-1 {
animation-delay: 0s;
}
#firefish-logo-bubble-2 {
animation-delay: .2s;
}
#firefish-logo-bubble-3 {
animation-delay: .6s;
}
#firefish-logo-bubble-4 {
animation-delay: .8s;
}
#firefish-logo-bubble-5 {
animation-delay: 1s;
}
</style>
<defs>
<linearGradient id="firefish-logo-linear-gradient" x1="26.41" y1="1765.71" x2="1492.49" y2="299.62"
gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#fff" />
<stop offset="1" stop-color="#fff" />
</linearGradient>
<linearGradient id="firefish-logo-linear-gradient-purple" x1="512" y1="1788" x2="512" y2="1398.68"
gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#fff" stop-opacity=".3" />
<stop offset=".11" stop-color="#fff" stop-opacity=".21" />
<stop offset=".27" stop-color="#fff" stop-opacity=".12" />
<stop offset=".44" stop-color="#fff" stop-opacity=".05" />
<stop offset=".65" stop-color="#fff" stop-opacity=".01" />
<stop offset="1" stop-color="#fff" stop-opacity="0" />
</linearGradient>
<linearGradient id="firefish-logo-linear-gradient-3" x1="-351.25" y1="1382.82" x2="1150.74" y2="-119.17"
xlink:href="#firefish-logo-linear-gradient" />
<linearGradient id="firefish-logo-linear-gradient-4" x1="412.3" y1="2147.8" x2="1915.31" y2="644.8"
xlink:href="#firefish-logo-linear-gradient" />
<linearGradient id="firefish-logo-linear-gradient-5" x1="28.25" y1="1763.75" x2="1531.25" y2="260.75"
xlink:href="#firefish-logo-linear-gradient" />
</defs>
<!-- Bubbles -->
<circle id="firefish-logo-bubble-1" class="firefish-logo-bubble" cx="205" cy="500" r="40" />
<circle id="firefish-logo-bubble-2" class="firefish-logo-bubble" cx="140" cy="500" r="80" />
<circle id="firefish-logo-bubble-3" class="firefish-logo-bubble" cx="95" cy="500" r="70" />
<circle id="firefish-logo-bubble-4" class="firefish-logo-bubble" cx="200" cy="500" r="40" />
<circle id="firefish-logo-bubble-5" class="firefish-logo-bubble" cx="95" cy="500" r="20" />
<g id="firefish-logo-firefish">
<g id="firefish-logo-fish">
<g id="firefish-logo-body">
<path
d="m928,768.11H96c-53.02,0-96,42.98-96,96v832c0,53.02,42.98,96,96,96h832c53.02,0,96-42.98,96-96v-832c0-53.02-42.98-96-96-96Z"
fill="url(#firefish-logo-linear-gradient)" />
</g>
<g id="firefish-logo-body-purple-grad">
<path
d="m928,768.11H96C42.98,768.11,0,811.09,0,864.11v832c0,53.02,42.98,96,96,96h832c53.02,0,96-42.98,96-96v-832c0-53.02-42.98-96-96-96Z"
fill="url(#firefish-logo-linear-gradient-purple)" />
</g>
<g id="firefish-logo-fin-l">
<path
d="m927.66,639.79h-439.94c-52.98,0-95.94-42.95-95.94-95.94V103.91c0-85.47,103.34-128.27,163.77-67.84l439.94,439.94c60.44,60.44,17.63,163.77-67.84,163.77Z"
fill="url(#firefish-logo-linear-gradient-3)" />
</g>
<g id="firefish-logo-fin-b">
<path
d="m1694.66,1408.11h-445.51c-53.65,0-97.15-43.5-97.15-97.15v-445.51c0-86.55,104.64-129.9,165.84-68.7l445.51,445.51c61.2,61.2,17.86,165.84-68.7,165.84Z"
fill="url(#firefish-logo-linear-gradient-4)" />
</g>
<g id="firefish-logo-fin-r">
<path
d="m1694.66,640h-445.51c-53.65,0-97.15-43.5-97.15-97.15V97.34c0-86.55,104.64-129.9,165.84-68.7l445.51,445.51c61.2,61.2,17.86,165.84-68.7,165.84Z"
fill="url(#firefish-logo-linear-gradient-5)" />
</g>
<g id="firefish-logo-eye-l">
<circle cx="256" cy="1408.11" r="128" fill="#060008" />
</g>
<g id="firefish-logo-eye-r">
<circle cx="576" cy="1408.11" r="128" fill="#060008" />
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.9 KiB

4
img/iceshrimp.svg Normal file
View File

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="110.14 71.14 147.57 224.7">
<path fill-rule="evenodd" clip-rule="evenodd" d="M169.298 279.39C167.548 277.86 166.519 275.67 166.439 273.35C166.359 271.02 167.249 268.77 168.899 267.13C180.289 255.72 204.238 231.77 204.238 231.77C207.398 228.6 211.689 226.83 216.169 226.83C221.159 226.83 225.348 228.76 228.508 231.92C231.668 235.08 233.448 239.64 233.448 244.11C233.448 248.58 231.668 252.87 228.508 256.04C231.418 253.12 235.799 251.1 240.439 251.1C245.069 251.1 249.348 252.76 252.818 256.24C256.388 259.8 257.718 264.34 257.718 268.38C257.718 272.85 255.938 277.14 252.778 280.3L251.899 281.18C233.779 299.24 195.758 302.8 169.298 279.39Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M144.75 260.15L135.15 250.54C101.81 217.2 101.81 163.15 135.15 129.81L191.4 73.5595C194.62 70.3395 199.839 70.3395 203.059 73.5595L213.71 84.2094C246.47 116.969 246.47 170.09 213.71 202.85L156.409 260.15C153.189 263.37 147.97 263.37 144.75 260.15ZM172.279 163.17C181.789 172.68 197.209 172.68 206.719 163.17C216.229 153.66 216.229 138.239 206.719 128.729C197.209 119.219 181.789 119.219 172.279 128.729C162.769 138.239 162.769 153.66 172.279 163.17Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -24,8 +24,8 @@
<div class="buttons">
<a href="https://git.stardust.wtf" target="_blank"><img alt="gitea icon" width="80" height="80"
src="./img/gitea.svg"></a>
<a href="https://kitty.community" target="_blank"><img alt="firefish icon" width="80" height="80"
src="./img/firefish.svg"></a>
<a href="https://kitty.community" target="_blank"><img alt="iceshrimp icon" width="80" height="80"
src="./img/iceshrimp.svg"></a>
<a href="https://search.stardust.wtf" target="_blank"><img alt="searxng icon" width="80" height="80"
src="./img/searxng.svg"></a>
<a href="https://drasl.stardust.wtf" target="_blank"><img alt="drasl icon" width="80" height="80"