Skip to content

Commit

Permalink
Change Values to Definition
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Aug 2, 2024
1 parent 2c56088 commit f54ec31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
6 changes: 3 additions & 3 deletions src/pages/fsd.astro → src/pages/definition.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ const seoMetaData = {
---

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

Please sign in to comment.