diff --git a/content/page/about-us/about-us.md b/content/page/about-us/about-us.md index b1e79c85f..f4d59c1ab 100644 --- a/content/page/about-us/about-us.md +++ b/content/page/about-us/about-us.md @@ -11,4 +11,5 @@ header_excerpt: To build the world’s most decentralized, secure and scalable d solution_image: button: The Digital Future link: "#" +brandPanel: about_brandPanel --- diff --git a/content/page/about-us/brandPanel/index.md b/content/page/about-us/brandPanel/index.md new file mode 100644 index 000000000..fbf2bb91d --- /dev/null +++ b/content/page/about-us/brandPanel/index.md @@ -0,0 +1,9 @@ +--- +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/src/assets/images/brandPanel/about_globe.png b/src/assets/images/brandPanel/about_globe.png new file mode 100644 index 000000000..8a199371b Binary files /dev/null and b/src/assets/images/brandPanel/about_globe.png differ diff --git a/src/components/marketing/sections/cta-sections/BrandPanel.vue b/src/components/marketing/sections/cta-sections/BrandPanel.vue index c036c4e46..29e0dcb30 100644 --- a/src/components/marketing/sections/cta-sections/BrandPanel.vue +++ b/src/components/marketing/sections/cta-sections/BrandPanel.vue @@ -252,16 +252,13 @@ -
+
- +
-
+
-

+

{{ brand.title }} {{ brand.subtitle @@ -273,7 +270,6 @@ mt-4 text-gray-900 text-2xl leading-tight - tft_subtitle tracking-wide " v-html="brand.content" diff --git a/src/templates/MarkdownPage.vue b/src/templates/MarkdownPage.vue index b8d7a1c01..2a86461c9 100644 --- a/src/templates/MarkdownPage.vue +++ b/src/templates/MarkdownPage.vue @@ -22,6 +22,12 @@ :button="$page.markdownPage.button" :link="$page.markdownPage.link" /> + +

-
-
+