Update home page
This commit is contained in:
@@ -1,17 +1,17 @@
|
|||||||
---
|
---
|
||||||
id: home_cta
|
id: home_cta
|
||||||
title: JOIN THE MOVEMENT
|
title: Join the ThreeFold Movement
|
||||||
button: Start Your P2P Journey
|
button: TF Connect
|
||||||
link: https://threefold.io/universe
|
link: https://play.google.com/store/apps/details?id=org.jimber.threebotlogin&hl=en&gl=US
|
||||||
button2: Buy ThreeFold Tokens
|
button2: Buy the token
|
||||||
link2: https://threefold.io/token
|
link2: https://threefold.io/token
|
||||||
button3: Join Our Community
|
button3: Grow the grid
|
||||||
link3: https://t.me/threefoldnews
|
link3: https://threefold.io/farming
|
||||||
|
button4: Join the community
|
||||||
|
link4: https://t.me/threefoldnews
|
||||||
---
|
---
|
||||||
|
|
||||||
Be part of a better tomorrow, today.
|
We are not a company, but more like humans helping other humans. Our mission is bold and motivates every step we take.
|
||||||
|
|
||||||
<!-- button2: Spread our Message
|
<!-- button2: Spread our Message
|
||||||
link: ''
|
link: ''
|
||||||
button3: Join our Community
|
button3: Join our Community
|
||||||
|
|||||||
@@ -43,10 +43,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- home -->
|
<!-- home -->
|
||||||
<div
|
<div class="w-full max-w-7xl mx-auto mt-10 p-16" v-else-if="id == 'home'">
|
||||||
class="w-full max-w-7xl mx-auto mt-10 p-16"
|
|
||||||
v-else-if="id == 'home'"
|
|
||||||
>
|
|
||||||
<h2
|
<h2
|
||||||
v-if="cta.title"
|
v-if="cta.title"
|
||||||
class="text-3xl mb-2 uppercase leading-tight font-semibold font-heading"
|
class="text-3xl mb-2 uppercase leading-tight font-semibold font-heading"
|
||||||
@@ -80,6 +77,13 @@
|
|||||||
:to="cta.link3"
|
:to="cta.link3"
|
||||||
>{{ cta.button3 }}</g-link
|
>{{ cta.button3 }}</g-link
|
||||||
>
|
>
|
||||||
|
|
||||||
|
<g-link
|
||||||
|
class="inline-block bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full"
|
||||||
|
v-if="cta.button4"
|
||||||
|
:to="cta.link4"
|
||||||
|
>{{ cta.button4 }}</g-link
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="w-full max-w-7xl mx-auto" v-else>
|
<div class="w-full max-w-7xl mx-auto" v-else>
|
||||||
|
|||||||
@@ -84,6 +84,7 @@
|
|||||||
|
|
||||||
<CallToAction
|
<CallToAction
|
||||||
v-if="$page.markdownPage.cta"
|
v-if="$page.markdownPage.cta"
|
||||||
|
:id="$page.markdownPage.id"
|
||||||
:cta="$page.markdownPage.cta"
|
:cta="$page.markdownPage.cta"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -147,9 +148,11 @@
|
|||||||
button
|
button
|
||||||
button2
|
button2
|
||||||
button3
|
button3
|
||||||
|
button4
|
||||||
link
|
link
|
||||||
link2
|
link2
|
||||||
link3
|
link3
|
||||||
|
link4
|
||||||
}
|
}
|
||||||
|
|
||||||
cta2{
|
cta2{
|
||||||
|
|||||||
Reference in New Issue
Block a user