diff --git a/content/navigation/navigation.md b/content/navigation/navigation.md index 063b9b9dc..bb48b0f94 100644 --- a/content/navigation/navigation.md +++ b/content/navigation/navigation.md @@ -136,7 +136,7 @@ navLinks: - title: Support path: /support external: false - - title: Join Us + - title: Careers path: /careers external: false diff --git a/content/page/community/header/header.md b/content/page/community/header/header.md index 317333815..5835a4b2d 100644 --- a/content/page/community/header/header.md +++ b/content/page/community/header/header.md @@ -1,19 +1,19 @@ --- id: join_community 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 link1: https://06gdrqp39yz.typeform.com/to/FffDv61M btn2: '' 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.

-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.

-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! diff --git a/content/page/support/header4/header4.md b/content/page/support/header4/header4.md new file mode 100644 index 000000000..12a22f285 --- /dev/null +++ b/content/page/support/header4/header4.md @@ -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. +
+Someone from our kind support team is there 24/7 ready to help. \ No newline at end of file diff --git a/content/page/support/support.md b/content/page/support/support.md index d0c0ebd3b..6a4dd5177 100644 --- a/content/page/support/support.md +++ b/content/page/support/support.md @@ -18,5 +18,6 @@ header2: forum_button header3: telegram logosMain: logosMain logos: [tele_1, tele_4, tele_3, tele_2] +header4: live_chat contactData: [contact1, contact2, contact3, contact4] --- \ No newline at end of file diff --git a/gridsome.config.js b/gridsome.config.js index f021f9a5c..c325b1402 100644 --- a/gridsome.config.js +++ b/gridsome.config.js @@ -75,6 +75,14 @@ module.exports = { } }, + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'Header', + path: './content/page/**/header4/*.md', + } + }, + { use: '@gridsome/source-filesystem', options: { @@ -359,6 +367,7 @@ module.exports = { header: 'Header', header2: 'Header', header3: 'Header', + header4: 'Header', headerSolution: 'SolutionsHeader', howItWorks: 'HowItWorks', howItWorksMain: 'HowItWorks', diff --git a/src/templates/MarkdownPage.vue b/src/templates/MarkdownPage.vue index 09ccf61e9..e9bcff85c 100644 --- a/src/templates/MarkdownPage.vue +++ b/src/templates/MarkdownPage.vue @@ -156,6 +156,12 @@ :pricingPlans="$page.markdownPage.jobs" :main="$page.markdownPage.jobsMain" /> + +