update footer community links

This commit is contained in:
tree🌴 2024-01-26 03:43:17 +01:00
parent cb4bc07c48
commit 703d0ec833
2 changed files with 11 additions and 3 deletions

View File

@ -41,8 +41,8 @@ import contributors from '../contributors.json';
</div>
<div class="flex gap-4 lg:gap-10 pt-4 flex-wrap">
<a href="" class="button inverted"><button>Enter the community</button></a>
<a href="" class="button inverted"><button>Become the contributor</button></a>
<a href="" class="button inverted"><button>Become the partner</button></a>
<a href="https://docs.web3privacy.info/get-involved" class="button inverted"><button>Get involved</button></a>
<a href="/leaderboard" class="button inverted"><button>Leaderboard</button></a>
<a href="https://docs.web3privacy.info/donate/" class="button inverted"><button>Donate</button></a>
</div>
</div>

View File

@ -95,6 +95,10 @@ for (const ev of events) {
))}
</div>
<div class="mt-8">
<a href={core.links.mirror} class="button inverted"><button>More articles on Mirror</button></a>
</div>
<div class="mt-16">
<h1>Latest Talks</h1>
</div>
@ -107,6 +111,10 @@ for (const ev of events) {
))}
</div>
<div class="mt-8">
<a href={core.links.youtube} class="button inverted"><button>More talks on YouTube</button></a>
</div>
<AboutFooter />
</div>
<script>