updatesper feedback
This commit is contained in:
@@ -136,7 +136,7 @@ navLinks:
|
|||||||
- title: Support
|
- title: Support
|
||||||
path: /support
|
path: /support
|
||||||
external: false
|
external: false
|
||||||
- title: Join Us
|
- title: Careers
|
||||||
path: /careers
|
path: /careers
|
||||||
external: false
|
external: false
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,19 @@
|
|||||||
---
|
---
|
||||||
id: join_community
|
id: join_community
|
||||||
title: ''
|
title: ''
|
||||||
subtitle: Join us on our mission to build a planet-positive and data sovereign Internet owned by the people.
|
subtitle: The new Internet is powered by people like YOU
|
||||||
btn1: Apply
|
btn1: Apply
|
||||||
link1: https://06gdrqp39yz.typeform.com/to/FffDv61M
|
link1: https://06gdrqp39yz.typeform.com/to/FffDv61M
|
||||||
btn2: ''
|
btn2: ''
|
||||||
link2: ''
|
link2: ''
|
||||||
---
|
---
|
||||||
|
|
||||||
**ThreeFold** is a global, collaborative movement that is formed by individuals and organizations that connect Internet capacity to the ThreeFold Grid, the world’s most advanced peer-to-peer infrastructure. ThreeFold is powered by our open source, beyond blockchain infrastructure that is incredibly efficient, limitlessly scaleable, planet-positive and affordable to everyone. To empower our ecosystem, we are building applications and hosting emerging technologies with our amazing partners and developer community to nurture the Internet the world needs.
|
**ThreeFold** ecosystem is a global community of developers, creators, leaders and community builders who together join forces to build an open, autonomous and regenerative Internet. We believe that everyone should own their data, and no one else, not even ThreeFold. Our Peer-to-Peer technology allows every user to be autonomous - giving them 100% control over their data.
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
ThreeFold will launch the 3rd version of it's infrastructure this year, opening a new technological era for humanity.
|
The ThreeFold unifies practices, partnerships, and products around a single mission - to heal our planet. By making our technology actionable, we enable a collective approach to have an impact together. We help people find themselves and do what they love. We provide support to people and projects that help build a better world, whether they have moonshot visions or down-to-earth ambitions. We aren’t the hero of our story - they are.
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
Check out our available positions below. Can't find your perfect fit and don't want to wait for your ideal role to open? We invite you to join our growing community of volunteers and express your talent. Most of our current team was recruited organically, so give it your best shot.
|
Join our community and help us build the next Internet!
|
||||||
|
|||||||
13
content/page/support/header4/header4.md
Normal file
13
content/page/support/header4/header4.md
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
id: live_chat
|
||||||
|
title: ''
|
||||||
|
subtitle: Live Support Chat
|
||||||
|
btn1: ''
|
||||||
|
link1: ''
|
||||||
|
btn2: ''
|
||||||
|
link2: ''
|
||||||
|
---
|
||||||
|
|
||||||
|
In case of an energency please find our Live Support Chat - a blue bubble at the bottom right corner of our websites.
|
||||||
|
<br/>
|
||||||
|
Someone from our kind support team is there 24/7 ready to help.
|
||||||
@@ -18,5 +18,6 @@ header2: forum_button
|
|||||||
header3: telegram
|
header3: telegram
|
||||||
logosMain: logosMain
|
logosMain: logosMain
|
||||||
logos: [tele_1, tele_4, tele_3, tele_2]
|
logos: [tele_1, tele_4, tele_3, tele_2]
|
||||||
|
header4: live_chat
|
||||||
contactData: [contact1, contact2, contact3, contact4]
|
contactData: [contact1, contact2, contact3, contact4]
|
||||||
---
|
---
|
||||||
@@ -75,6 +75,14 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
use: '@gridsome/source-filesystem',
|
||||||
|
options: {
|
||||||
|
typeName: 'Header',
|
||||||
|
path: './content/page/**/header4/*.md',
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
use: '@gridsome/source-filesystem',
|
use: '@gridsome/source-filesystem',
|
||||||
options: {
|
options: {
|
||||||
@@ -359,6 +367,7 @@ module.exports = {
|
|||||||
header: 'Header',
|
header: 'Header',
|
||||||
header2: 'Header',
|
header2: 'Header',
|
||||||
header3: 'Header',
|
header3: 'Header',
|
||||||
|
header4: 'Header',
|
||||||
headerSolution: 'SolutionsHeader',
|
headerSolution: 'SolutionsHeader',
|
||||||
howItWorks: 'HowItWorks',
|
howItWorks: 'HowItWorks',
|
||||||
howItWorksMain: 'HowItWorks',
|
howItWorksMain: 'HowItWorks',
|
||||||
|
|||||||
@@ -156,6 +156,12 @@
|
|||||||
:pricingPlans="$page.markdownPage.jobs"
|
:pricingPlans="$page.markdownPage.jobs"
|
||||||
:main="$page.markdownPage.jobsMain"
|
:main="$page.markdownPage.jobsMain"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<SolutionsHeader
|
||||||
|
class="mt-0"
|
||||||
|
v-if="$page.markdownPage.header4"
|
||||||
|
:header="$page.markdownPage.header4"
|
||||||
|
/>
|
||||||
|
|
||||||
<GetInTouch
|
<GetInTouch
|
||||||
v-if="
|
v-if="
|
||||||
@@ -229,6 +235,15 @@
|
|||||||
link1
|
link1
|
||||||
btn2
|
btn2
|
||||||
link2
|
link2
|
||||||
|
}
|
||||||
|
header4{
|
||||||
|
title
|
||||||
|
subtitle
|
||||||
|
content
|
||||||
|
btn1
|
||||||
|
link1
|
||||||
|
btn2
|
||||||
|
link2
|
||||||
}
|
}
|
||||||
productsMain{
|
productsMain{
|
||||||
id
|
id
|
||||||
|
|||||||
Reference in New Issue
Block a user