update links
This commit is contained in:
@@ -25,7 +25,7 @@ items:
|
||||
- name: Digital Twin
|
||||
link: https://mydigitaltwin.io
|
||||
- name: Alliance
|
||||
link: https://threefold.io/aci
|
||||
link: https://consciousinternet.org
|
||||
|
||||
|
||||
- title: Participate
|
||||
|
||||
@@ -32,7 +32,7 @@ navLinks:
|
||||
- title: People
|
||||
path: /people
|
||||
- title: Alliance
|
||||
path: /aci
|
||||
path: https://consciousinternet.org
|
||||
external: true
|
||||
- title: Telegram
|
||||
path: https://t.me/threefoldnews
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: threefold_regenerates
|
||||
title: ThreeFold Explained In 2min
|
||||
title: ThreeFold Explained in 2 Minutes
|
||||
tags: [threefold_grid, digital_twin, why, technology, farming]
|
||||
category: [farming, cloud, foundation, aci, twin]
|
||||
image: ./tft_vedio.jpg
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
id: fix_internet
|
||||
title: ZERO OS
|
||||
subtitle: ''
|
||||
sourceUrl: https://www.farming.threefold.io/get_3node
|
||||
sourceUrl: https://threefold.io/farming/get_3node
|
||||
btnTxt: Get a Node
|
||||
button2: Learn More
|
||||
link2: /grid
|
||||
|
||||
@@ -9,7 +9,7 @@ button2: Expand The Grid
|
||||
link2: /grid
|
||||
button3: Peer-To-Peer Cloud
|
||||
link3: https://cloud.threefold.io/
|
||||
button4: Developer Grants (coming soon)
|
||||
button4: Developer Grants (Coming Soon)
|
||||
link4: '#'
|
||||
button5: The ThreeFold Token
|
||||
link5: /token
|
||||
|
||||
@@ -3,7 +3,7 @@ id: home_cta2
|
||||
title: Join the ThreeFold Movement
|
||||
image: ./cta_image.png
|
||||
button: Buy the Token
|
||||
link: /token
|
||||
link: https://library.threefold.me/info/tfgrid/#/tokens/how_to_buy
|
||||
button2: Expand the Grid
|
||||
link2: /grid
|
||||
button3: Explore the Cloud
|
||||
|
||||
@@ -10,7 +10,7 @@ header_img2 : ./from_zero.png
|
||||
|
||||
header_altImg: threefold
|
||||
header_excerpt: The digital infrastructure for an interconnected world.
|
||||
button: Expand the network
|
||||
button: Expand the Network
|
||||
link: /grid
|
||||
button2: Peer-to-Peer Cloud
|
||||
link2: https://cloud.threefold.io/
|
||||
|
||||
@@ -318,6 +318,8 @@
|
||||
>{{ button }}</a
|
||||
>
|
||||
<a
|
||||
v-if="link2.includes('http')"
|
||||
target="_blank"
|
||||
class="
|
||||
inline-block
|
||||
bg-white
|
||||
@@ -337,6 +339,48 @@
|
||||
>{{ button2 }}</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="
|
||||
inline-block
|
||||
bg-white
|
||||
|
||||
Reference in New Issue
Block a user