mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
update footer community links
This commit is contained in:
parent
cb4bc07c48
commit
703d0ec833
2 changed files with 11 additions and 3 deletions
|
@ -41,8 +41,8 @@ import contributors from '../contributors.json';
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex gap-4 lg:gap-10 pt-4 flex-wrap">
|
<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="https://docs.web3privacy.info/get-involved" class="button inverted"><button>Get involved</button></a>
|
||||||
<a href="" class="button inverted"><button>Become the contributor</button></a>
|
<a href="/leaderboard" class="button inverted"><button>Leaderboard</button></a>
|
||||||
<a href="" class="button inverted"><button>Become the partner</button></a>
|
<a href="https://docs.web3privacy.info/donate/" class="button inverted"><button>Donate</button></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
|
@ -95,6 +95,10 @@ for (const ev of events) {
|
||||||
))}
|
))}
|
||||||
</div>
|
</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">
|
<div class="mt-16">
|
||||||
<h1>Latest Talks</h1>
|
<h1>Latest Talks</h1>
|
||||||
</div>
|
</div>
|
||||||
|
@ -107,6 +111,10 @@ for (const ev of events) {
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="mt-8">
|
||||||
|
<a href={core.links.youtube} class="button inverted"><button>More talks on YouTube</button></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<AboutFooter />
|
<AboutFooter />
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in a new issue