Added more links.

This commit is contained in:
NoobDeveloper412 2024-10-02 23:51:39 +05:00
parent 8b98b85346
commit 27c03e1f9f
2 changed files with 43 additions and 26 deletions

View file

@ -13,7 +13,9 @@ import AboutItem from "../components/AboutItem.astro";
Check our annual reports, infographics, privacy awards, newsletter, and
guidelines.
</p>
<a class="button inverted"><button>web3privacy Research</button></a>
<a class="button inverted" href="/research"
><button>web3privacy Research</button></a
>
</div>
</div>
</AboutItem>
@ -31,13 +33,12 @@ import AboutItem from "../components/AboutItem.astro";
</div>
<div>
<div class="flex items-center flex-nowrap space-x-5">
<a href="">
PRIVACY EXPLORER
<a href="https://explorer.web3privacy.info/" target="_blank">
<span
class="font-bold text-white underline"
style="text-underline-offset: 4px;"
>
PRIVACY EXPLORER
</span>
</a>
</div>
@ -55,12 +56,14 @@ import AboutItem from "../components/AboutItem.astro";
</div>
<div>
<div class="flex items-center flex-nowrap space-x-5">
<span
class="font-bold text-white underline"
style="text-underline-offset: 4px;"
>
HACKATHON IDEA GENERATOR
</span>
<a href="https://ideas.web3privacy.info/" target="_blank">
<span
class="font-bold text-white underline"
style="text-underline-offset: 4px;"
>
HACKATHON IDEA GENERATOR
</span>
</a>
</div>
<span class="text-[0.8rem] md:text-[1rem] mt-0 w-full"
>Helps developers build applications that address real-world
@ -76,12 +79,14 @@ import AboutItem from "../components/AboutItem.astro";
</div>
<div>
<div class="flex items-center flex-nowrap space-x-5">
<span
class="font-bold text-white underline"
style="text-underline-offset: 4px;"
>
WEEK IN PRIVACY
</span>
<a href="https://news.web3privacy.info/" target="_blank">
<span
class="font-bold text-white underline"
style="text-underline-offset: 4px;"
>
WEEK IN PRIVACY
</span>
</a>
</div>
<span class="text-[1rem] mt-0 w-full"
>Weekly newsletter with round-up of the most important news
@ -105,7 +110,11 @@ import AboutItem from "../components/AboutItem.astro";
Cypherpunk Academy - we offer training, incubation, and acceleration
programs.
</p>
<a class="button inverted"><button>Privacy Academy</button></a>
<a
class="button inverted"
href="https://docs.web3privacy.info/projects/privacy-academy/"
target="_blank"><button>Privacy Academy</button></a
>
</div>
</div>
</AboutItem>

View file

@ -211,32 +211,40 @@ function genHeading(str) {
<div class="grid-1 grid gap-8 md:grid-cols-2 lg:grid-cols-3">
<div class="">
<p class="mb-4">
<a href="#!">Manifesto</a>
<a href="https://docs.web3privacy.info/about-us/manifesto/" target="_blank">Manifesto</a>
</p>
<p class="mb-4">
<a href="#!">How to get involved?</a>
<a href="/membership" target="_blank">How to get involved?</a>
</p>
<p class="mb-4">
<a href="#!">Grants / Support Us</a>
<a href="https://docs.web3privacy.info/get-involved/donate/" target="_blank">Grants / Support Us</a>
</p>
</div>
<div>
<p class="mb-4">
<a href="#!">Events</a>
<a href="/events">Events</a>
</p>
<p class="mb-4">
<a href="#!">Articles</a>
<a
href="https://mirror.xyz/0x0f1F3DAf416B74DB3DE55Eb4D7513a80F4841073"
>Articles</a
>
</p>
<p class="mb-4">
<a href="#!">Talks</a>
<a href="https://www.youtube.com/@Web3PrivacyNow">Talks</a>
</p>
</div>
<div>
<p class="mb-4">
<a href="/#">Privacy Explorer</a>
<a href="https://explorer.web3privacy.info/" target="_blank">
Privacy Explorer</a
>
</p>
<p class="mb-4">
<a href="/#">Privacy use-cases database</a>
<a
href="https://github.com/web3privacy/web3privacy"
target="_blank">Privacy use-cases database</a
>
</p>
</div>
</div>