add Slackware

This commit is contained in:
VDawg 2023-11-18 11:14:00 +01:00
parent af5399d958
commit defc756cc6
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<svg width="74" height="74" viewBox="0 0 74 74" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M37.203 8.51514C28.712 8.51514 16.152 12.5983 16.152 22.7574C16.152 32.5024 28.2179 35.8752 35.9849 35.8752C44.0732 35.8752 51.6014 37.8688 51.6014 44.1519C51.6014 50.274 44.472 53.1158 36.1411 53.1158C26.6793 53.1158 22.0863 46.8148 22.0863 43.5897C22.0863 42.4595 20.3288 41.2473 18.3071 41.2473C16.2838 41.2473 15.0901 42.3013 15.0901 43.5897V53.8029C15.171 56.1382 16.239 58.4878 19.0254 58.4878C22.0262 58.4878 22.8983 58.0791 22.8983 55.0834C27.5193 57.4459 32.3088 58.4878 37.4529 58.4878C50.3132 58.4878 59.1161 52.1863 59.0661 44.2144C58.9852 31.3297 43.5205 29.816 36.0786 29.816C28.3963 29.7355 24.0852 26.0779 24.0852 22.6949C24.0852 19.0703 27.8148 13.8872 36.9531 13.8872C47.2321 13.8872 49.7245 19.4072 50.071 21.2582C50.4753 22.7136 51.9131 23.4757 53.694 23.4757C55.5557 23.4757 56.8173 22.5334 56.8173 21.1645V11.6384C56.8173 10.4305 54.9471 8.82747 52.9444 8.82747C51.2462 8.82747 49.496 9.46571 49.4151 11.0762C47.7169 9.78782 42.0658 8.51514 37.203 8.51514ZM4.93939 49.4303L5.09556 65.484H69.0606V63.4851H7.09446V49.4927L4.93939 49.4303Z" fill="url(#paint0_linear_1772_427)"/>
<defs>
<linearGradient id="paint0_linear_1772_427" x1="16.5423" y1="1.88185" x2="67.9821" y2="2.66554" gradientUnits="userSpaceOnUse">
<stop stop-color="#00E6CF"/>
<stop offset="0.489583" stop-color="#00C4E3"/>
<stop offset="1" stop-color="#00A1F8"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1,6 +1,7 @@
<script>
import { animateIn } from '$lib/Helper.mjs'
import archLogo from '$lib/images/logos/arch.svg'
import slackwareLogo from '$lib/images/logos/slackware.svg'
import nixLogo from '$lib/images/logos/nixos.svg'
import bsdLogo from '$lib/images/logos/freebsd.svg'
import suseLogo from '$lib/images/logos/opensuse.svg'
@ -48,6 +49,11 @@
srcset=""
/>
</InstallButton>
<InstallButton
name="Slackware"
command="upgradepkg --install-new hyprland-bin"
image={slackwareLogo}
/>
</div>
<a