Merge branch 'development' of github.com:threefoldfoundation/www_threefold_io into development

This commit is contained in:
samaradel
2021-04-06 15:32:23 +02:00
6 changed files with 42 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 94 KiB

View File

@@ -2,6 +2,10 @@
id: cryptocurrency_main id: cryptocurrency_main
title: NOT YOUR AVERAGE DIGITAL CURRENCY title: NOT YOUR AVERAGE DIGITAL CURRENCY
slogan: slogan:
button :
link :
button2 :
link2 :
--- ---
TFT is a cryptocurrency. It is a scarce digital currency that you can use on the Internet - similar to Bitcoin, but actually very different. If youre new to crypto, here are some key characteristics of TFT. TFT is a cryptocurrency. It is a scarce digital currency that you can use on the Internet - similar to Bitcoin, but actually very different. If youre new to crypto, here are some key characteristics of TFT.

View File

@@ -2,6 +2,10 @@
id: partenerships_main id: partenerships_main
title: ACHIEVING GOALS THROUGH title: ACHIEVING GOALS THROUGH
slogan: PARTNERSHIPS slogan: PARTNERSHIPS
button : See Our Partners
link : /partners
button2 : ACI
link2 : https://threefold.io/aci/
--- ---
We have carefully chosen the right partnerships to implement our vision. We have carefully chosen the right partnerships to implement our vision.

View File

@@ -97,7 +97,7 @@
> >
<a <a
v-else v-else
class="inline-block bg-blue-900 text-md learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full" 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"
:href="link" :href="link"
>{{ button }}</a >{{ button }}</a
> >

View File

@@ -36,6 +36,35 @@
</div> </div>
</div> </div>
</div> </div>
<div v-if="main.button || main.button2">
<a
v-if="main.link.includes('http')"
target="_blank"
:href="main.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"
>{{ main.button }}</a
>
<g-link
v-else
:href="main.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"
>{{ main.button }}</g-link
>
<a
v-if="main.link2.includes('http')"
target="_blank"
:href="main.link2"
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"
>{{ main.button2 }}</a
>
<g-link
v-else
:href="main.link2"
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"
>{{ main.button2 }}</g-link
>
</div>
</div> </div>
</div> </div>
</template> </template>

View File

@@ -189,6 +189,10 @@
title title
slogan slogan
content content
link
link2
button
button2
} }
partnerships { partnerships {
id id