Added links to CTA, fixed the about page data.

This commit is contained in:
NoobDeveloper412 2024-10-02 23:30:29 +05:00
parent 562a81ce7d
commit 8b98b85346
6 changed files with 61 additions and 25 deletions

View file

@ -111,7 +111,7 @@ const { variant = "about" } = Astro.props;
</div>
</div>
</div>
<a href={core.links.donate} target="_blank">
<a href="https://docs.web3privacy.info/get-involved/donate/" target="_blank">
<span
class="text-white md:text-center text-left w-full flex md:items-center justify-center mt-[24px]"
>

View file

@ -105,7 +105,11 @@
>
</p>
</div>
<a class="button inverted"><button>BECOME A SPONSOR</button></a>
<a
class="button inverted"
href="mailto:pg@web3privacy.info"
target="_blank"><button>BECOME A SPONSOR</button></a
>
</div>
</div>
</div>
@ -132,7 +136,11 @@
>
</p>
</div>
<a class="button inverted"><button>DONATE</button></a>
<a
class="button inverted"
href="https://docs.web3privacy.info/get-involved/donate/"
target="_blank"><button>DONATE</button></a
>
</div>
</div>
</div>
@ -157,7 +165,11 @@
</p>
</div>
</div>
<a class="button inverted"><button>Become a speaker</button></a>
<a
class="button inverted"
href="https://tally.so/r/nrOzXl"
target="_blank"><button>Become a speaker</button></a
>
</div>
</div>
</div>

View file

@ -43,7 +43,9 @@ import core from "../core.json";
>
€100 / Year
</span>
<a class="button inverted" href={core.links.individual}
<a
class="button inverted"
href="https://docs.web3privacy.info/get-involved/personal-benefits/"
><button>BECOME A MEMBER</button></a
>
<p class="max-w-72 text-sm">
@ -145,8 +147,10 @@ import core from "../core.json";
3,000 € / year
</span>
</div>
<a class="button inverted" href={core.links.individual}
><button>Request Tier Breakdown</button></a
<a
class="button inverted"
href="mailto:pg@web3privacy.info"
target="_blank"><button>Request Tier Breakdown</button></a
>
</div>
<img

View file

@ -63,9 +63,11 @@ landing:
research: |
We cultivate a culture of privacy in web3 making data free and public. Enjoy our researches, infographics, annual reports, tools, newsletter, guidelines & more.
mission: |
Empower individuals to take control of their digital privacy.
We aim to manifest profound political and social change by advocating Privacy in the Web3 Era.
<br><br>
We envision a world where privacy is a conscious, actively chosen lifestyle, accessible to everyone, everywhere. To turn this into reality, we need to unite our efforts and carve out a path toward a more equitable, decentralized and privacy-respecting digital space.
With unified efforts, we carve out a path toward a more equitable, decentralized and freedom-respecting digital commons.
<br><br>
<i>'Our task is to secure self-determination where we can, to hold back the coming dystopia where we cannot, and if all else fails, to accelerate its self-destruction' - Julian Assange, Cypherpunks (2012).</i>
event: |
Our aim with gatherings is to build understanding and solidarity between different groups of interests, cultures, states, chains, ecosystems and backgrounds.
<br><br>
@ -247,7 +249,7 @@ organisation:
education:
- objective: Academy
details: |
Structured learning paths, playlists, and cohort-based programs
Structured learning paths, playlists, and cohort-based programs
height: 40
- objective: Hackathon Curation Pack

View file

@ -54,11 +54,8 @@ for (const e of upcomingEvents) {
featuredEvents.push(e);
}
}
---
<BaseLayout
title="About web3privacy"
image="og_about"
@ -70,7 +67,19 @@ for (const e of upcomingEvents) {
<div class="flex flex-col gap-[36px] md:order-2">
<div class="md:hidden block mb-[12px]">
<h1>activism. care. solidarity.</h1>
<div set:html={config.landing.mission} />
<!-- <div set:html={config.landing.mission} /> -->
<div>
We are a think-and-Do tank of hundreds of people, projects, and
organizations committed to protecting and advancing civil liberties,
decentralization, and open-source software.
<br />
Ecosystem is a catalyst for change: we facilitate cross-stack and
cross-community collaboration with a poly-disciplinary approach to
drive meaningful impact.
<br />
</div>
<div class="mt-8 flex gap-6 items-center w-full">
<a class="button inverted" href={core.links.manifesto}
><button>Read manifesto</button></a
@ -87,7 +96,19 @@ for (const e of upcomingEvents) {
<div class="md:order-1 order-2">
<div class="md:block hidden">
<h1 class="glitch-text">activism. care. solidarity.</h1>
<div set:html={config.landing.mission} />
<div>
We are a think-and-Do tank of hundreds of people, projects, and
organizations committed to protecting and advancing civil liberties,
decentralization, and open-source software.
<br />
<br />
Ecosystem is a catalyst for change: we facilitate cross-stack and
cross-community collaboration with a poly-disciplinary approach to
drive meaningful impact.
<br />
</div>
<div class="mt-8 flex gap-6 items-center w-full">
<a class="button inverted" href={core.links.manifesto}
><button>Read manifesto</button></a

View file

@ -65,7 +65,11 @@ const sectionsConfig = [
}
</div>
<div class="flex gap-4 p-4 lg:gap-6 pt-4 flex-wrap">
<a href={core.links.telegram} class="button inverted">
<a
target="_blank"
href="https://docs.web3privacy.info/contributors/index"
class="button inverted"
>
<button>Become a Contributor</button>
</a>
</div>
@ -84,11 +88,7 @@ const sectionsConfig = [
<div class="mx-4 mt-16">
<h1 class="my-6 middle-pane-medium">Members</h1>
<div class="middle-pane-big">
<MembersGrid
people={core.people}
team={core.members}
core={false}
/>
<MembersGrid people={core.people} team={core.members} core={false} />
</div>
</div>
@ -145,10 +145,7 @@ const sectionsConfig = [
<div class="mt-16 mx-4">
<h1 class="my-6 middle-pane-medium">Community Partners</h1>
<div class="middle-pane-big">
<MembersGrid
people={core.people}
team={core["community-partners"]}
/>
<MembersGrid people={core.people} team={core["community-partners"]} />
</div>
</div>