Skip to content

Commit

Permalink
Merge pull request #45 from fairsource/cwlw/access
Browse files Browse the repository at this point in the history
Update top-level pitch
  • Loading branch information
chadwhitacre committed Aug 20, 2024
2 parents 1f6e802 + e946e33 commit 9e77e5f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
18 changes: 10 additions & 8 deletions src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import GeoRight from '/images/background-images/geo-right.svg?raw';
import dospImage from '../assets/about/dosp.webp';
const seoMetaData = {
description: 'Fair Source Software is publicly available to read; allows use, modification, and redistribution with minimal restrictions to protect the producer’s business model; and undergoes delayed Open Source publication.',
description: 'Fair Source is an alternative to closed source, allowing you to safely share access to your core products. Fair Source Software (FSS) can be used with minimal restrictions, and becomes Open Source after a period of time.',
slug: 'about/'
};
Expand Down Expand Up @@ -43,7 +43,9 @@ const seoMetaData = {
<p
class="text-[1.75rem] font-[500] leading-[135%] tracking-[-0.0375rem] pb-[1.25rem]"
>
Fair Source Software (FSS):
Fair Source is an alternative to closed source, allowing you to
safely share access to your core products. Fair Source Software
(FSS):
</p>
<ol
class="text-[1.75rem] font-[500] pb-[3.25rem] pl-[3.25rem] list-decimal"
Expand Down Expand Up @@ -110,12 +112,12 @@ const seoMetaData = {

<p class="pb-[1.5rem]">
The purpose of Fair Source is to legitimize the practice of
companies meaningfully sharing the code for their core software
products while retaining control of their roadmap and business
model, without confusing this with Free and Open Source Software.
<a href="/companies/">Fair Source companies</a> value user freedom
and developer sustainability. Quite often, we maintain and
contribute both financially and in other ways to genuine
companies meaningfully sharing access to the code for their core
software products while retaining control of their roadmap and
business model, without confusing this with Free and Open Source
Software. <a href="/companies/">Fair Source companies</a> value
user freedom and developer sustainability. Quite often, we maintain
and contribute both financially and in other ways to genuine
community-governed FOSS projects alongside our commercial Fair
Source offerings.
</p>
Expand Down
6 changes: 3 additions & 3 deletions src/pages/faq.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ const seoMetaData = {
<div class="relative flex flex-wrap">
<div class="w-12/12 pb-[3.75rem]">
<p>
Fair Source is software sharing that is safe for companies and
developers alike. The two basic features of Fair Source <a
href="/licenses/">licensing</a
Fair Source is an alternative to closed source, allowing you to
safely share access to your company's core software products.
The two basic features of Fair Source <a href="/licenses/">licensing</a
> are:
</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import fairSourceImage from '../assets/home/fairsource.png';
import heroImage from '../assets/home/homeHeroImage.png';
const seoMeta = {
description: 'Fair Source is software sharing for modern businesses. Engage the developer community with your core product while maintaining ownership of your roadmap and business model.',
description: 'Fair Source is an alternative to closed source, allowing you to safely share access to your core products. Fair Source Software (FSS) can be used with minimal restrictions, and becomes Open Source after a period of time.',
};
const mobileSectionCommonClasses = 'z-0 pb-0 pt-[12.31rem] sm:pt-[9.12rem] sm:pb-[1.56rem] sm:px-[3rem] md:pt-[6.69rem] md:pb-[7.44rem]';
Expand All @@ -32,7 +32,7 @@ const mobileSectionContentClasses = 'z-10 pt-[1.5rem] pb-[1rem] relative w-12/12
<h1 class="text-black mb-4">
Software Sharing for Modern Businesses
</h1>
<p class="text-balance text-black text-[1.5rem] xl:text-[2rem] leading-[130%] font-sans font-[500] mb-6">Engage the developer community with your company's core software products.</p>
<p class="text-balance text-black text-[1.5rem] xl:text-[2rem] leading-[130%] font-sans font-[500] mb-6">Fair Source is an alternative to closed source, allowing you to safely share access to your core products.</p>
<div class="flex flex-wrap gap-4">
<Button type="primary" url='/join/' color="teal" cta="Join Fair Source" />
<Button type="secondary" url='/about/' color="black" cta="Learn More" />
Expand Down

0 comments on commit 9e77e5f

Please sign in to comment.