Skip to content

Commit 04cc6fb

Browse files
committed
small improvements
1 parent 7c5fd3c commit 04cc6fb

4 files changed

Lines changed: 11 additions & 6 deletions

File tree

src/components/Newsletter.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ const { intro, href } = Astro.props;
2727
class="text-accent cursor-pointer border-2 border-accent hover:bg-saccent hover:text-white hover:border-saccent py-2 px-4 rounded-full w-fit text-2xl whitespace-nowrap"
2828
>Join our community</a
2929
>
30-
<p class="text-3xl text-inter !text-saccent">Latest issue:</p>
3130
</div>
3231
<div>
3332
<slot />

src/components/homepage/Hero.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import ButtonsGroup from '../ButtonsGroup.astro';
1313
<Button href={copy.frontmatter.url} text={copy.frontmatter.CTA} />
1414
<Button href={copy.frontmatter.url1} text={copy.frontmatter.CTA1} inverted={true} />
1515
<Button href={copy.frontmatter.url2} text={copy.frontmatter.CTA2} inverted={true} />
16+
<Button href={copy.frontmatter.url3} text={copy.frontmatter.CTA3} inverted={true} />
1617
</ButtonsGroup>
1718
</div>
1819
<Caffuda />

src/content/hero/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ url: "#timeline"
66
CTA1: Software
77
url1: "/software"
88
CTA2: Community
9-
url2: "/linktree"
9+
url2: "/contact"
10+
CTA3: Privacy
11+
url3: "/privacy"
1012
---
1113

1214
Free to share code.
1315

14-
**Code to share freedom**.
16+
**Code to share freedom**.

src/pages/index.astro

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,12 @@ const feed = await parser.parseURL('https://news.dyne.org/tag/planet-dyne/rss/')
3232

3333
<Section id="who-we-are" title="Who we are" cls="-mt-40 p-4 pt-40 lg:pt-14 -z-1">
3434
<span slot="description">
35-
A think &do tank of passionate individuals, innovative projects, and dedicated
36-
organisations. We safeguard and promote civil rights, decentralisation, free and open-source software, and the environment.
37-
We are a connected ecosystem that unites people, communities, and technology, dismantling barriers and fostering collaboration across borders and tech platforms.
35+
36+
Think &do tank made of passionate individuals and innovative projects. For
37+
more than two decades we stand to promote civil rights, decentralisation, free
38+
and open-source software, security and efficiency. Here you'll find real
39+
people, useful tech and respect for the natural environment.
40+
3841
</span>
3942
<WhoWeAre />
4043
</Section>

0 commit comments

Comments
 (0)