Skip to content

Commit

Permalink
Merge pull request #44 from chadwhitacre/cwlw/revise-homepage
Browse files Browse the repository at this point in the history
Revise homepage content
  • Loading branch information
elijames-codecov authored Aug 5, 2024
2 parents d425b79 + 7f717cc commit 7dc9139
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
10 changes: 5 additions & 5 deletions src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ const seoMetaData = {
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.
Fair Source companies value user freedom alongside our own
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.

<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>

<h3>Who is behind Fair Source?</h3>
Expand Down
10 changes: 4 additions & 6 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const mobileSectionContentClasses = 'z-10 pt-[1.5rem] pb-[1rem] relative w-12/12
<span class="text-teal tag">Embrace Fair Source</span>
<h2>Learn how to adopt Fair Source at your company</h2>
<div class="section-body-spacing">
<p>Whether you’re a developer looking to contribute or a business aiming to innovate, we the provide steps to successfully implement Fair Source in your projects. Join the community of ethical and innovative software sharing, balancing collaboration with control for everyone involved.</p>
<p>Fair Source is designed for companies that want to deeply engage the developer community with their core products, while being clear about governance and roadmap ownership. If this sounds like you, then read our guide to adoption for concrete steps you can take to join Fair Source today.</p>
</div>
<Button type="secondary" cta="Join Fair Source" url="/join/" color="teal" />
</div>
Expand All @@ -73,11 +73,9 @@ const mobileSectionContentClasses = 'z-10 pt-[1.5rem] pb-[1rem] relative w-12/12
</div>
<div class=`${mobileSectionContentClasses} w-12/12 lg:w-1/2 lg:order-12 lg:py-[2rem] xl:py-[7rem]`>
<span class="tag text-orange">Understand Fair Source</span>
<h2>Find answers to your questions about Fair Source</h2>
<div class="section-body-spacing">
<p>Looking for detailed information about Fair Source? Discover in-depth answers and insights to help you fully understand its benefits and applications. From licensing details to implementation tips, find everything you need to make the most of Fair Source.</p>
</div>
<Button type="secondary" cta="Learn More" url="/faq/" color="orange" />
<h2>Read all about Fair Source and find answers to your questions</h2>
<div class="section-body-spacing"></div>
<Button type="secondary" cta="Learn More" url="/about/" color="orange" />
</div>
</Section>
</main>
Expand Down

0 comments on commit 7dc9139

Please sign in to comment.