Skip to content

Commit

Permalink
Merge pull request #17 from elijames-codecov/additional-class
Browse files Browse the repository at this point in the history
adding a targeting in main for styling
  • Loading branch information
elijames-codecov authored Aug 2, 2024
2 parents 5b86c90 + 0b2cc96 commit 68193a8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
4 changes: 4 additions & 0 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,10 @@ const canonicalURL = `https://fair.io/${seoSlug}`;
line-height: 125%;
margin-bottom: 1rem;
}
main a{
font-weight: 600;
text-decoration: underline;
}
a.emphasizedLink {
position: relative;
}
Expand Down
32 changes: 17 additions & 15 deletions src/pages/definition.astro
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,25 @@ const seoMetaData = {
</div>

</header>
<Section sectionStyles="py-[3rem] px-[5rem] xl:pt-[5.5rem] xl:pb-[11.25rem] xl:px-[14.25rem]">
<div>
<h2>How does Fair Source benefit developers?</h2>
<p class="text-[1.75rem] font-[500] leading-[135%] tracking-[-0.0375rem] pb-[3.25rem]">Fair Source values user freedom and developer sustainability. We find a balance through non-compete licenses that allow users to run the software for their own needs, modify it, and propose changes back to the developer.</p>
<main>
<Section sectionStyles="py-[3rem] px-[5rem] xl:pt-[5.5rem] xl:pb-[11.25rem] xl:px-[14.25rem]">
<div>
<p class="pb-[1.5rem]">
Additionally, Fair Source software licensing often incorporates <a href="" class="emphasized">delayed Open Source publication</a>. Also known as eventual
Open Source, the idea here is that the software product goes under an <a href="" class="emphasized">Open Source license</a> after a certain period of
time, usually two years. This way, if the developer of the software takes it in a bad direction, the community or
another company can fork it from before it started going bad and move it forward on a more desirable course.
</p>
<p>
See the specific <a href="/licenses" class="emphasized">licenses and approaches</a> we have vetted and approved as fitting our Fair Source values.
</p>
<h2>How does Fair Source benefit developers?</h2>
<p class="text-[1.75rem] font-[500] leading-[135%] tracking-[-0.0375rem] pb-[3.25rem]">Fair Source values user freedom and developer sustainability. We find a balance through non-compete licenses that allow users to run the software for their own needs, modify it, and propose changes back to the developer.</p>
<div>
<p class="pb-[1.5rem]">
Additionally, Fair Source software licensing often incorporates <a href="" class="emphasized">delayed Open Source publication</a>. Also known as eventual
Open Source, the idea here is that the software product goes under an <a href="" class="emphasized">Open Source license</a> after a certain period of
time, usually two years. This way, if the developer of the software takes it in a bad direction, the community or
another company can fork it from before it started going bad and move it forward on a more desirable course.
</p>
<p>
See the specific <a href="/licenses">licenses and approaches</a> we have vetted and approved as fitting our Fair Source values.
</p>
</div>
</div>
</div>

</Section>
</Section>
</main>

</Layout>

0 comments on commit 68193a8

Please sign in to comment.