New Brands

Added Amazon Music
Added ArtStation
Added Behance
Added Cal.com
Added Calendly
Added Dribbble
Added Fiverr
Added Generic Shopping Bag
Added Generic Shopping Tag
Added Guilded
Added Last.fm
Added Line
Added Mailchimp
Added Shop
Added Slack
Added Square
Added Upwork
Added VSCO
Added Zoom
Reordered Branded and Generic Buttons in `index.html`.
This commit is contained in:
Seth Cottle 2023-04-30 23:39:08 -04:00
parent 6bb9c52aaa
commit a7d942622b
21 changed files with 426 additions and 45 deletions

View file

@ -95,6 +95,16 @@ button:hover,
filter: brightness(90%); filter: brightness(90%);
} }
/* Amazon Music */
.button.button-amazon-music {
color: #000000;
background-color: #25D1DA;
}
.button.button-amazon-music:hover,
.button.button-amazon-music:focus {
filter: brightness(90%);
}
/* Apple App Store */ /* Apple App Store */
.button.button-appstore { .button.button-appstore {
color: #FFFFFF; color: #FFFFFF;
@ -148,6 +158,17 @@ button:hover,
filter: brightness(90%); filter: brightness(90%);
} }
/* ArtStation */
.button.button-artstation {
color: #ffffff;
background-color: #18181C;
border: 1px solid #FFFFFF;
}
.button.button-artstation:hover,
.button.button-artstation:focus {
filter: brightness(90%);
}
/* Bandcamp */ /* Bandcamp */
.button.button-bandcamp { .button.button-bandcamp {
color: #ffffff; color: #ffffff;
@ -158,6 +179,16 @@ button:hover,
filter: brightness(90%); filter: brightness(90%);
} }
/* Behance */
.button.button-behance {
color: #ffffff;
background-color: #0057FF;
}
.button.button-behance:hover,
.button.button-behance:focus {
filter: brightness(90%);
}
/* Bluesky */ /* Bluesky */
.button.button-bluesky { .button.button-bluesky {
color: #000000; color: #000000;
@ -171,7 +202,7 @@ button:hover,
/* Buy Me a Coffee */ /* Buy Me a Coffee */
.button.button-coffee { .button.button-coffee {
color: #100a26; color: #000000;
background-color: #ffdd00; background-color: #ffdd00;
} }
.button.button-coffee:hover, .button.button-coffee:hover,
@ -179,6 +210,27 @@ button:hover,
filter: brightness(90%); filter: brightness(90%);
} }
/* Cal.com */
.button.button-cal {
color: #FFFFFF;
background-color: #292929;
border: 1px solid #FFFFFF;
}
.button.button-cal:hover,
.button.button-cal:focus {
filter: brightness(90%);
}
/* Calendly */
.button.button-calendly {
color: #FFFFFF;
background-color: #006BFF;
}
.button.button-calendly:hover,
.button.button-calendly:focus {
filter: brightness(90%);
}
/* Cash App */ /* Cash App */
.button.button-cash-app { .button.button-cash-app {
color: #ffffff; color: #ffffff;
@ -221,6 +273,17 @@ button:hover,
filter: brightness(90%); filter: brightness(90%);
} }
/* Dribbble */
.button.button-dribbble {
color: #000000;
background-color: #FFFFFF;
border: 1px solid #212121;
}
.button.button-dribbble:hover,
.button.button-dribbble:focus {
filter: brightness(90%);
}
/* Etsy */ /* Etsy */
.button.button-etsy { .button.button-etsy {
color: #ffffff; color: #ffffff;
@ -270,6 +333,16 @@ button:hover,
filter: brightness(90%); filter: brightness(90%);
} }
/* Fiverr */
.button.button-fiverr {
color: #ffffff;
background-color: #1DBF73;
}
.button.button-fiverr:hover,
.button.button-fiverr:focus {
filter: brightness(90%);
}
/* Flickr */ /* Flickr */
.button.button-flickr { .button.button-flickr {
color: #ffffff; color: #ffffff;
@ -357,6 +430,16 @@ button:hover,
filter: brightness(90%); filter: brightness(90%);
} }
/* Guilded */
.button.button-guilded {
color: #000000;
background-color: #F5C400;
}
.button.button-guilded:hover,
.button.button-guilded:focus {
filter: brightness(90%);
}
/* Hashnode */ /* Hashnode */
.button.button-hashnode { .button.button-hashnode {
color: #000000; color: #000000;
@ -409,6 +492,16 @@ button:hover,
filter: brightness(90%); filter: brightness(90%);
} }
/* Last.fm */
.button.button-last-fm {
color: #ffffff;
background-color: #D51007;
}
.button.button-last-fm:hover,
.button.button-last-fm:focus {
filter: brightness(90%);
}
/* Letterboxd */ /* Letterboxd */
.button.button-letterboxd { .button.button-letterboxd {
color: #ffffff; color: #ffffff;
@ -420,6 +513,17 @@ button:hover,
filter: brightness(90%); filter: brightness(90%);
} }
/* Line */
.button.button-line {
color: #FFFFFF;
background-color: #06C755;
}
.button.button-line:hover,
.button.button-line:focus {
filter: brightness(90%);
}
/* LinkedIn */ /* LinkedIn */
.button.button-linked { .button.button-linked {
color: #ffffff; color: #ffffff;
@ -430,6 +534,16 @@ button:hover,
filter: brightness(90%); filter: brightness(90%);
} }
/* Mailchimp */
.button.button-mailchimp {
color: #000000;
background-color: #FFE01B;
}
.button.button-mailchimp:hover,
.button.button-mailchimp:focus {
filter: brightness(90%);
}
/* Mastodon */ /* Mastodon */
.button.button-mastodon { .button.button-mastodon {
color: #ffffff; color: #ffffff;
@ -558,6 +672,16 @@ button:hover,
filter: brightness(90%); filter: brightness(90%);
} }
/* Shop */
.button.button-shop {
color: #ffffff;
background-color: #5A31F4;
}
.button.button-shop:hover,
.button.button-shop:focus {
filter: brightness(90%);
}
/* Signal */ /* Signal */
.button.button-signal { .button.button-signal {
color: #ffffff; color: #ffffff;
@ -578,6 +702,18 @@ button:hover,
filter: brightness(90%); filter: brightness(90%);
} }
/* Slack */
.button.button-slack {
color: #000000;
background-color: #FFFFFF;
border: 1px solid #212121;
}
.button.button-slack:hover,
.button.button-slack:focus {
filter: brightness(90%);
}
/* Snapchat */ /* Snapchat */
.button.button-snapchat { .button.button-snapchat {
color: #000000; color: #000000;
@ -619,6 +755,16 @@ button:hover,
filter: brightness(90%); filter: brightness(90%);
} }
/* Square */
.button.button-square {
color: #FFFFFF;
background-color: #006AFF;
}
.button.button-square:hover,
.button.button-square:focus {
filter: brightness(90%);
}
/* Steam */ /* Steam */
.button.button-steam { .button.button-steam {
color: #ffffff; color: #ffffff;
@ -742,6 +888,16 @@ button:hover,
filter: brightness(90%); filter: brightness(90%);
} }
/* Upwork */
.button.button-upwork {
color: #FFFFFF;
background-color: #14A800;
}
.button.button-upwork:hover,
.button.button-upwork:focus {
filter: brightness(90%);
}
/* Venmo */ /* Venmo */
.button.button-venmo { .button.button-venmo {
color: #ffffff; color: #ffffff;
@ -773,6 +929,17 @@ button:hover,
filter: brightness(90%); filter: brightness(90%);
} }
/* VSCO */
.button.button-vsco {
color: #FFFFFF;
background-color: #000000;
border: 1px solid #FFFFFF;
}
.button.button-vsco:hover,
.button.button-vsco:focus {
filter: brightness(90%);
}
/* Website */ /* Website */
.button.button-web { .button.button-web {
color: #ffffff; color: #ffffff;
@ -824,3 +991,14 @@ button:hover,
.button.button-yt:focus { .button.button-yt:focus {
filter: brightness(90%); filter: brightness(90%);
} }
/* Zoom */
.button.button-zoom {
color: #ffffff;
background-color: #0B5CFF;
}
.button.button-zoom:hover,
.button.button-zoom:focus {
filter: brightness(90%);
}

View file

@ -0,0 +1,17 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1450_812)">
<path d="M15.952 11.0663C15.7902 11.1742 15.5475 11.2551 15.251 11.2551C14.7926 11.2551 14.3612 11.2011 13.9298 11.0663C13.822 11.0394 13.7411 11.0124 13.6872 11.0124C13.6063 11.0124 13.5793 11.0663 13.5793 11.1742V11.4438C13.5793 11.5247 13.6063 11.5786 13.6333 11.6325C13.6602 11.6595 13.7142 11.7134 13.795 11.7404C14.2264 11.9291 14.7117 12.01 15.251 12.01C15.8171 12.01 16.2485 11.8752 16.599 11.6056C16.9495 11.336 17.1113 10.9855 17.1113 10.5271C17.1113 10.2036 17.0304 9.96092 16.8686 9.74523C16.7069 9.5565 16.4373 9.36777 16.0598 9.23296L15.3049 8.93638C15.0083 8.82854 14.7926 8.72069 14.7117 8.61285C14.6039 8.505 14.55 8.39715 14.55 8.20842C14.55 7.804 14.8465 7.58831 15.4666 7.58831C15.8171 7.58831 16.1676 7.64223 16.4912 7.75008C16.599 7.77704 16.6799 7.804 16.7069 7.804C16.7878 7.804 16.8417 7.75008 16.8417 7.64223V7.37262C16.8417 7.29173 16.8147 7.23781 16.7878 7.18389C16.7608 7.12997 16.7069 7.103 16.626 7.07604C16.2216 6.94124 15.8171 6.86035 15.4127 6.86035C14.9005 6.86035 14.4691 6.99516 14.1455 7.23781C13.822 7.48046 13.6602 7.83096 13.6602 8.23539C13.6602 8.8555 14.0107 9.31384 14.7117 9.58346L15.5206 9.88003C15.7902 9.98788 15.952 10.0688 16.0598 10.1766C16.1676 10.2845 16.1946 10.3923 16.1946 10.5541C16.1946 10.7698 16.1137 10.9585 15.952 11.0663Z" fill="black"/>
<path d="M11.7189 7.18385V10.7697C11.2606 11.0663 10.8023 11.2281 10.3439 11.2281C10.0473 11.2281 9.83164 11.1472 9.69683 10.9854C9.56203 10.8236 9.5081 10.581 9.5081 10.2305V7.18385C9.5081 7.04904 9.45418 6.99512 9.31937 6.99512H8.75318C8.61838 6.99512 8.56445 7.04904 8.56445 7.18385V10.5271C8.56445 10.9854 8.6723 11.3629 8.91495 11.6055C9.1576 11.8482 9.5081 11.983 9.96645 11.983C10.5866 11.983 11.2067 11.7673 11.7998 11.3359L11.8537 11.6594C11.8537 11.7403 11.8807 11.7673 11.9346 11.7943C11.9616 11.8212 12.0155 11.8212 12.0964 11.8212H12.5008C12.6356 11.8212 12.6896 11.7673 12.6896 11.6325V7.18385C12.6896 7.04904 12.6356 6.99512 12.5008 6.99512H11.9346C11.7729 6.99512 11.7189 7.076 11.7189 7.18385Z" fill="black"/>
<path d="M6.59628 11.8482H7.16247C7.29728 11.8482 7.3512 11.7943 7.3512 11.6595V8.28931C7.3512 7.83096 7.24336 7.48046 7.00071 7.23781C6.75805 6.99516 6.43452 6.86035 5.97617 6.86035C5.35606 6.86035 4.70898 7.07604 4.08887 7.53439C3.87318 7.07604 3.46876 6.86035 2.8756 6.86035C2.28245 6.86035 1.6893 7.07604 1.09615 7.48047L1.04223 7.18389C1.04223 7.103 1.01526 7.07604 0.961341 7.04908C0.93438 7.02212 0.880457 7.02212 0.826534 7.02212H0.395151C0.260344 7.02212 0.206421 7.07604 0.206421 7.21085V11.6865C0.206421 11.8213 0.260344 11.8752 0.395151 11.8752H0.961341C1.09615 11.8752 1.15007 11.8213 1.15007 11.6865V8.04666C1.60842 7.77704 2.06676 7.61527 2.55207 7.61527C2.82168 7.61527 3.01041 7.69616 3.11826 7.85793C3.2261 8.01969 3.30699 8.23539 3.30699 8.55892V11.6595C3.30699 11.7943 3.36091 11.8482 3.49572 11.8482H4.06191C4.19671 11.8482 4.25064 11.7943 4.25064 11.6595V8.34323V8.18146C4.25064 8.12754 4.25064 8.07362 4.25064 8.04666C4.73594 7.75008 5.19429 7.61527 5.65263 7.61527C5.92225 7.61527 6.11098 7.69616 6.21882 7.85793C6.32667 8.01969 6.40755 8.23539 6.40755 8.55892V11.6595C6.40755 11.7943 6.46148 11.8482 6.59628 11.8482Z" fill="black"/>
<path d="M21.2903 15.4341C18.3515 16.6744 15.1431 17.2945 12.2313 17.2945C7.91744 17.2945 3.73841 16.1082 0.368232 14.14C0.314309 14.113 0.260386 14.0861 0.206463 14.0861C0.0177328 14.0861 -0.0901129 14.3018 0.0986172 14.4905C3.22614 17.3214 7.37821 19.02 11.9617 19.02C15.2509 19.02 19.0525 17.9955 21.6678 16.0542C22.1261 15.7307 21.7487 15.2454 21.2903 15.4341Z" fill="black"/>
<path d="M21.2094 8.07363C21.4521 7.80402 21.8295 7.66921 22.3687 7.66921C22.6384 7.66921 22.908 7.69617 23.1506 7.77706C23.2315 7.80402 23.2585 7.80402 23.3124 7.80402C23.3933 7.80402 23.4472 7.7501 23.4472 7.61529V7.34567C23.4472 7.26479 23.4202 7.18391 23.3933 7.15694C23.3663 7.12998 23.3124 7.07606 23.2585 7.0491C22.908 6.96821 22.5575 6.88733 22.2339 6.88733C21.479 6.88733 20.9128 7.10302 20.4814 7.56137C20.077 7.99275 19.8613 8.63982 19.8613 9.44867C19.8613 10.2575 20.0501 10.8776 20.4545 11.309C20.8589 11.7404 21.4251 11.9561 22.18 11.9561C22.5844 11.9561 22.9619 11.9022 23.2585 11.7674C23.3394 11.7404 23.3933 11.7134 23.4202 11.6595C23.4472 11.6325 23.4472 11.5517 23.4472 11.4708V11.2012C23.4472 11.0664 23.3933 11.0124 23.3124 11.0124C23.2854 11.0124 23.2315 11.0124 23.1776 11.0394C22.881 11.1203 22.5844 11.1742 22.3148 11.1742C21.8026 11.1742 21.4251 11.0394 21.1824 10.7698C20.9398 10.5002 20.8319 10.0688 20.8319 9.50259V9.36778C20.8589 8.77463 20.9667 8.34325 21.2094 8.07363Z" fill="black"/>
<path d="M22.4227 17.9685C23.8247 16.7822 24.2021 14.3287 23.9056 13.9512C23.7708 13.7895 23.1237 13.6277 22.3148 13.6277C21.4521 13.6277 20.4275 13.8164 19.6457 14.3556C19.403 14.5174 19.4569 14.7331 19.6996 14.7061C20.5354 14.5983 22.4227 14.3826 22.7732 14.814C23.0967 15.2454 22.3957 17.0248 22.0722 17.8067C21.9913 18.0494 22.18 18.1302 22.4227 17.9685Z" fill="black"/>
<path d="M18.6751 6.99512H18.1089C17.9741 6.99512 17.9202 7.04904 17.9202 7.18385V11.6594C17.9202 11.7943 17.9741 11.8482 18.1089 11.8482H18.6751C18.8099 11.8482 18.8638 11.7943 18.8638 11.6594V7.18385C18.8638 7.076 18.8099 6.99512 18.6751 6.99512Z" fill="black"/>
<path d="M18.8368 5.16177C18.7289 5.05392 18.5672 5 18.3784 5C18.1897 5 18.0549 5.05392 17.947 5.16177C17.8392 5.26961 17.7853 5.40442 17.7853 5.56619C17.7853 5.72796 17.8392 5.88973 17.947 5.97061C18.0549 6.07846 18.1897 6.13238 18.3784 6.13238C18.5672 6.13238 18.702 6.07846 18.8098 5.97061C18.9177 5.86277 18.9716 5.72796 18.9716 5.56619C18.9716 5.40442 18.9446 5.24265 18.8368 5.16177Z" fill="black"/>
</g>
<defs>
<clipPath id="clip0_1450_812">
<rect width="24" height="14.02" fill="white" transform="translate(0 5)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 5.8 KiB

View file

@ -0,0 +1,5 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 17.7273L2.0189 21.2207C2.42722 22.0146 3.24386 22.559 4.17391 22.559H17.6257L14.8355 17.7273H0Z" fill="#13AFF0"/>
<path d="M24 17.7499C24 17.2736 23.8638 16.8199 23.6143 16.4343L15.7202 2.73295C15.3119 1.96168 14.5179 1.43994 13.5879 1.43994H9.41394L21.5954 22.5363L23.5236 19.2017C23.8865 18.5666 24 18.2944 24 17.7499Z" fill="#13AFF0"/>
<path d="M12.862 14.2792L7.44045 4.86523L1.99622 14.2792H12.862Z" fill="#13AFF0"/>
</svg>

After

Width:  |  Height:  |  Size: 537 B

10
images/icons/behance.svg Normal file
View file

@ -0,0 +1,10 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1450_781)">
<path d="M22 7H15V5H22V7ZM23.726 17C23.284 18.297 21.697 20 18.625 20C15.551 20 13.061 18.271 13.061 14.325C13.061 10.415 15.386 8.405 18.527 8.405C21.609 8.405 23.491 10.187 23.902 12.831C23.98 13.337 24.011 14.019 23.997 14.971H15.97C16.1 18.182 19.453 18.283 20.558 17H23.726ZM16.04 13H21.005C20.9 11.453 19.869 10.781 18.528 10.781C17.062 10.781 16.251 11.549 16.04 13ZM6.466 19.988H0V5.021H6.953C12.429 5.102 12.533 10.465 9.673 11.927C13.134 13.187 13.25 19.988 6.466 19.988ZM3 11H6.584C9.092 11 9.49 8 6.272 8H3V11ZM6.391 14H3V17.016H6.341C9.396 17.016 9.209 14 6.391 14Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_1450_781">
<rect width="24" height="24" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 842 B

5
images/icons/cal.svg Normal file
View file

@ -0,0 +1,5 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.17791 18.7862C2.65412 18.7862 0 15.9972 0 12.554C0 9.0993 2.5186 6.28735 6.17791 6.28735C8.1205 6.28735 9.46446 6.88417 10.5148 8.24998L8.8207 9.66169C8.10919 8.90418 7.25083 8.52543 6.17791 8.52543C3.79483 8.52543 2.48471 10.3503 2.48471 12.554C2.48471 14.7576 3.91906 16.5481 6.17791 16.5481C7.23953 16.5481 8.1431 16.1694 8.85461 15.4118L10.5261 16.8809C9.52097 18.1893 8.1431 18.7862 6.17791 18.7862Z" fill="white"/>
<path d="M17.8222 9.61528H20.1036V18.5676H17.8222V17.2592C17.3478 18.1889 16.5572 18.8086 15.0438 18.8086C12.6269 18.8086 10.6956 16.7083 10.6956 14.1259C10.6956 11.5435 12.6269 9.44312 15.0438 9.44312C16.546 9.44312 17.3478 10.0629 17.8222 10.9926V9.61528ZM17.8899 14.1259C17.8899 12.7257 16.9299 11.5664 15.4165 11.5664C13.9596 11.5664 13.0108 12.7371 13.0108 14.1259C13.0108 15.4802 13.9596 16.6853 15.4165 16.6853C16.9187 16.6853 17.8899 15.5146 17.8899 14.1259Z" fill="white"/>
<path d="M21.7186 6H24V18.5562H21.7186V6Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

12
images/icons/calendly.svg Normal file
View file

@ -0,0 +1,12 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1450_677)">
<path d="M16.1463 15.5259C15.2437 16.4849 14.0026 17.049 12.7051 17.049H11.6333C10.4486 17.049 9.26389 16.5977 8.41769 15.7515C7.6279 14.9053 7.17659 13.8335 7.233 12.7052V11.2948C7.233 10.1102 7.68431 9.0383 8.4741 8.1921C9.3203 7.3459 10.4486 6.89459 11.6333 6.89459H12.6487C13.9462 6.89459 15.2437 7.45872 16.1463 8.41775C16.9925 9.32037 18.1772 9.77168 19.4183 9.71526C19.7004 9.71526 19.9824 9.71526 20.2645 9.65885C20.1517 9.37678 20.0389 9.09471 19.8696 8.86906L18.6285 6.78176C17.5003 4.8637 15.4694 3.67902 13.2128 3.67902H10.7871C8.53051 3.67902 6.49963 4.8637 5.37136 6.78176L4.13026 8.86906C3.00199 10.7871 3.00199 13.2129 4.13026 15.131L5.37136 17.2747C6.49963 19.1927 8.53051 20.3774 10.7871 20.3774H13.2128C15.4694 20.3774 17.5003 19.1927 18.6285 17.2747L19.8696 15.1874C20.0389 14.9617 20.1517 14.6797 20.2645 14.3976C19.9824 14.3412 19.7004 14.3412 19.4183 14.3412C18.1772 14.1719 16.9925 14.6232 16.1463 15.5259Z" fill="white"/>
<path d="M12.6487 8.19209H11.5769C9.94088 8.13568 8.53054 9.37678 8.41772 11.0692C8.41772 11.1256 8.41772 11.2384 8.41772 11.2948V12.7052C8.3613 14.3412 9.71523 15.7515 11.3512 15.7515C11.4076 15.7515 11.464 15.7515 11.5769 15.7515H12.5923C15.3566 15.7515 15.1309 12.9308 19.3055 12.9308C19.7004 12.9308 20.0953 12.9872 20.4902 13.0437C20.603 12.3103 20.603 11.5769 20.4902 10.8999C20.0953 10.9564 19.7004 11.0128 19.3055 11.0128C15.2437 11.0128 15.4694 8.19209 12.6487 8.19209Z" fill="white"/>
<path d="M22.9724 14.0591C22.239 13.5514 21.4493 13.2129 20.5466 13.0436C20.4902 13.4385 20.3774 13.8898 20.2082 14.2847C20.9415 14.3976 21.6185 14.6796 22.1826 15.0745C20.4338 20.7159 14.454 23.875 8.75622 22.1826C3.05845 20.4902 -0.0442874 14.454 1.70453 8.75622C3.45335 3.05846 9.43318 -0.0442866 15.1309 1.64812C18.5158 2.71998 21.1672 5.37141 22.239 8.75622C21.6749 9.20753 20.9979 9.43319 20.2646 9.54601C20.4338 9.94091 20.5466 10.3358 20.6031 10.7871C21.4493 10.6743 22.2955 10.3358 23.0288 9.88449C23.5366 9.60242 23.7058 8.98188 23.4801 8.47415C21.5057 2.15584 14.7925 -1.39821 8.47415 0.519849C2.15584 2.49432 -1.39821 9.20753 0.519848 15.5258C2.43791 21.8442 9.20753 25.3982 15.5258 23.4801C19.3055 22.2955 22.2955 19.362 23.4801 15.5258C23.6494 15.0181 23.4801 14.3976 22.9724 14.0591Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_1450_677">
<rect width="24" height="24" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

11
images/icons/dribbble.svg Normal file
View file

@ -0,0 +1,11 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1450_716)">
<path d="M12 23.52C18.3623 23.52 23.52 18.3623 23.52 12C23.52 5.63766 18.3623 0.47998 12 0.47998C5.63766 0.47998 0.47998 5.63766 0.47998 12C0.47998 18.3623 5.63766 23.52 12 23.52Z" fill="#EA4C89"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 0C5.37528 0 0 5.37528 0 12C0 18.6247 5.37528 24 12 24C18.6117 24 24 18.6247 24 12C24 5.37528 18.6117 0 12 0ZM19.9262 5.53145C21.3579 7.27548 22.2169 9.5011 22.243 11.9089C21.9046 11.8438 18.5206 11.154 15.1106 11.5835C15.0325 11.4143 14.9675 11.2321 14.8894 11.0499C14.6811 10.5553 14.4468 10.0477 14.2126 9.56616C17.987 8.03038 19.705 5.81779 19.9262 5.53145ZM12 1.77006C14.603 1.77006 16.9848 2.7462 18.7939 4.34707C18.6117 4.60738 17.0629 6.6768 13.4187 8.04338C11.7397 4.95878 9.87852 2.43384 9.5922 2.04338C10.3601 1.86117 11.167 1.77006 12 1.77006ZM7.63992 2.73319C7.91323 3.09761 9.73536 5.63558 11.4403 8.6551C6.65076 9.93058 2.42083 9.90456 1.96529 9.90456C2.62906 6.72886 4.77658 4.08677 7.63992 2.73319ZM1.74403 12.013C1.74403 11.9089 1.74403 11.8048 1.74403 11.7006C2.18655 11.7137 7.15836 11.7787 12.2733 10.243C12.5727 10.8156 12.846 11.4013 13.1063 11.987C12.9761 12.026 12.833 12.0651 12.7028 12.1041C7.41866 13.8091 4.60738 18.4686 4.37311 18.859C2.7462 17.0499 1.74403 14.6421 1.74403 12.013ZM12 22.256C9.63125 22.256 7.44468 21.449 5.71366 20.0954C5.89589 19.718 7.97832 15.7093 13.757 13.692C13.7831 13.679 13.7961 13.679 13.8221 13.6659C15.2668 17.4013 15.8525 20.538 16.0087 21.436C14.7722 21.9696 13.4187 22.256 12 22.256ZM17.7137 20.4989C17.6095 19.8742 17.0629 16.8807 15.7224 13.1974C18.9371 12.6898 21.7484 13.5228 22.0998 13.6399C21.6573 16.4902 20.0173 18.9501 17.7137 20.4989Z" fill="#C32361"/>
</g>
<defs>
<clipPath id="clip0_1450_716">
<rect width="24" height="24" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

3
images/icons/fiverr.svg Normal file
View file

@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.4227 24H6.07925V11.8642H3V7.33585H6.07925V5.97736C6.07925 2.44528 8.70567 0 12.6 0H16.5849V4.5283H13.4151C12.2377 4.5283 11.4227 5.25283 11.4227 6.33962V7.33585H21.9283V24H16.5849V11.8642H11.4227V24Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 332 B

View file

@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.28571 24C3.65714 24 3.11905 23.7762 2.67143 23.3286C2.22381 22.881 2 22.3429 2 21.7143V8C2 7.37143 2.22381 6.83333 2.67143 6.38571C3.11905 5.9381 3.65714 5.71429 4.28571 5.71429H6.57143C6.57143 4.13333 7.12857 2.78571 8.24286 1.67143C9.35714 0.557143 10.7048 0 12.2857 0C13.8667 0 15.2143 0.557143 16.3286 1.67143C17.4429 2.78571 18 4.13333 18 5.71429H20.2857C20.9143 5.71429 21.4524 5.9381 21.9 6.38571C22.3476 6.83333 22.5714 7.37143 22.5714 8V21.7143C22.5714 22.3429 22.3476 22.881 21.9 23.3286C21.4524 23.7762 20.9143 24 20.2857 24H4.28571ZM12.2857 14.8571C13.8667 14.8571 15.2143 14.3 16.3286 13.1857C17.4429 12.0714 18 10.7238 18 9.14286H15.7143C15.7143 10.0952 15.381 10.9048 14.7143 11.5714C14.0476 12.2381 13.2381 12.5714 12.2857 12.5714C11.3333 12.5714 10.5238 12.2381 9.85714 11.5714C9.19048 10.9048 8.85714 10.0952 8.85714 9.14286H6.57143C6.57143 10.7238 7.12857 12.0714 8.24286 13.1857C9.35714 14.3 10.7048 14.8571 12.2857 14.8571ZM8.85714 5.71429H15.7143C15.7143 4.7619 15.381 3.95238 14.7143 3.28571C14.0476 2.61905 13.2381 2.28571 12.2857 2.28571C11.3333 2.28571 10.5238 2.61905 9.85714 3.28571C9.19048 3.95238 8.85714 4.7619 8.85714 5.71429Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -0,0 +1,10 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1450_838)">
<path d="M14.7184 23.3091C14.2578 23.7697 13.6871 24 13.0063 24C12.3254 24 11.7547 23.7697 11.2941 23.3091L0.720901 12.7359C0.500626 12.5156 0.325407 12.2553 0.195244 11.9549C0.0650813 11.6546 0 11.3342 0 10.9937V2.403C0 1.74218 0.235294 1.17647 0.705882 0.705882C1.17647 0.235294 1.74218 0 2.403 0H10.9937C11.3342 0 11.6546 0.0650813 11.9549 0.195244C12.2553 0.325407 12.5156 0.500626 12.7359 0.720901L23.3091 11.3242C23.7697 11.7847 24 12.3504 24 13.0213C24 13.6921 23.7697 14.2578 23.3091 14.7184L14.7184 23.3091ZM5.40676 7.20901C5.90738 7.20901 6.33292 7.03379 6.68335 6.68335C7.03379 6.33292 7.20901 5.90738 7.20901 5.40676C7.20901 4.90613 7.03379 4.4806 6.68335 4.13016C6.33292 3.77972 5.90738 3.60451 5.40676 3.60451C4.90613 3.60451 4.4806 3.77972 4.13016 4.13016C3.77972 4.4806 3.60451 4.90613 3.60451 5.40676C3.60451 5.90738 3.77972 6.33292 4.13016 6.68335C4.4806 7.03379 4.90613 7.20901 5.40676 7.20901Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_1450_838">
<rect width="24" height="24" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

10
images/icons/guilded.svg Normal file
View file

@ -0,0 +1,10 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1450_712)">
<path d="M6.77846 12.5451C5.31688 9.60118 5.29688 6.7547 5.29688 6.7547H23.6799C23.897 5.17899 24.0039 3.59031 24 2H0.00012207C0.00012207 7.647 1.21371 11.847 2.3745 14.1601C4.18409 17.7698 6.92646 20.9689 12.024 22.9999H12.0688C15.1222 21.8764 17.7887 19.9132 19.7551 17.341C21.1719 15.4859 22.6591 12.5729 23.3599 9.36979H9.14724C9.37364 11.362 10.36 13.0856 11.6136 14.1245H16.4584C15.528 15.6674 13.8232 17.0993 12.0584 17.9243C10.3504 17.1992 8.28005 15.3789 6.77846 12.5451Z" fill="#111820"/>
</g>
<defs>
<clipPath id="clip0_1450_712">
<rect width="24" height="24" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 746 B

3
images/icons/last-fm.svg Normal file
View file

@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.70439 14.4846L10.5842 16.8762C10.5842 16.8762 9.09943 18.3332 5.99334 18.3332C2.14442 18.3332 0 16.079 0 11.9002C0 7.55664 2.14442 5 6.18555 5C9.84194 5 11.6841 6.31955 12.8385 9.89348L13.7457 12.6424C14.4057 14.6494 15.5601 16.1064 18.3367 16.1064C20.2062 16.1064 21.1957 15.694 21.1957 14.677C21.1957 13.8796 20.7285 13.3024 19.3265 12.9724L17.4569 12.5327C15.1753 11.9829 14.2681 10.8007 14.2681 8.93128C14.2681 5.93471 16.6874 5 19.1615 5C21.9656 5 23.67 6.01718 23.8899 8.49136L21.1409 8.82133C21.0308 7.63921 20.3161 7.14432 18.9966 7.14432C17.7868 7.14432 17.0447 7.69419 17.0447 8.62891C17.0447 9.45367 17.402 9.94857 18.6115 10.2235L20.3709 10.6083C22.7352 11.1582 24 12.3129 24 14.5397C24 17.2887 21.6909 18.3333 18.2817 18.3333C13.5257 18.3333 11.8762 16.189 10.9967 13.5225L10.1168 10.7733C9.45689 8.76635 8.68721 7.1994 6.26812 7.1994C4.5909 7.1994 2.88661 8.409 2.88661 11.7904C2.88661 14.4296 4.23355 16.0791 6.13067 16.0791C8.27467 16.0791 9.70439 14.4846 9.70439 14.4846Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

3
images/icons/line.svg Normal file
View file

@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M24 10.7381C24 5.36854 18.6169 1 12 1C5.38307 1 0 5.36854 0 10.7381C0 15.5521 4.27407 19.5843 10.0351 20.3458C10.4265 20.4301 10.9585 20.6033 11.0923 20.9374C11.2138 21.2411 11.1722 21.7168 11.1317 22.0228C11.1317 22.0228 10.9911 22.8697 10.9607 23.0497L10.9562 23.0753C10.8988 23.3997 10.7532 24.2219 12 23.6975C13.2811 23.1588 18.9105 19.6282 21.4277 16.7297C23.1666 14.8232 24 12.8841 24 10.7381ZM20.0072 13.8391H16.6329C16.5732 13.8391 16.516 13.8154 16.4738 13.7732C16.4317 13.731 16.408 13.6738 16.408 13.6141V8.37839C16.408 8.31873 16.4317 8.26152 16.4738 8.21933C16.516 8.17714 16.5732 8.15344 16.6329 8.15344H20.0072C20.0668 8.15344 20.1241 8.17714 20.1662 8.21933C20.2084 8.26152 20.2321 8.31873 20.2321 8.37839V9.22983C20.2321 9.28949 20.2084 9.34671 20.1662 9.3889C20.1241 9.43108 20.0668 9.45478 20.0072 9.45478H17.716V10.3377H20.0072C20.0668 10.3377 20.1241 10.3614 20.1662 10.4036C20.2084 10.4458 20.2321 10.503 20.2321 10.5627V11.422C20.2321 11.4816 20.2084 11.5389 20.1662 11.581C20.1241 11.6232 20.0668 11.6469 20.0072 11.6469H17.716V12.531H20.0072C20.0668 12.531 20.1241 12.5547 20.1662 12.5969C20.2084 12.6391 20.2321 12.6963 20.2321 12.7559V13.6062C20.2332 13.6364 20.2281 13.6665 20.2173 13.6948C20.2065 13.723 20.1901 13.7487 20.1691 13.7704C20.1481 13.7922 20.1229 13.8094 20.0951 13.8212C20.0673 13.833 20.0374 13.8391 20.0072 13.8391ZM7.69606 13.7732C7.65388 13.8154 7.59666 13.8391 7.537 13.8391L7.54037 13.8357H4.16611C4.10645 13.8357 4.04923 13.812 4.00705 13.7698C3.96486 13.7276 3.94116 13.6704 3.94116 13.6108V8.37729C3.94116 8.31763 3.96486 8.26042 4.00705 8.21823C4.04923 8.17604 4.10645 8.15234 4.16611 8.15234H5.02093C5.08059 8.15234 5.1378 8.17604 5.17999 8.21823C5.22218 8.26042 5.24588 8.31763 5.24588 8.37729V12.5389H7.537C7.59666 12.5389 7.65388 12.5626 7.69606 12.6048C7.73825 12.647 7.76195 12.7042 7.76195 12.7638V13.6141C7.76195 13.6738 7.73825 13.731 7.69606 13.7732ZM9.56597 8.14331H8.71566C8.58893 8.14331 8.48621 8.24604 8.48621 8.37276V13.6096C8.48621 13.7363 8.58893 13.8391 8.71566 13.8391H9.56597C9.69269 13.8391 9.79542 13.7363 9.79542 13.6096V8.37276C9.79542 8.24604 9.69269 8.14331 9.56597 8.14331ZM14.5093 8.14331H15.3596C15.3896 8.1433 15.4192 8.14927 15.4468 8.16085C15.4744 8.17244 15.4994 8.18941 15.5203 8.21078C15.5413 8.23215 15.5577 8.25748 15.5688 8.28529C15.5798 8.31311 15.5852 8.34284 15.5846 8.37276V13.5961C15.5846 13.6558 15.5609 13.713 15.5187 13.7552C15.4765 13.7974 15.4193 13.8211 15.3596 13.8211H14.5138C14.4934 13.8207 14.473 13.8181 14.4531 13.8132H14.4373H14.4295H14.4182L14.407 13.8076H14.4002L14.3867 13.7986C14.3638 13.7829 14.344 13.763 14.3282 13.7401L11.9291 10.5008V13.6422C11.9291 13.7019 11.9054 13.7591 11.8633 13.8013C11.8211 13.8435 11.7639 13.8672 11.7042 13.8672H10.8528C10.7931 13.8672 10.7359 13.8435 10.6937 13.8013C10.6515 13.7591 10.6278 13.7019 10.6278 13.6422V8.40538C10.6278 8.34572 10.6515 8.2885 10.6937 8.24631C10.7359 8.20413 10.7931 8.18043 10.8528 8.18043H11.7199H11.7323H11.7413H11.7548H11.7638H11.7773H11.7852H11.7976H11.8054L11.8178 8.18718H11.8245L11.8369 8.19617H11.8437L11.856 8.2063L11.8695 8.21979C11.8768 8.22692 11.8832 8.23485 11.8887 8.24341L14.2844 11.4793V8.36826C14.2844 8.3086 14.3081 8.25138 14.3503 8.2092C14.3925 8.16701 14.4497 8.14331 14.5093 8.14331Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

View file

@ -0,0 +1,10 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M18.0003 11.3137C18.1637 11.3137 18.3271 11.3137 18.4904 11.3137C18.5944 11.0909 18.5944 10.7642 18.4904 10.393C18.3865 9.84351 18.2231 9.47225 17.8964 9.5168C17.5697 9.5762 17.5697 10.0069 17.6736 10.5563C17.7182 10.883 17.837 11.1503 18.0003 11.3137Z" fill="black"/>
<path d="M15.1193 11.8038C15.3421 11.9078 15.5055 11.9672 15.55 11.9078C15.6094 11.8484 15.55 11.8038 15.4906 11.685C15.3867 11.4623 15.1045 11.2989 14.8966 11.1949C14.3471 10.9722 13.7531 11.0316 13.2631 11.4177C13.0997 11.5217 12.9363 11.685 12.9957 11.8038C12.9957 11.8632 13.0551 11.8632 13.0997 11.8632C13.2037 11.8632 13.6937 11.6405 14.2432 11.5959C14.5699 11.5811 14.8966 11.6999 15.1193 11.8038Z" fill="black"/>
<path d="M14.6293 12.0712C14.3026 12.1306 14.1393 12.2345 14.0353 12.3385C13.9314 12.4424 13.8719 12.5018 13.8719 12.5612V12.6206H13.9313C13.9908 12.6206 14.1541 12.5612 14.1541 12.5612C14.5848 12.3979 14.8669 12.3979 15.1342 12.4573C15.2976 12.4573 15.357 12.5167 15.4015 12.4573C15.4015 12.4573 15.4015 12.3979 15.4015 12.3533C15.3867 12.19 15.06 12.0266 14.6293 12.0712Z" fill="black"/>
<path d="M14.7926 12.4572C14.8966 12.2344 14.8966 11.7444 14.7926 11.3731C14.6887 10.8237 14.5253 10.4969 14.1392 10.4969C13.8125 10.5563 13.8125 10.987 13.9164 11.581C13.9758 11.9671 14.1392 12.175 14.1837 12.3384C14.4659 12.7839 14.6293 12.6651 14.7926 12.4572Z" fill="black"/>
<path d="M17.0202 13.0512C17.243 13.1551 17.4509 13.1106 17.5697 12.9472C17.6291 12.7839 17.5103 12.5611 17.3024 12.4572C17.0796 12.3532 16.8717 12.3978 16.7529 12.5611C16.6341 12.7245 16.7975 12.9472 17.0202 13.0512Z" fill="black"/>
<path d="M18.3716 11.8632C18.2083 11.8632 18.0449 12.0265 18.0449 12.2938C18.0449 12.5166 18.1489 12.7245 18.3716 12.7245C18.535 12.7245 18.6983 12.5611 18.6983 12.2938C18.6538 12.0711 18.535 11.8632 18.3716 11.8632Z" fill="black"/>
<path d="M6.86251 16.0956C6.80311 16.0362 6.75856 16.0362 6.69915 16.0956C6.63975 16.0956 6.5952 16.0956 6.5358 16.0956C6.43185 16.0956 6.31304 16.0362 6.26849 15.9322C6.22394 15.8283 6.20909 15.6649 6.26849 15.4422L6.32789 15.3382C6.49125 15.0115 6.714 14.5215 6.43185 14.0314C6.20909 13.6453 5.94179 13.4374 5.55568 13.378C5.16957 13.3186 4.79831 13.4819 4.57555 13.7641C4.18944 14.1948 4.14489 14.7442 4.18944 14.9521C4.18944 15.0115 4.24884 15.0561 4.29339 15.0561C4.3528 15.0561 4.45675 14.9967 4.51615 14.8333V14.7739C4.51615 14.67 4.57555 14.5512 4.6795 14.3878C4.78346 14.2245 4.94681 14.1205 5.11016 14.1205C5.27352 14.0611 5.49627 14.1205 5.65963 14.2245C5.92693 14.3878 6.04574 14.7145 5.92693 15.0412C5.76358 15.2046 5.70418 15.4719 5.70418 15.754C5.76358 16.2441 6.09029 16.4669 6.3576 16.5114C6.6249 16.5114 6.84766 16.3481 6.84766 16.2441C6.90706 16.155 6.86251 16.155 6.86251 16.0956Z" fill="black"/>
<path d="M22.6633 15.1748C22.6633 15.1154 22.6039 14.9075 22.5 14.5808L22.2772 14.0908C22.6633 13.5413 22.6633 13.0067 22.6039 12.7394C22.5445 12.4127 22.3812 12.086 22.1139 11.7593C21.8466 11.4325 21.1932 11.1058 20.3764 10.8831L19.9457 10.7791C19.9457 10.7791 19.9457 9.7396 19.8863 9.30894C19.8863 8.98223 19.8269 8.49217 19.6636 8.00211C19.5002 7.3487 19.1735 6.75468 18.7428 6.36857C19.8269 5.2251 20.5397 3.91826 20.5397 2.83418C20.5397 0.769985 17.9855 0.116569 14.7778 1.4234L14.1244 1.69071C14.1244 1.69071 12.9364 0.502679 12.877 0.502679C9.35741 -2.6456 -1.88432 9.90296 1.69462 12.9473L2.45199 13.6007C2.22924 14.1502 2.18468 14.7442 2.22924 15.3976C2.33319 16.2144 2.7787 17.0311 3.41727 17.6845C4.07068 18.2786 4.932 18.6647 5.80818 18.6647C7.21896 21.9317 10.4266 23.8771 14.1689 23.9959C18.1934 24.0999 21.609 22.1991 23.0198 18.828C23.1237 18.6053 23.5098 17.5212 23.5098 16.5411C23.5989 15.5461 23.0495 15.1748 22.6633 15.1748ZM6.14973 17.7291C6.04578 17.7291 5.88243 17.7885 5.76362 17.7291C4.57559 17.6697 3.20936 16.5856 3.10541 15.2788C3.00146 13.868 3.69942 12.7839 5.00626 12.5018C5.16961 12.4424 5.33296 12.4424 5.55572 12.4424C6.26854 12.5018 7.35261 13.0364 7.61992 14.6105C7.82782 16.0956 7.51597 17.5063 6.14973 17.7291ZM4.79835 11.6405C3.98158 11.8038 3.28361 12.2345 2.8381 12.8879C2.57079 12.6651 2.08073 12.2345 2.02133 12.0711C1.30851 10.7643 2.7787 8.16547 3.81823 6.73983C6.31309 3.1609 10.2781 0.443278 12.075 0.918489C12.4017 1.02244 13.3819 2.16592 13.3819 2.16592C13.3819 2.16592 11.5404 3.20544 9.84748 4.61623C7.56052 6.30917 5.82303 8.86343 4.79835 11.6405ZM17.6142 17.1796L17.6736 17.1202C17.6736 17.0608 17.6142 17.0608 17.6142 17.0608C17.6142 17.0608 15.7134 17.3281 13.9165 16.6747C14.1392 16.0213 14.6293 16.2441 15.4312 16.348C16.842 16.452 18.1488 16.2441 19.0696 15.9619C19.8863 15.7391 20.9704 15.2491 21.7872 14.6105C22.0545 15.2045 22.1733 15.9174 22.1733 15.9174C22.1733 15.9174 22.396 15.858 22.5594 15.9768C22.7227 16.0807 22.8267 16.3035 22.7821 16.8529C22.6188 17.937 22.1287 18.7538 21.4308 19.5705C21.0001 20.0606 20.3912 20.4913 19.7527 20.818C19.426 20.9813 19.0399 21.1447 18.6686 21.2486C15.7282 22.1694 12.8027 21.1892 11.882 18.9617C11.8226 18.7983 11.7186 18.635 11.7186 18.4122C11.3325 16.942 11.6592 15.2045 12.7581 14.1205C12.8175 14.0611 12.8621 13.9571 12.8621 13.8532C12.8621 13.7492 12.8027 13.6898 12.7581 13.6304C12.372 13.0809 11.0801 12.1602 11.3474 10.3633C11.5107 9.05649 12.6542 8.19516 13.6789 8.23972H13.9462C14.3768 8.23972 14.8223 8.34367 15.1342 8.34367C15.7282 8.34367 16.3222 8.28427 16.9757 7.74965C17.1984 7.5863 17.3618 7.42295 17.6885 7.36354C17.7479 7.36354 17.7924 7.30414 17.9558 7.36354C18.1191 7.36354 18.2825 7.42295 18.3864 7.5269C18.9359 7.91301 18.9805 8.71493 19.0399 9.36834C19.0399 9.75445 19.0993 10.6158 19.0993 10.8385C19.1587 11.388 19.2626 11.4919 19.5893 11.5959C19.7527 11.6553 19.916 11.6999 20.1388 11.7593C20.8516 11.982 21.2823 12.1454 21.5496 12.4127C21.7129 12.576 21.7723 12.7394 21.8169 12.9027C21.9208 13.4967 21.3268 14.2541 19.8566 14.9669C18.2231 15.7243 16.3222 15.8877 14.9709 15.7243L14.4808 15.6649C13.3967 15.5015 12.8027 16.9123 13.4413 17.833C13.8719 18.4271 15.0154 18.8726 16.0995 18.8726C18.7131 18.8726 20.7179 17.7885 21.4308 16.8084L21.4902 16.7044C21.5496 16.645 21.4902 16.6005 21.4308 16.645C20.8367 17.0757 18.1191 18.7092 15.2382 18.2192C15.2382 18.2192 14.9115 18.1598 14.5847 18.0558C14.3174 17.9519 13.8274 17.7291 13.7086 17.1796C16.144 17.8925 17.6142 17.1796 17.6142 17.1796ZM9.46137 6.75468C10.3375 5.71515 11.4662 4.79443 12.4463 4.30437C12.5057 4.30437 12.5057 4.30437 12.5057 4.36377C12.4463 4.52713 12.2829 4.79443 12.2384 5.01719C12.2384 5.07659 12.2978 5.07659 12.2978 5.07659C12.8918 4.64593 13.9759 4.20042 14.9115 4.15587C14.9709 4.15587 14.9709 4.21527 14.9709 4.21527C14.8075 4.31922 14.7035 4.48258 14.5402 4.64593C14.5402 4.64593 14.5402 4.70533 14.5996 4.70533C15.253 4.70533 16.1737 4.92809 16.7677 5.29935C16.8271 5.29935 16.7677 5.4033 16.7083 5.4033C15.7876 5.18054 14.3174 5.01719 12.7433 5.4033C11.3325 5.73001 10.293 6.27947 9.53562 6.81408C9.46137 6.79923 9.41681 6.79923 9.46137 6.75468Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 6.9 KiB

10
images/icons/shop.svg Normal file
View file

@ -0,0 +1,10 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1450_704)">
<path d="M1.26628 2.93139C3.18161 1.62336 5.57576 0 10.3758 0C18.4925 0 22.8721 6.4 22.8838 12.4496C22.8838 18.9664 18.1772 23.7898 11.6604 24H11.0298C5.55241 23.8365 1.32467 19.9825 1.17285 14.9255C1.04438 10.9431 3.29839 8.7708 5.21372 7.63796C5.27211 7.60292 5.33051 7.59124 5.40058 7.57956C5.59912 7.53285 5.80934 7.63795 5.89109 7.82482L7.5962 11.0365C7.5962 11.0482 7.60788 11.0482 7.60788 11.0599C7.72467 11.2701 7.6546 11.527 7.45606 11.6438C6.22978 12.5314 5.69255 13.5474 5.69255 14.9139C5.69255 17.5066 7.95824 19.2584 11.3334 19.2701C15.4327 19.2117 17.9787 16.5022 17.9787 12.2044C17.9787 9.86861 17.0794 7.64964 15.5845 6.27153C14.2415 5.0219 12.3962 4.44963 10.259 4.62482C6.42959 4.92837 4.93442 6.17727 3.94172 7.00647L3.94073 7.0073L3.78891 7.12409C3.73051 7.1708 3.67212 7.19416 3.60204 7.21752C3.39182 7.29927 3.14657 7.20584 3.05314 6.99562L1.06774 3.59708C0.93927 3.38686 0.997666 3.10657 1.20788 2.96642L1.26628 2.93139Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_1450_704">
<rect width="24" height="24" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

10
images/icons/slack.svg Normal file
View file

@ -0,0 +1,10 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5.02793 15.1508C5.02793 16.5586 3.88827 17.6648 2.51397 17.6648C1.13966 17.6648 0 16.5251 0 15.1508C0 13.7765 1.13966 12.6368 2.51397 12.6368H5.02793V15.1508Z" fill="#E01E5A"/>
<path d="M6.30164 15.1508C6.30164 13.743 7.4413 12.6368 8.8156 12.6368C10.1899 12.6368 11.3296 13.7765 11.3296 15.1508V21.486C11.3296 22.8938 10.1899 24 8.8156 24C7.4413 24 6.30164 22.8603 6.30164 21.486V15.1508Z" fill="#E01E5A"/>
<path d="M8.8156 5.02793C7.40778 5.02793 6.30164 3.88827 6.30164 2.51397C6.30164 1.13966 7.4413 0 8.8156 0C10.1899 0 11.3296 1.13966 11.3296 2.51397V5.02793H8.8156Z" fill="#36C5F0"/>
<path d="M8.81564 6.3017C10.2235 6.3017 11.3296 7.44136 11.3296 8.81566C11.3296 10.19 10.1899 11.3296 8.81564 11.3296H2.51397C1.10615 11.3296 0 10.19 0 8.81566C0 7.44136 1.13966 6.3017 2.51397 6.3017H8.81564Z" fill="#36C5F0"/>
<path d="M18.9385 8.84917C18.9385 7.44135 20.0781 6.33521 21.4524 6.33521C22.8603 6.33521 23.9664 7.47487 23.9664 8.84917C23.9664 10.2235 22.8267 11.3631 21.4524 11.3631H18.9385V8.84917Z" fill="#2EB67D"/>
<path d="M17.6648 8.84916C17.6648 10.257 16.5251 11.3631 15.1508 11.3631C13.743 11.3631 12.6368 10.2235 12.6368 8.84916V2.51397C12.6368 1.10615 13.7765 0 15.1508 0C16.5586 0 17.6648 1.13966 17.6648 2.51397V8.84916Z" fill="#2EB67D"/>
<path d="M15.1508 18.9385C16.5586 18.9385 17.6648 20.0782 17.6648 21.4525C17.6648 22.8603 16.5251 23.9665 15.1508 23.9665C13.743 23.9665 12.6368 22.8268 12.6368 21.4525V18.9385H15.1508Z" fill="#ECB22E"/>
<path d="M15.1508 17.6983C13.743 17.6983 12.6368 16.5587 12.6368 15.1844C12.6368 13.8101 13.7765 12.6704 15.1508 12.6704H21.486C22.8938 12.6704 24 13.8101 24 15.1844C24 16.5587 22.8603 17.6983 21.486 17.6983H15.1508Z" fill="#ECB22E"/>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

11
images/icons/square.svg Normal file
View file

@ -0,0 +1,11 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1450_893)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.01009 1.68918e-07H19.9887C21.0524 -0.000308362 22.0728 0.422045 22.825 1.17412C23.5773 1.92619 24 2.94634 24 4.01009V19.9875C24 22.2029 22.204 23.9988 19.9887 23.9988H4.01009C1.79519 23.9981 0 22.2025 0 19.9875V4.01009C0 1.79537 1.79537 1.68918e-07 4.01009 1.68918e-07ZM18.3737 19.6359C19.0727 19.6359 19.6394 19.0692 19.6394 18.3702L19.6359 5.62972C19.6359 4.93071 19.0692 4.36405 18.3702 4.36405H5.63088C5.29501 4.36405 4.9729 4.49756 4.73551 4.73517C4.49812 4.97278 4.36491 5.29501 4.36522 5.63088V18.3702C4.36522 19.0692 4.93187 19.6359 5.63088 19.6359H18.3737Z" fill="white"/>
<path d="M9.44755 15.2532C9.04856 15.2501 8.7268 14.9258 8.72682 14.5267V9.44075C8.72589 9.24745 8.80202 9.06174 8.93839 8.92473C9.07474 8.78772 9.26008 8.71069 9.45338 8.71069H14.5464C14.7396 8.711 14.9247 8.78812 15.061 8.92507C15.1973 9.06203 15.2735 9.24755 15.2729 9.44075V14.5255C15.2735 14.7187 15.1973 14.9043 15.061 15.0412C14.9247 15.1782 14.7396 15.2553 14.5464 15.2556L9.44755 15.2532Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_1450_893">
<rect width="24" height="24" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

3
images/icons/upwork.svg Normal file
View file

@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M18.5576 4.45199C15.9851 4.46437 14.0298 6.16574 13.2978 8.87698C12.0697 6.98698 11.1116 4.82512 10.5622 3L7.85473 3.01275L7.89223 10.1895C7.89383 10.5273 7.82886 10.8622 7.70104 11.175C7.57322 11.4878 7.38505 11.7723 7.14727 12.0123C6.90949 12.2524 6.62676 12.4432 6.31521 12.574C6.00367 12.7048 5.66942 12.7729 5.33155 12.7745C4.64918 12.7778 3.99348 12.5098 3.50869 12.0296C3.26864 11.7918 3.07778 11.5091 2.947 11.1975C2.81623 10.886 2.74809 10.5517 2.74649 10.2138L2.70899 3.03712L0 3.05025L0.0374999 10.2273C0.0479999 13.2056 2.42774 15.5655 5.33998 15.5505C8.25223 15.5355 10.6106 13.1557 10.5975 10.1767L10.5918 8.95798C11.1378 10.038 11.8203 11.1855 12.5703 12.198L10.9147 20.1269L13.6897 20.1142L14.8822 14.3535C15.9682 15.0258 17.1885 15.426 18.6097 15.4192C21.5887 15.4061 24.0149 12.9581 23.9999 9.84297C23.9864 6.86324 21.5369 4.43812 18.5579 4.45162L18.5576 4.45199ZM18.5962 12.6442C17.5132 12.6491 16.428 12.1807 15.5445 11.4393L15.81 10.3518V10.2836C16.008 9.13085 16.6072 7.16511 18.6382 7.15611C19.3559 7.1548 20.0449 7.43755 20.5548 7.94259C21.0647 8.44764 21.354 9.13394 21.3596 9.8516C21.2984 11.409 20.0182 12.6341 18.5958 12.6405L18.5962 12.6442Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

10
images/icons/vsco.svg Normal file
View file

@ -0,0 +1,10 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1450_902)">
<path d="M23.9932 11.6186C23.7955 5.29459 18.7061 0.204136 12.3832 0.0064866V0H12.0017H11.6203V0.0064866C5.29738 0.204136 0.207913 5.29459 0.0103003 11.6186H0V12.3818H0.0103003C0.0515012 13.7039 0.306338 14.9722 0.742001 16.1535L0.731701 16.1577L1.02316 16.8628L1.02965 16.8602C2.84593 20.9563 6.88746 23.8455 11.6206 23.9935V24H12.3836V23.9935C18.7064 23.7959 23.7959 18.7058 23.9935 12.3814H24V11.6183H23.9935L23.9932 11.6186ZM20.5544 11.6186C20.5052 10.7319 20.3209 9.88097 20.0222 9.08619L22.4981 7.98576C22.9429 9.14725 23.1882 10.366 23.2298 11.6186H20.5544ZM15.6301 19.8642C16.4423 19.4838 17.1847 18.9798 17.8336 18.3765L19.6693 20.2126C18.7293 21.0917 17.6589 21.7954 16.4808 22.3082L15.6301 19.8642ZM7.15295 22.1399C6.11915 21.645 5.17343 20.9979 4.33222 20.2107L6.16793 18.3746C6.75507 18.921 7.41887 19.3862 8.1418 19.7517L7.15295 22.1399ZM8.2112 4.41624C7.5047 4.76534 6.85311 5.20914 6.27324 5.73112L4.33222 3.7897C5.17343 3.00253 6.11915 2.3554 7.15295 1.86051L8.2112 4.41624ZM16.4507 1.67926C17.6406 2.19285 18.7213 2.90104 19.669 3.78779L17.7275 5.72956C17.0408 5.1118 16.2542 4.60393 15.3943 4.2327L16.4503 1.67965L16.4507 1.67926ZM18.2719 6.26451L20.2088 4.32732C21.0301 5.20494 21.6985 6.19624 22.2009 7.28294L19.7219 8.3845C19.3462 7.60496 18.8552 6.89104 18.2719 6.26451ZM15.0388 4.90958C15.8281 5.24344 16.5491 5.70059 17.1877 6.26989L15.6209 7.83695C14.742 7.07231 13.6185 6.58124 12.3832 6.49688V4.30557C13.3023 4.34945 14.1938 4.55208 15.0388 4.90958ZM15.363 15.3641C14.465 16.2623 13.2713 16.7568 12.0013 16.7568C10.7313 16.7568 9.53768 16.2623 8.63962 15.3641C7.7416 14.4659 7.24718 13.272 7.24718 12.0017C7.24718 10.7315 7.7416 9.53758 8.63962 8.63938C9.53768 7.74117 10.7313 7.24665 12.0013 7.24665C13.2713 7.24665 14.465 7.74117 15.363 8.63938C16.2611 9.53758 16.7555 10.7315 16.7555 12.0017C16.7555 13.272 16.2611 14.4659 15.363 15.3641ZM11.6198 6.49688C10.3838 6.58124 9.25954 7.07269 8.38021 7.83846L6.81343 6.2714C7.45242 5.70097 8.17421 5.24344 8.96428 4.9092C9.80931 4.5517 10.7012 4.34907 11.6198 4.30519V6.49688ZM5.72923 6.26644C5.12648 6.91435 4.62253 7.6561 4.24218 8.46693L1.75067 7.39358C2.25843 6.26413 2.94397 5.23622 3.79241 4.32923L5.72923 6.26644ZM4.81097 9.06369C5.16385 8.22922 5.65369 7.47143 6.26904 6.80635L7.84078 8.37841C7.07477 9.25789 6.58262 10.3824 6.49793 11.619H4.21319C4.2666 10.7357 4.4665 9.87758 4.81097 9.06369ZM6.49755 12.3818C6.58186 13.6188 7.07322 14.7437 7.83927 15.6235L6.17293 17.2902C5.6026 16.6511 5.14517 15.9292 4.81097 15.139C4.44056 14.2629 4.23684 13.3365 4.20366 12.3818H6.49755ZM6.70737 17.8347L8.3787 16.1631C9.25841 16.9296 10.383 17.4215 11.6198 17.5062V19.8967C10.7008 19.8528 9.80931 19.6502 8.96428 19.2927C8.12996 18.9397 7.3723 18.4502 6.70737 17.8347ZM12.3828 17.5062C13.6188 17.4219 14.7427 16.9304 15.6221 16.165L17.2934 17.8366C16.6288 18.4509 15.872 18.9405 15.0384 19.2931C14.1934 19.6506 13.3018 19.8532 12.3828 19.897V17.5062ZM18.3684 17.8324C18.935 17.2032 19.4095 16.4897 19.7708 15.7128L22.1941 16.7312C21.692 17.8122 21.0263 18.7989 20.2083 19.6727L18.3684 17.8324ZM19.1917 15.1386C18.8571 15.9295 18.399 16.6519 17.8282 17.2917L16.1619 15.6251C16.929 14.7448 17.4212 13.6192 17.5051 12.3814H19.7994C19.7658 13.3361 19.5621 14.2625 19.1917 15.1386ZM17.5047 11.6183C17.42 10.3808 16.9275 9.25562 16.1604 8.37572L17.7317 6.80404C18.3478 7.46949 18.8384 8.22804 19.1917 9.06331C19.5362 9.87758 19.7361 10.7349 19.7895 11.6183H17.5047ZM15.7403 1.40072L14.6813 3.9614C13.9534 3.72178 13.1828 3.57717 12.3832 3.54206V0.770379C13.5372 0.808535 14.6622 1.01954 15.7403 1.40072ZM11.6203 3.54206C10.668 3.58365 9.75628 3.78092 8.90973 4.10869L7.85224 1.55449C9.0543 1.07601 10.319 0.813112 11.6203 0.769997V3.54206ZM1.46225 8.10023L3.94958 9.17169C3.66957 9.94203 3.49675 10.7636 3.44907 11.619H0.774047C0.814104 10.4076 1.04491 9.22698 1.46225 8.10023ZM0.774047 12.3818H3.44029C3.46814 13.2441 3.62265 14.074 3.88702 14.8535L1.44776 15.8616C1.03918 14.7463 0.813722 13.5799 0.774047 12.3818ZM4.16474 15.5648C4.53365 16.3985 5.03113 17.1624 5.6327 17.8309L3.79279 19.6712C2.93481 18.7543 2.24394 17.713 1.73464 16.569L4.16474 15.5648ZM7.85224 22.4459L8.83764 20.0657C9.70438 20.4107 10.6409 20.6175 11.6203 20.6606V23.2304C10.319 23.1873 9.0543 22.9244 7.85224 22.4459ZM12.3832 20.6606C13.2721 20.6217 14.1259 20.4473 14.9243 20.1577L15.7709 22.589C14.6836 22.9767 13.5483 23.1919 12.3832 23.2304V20.6606ZM22.4923 16.0291L20.0623 15.0077C20.3594 14.1839 20.5334 13.3014 20.5632 12.3821H23.2298C23.1882 13.6398 22.9406 14.8635 22.4923 16.0291Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_1450_902">
<rect width="24" height="24" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.7 KiB

3
images/icons/zoom.svg Normal file
View file

@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16.5 17.75C16.5 18.9926 15.4926 20 14.25 20H4.5C2.01471 20 0 17.9853 0 15.5V7.25C0 6.00745 1.00736 5 2.25 5H12C14.4853 5 16.5 7.01471 16.5 9.5V17.75ZM22.2 6.34986L18.9 8.82487C18.3334 9.2498 18 9.91668 18 10.6249L18.0001 14.3749C18.0001 15.0831 18.3335 15.7499 18.9 16.1749L22.2 18.6499C22.9416 19.2061 24 18.6769 24 17.7499V7.24988C24 6.32283 22.9416 5.79363 22.2 6.34986Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 503 B

View file

@ -103,6 +103,9 @@
<!-- Amazon --> <!-- Amazon -->
<a class="button button-amazon" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/amazon.svg" alt="Amazon Logo">Amazon Wishlist</a><br> <a class="button button-amazon" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/amazon.svg" alt="Amazon Logo">Amazon Wishlist</a><br>
<!-- Amazon Music -->
<a class="button button-amazon-music" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/amazon-music.svg" alt="Amazon Music Logo">Listen on Amazon Music</a><br>
<!-- Apple App Store --> <!-- Apple App Store -->
<a class="button button-appstore" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/apple.svg" alt="Apple Logo">Apple App Store</a><br> <a class="button button-appstore" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/apple.svg" alt="Apple Logo">Apple App Store</a><br>
@ -121,12 +124,21 @@
<!-- Bandcamp --> <!-- Bandcamp -->
<a class="button button-bandcamp" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/bandcamp.svg" alt="Bandcamp Logo">Bandcamp</a><br> <a class="button button-bandcamp" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/bandcamp.svg" alt="Bandcamp Logo">Bandcamp</a><br>
<!-- Behance -->
<a class="button button-behance" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/behance.svg" alt="Behance Logo">Behance</a><br>
<!-- Bluesky --> <!-- Bluesky -->
<a class="button button-bluesky" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/bluesky.svg" alt="Bluesky Logo">Bluesky</a><br> <a class="button button-bluesky" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/bluesky.svg" alt="Bluesky Logo">Bluesky</a><br>
<!-- Buy Me A Coffee --> <!-- Buy Me A Coffee -->
<a class="button button-coffee" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/buy-me-a-coffee.svg" alt="Buy Me A Coffee Logo">Buy Me A Coffee</a><br> <a class="button button-coffee" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/buy-me-a-coffee.svg" alt="Buy Me A Coffee Logo">Buy Me A Coffee</a><br>
<!-- Cal.com -->
<a class="button button-cal" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/cal.svg" alt="Cal.com Logo">Schedule with Cal.com</a><br>
<!-- Calendly -->
<a class="button button-calendly" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/calendly.svg" alt="Calendly Logo">Schedule with Calendly</a><br>
<!-- Cash App --> <!-- Cash App -->
<a class="button button-cash-app" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/cash-app-dollar.svg" alt="Cash App Logo">Cash App</a><br> <a class="button button-cash-app" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/cash-app-dollar.svg" alt="Cash App Logo">Cash App</a><br>
@ -139,6 +151,9 @@
<!-- Discord --> <!-- Discord -->
<a class="button button-discord" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/discord.svg" alt="Discord Logo">Discord</a><br> <a class="button button-discord" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/discord.svg" alt="Discord Logo">Discord</a><br>
<!-- Dribbble -->
<a class="button button-dribbble" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/dribbble.svg" alt="Dribbble Logo">Dribbble</a><br>
<!-- Etsy --> <!-- Etsy -->
<a class="button button-etsy" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/etsy.svg" alt="Etsy Logo">Shop on Etsy</a><br> <a class="button button-etsy" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/etsy.svg" alt="Etsy Logo">Shop on Etsy</a><br>
@ -151,51 +166,12 @@
<!-- Figma --> <!-- Figma -->
<a class="button button-figma" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/figma.svg" alt="Figma Logo">Figma Community</a><br> <a class="button button-figma" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/figma.svg" alt="Figma Logo">Figma Community</a><br>
<!-- Fiverr -->
<a class="button button-fiverr" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/fiverr.svg" alt="Fiverr Logo">Fiverr Gig</a><br>
<!-- Flickr --> <!-- Flickr -->
<a class="button button-flickr" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/flickr.svg" alt="Flickr Logo">Flickr</a><br> <a class="button button-flickr" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/flickr.svg" alt="Flickr Logo">Flickr</a><br>
<!-- Generic Blog -->
<a class="button button-default" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-blog.svg" alt="Blog Icon">Read our blog</a><br>
<!-- Generic Calendar -->
<a class="button button-default" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-calendar.svg" alt="Calendar Icon">Event RSVP</a><br>
<!-- Generic Cloud -->
<a class="button button-default" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-cloud.svg" alt="Cloud Icon">Download File</a><br>
<!-- Generic Code -->
<a class="button button-default" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-code.svg" alt="Code Icon">View the code</a><br>
<!-- Generic Computer -->
<a class="button button-default" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-computer.svg" alt="Computer Icon">Homelab Setup</a><br>
<!-- Generic Email -->
<a class="button button-default" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-email.svg" alt="Email Icon">Email Us</a><br>
<!-- Generic Email Alt -->
<a class="button button-default" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-email-alt.svg" alt="Email Alt Icon">Email Us</a><br>
<!-- Generic Homepage -->
<a class="button button-default" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-homepage.svg" alt="Homepage Icon">Visit Homepage</a><br>
<!-- Generic Map -->
<a class="button button-default" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-map.svg" alt="Map Icon">Get Directions</a><br>
<!-- Generic Phone -->
<a class="button button-default" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-phone.svg" alt="Phone Icon">Call us at 555-555-5555</a><br>
<!-- Generic Review -->
<a class="button button-default" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-review.svg" alt="Review Icon">Leave us a review</a><br>
<!-- Generic RSS -->
<a class="button button-default" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-rss.svg" alt="RSS Icon">RSS Subscribe</a><br>
<!-- Generic SMS -->
<a class="button button-default" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-sms.svg" alt="SMS Icon">Send us a message</a><br>
<!-- Generic Website -->
<a class="button button-default" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-website.svg" alt="Website Icon">Visit Website</a><br>
<!-- GitHub --> <!-- GitHub -->
<a class="button button-github" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/github.svg" alt="GitHub Logo">GitHub</a><br> <a class="button button-github" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/github.svg" alt="GitHub Logo">GitHub</a><br>
@ -217,6 +193,9 @@
<!-- Google Scholar --> <!-- Google Scholar -->
<a class="button button-google-scholar" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/google-scholar.svg" alt="Google Scholar Logo">Google Scholar</a><br> <a class="button button-google-scholar" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/google-scholar.svg" alt="Google Scholar Logo">Google Scholar</a><br>
<!-- Guilded -->
<a class="button button-guilded" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/guilded.svg" alt="Guilded Logo">Guilded</a><br>
<!-- Hashnode --> <!-- Hashnode -->
<a class="button button-hashnode" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/hashnode.svg" alt="Hashnode Logo">Hashnode</a><br> <a class="button button-hashnode" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/hashnode.svg" alt="Hashnode Logo">Hashnode</a><br>
@ -232,12 +211,21 @@
<!-- Ko-fi --> <!-- Ko-fi -->
<a class="button button-ko-fi" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/ko-fi.svg" alt="Ko-fi Logo">Ko-fi</a><br> <a class="button button-ko-fi" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/ko-fi.svg" alt="Ko-fi Logo">Ko-fi</a><br>
<!-- Last.fm -->
<a class="button button-last-fm" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/last-fm.svg" alt="Last.fm Logo">Last.fm</a><br>
<!-- Letterboxd --> <!-- Letterboxd -->
<a class="button button-letterboxd" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/letterboxd.svg" alt="Letterboxd Logo">Letterboxd</a><br> <a class="button button-letterboxd" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/letterboxd.svg" alt="Letterboxd Logo">Letterboxd</a><br>
<!-- Line -->
<a class="button button-line" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/line.svg" alt="Line Logo">Line</a><br>
<!-- LinkedIn --> <!-- LinkedIn -->
<a class="button button-linked" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/linkedin.svg" alt="LinkedIn Logo">LinkedIn</a><br> <a class="button button-linked" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/linkedin.svg" alt="LinkedIn Logo">LinkedIn</a><br>
<!-- Mailchimp -->
<a class="button button-mailchimp" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/mailchimp.svg" alt="Mailchimp Logo">Mailchimp</a><br>
<!-- Mastodon --> <!-- Mastodon -->
<a class="button button-mastodon" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/mastodon.svg" alt="Mastodon Logo">Mastodon</a><br> <a class="button button-mastodon" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/mastodon.svg" alt="Mastodon Logo">Mastodon</a><br>
@ -274,12 +262,18 @@
<!-- Reddit --> <!-- Reddit -->
<a class="button button-reddit" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/reddit.svg" alt="Reddit Logo">Reddit</a><br> <a class="button button-reddit" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/reddit.svg" alt="Reddit Logo">Reddit</a><br>
<!-- Shop -->
<a class="button button-shop" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/shop.svg" alt="Shop Logo">Buy with Shop</a><br>
<!-- Signal --> <!-- Signal -->
<a class="button button-signal" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/signal.svg" alt="Signal Logo">Signal</a><br> <a class="button button-signal" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/signal.svg" alt="Signal Logo">Signal</a><br>
<!-- Skoob --> <!-- Skoob -->
<a class="button button-skoob" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/skoob.svg" alt="Skoob Logo">Skoob</a><br> <a class="button button-skoob" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/skoob.svg" alt="Skoob Logo">Skoob</a><br>
<!-- Slack -->
<a class="button button-slack" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/slack.svg" alt="Slack Logo">Join Slack</a><br>
<!-- Snapchat --> <!-- Snapchat -->
<a class="button button-snapchat" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/snapchat.svg" alt="Snapchat Logo">Snapchat</a><br> <a class="button button-snapchat" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/snapchat.svg" alt="Snapchat Logo">Snapchat</a><br>
@ -292,6 +286,9 @@
<!-- Spotify Alt --> <!-- Spotify Alt -->
<a class="button button-spotify-alt" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/spotify-alt.svg" alt="Spotify Logo">Listen on Spotify</a><br> <a class="button button-spotify-alt" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/spotify-alt.svg" alt="Spotify Logo">Listen on Spotify</a><br>
<!-- Square -->
<a class="button button-square" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/square.svg" alt="Square Logo">Buy with Square</a><br>
<!-- Steam --> <!-- Steam -->
<a class="button button-steam" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/steam.svg" alt="Steam Logo">Steam</a><br> <a class="button button-steam" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/steam.svg" alt="Steam Logo">Steam</a><br>
@ -328,14 +325,20 @@
<!-- Untappd --> <!-- Untappd -->
<a class="button button-untappd" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/untappd.svg" alt="Untapped Logo">Untappd</a><br> <a class="button button-untappd" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/untappd.svg" alt="Untapped Logo">Untappd</a><br>
<!-- Upwork -->
<a class="button button-upwork" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/upwork.svg" alt="Upwork Logo">Upwork</a><br>
<!-- Venmo --> <!-- Venmo -->
<a class="button button-venmo" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/venmo.svg" alt="Venmo Logo">Venmo</a><br> <a class="button button-venmo" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/venmo.svg" alt="Venmo Logo">Venmo</a><br>
<!-- Vimeo --> <!-- Vimeo -->
<a class="button button-vimeo" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/vimeo.svg" alt="Clubhouse Logo">Vimeo</a><br> <a class="button button-vimeo" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/vimeo.svg" alt="Clubhouse Logo">Vimeo</a><br>
<!-- VR Chat --> <!-- VRChat -->
<a class="button button-vrchat" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/vrchat.svg" alt="VR Chat Logo">VR Chat</a><br> <a class="button button-vrchat" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/vrchat.svg" alt="VR Chat Logo">VRChat</a><br>
<!-- VSCO -->
<a class="button button-vsco" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/vsco.svg" alt="VR Chat Logo">VSCO</a><br>
<!-- WhatsApp --> <!-- WhatsApp -->
<a class="button button-whatsapp" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/whatsapp.svg" alt="WhatsApp Logo">WhatsApp</a><br> <a class="button button-whatsapp" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/whatsapp.svg" alt="WhatsApp Logo">WhatsApp</a><br>
@ -352,6 +355,57 @@
<!-- YouTube Music --> <!-- YouTube Music -->
<a class="button button-yt" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/youtube-music.svg" alt="YouTube Music Logo">Listen on YouTube Music</a><br> <a class="button button-yt" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/youtube-music.svg" alt="YouTube Music Logo">Listen on YouTube Music</a><br>
<!-- Zoom -->
<a class="button button-zoom" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/zoom.svg" alt="Zoom Logo">Join Zoom Webinar</a><br>
<!-- Generic Blog -->
<a class="button button-default" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-blog.svg" alt="Blog Icon">Read our blog</a><br>
<!-- Generic Calendar -->
<a class="button button-default" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-calendar.svg" alt="Calendar Icon">Event RSVP</a><br>
<!-- Generic Cloud -->
<a class="button button-default" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-cloud.svg" alt="Cloud Icon">Download File</a><br>
<!-- Generic Code -->
<a class="button button-default" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-code.svg" alt="Code Icon">View the code</a><br>
<!-- Generic Computer -->
<a class="button button-default" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-computer.svg" alt="Computer Icon">Homelab Setup</a><br>
<!-- Generic Email -->
<a class="button button-default" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-email.svg" alt="Email Icon">Email Us</a><br>
<!-- Generic Email Alt -->
<a class="button button-default" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-email-alt.svg" alt="Email Alt Icon">Email Us</a><br>
<!-- Generic Homepage -->
<a class="button button-default" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-homepage.svg" alt="Homepage Icon">Visit Homepage</a><br>
<!-- Generic Map -->
<a class="button button-default" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-map.svg" alt="Map Icon">Get Directions</a><br>
<!-- Generic Phone -->
<a class="button button-default" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-phone.svg" alt="Phone Icon">Call Us</a><br>
<!-- Generic Review -->
<a class="button button-default" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-review.svg" alt="Review Icon">Leave us a review</a><br>
<!-- Generic RSS -->
<a class="button button-default" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-rss.svg" alt="RSS Icon">RSS Subscribe</a><br>
<!-- Generic Shopping Bag -->
<a class="button button-default" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-shopping-bag.svg" alt="Shopping Bag Icon">Visit Our Shop</a><br>
<!-- Generic Shopping Tag -->
<a class="button button-default" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-shopping-tag.svg" alt="Shopping Tag Icon">10% Discount</a><br>
<!-- Generic SMS -->
<a class="button button-default" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-sms.svg" alt="SMS Icon">Send us a message</a><br>
<!-- Generic Website -->
<a class="button button-default" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-website.svg" alt="Website Icon">Visit Website</a><br>
<br> <br>
<!-- <!--
Footer: Footer: