Skip to content

Commit

Permalink
Merge pull request #26 from fairsource/cwlw/quick-fixes
Browse files Browse the repository at this point in the history
Quick fixes
  • Loading branch information
chadwhitacre authored Aug 6, 2024
2 parents 55d3369 + 0c24643 commit 410129b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/pages/faq.astro
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ const seoMetaData = {
target="_BLANK">Open Source</a
> to developers as companies are comfortable giving, while reserving
and asserting a minimal set of exclusive rights to help achieve a sustainable
business model. Consequently, Fair Source and are complementary approaches
suited to different cases:
business model. Consequently, Fair Source and Open Source are complementary
approaches suited to different cases:
</p>
<div class="w-full flex flex-wrap py-[3rem] items-stretch">
<div class="w-12/12 lg:w-1/2 pb-[2rem] lg:pr-[0.75rem]">
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: '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.',
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.',
};
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">Balance freedom and sustainability with Fair Source licensing.</p>
<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 core product.</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 410129b

Please sign in to comment.