5 Commits

Author SHA1 Message Date
Pablo Hdez ac9be2aa57 Merge pull request #754 from vladiantio/feat/add-ahrefs
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Has been cancelled
📦 Build / 🛠️ Build app (push) Has been cancelled
🧑‍🚀 Check / 📦 SVGs Size (push) Has been cancelled
🚀 Deploy / ☁️ API (push) Has been cancelled
📦 Add Ahrefs logo and wordmark
2025-08-29 13:45:58 +01:00
Pablo Hdez 88b4908c5e Merge pull request #753 from vladiantio/fix/update-windsurf-logo
 Update Windsurf logo + URL, and add wordmark + brand URL
2025-08-29 13:45:18 +01:00
Vladimir Antonio F. C. e854672fad 📦 Add Ahrefs logo and wordmark 2025-08-28 23:46:31 -04:00
Vladimir Antonio F. C. d45d23f501 🔧 Fix formatting in categories.ts by removing trailing semicolons 2025-08-28 23:01:21 -04:00
Vladimir Antonio F. C. 1aabcbb48c Update Windsurf logo + URL, and add wordmark + brand URL 2025-08-28 22:57:36 -04:00
10 changed files with 30 additions and 5 deletions
+21 -2
View File
@@ -30,8 +30,16 @@ export const svgs: iSVG[] = [
{
title: 'Windsurf',
category: ['Software', 'AI'],
route: '/library/windsurf-logo.svg',
url: 'https://codeium.com/windsurf'
route: {
light: '/library/windsurf-light.svg',
dark: '/library/windsurf-dark.svg'
},
wordmark: {
light: '/library/windsurf-wordmark-light.svg',
dark: '/library/windsurf-wordmark-dark.svg'
},
url: 'https://windsurf.com/editor',
brandUrl: 'https://windsurf.com/brand'
},
{
title: 'Mattermost',
@@ -3843,5 +3851,16 @@ export const svgs: iSVG[] = [
dark: '/library/kibo-ui-dark.svg'
},
url: 'https://kibo-ui.com/'
},
{
title: 'Ahrefs',
category: 'Platform',
route: '/library/ahrefs.svg',
wordmark: {
dark: '/library/ahrefs-wordmark-dark.svg',
light: '/library/ahrefs-wordmark-light.svg'
},
url: 'https://ahrefs.com/',
brandUrl: 'https://ahrefs.com/logo'
}
];
+2 -2
View File
@@ -32,6 +32,6 @@ export type tCategory =
| 'Secrets'
| 'IaC'
| 'Analytics'
| 'Sync Engine';
| 'Sync Engine'
| 'Platform'
| 'Automation';
| 'Automation';
+1
View File
@@ -0,0 +1 @@
<svg height="206" viewBox="0 0 806 206" width="806" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path d="m0 0h806v206h-806z"/></clipPath><g clip-path="url(#a)"><path d="m13.77 81.03h79.32v22.14l-29.83 2.28c-48.17 3.57-63.26 16.26-63.26 51.74v7.16c0 26.02 18.36 41.64 46.55 41.64 22.28 0 35-5.21 50.81-21.24h2.55v16.93h31.79v-155.21h-117.93zm79.31 74.85c-9.72 9.77-24.58 16.28-36.71 16.28-13.11 0-18.67-4.89-18.36-15.62.33-14.98 5.83-18.55 31.11-20.83l23.92-2.28z" fill="#f80"/><g fill="#fff"><path d="m758.81 109.02-23.61-2.32c-13.11-1.29-16.39-4.56-16.39-14.96 0-11.72 4.59-14.65 22.95-14.65 16.39 0 20.98 2.61 23.34 13.67h36.71c-.99-37.11-12.46-46.53-58.02-46.53-49.82 0-62.22 9.42-62.22 47.51 0 34.75 9.18 44.25 46.22 47.82l19.35 1.93c17.36 1.64 21.62 4.89 21.62 15.31 0 12.68-5.25 15.95-26.54 15.95-18.69 0-23.61-2.93-24.58-14.98h-37.16c.97 38.4 12.78 48.17 59.99 48.17 52.5 0 65.55-10.41 65.55-52.73 0-31.51-9.51-40.62-47.19-44.19z"/><path d="m562.14 111.96c0-50.2-17.38-67.69-67.2-67.69s-68.51 22.76-68.51 79.39c0 61.78 17.05 82.34 72.12 82.34 39.65 0 56.39-12.03 61.93-45.89h-37.68c-4.26 10.42-8.85 12.7-24.91 12.7-24.25 0-30.49-6.83-31.79-35.79h93.34c1.61-8.26 2.51-16.64 2.7-25.06zm-95.71-5.54c.33-21.8 9.18-29.94 30.14-29.94s28.2 8.15 28.86 29.94z"/><path d="m260.92 46.55h-61.29v-46.55h-39.01v201.77h39.01v-120.42h55.71v120.42h39.01v-123.66h-33.43v-31.57z"/><path d="m584.09 53.36v148.41h39.01v-122.09h46.86v-33.13h-46.86v-4.25c.33-9.11 2.62-11.7 10.17-11.7h42.6v-30.6h-45.89c-31.13 0-45.89 9.44-45.89 53.36z"/><path d="m323.18 201.77h39.01v-118.79h58.02v-36.43h-97.03z"/></g></g></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

+1
View File
@@ -0,0 +1 @@
<svg height="206" viewBox="0 0 806 206" width="806" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path d="m0 0h806v206h-806z"/></clipPath><g clip-path="url(#a)"><path d="m13.77 81.03h79.32v22.14l-29.83 2.28c-48.17 3.57-63.26 16.26-63.26 51.74v7.16c0 26.02 18.36 41.64 46.55 41.64 22.28 0 35-5.21 50.81-21.24h2.55v16.93h31.79v-155.21h-117.93zm79.31 74.85c-9.72 9.77-24.58 16.28-36.71 16.28-13.11 0-18.67-4.89-18.36-15.62.33-14.98 5.83-18.55 31.11-20.83l23.92-2.28z" fill="#f80"/><g fill="#054ada"><path d="m758.81 109.02-23.61-2.32c-13.11-1.29-16.39-4.56-16.39-14.96 0-11.72 4.59-14.65 22.95-14.65 16.39 0 20.98 2.61 23.34 13.67h36.71c-.99-37.11-12.46-46.53-58.02-46.53-49.82 0-62.22 9.42-62.22 47.51 0 34.75 9.18 44.25 46.22 47.82l19.35 1.93c17.36 1.64 21.62 4.89 21.62 15.31 0 12.68-5.25 15.95-26.54 15.95-18.69 0-23.61-2.93-24.58-14.98h-37.16c.97 38.4 12.78 48.17 59.99 48.17 52.5 0 65.55-10.41 65.55-52.73 0-31.51-9.51-40.62-47.19-44.19z"/><path d="m562.14 111.96c0-50.2-17.38-67.69-67.2-67.69s-68.51 22.76-68.51 79.39c0 61.78 17.05 82.34 72.12 82.34 39.65 0 56.39-12.03 61.93-45.89h-37.68c-4.26 10.42-8.85 12.7-24.91 12.7-24.25 0-30.49-6.83-31.79-35.79h93.34c1.61-8.26 2.51-16.64 2.7-25.06zm-95.71-5.54c.33-21.8 9.18-29.94 30.14-29.94s28.2 8.15 28.86 29.94z"/><path d="m260.92 46.55h-61.29v-46.55h-39.01v201.77h39.01v-120.42h55.71v120.42h39.01v-123.66h-33.43v-31.57z"/><path d="m584.09 53.36v148.41h39.01v-122.09h46.86v-33.13h-46.86v-4.25c.33-9.11 2.62-11.7 10.17-11.7h42.6v-30.6h-45.89c-31.13 0-45.89 9.44-45.89 53.36z"/><path d="m323.18 201.77h39.01v-118.79h58.02v-36.43h-97.03z"/></g></g></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

+1
View File
@@ -0,0 +1 @@
<svg width="128" height="128" fill="none" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg"><path d="m24 8v24h64v16l-26.104 0.456c-35.096 3.256-45.896 11.624-45.896 36.504v6.512c0 19.064 14.328 28.528 32 28.528 7.984 0 16.32-1.56 25.04-5.976l14.96-6.024v12h24v-112zm64 76-18.112 7.472c-6.296 3.488-12.832 5.344-17.92 5.344-6.288 0-11.968-1.136-11.968-8.816v-5.12c0.48-8.136 7.376-11.176 26.256-13.032l21.744-1.848z" fill="#f80"/></svg>

After

Width:  |  Height:  |  Size: 442 B

+1
View File
@@ -0,0 +1 @@
<svg width="1024" height="1024" viewBox="0 0 1024 1024" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M897.246 286.869H889.819C850.735 286.808 819.017 318.46 819.017 357.539V515.589C819.017 547.15 792.93 572.716 761.882 572.716C743.436 572.716 725.02 563.433 714.093 547.85L552.673 317.304C539.28 298.16 517.486 286.747 493.895 286.747C457.094 286.747 423.976 318.034 423.976 356.657V515.619C423.976 547.181 398.103 572.746 366.842 572.746C348.335 572.746 329.949 563.463 319.021 547.881L138.395 289.882C134.316 284.038 125.154 286.93 125.154 294.052V431.892C125.154 438.862 127.285 445.619 131.272 451.34L309.037 705.2C319.539 720.204 335.033 731.344 352.9 735.392C397.616 745.557 438.77 711.135 438.77 667.278V508.406C438.77 476.845 464.339 451.279 495.904 451.279H495.995C515.02 451.279 532.857 460.562 543.785 476.145L705.235 706.661C718.659 725.835 739.327 737.218 763.983 737.218C801.606 737.218 833.841 705.9 833.841 667.308V508.376C833.841 476.815 859.41 451.249 890.975 451.249H897.276C901.233 451.249 904.43 448.053 904.43 444.097V294.021C904.43 290.065 901.233 286.869 897.276 286.869H897.246Z" fill="#fff"/></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

+1
View File
@@ -0,0 +1 @@
<svg width="1024" height="1024" viewBox="0 0 1024 1024" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M897.246 286.869H889.819C850.735 286.808 819.017 318.46 819.017 357.539V515.589C819.017 547.15 792.93 572.716 761.882 572.716C743.436 572.716 725.02 563.433 714.093 547.85L552.673 317.304C539.28 298.16 517.486 286.747 493.895 286.747C457.094 286.747 423.976 318.034 423.976 356.657V515.619C423.976 547.181 398.103 572.746 366.842 572.746C348.335 572.746 329.949 563.463 319.021 547.881L138.395 289.882C134.316 284.038 125.154 286.93 125.154 294.052V431.892C125.154 438.862 127.285 445.619 131.272 451.34L309.037 705.2C319.539 720.204 335.033 731.344 352.9 735.392C397.616 745.557 438.77 711.135 438.77 667.278V508.406C438.77 476.845 464.339 451.279 495.904 451.279H495.995C515.02 451.279 532.857 460.562 543.785 476.145L705.235 706.661C718.659 725.835 739.327 737.218 763.983 737.218C801.606 737.218 833.841 705.9 833.841 667.308V508.376C833.841 476.815 859.41 451.249 890.975 451.249H897.276C901.233 451.249 904.43 448.053 904.43 444.097V294.021C904.43 290.065 901.233 286.869 897.276 286.869H897.246Z" fill="#0b100f"/></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

-1
View File
@@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="166" height="263" fill="none" viewBox="0 0 166 263"><g filter="url(#a)"><path fill="#58E5BB" d="M42.086 128.474 28.427 90.089c-2.383-6.696 2.436-13.802 9.291-13.48 76.537 3.589 115.804 31.534 112.144 112.12-13.311-56.28-77.153-60.255-107.776-60.255Z"/></g><g filter="url(#b)"><path fill="#58E5BB" d="M21.453 57.833 7.236 20.639C4.662 13.908 9.478 6.6 16.44 6.683c78.163.938 132.738 6.243 132.738 110.722-13.311-56.28-97.101-59.572-127.725-59.572Z"/></g><g filter="url(#c)"><path fill="#58E5BB" d="m63.245 201.377-14.653-41.075c-2.376-6.661 2.376-13.751 9.196-13.388 62.444 3.327 93.677 30.587 90.06 110.239-13.311-56.28-53.76-55.776-84.604-55.776Z"/></g><defs><filter id="a" width="122.286" height="116.131" x="27.81" y="76.598" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend in2="shape" result="effect1_innerShadow_15473_4390"/></filter><filter id="b" width="142.645" height="114.724" x="6.533" y="6.682" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend in2="shape" result="effect1_innerShadow_15473_4390"/></filter><filter id="c" width="100.158" height="114.252" x="47.972" y="146.9" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend in2="shape" result="effect1_innerShadow_15473_4390"/></filter></defs></svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.0 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.0 KiB