From bab5342361079d8da2fdf22a607ca838b36e7f3c Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Mon, 5 Aug 2024 17:53:11 -0400 Subject: [PATCH 1/2] Update companies based on blog post links shared --- src/data/companies.json | 45 ++++++++++++++++++++++++----------------- 1 file changed, 26 insertions(+), 19 deletions(-) diff --git a/src/data/companies.json b/src/data/companies.json index b22f573..ee3cde4 100644 --- a/src/data/companies.json +++ b/src/data/companies.json @@ -1,37 +1,44 @@ [ { - "name": "CodeCrafters", - "url": "https://codecrafters.io/", - "background": "#0f192c", - "logo": "/images/companies/codecrafters.png", + "name": "Sentry", + "url": "https://blog.sentry.io/sentry-is-now-fair-source/", + "background": "#362d59", + "logo": "/images/companies/sentry.png", "adoption": "August 6, 2024" - }, + }, + { + "name": "Codecov", + "url": "https://about.codecov.io", + "background": "#ff0077", + "logo": "/images/companies/codecov.png", + "adoption": "August 6, 2024" + }, + { + "name": "GitButler", + "url": "https://blog.gitbutler.com/gitbutler-is-now-fair-source/", + "background": "#7aede6", + "logo": "/images/companies/gitbutler.png", + "adoption": "July 06, 2024" + }, { "name": "Keygen", - "url": "https://keygen.sh/", + "url": "https://keygen.sh/blog/keygen-is-now-fair-source/", "background": "#000811", "logo": "/images/companies/keygen.png", "adoption": "August 6, 2024" - }, + }, { "name": "PowerSync", - "url": "https://www.powersync.com/", + "url": "https://www.powersync.com/blog/powersync-supports-fair-source", "background": "", "logo": "/images/companies/powersync.png", "adoption": "August 6, 2024" }, { - "name": "Sentry", - "url": "https://sentry.io/welcome/", - "background": "#362d59", - "logo": "/images/companies/sentry.png", - "adoption": "August 6, 2024" - }, - { - "name": "Codecov", - "url": "https://about.codecov.io", - "background": "#ff0077", - "logo": "/images/companies/codecov.png", + "name": "CodeCrafters", + "url": "https://codecrafters.io/blog/fair-source", + "background": "#0f192c", + "logo": "/images/companies/codecrafters.png", "adoption": "August 6, 2024" } ] From 1aee672656762b39f28e950989d9f50de8c45182 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Mon, 5 Aug 2024 18:06:45 -0400 Subject: [PATCH 2/2] Adopt -> Join --- src/pages/companies.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/companies.astro b/src/pages/companies.astro index f0a0855..e0b5f1d 100644 --- a/src/pages/companies.astro +++ b/src/pages/companies.astro @@ -6,7 +6,7 @@ import Button from '../components/Button.astro'; import CarouselCard from '../components/CarouselCard'; const seoMetaData = { - description: 'Read the announcements from companies that have adopted Fair Source.', + description: 'Read the announcements from companies that have joined Fair Source.', slug: 'companies/' }; --- @@ -17,7 +17,7 @@ const seoMetaData = {

Fair Source Companies

- Read in their own words what companies have to say about adopting Fair Source. + Read in their own words what companies have to say about joining Fair Source.