fixes
This commit is contained in:
@@ -5,7 +5,7 @@ slogan: PARTNERSHIPS
|
||||
button : See Our Partners
|
||||
link : /partners
|
||||
button2 : ACI
|
||||
link2 : https://threefold.io/aci/
|
||||
link2 : /aci
|
||||
---
|
||||
|
||||
We have carefully chosen the right partnerships to implement our vision.
|
||||
|
||||
@@ -3,7 +3,7 @@ id: internet_available
|
||||
title: An Internet available to everyone
|
||||
image: ./internet_available.png
|
||||
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.
|
||||
|
||||
@@ -3,7 +3,7 @@ id: peer_to_peer
|
||||
title: Peer-to-peer puts people back in control
|
||||
image: ./peer_to_peer.png
|
||||
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.
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
|
||||
module.exports = {
|
||||
siteName: 'ThreeFold',
|
||||
|
||||
pathPrefix: "threefold",
|
||||
plugins: [
|
||||
|
||||
@@ -494,6 +495,7 @@ module.exports = {
|
||||
externalLinksTarget: '_blank',
|
||||
externalLinksRel: ['nofollow', 'noopener', 'noreferrer'],
|
||||
anchorClassName: 'icon icon-link',
|
||||
|
||||
pathPrefix: "threefold",
|
||||
plugins: [
|
||||
['gridsome-plugin-remark-prismjs-all', {
|
||||
|
||||
@@ -178,12 +178,12 @@
|
||||
class="inline-flex sm:flex uppercase p-2 mr-4 animated-link"
|
||||
>{{ element.name }}</a
|
||||
>
|
||||
<g-link
|
||||
<a
|
||||
v-else
|
||||
:to="element.link"
|
||||
:href="element.link"
|
||||
@click="clicked"
|
||||
class="inline-flex sm:flex uppercase p-2 mr-4 animated-link"
|
||||
>{{ element.name }}</g-link
|
||||
>{{ element.name }}</a
|
||||
>
|
||||
</div>
|
||||
<!-- <div
|
||||
|
||||
Reference in New Issue
Block a user