Skip to content

Commit

Permalink
Merge pull request #38 from chadwhitacre/cwlw/update-companies
Browse files Browse the repository at this point in the history
Update companies based on blog post links shared
  • Loading branch information
elijames-codecov committed Aug 5, 2024
2 parents cbe34d4 + 1aee672 commit 6e9d2f7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 21 deletions.
45 changes: 26 additions & 19 deletions src/data/companies.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
4 changes: 2 additions & 2 deletions src/pages/companies.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import GeoLeft from '/images/background-images/geo-left.svg?raw';
import GeoRight from '/images/background-images/geo-right.svg?raw';
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/'
};
---
Expand All @@ -19,7 +19,7 @@ const seoMetaData = {
<div class="container w-12/12 pt-[3rem] px-[0.5rem] sm:px-[1rem] md:px-[1.5rem] lg:w-8/12 text-center lg:pt-[12.19rem] z-10">
<h1>Fair Source Companies</h1>
<p class="mb-[1.5rem] text-[1.75rem] text-black font-[500] leading-[130%] tracking-[-0.035rem]">
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.
</p>
<div class="flex flex-wrap flex-col md:flex-row w-12/12 mb-[11.44rem] gap-[1rem] justify-center">
<Button url="/join" type="primary" cta="Join Fair Source"></Button>
Expand Down

0 comments on commit 6e9d2f7

Please sign in to comment.