This commit is contained in:
hamdy
2021-04-08 01:58:11 +02:00
parent efdc6035f0
commit e00c81d6ad
5 changed files with 10 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ slogan: PARTNERSHIPS
button : See Our Partners button : See Our Partners
link : /partners link : /partners
button2 : ACI button2 : ACI
link2 : https://threefold.io/aci/ link2 : /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

@@ -3,7 +3,7 @@ id: internet_available
title: An Internet available to everyone title: An Internet available to everyone
image: ./internet_available.png image: ./internet_available.png
button: Learn More button: Learn More
link: https://threefold.io/threefold/blog/post/more_inclusive_internet/ link: /blog/post/more_inclusive_internet/
--- ---
Only 57% of the world is connected to the Internet today, despite Internet access being a human right. This is not acceptable, as digital access represents a gateway to information, knowledge, and economic opportunities. We bring a more affordable and accessible Internet solution to the world. Only 57% of the world is connected to the Internet today, despite Internet access being a human right. This is not acceptable, as digital access represents a gateway to information, knowledge, and economic opportunities. We bring a more affordable and accessible Internet solution to the world.

View File

@@ -3,7 +3,7 @@ id: peer_to_peer
title: Peer-to-peer puts people back in control title: Peer-to-peer puts people back in control
image: ./peer_to_peer.png image: ./peer_to_peer.png
button: Learn More button: Learn More
link: https://threefold.io/threefold/blog/post/what_is_peer_to_peer/ link: /blog/post/what_is_peer_to_peer/
--- ---
Blockchain and edge computing gave birth to the era of decentralization. ThreeFold's peer-to-peer architecture is the next step in that evolution, bringing an extremely simple, super efficient and ultra secure end-to-end environment. This means users have 100% ownership and access rights over their data. Blockchain and edge computing gave birth to the era of decentralization. ThreeFold's peer-to-peer architecture is the next step in that evolution, bringing an extremely simple, super efficient and ultra secure end-to-end environment. This means users have 100% ownership and access rights over their data.

View File

@@ -6,6 +6,7 @@
module.exports = { module.exports = {
siteName: 'ThreeFold', siteName: 'ThreeFold',
pathPrefix: "threefold", pathPrefix: "threefold",
plugins: [ plugins: [
@@ -494,6 +495,7 @@ module.exports = {
externalLinksTarget: '_blank', externalLinksTarget: '_blank',
externalLinksRel: ['nofollow', 'noopener', 'noreferrer'], externalLinksRel: ['nofollow', 'noopener', 'noreferrer'],
anchorClassName: 'icon icon-link', anchorClassName: 'icon icon-link',
pathPrefix: "threefold", pathPrefix: "threefold",
plugins: [ plugins: [
['gridsome-plugin-remark-prismjs-all', { ['gridsome-plugin-remark-prismjs-all', {

View File

@@ -178,12 +178,12 @@
class="inline-flex sm:flex uppercase p-2 mr-4 animated-link" class="inline-flex sm:flex uppercase p-2 mr-4 animated-link"
>{{ element.name }}</a >{{ element.name }}</a
> >
<g-link <a
v-else v-else
:to="element.link" :href="element.link"
@click="clicked" @click="clicked"
class="inline-flex sm:flex uppercase p-2 mr-4 animated-link" class="inline-flex sm:flex uppercase p-2 mr-4 animated-link"
>{{ element.name }}</g-link >{{ element.name }}</a
> >
</div> </div>
<!-- <div <!-- <div