update links

This commit is contained in:
2021-09-29 16:05:05 +02:00
parent 652ce82b3e
commit 26dd888764
8 changed files with 51 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ items:
- name: Digital Twin - name: Digital Twin
link: https://mydigitaltwin.io link: https://mydigitaltwin.io
- name: Alliance - name: Alliance
link: https://threefold.io/aci link: https://consciousinternet.org
- title: Participate - title: Participate

View File

@@ -32,7 +32,7 @@ navLinks:
- title: People - title: People
path: /people path: /people
- title: Alliance - title: Alliance
path: /aci path: https://consciousinternet.org
external: true external: true
- title: Telegram - title: Telegram
path: https://t.me/threefoldnews path: https://t.me/threefoldnews

View File

@@ -1,6 +1,6 @@
--- ---
id: threefold_regenerates id: threefold_regenerates
title: ThreeFold Explained In 2min title: ThreeFold Explained in 2 Minutes
tags: [threefold_grid, digital_twin, why, technology, farming] tags: [threefold_grid, digital_twin, why, technology, farming]
category: [farming, cloud, foundation, aci, twin] category: [farming, cloud, foundation, aci, twin]
image: ./tft_vedio.jpg image: ./tft_vedio.jpg

View File

@@ -2,7 +2,7 @@
id: fix_internet id: fix_internet
title: ZERO OS title: ZERO OS
subtitle: '' subtitle: ''
sourceUrl: https://www.farming.threefold.io/get_3node sourceUrl: https://threefold.io/farming/get_3node
btnTxt: Get a Node btnTxt: Get a Node
button2: Learn More button2: Learn More
link2: /grid link2: /grid

View File

@@ -9,7 +9,7 @@ button2: Expand The Grid
link2: /grid link2: /grid
button3: Peer-To-Peer Cloud button3: Peer-To-Peer Cloud
link3: https://cloud.threefold.io/ link3: https://cloud.threefold.io/
button4: Developer Grants (coming soon) button4: Developer Grants (Coming Soon)
link4: '#' link4: '#'
button5: The ThreeFold Token button5: The ThreeFold Token
link5: /token link5: /token

View File

@@ -3,7 +3,7 @@ id: home_cta2
title: Join the ThreeFold Movement title: Join the ThreeFold Movement
image: ./cta_image.png image: ./cta_image.png
button: Buy the Token button: Buy the Token
link: /token link: https://library.threefold.me/info/tfgrid/#/tokens/how_to_buy
button2: Expand the Grid button2: Expand the Grid
link2: /grid link2: /grid
button3: Explore the Cloud button3: Explore the Cloud

View File

@@ -10,7 +10,7 @@ header_img2 : ./from_zero.png
header_altImg: threefold header_altImg: threefold
header_excerpt: The digital infrastructure for an interconnected world. header_excerpt: The digital infrastructure for an interconnected world.
button: Expand the network button: Expand the Network
link: /grid link: /grid
button2: Peer-to-Peer Cloud button2: Peer-to-Peer Cloud
link2: https://cloud.threefold.io/ link2: https://cloud.threefold.io/

View File

@@ -318,6 +318,8 @@
>{{ button }}</a >{{ button }}</a
> >
<a <a
v-if="link2.includes('http')"
target="_blank"
class=" class="
inline-block inline-block
bg-white bg-white
@@ -337,6 +339,48 @@
>{{ button2 }}</a >{{ button2 }}</a
> >
<a <a
v-else
class="
inline-block
bg-white
text-lg
learn-button
hover:bg-gray-400
bo
px-12
py-1
mr-5
mb-4
border-2
shadow
border-black
"
:href="link2"
>{{ button2 }}</a
>
<a
v-if="link3.includes('http')"
target="_blank"
class="
inline-block
bg-white
text-lg
learn-button
hover:bg-gray-400
bo
px-12
py-1
mr-5
mb-4
border-2
shadow
border-black
"
:href="link3"
>{{ button3 }}</a
>
<a
v-else
class=" class="
inline-block inline-block
bg-white bg-white