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 Check our annual reports, infographics, privacy awards, newsletter, and
guidelines. guidelines.
</p> </p>
<a class="button inverted"><button>web3privacy Research</button></a> <a class="button inverted" href="/research"
><button>web3privacy Research</button></a
>
</div> </div>
</div> </div>
</AboutItem> </AboutItem>
@ -31,13 +33,12 @@ import AboutItem from "../components/AboutItem.astro";
</div> </div>
<div> <div>
<div class="flex items-center flex-nowrap space-x-5"> <div class="flex items-center flex-nowrap space-x-5">
<a href=""> <a href="https://explorer.web3privacy.info/" target="_blank">
PRIVACY EXPLORER
<span <span
class="font-bold text-white underline" class="font-bold text-white underline"
style="text-underline-offset: 4px;" style="text-underline-offset: 4px;"
> >
PRIVACY EXPLORER
</span> </span>
</a> </a>
</div> </div>
@ -55,12 +56,14 @@ import AboutItem from "../components/AboutItem.astro";
</div> </div>
<div> <div>
<div class="flex items-center flex-nowrap space-x-5"> <div class="flex items-center flex-nowrap space-x-5">
<span <a href="https://ideas.web3privacy.info/" target="_blank">
class="font-bold text-white underline" <span
style="text-underline-offset: 4px;" class="font-bold text-white underline"
> style="text-underline-offset: 4px;"
HACKATHON IDEA GENERATOR >
</span> HACKATHON IDEA GENERATOR
</span>
</a>
</div> </div>
<span class="text-[0.8rem] md:text-[1rem] mt-0 w-full" <span class="text-[0.8rem] md:text-[1rem] mt-0 w-full"
>Helps developers build applications that address real-world >Helps developers build applications that address real-world
@ -76,12 +79,14 @@ import AboutItem from "../components/AboutItem.astro";
</div> </div>
<div> <div>
<div class="flex items-center flex-nowrap space-x-5"> <div class="flex items-center flex-nowrap space-x-5">
<span <a href="https://news.web3privacy.info/" target="_blank">
class="font-bold text-white underline" <span
style="text-underline-offset: 4px;" class="font-bold text-white underline"
> style="text-underline-offset: 4px;"
WEEK IN PRIVACY >
</span> WEEK IN PRIVACY
</span>
</a>
</div> </div>
<span class="text-[1rem] mt-0 w-full" <span class="text-[1rem] mt-0 w-full"
>Weekly newsletter with round-up of the most important news >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 Cypherpunk Academy - we offer training, incubation, and acceleration
programs. programs.
</p> </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>
</div> </div>
</AboutItem> </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="grid-1 grid gap-8 md:grid-cols-2 lg:grid-cols-3">
<div class=""> <div class="">
<p class="mb-4"> <p class="mb-4">
<a href="#!">Manifesto</a> <a href="https://docs.web3privacy.info/about-us/manifesto/" target="_blank">Manifesto</a>
</p> </p>
<p class="mb-4"> <p class="mb-4">
<a href="#!">How to get involved?</a> <a href="/membership" target="_blank">How to get involved?</a>
</p> </p>
<p class="mb-4"> <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> </p>
</div> </div>
<div> <div>
<p class="mb-4"> <p class="mb-4">
<a href="#!">Events</a> <a href="/events">Events</a>
</p> </p>
<p class="mb-4"> <p class="mb-4">
<a href="#!">Articles</a> <a
href="https://mirror.xyz/0x0f1F3DAf416B74DB3DE55Eb4D7513a80F4841073"
>Articles</a
>
</p> </p>
<p class="mb-4"> <p class="mb-4">
<a href="#!">Talks</a> <a href="https://www.youtube.com/@Web3PrivacyNow">Talks</a>
</p> </p>
</div> </div>
<div> <div>
<p class="mb-4"> <p class="mb-4">
<a href="/#">Privacy Explorer</a> <a href="https://explorer.web3privacy.info/" target="_blank">
Privacy Explorer</a
>
</p> </p>
<p class="mb-4"> <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> </p>
</div> </div>
</div> </div>