mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
feat: add membership link and remove membership.md
This commit is contained in:
parent
d4765db614
commit
90de2fcc3c
3 changed files with 3 additions and 14 deletions
|
@ -39,9 +39,7 @@ import core from "../core.json";
|
||||||
€100 / Year
|
€100 / Year
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<a class="button" href={core.links.manifesto}
|
<a class="button" href="/membership"><button>LEARN MORE</button></a>
|
||||||
><button>LEARN MORE</button></a
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<img
|
<img
|
||||||
|
@ -81,9 +79,7 @@ import core from "../core.json";
|
||||||
Variable tiers
|
Variable tiers
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<a class="button" href={core.links.manifesto}
|
<a class="button" href="/membership"><button>LEARN MORE</button></a>
|
||||||
><button>LEARN MORE</button></a
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<img
|
<img
|
||||||
|
|
|
@ -24,6 +24,7 @@ header:
|
||||||
link: docs
|
link: docs
|
||||||
- name: Membership
|
- name: Membership
|
||||||
link: membership
|
link: membership
|
||||||
|
url: /membership
|
||||||
#- name: Manifesto
|
#- name: Manifesto
|
||||||
# url: /manifesto
|
# url: /manifesto
|
||||||
rightMenu:
|
rightMenu:
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
---
|
|
||||||
layout: ../layouts/markdown.astro
|
|
||||||
title: Membership
|
|
||||||
---
|
|
||||||
|
|
||||||
# hello
|
|
||||||
|
|
||||||
This is a test page
|
|
Loading…
Reference in a new issue