diff --git a/content/page/about-us/brandPanel/index.md b/content/page/about-us/brandPanel/index.md index fbf2bb91d..43a5911c9 100644 --- a/content/page/about-us/brandPanel/index.md +++ b/content/page/about-us/brandPanel/index.md @@ -1,9 +1,6 @@ --- id: about_brandPanel title: A DIGITAL INFRASTRUCTURE SUPPORTING AN INTERCONNECTED WORLD -subtitle: -sourceUrl: '' -btnTxt: image: about_globe.png # src/assets/brandPanel/.. --- Internet access is a human right and represents the biggest source of information and communication. Our technology was designed to scale to anywhere electricity and bandwidth can be found to meet local digital infrastructure needs, especially the global south, to empower the unconnected and support a shared vision of an interconnected world. \ No newline at end of file diff --git a/content/page/about-us/brandPanel2/index.md b/content/page/about-us/brandPanel2/index.md index 812c165cc..cf8d01247 100644 --- a/content/page/about-us/brandPanel2/index.md +++ b/content/page/about-us/brandPanel2/index.md @@ -1,9 +1,6 @@ --- id: about_brandPanel2 title: OUR CUTTING-EDGE TECHNOLOGY ALLOWS PEOPLE TO OWN THEIR DATA -subtitle: -sourceUrl: '' -btnTxt: image: about_logos.png # src/assets/brandPanel/.. --- Using a variety of innovative technologies including autonomous IT, blockchain and peer-to-peer networking, we allow people to own 100% of their data. On our system censorship, user tracking and privacy breaches are just not possible, not even for ThreeFold. People own 100% of their data. All our code is open source and available for everyone to review or use as they see fit. diff --git a/content/page/about-us/brandPanel3/index.md b/content/page/about-us/brandPanel3/index.md new file mode 100644 index 000000000..92da32435 --- /dev/null +++ b/content/page/about-us/brandPanel3/index.md @@ -0,0 +1,6 @@ +--- +id: about_brandPanel3 +title: OUR VALUES INFORM EVERYTHING, WHO WE ARE AND WHAT WE DO +image: about_value.png # src/assets/brandPanel/.. +--- +By making our technology actionable, we enable a collective approach to have an impact together. We unify our practices, partnerships, and products around a single mission - empowering humanity and regenerating our planet. We commit to be carbon negative by 2022. \ No newline at end of file diff --git a/gridsome.config.js b/gridsome.config.js index c04d38004..bda8c859b 100644 --- a/gridsome.config.js +++ b/gridsome.config.js @@ -389,6 +389,7 @@ module.exports = { inTheNews: 'InTheNews', brandPanel: 'BrandPanel', brandPanel2: 'BrandPanel2', + brandPanel3: 'BrandPanel3', partenershipsMain: 'PartenershipsMain', partnerships: 'Partenerships', stats: 'Stats', diff --git a/src/assets/images/brandPanel/about_value.png b/src/assets/images/brandPanel/about_value.png new file mode 100644 index 000000000..437f2c86e Binary files /dev/null and b/src/assets/images/brandPanel/about_value.png differ diff --git a/src/components/marketing/sections/cta-sections/BrandPanel.vue b/src/components/marketing/sections/cta-sections/BrandPanel.vue index aa59c034d..da6eeccac 100644 --- a/src/components/marketing/sections/cta-sections/BrandPanel.vue +++ b/src/components/marketing/sections/cta-sections/BrandPanel.vue @@ -1,5 +1,5 @@