Skip to content

Commit

Permalink
Merge pull request #11 from chadwhitacre/cwlw/values-to-definition
Browse files Browse the repository at this point in the history
Change Values to Definition
  • Loading branch information
elijames-codecov committed Aug 2, 2024
2 parents 9b5fca1 + ba76328 commit 3a3f66f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import iconGitHub from '../assets/navigation/github.png'
const links = [
{
name: 'Values',
url: '/fsd/',
name: 'Definition',
url: '/definition/',
target: ''
},
{
Expand Down
8 changes: 4 additions & 4 deletions src/pages/fsd.astro → src/pages/definition.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ import GeoRight from '/images/background-images/geo-right.svg?raw';
const seoMetaData = {
description: '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.',
slug: 'fsd/'
slug: 'definition/'
};
---

<Layout title="Fair Source Values" seo={seoMetaData}>
<Layout title="Fair Source Definition" seo={seoMetaData}>
<header class="w-full relative overflow-x-clip z-0">
<div class="flex flex-wrap justify-center container mx-auto z-10 relative">
<div class="w-10/12 lg:w-9/12 xl:w-8/12 py-[3rem] lg:py-[6rem] 2xl:pt-[12.19rem] 2xl:pb-[18.06rem] 3xl:pt-[8rem] 3xl:pb-[12rem] flex-col justify-center text-center z-1">
<h1>Fair Source Values</h1>
<h1>Fair Source Definition</h1>
<p class="text-[1.75rem] font-[500] leading-[130%] tracking-[-0.035rem] mb-[1.5rem]">Explore the innovative companies that have adopted Fair Source.</p>
<div class="flex flex-wrap items-center justify-center columns-2 gap-[1rem]">
<Button cta="Adopt Fair Source" url="/howto" type="primary" />
Expand Down Expand Up @@ -55,4 +55,4 @@ const seoMetaData = {

</Section>

</Layout>
</Layout>

0 comments on commit 3a3f66f

Please sign in to comment.