Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy fixes #183

Merged
merged 4 commits into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/letter/terms-conditions.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Terms & Conditions
lead: Legal inforamtion about SatSummit
lead: Legal information about SatSummit.
---
These terms and conditions (“Terms”) apply to every person (“you”) who purchases a ticket for and/or attends the Development Seed and DevGlobal (“we”, “us” or “our”) 2022 SatSummit Conference (“Conference”). If you are purchasing a ticket on behalf of your company or another legal entity, you represent that you have the authority to bind that entity to these Terms, in which case “you” will mean the entity you represent.{' '}

Expand Down
15 changes: 8 additions & 7 deletions src/pages/404.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,22 @@ export default function NotFoundPage() {
<PageHero title='Page not found' lead="That's a 404 error." />
<Container
py={{ base: '8', lg: '16' }}
px='8'
maxW='container.md'
px={{ base: '4', md: '8' }}
maxW='container.lg'
display='flex'
flexFlow='column'
gap='8'
gap={{ base: '4', md: '8' }}
>
<Text fontSize='lg'>
We were not able to find the page you are looking for. It may have
<Text fontSize={{ base: 'sm', lg: 'md' }}>
We were not able to find the page you are looking for. <br />It may have
been archived or removed.
</Text>
<Text fontSize='lg'>
<Text fontSize={{ base: 'sm', lg: 'md' }}>
If you think this page should be here let us know via{' '}
<SmartLink to='mailto:[email protected]' title='Send us an email'>
<strong>[email protected]</strong>
</SmartLink>.
</SmartLink>
.
</Text>
</Container>
</PageLayout>
Expand Down
12 changes: 7 additions & 5 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ export default function IndexPage() {
<Text>
From climate change to population growth to natural resource
availability, earth observation data offers insights into
today&apos;s biggest global issues. Subscribe to the newsletter for more information on{' '}
<strong>SatSummit 2024</strong>!
today&apos;s biggest global issues.
</Text>
<Text>
Stay tuned for more information on <strong>SatSummit 2024</strong>!
</Text>
<Button
as='a'
Expand All @@ -66,7 +68,7 @@ export default function IndexPage() {
rightIcon={<CollecticonArrowUpRight />}
size={{ base: 'md', lg: 'lg' }}
>
Subscribe newsletter
Get the newsletter
</Button>
</FoldProse>
</Fold>
Expand Down Expand Up @@ -99,8 +101,8 @@ export default function IndexPage() {
<Text>
We&apos;re excited to partner with thought and industry leaders in
the satellite and development communities, and through their
sponsorship and support of SatSummit, we are solving real-world
and global development challenges.
sponsorship and support of <strong>SatSummit</strong>, we are
solving real-world and global development challenges.
</Text>
<Button
as='a'
Expand Down