diff --git a/content/page/tfLabs/contacts/contacts.md b/content/page/tfLabs/contacts/contacts.md new file mode 100644 index 000000000..1ed715da5 --- /dev/null +++ b/content/page/tfLabs/contacts/contacts.md @@ -0,0 +1,14 @@ +--- +id: contacts +title: ThreeFold Labs IT +subtitle: A company organized and existing under the laws of the United Arab Emirates with license number 934955 +emailTxt: Please get in touch at +email: info@threefold.io +--- +Warehouse 88:89 + +Al Jaddaf Dry Docks + +P.O Box 283182 + +Dubai, United Arab Emirates diff --git a/content/page/tfLabs/map/map.md b/content/page/tfLabs/map/map.md new file mode 100644 index 000000000..669cafab7 --- /dev/null +++ b/content/page/tfLabs/map/map.md @@ -0,0 +1,4 @@ +--- +id: tfmap +map: "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3609.732111513173!2d55.32868122377514!3d25.2122551323585!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3e5f5d5f7da0de2b%3A0x5aed461f937f54ff!2sAl%20Jaddaf%20-%20Dubai%20-%20United%20Arab%20Emirates!5e0!3m2!1sen!2str!4v1654516740830!5m2!1sen!2str" +--- diff --git a/content/page/tfLabs/tfLabs.md b/content/page/tfLabs/tfLabs.md new file mode 100644 index 000000000..196b3d800 --- /dev/null +++ b/content/page/tfLabs/tfLabs.md @@ -0,0 +1,8 @@ +--- +id: tfLabs +metaTitle: ThreeFold | ThreeFold Labs IT +metaDesc: A company organized and existing under the laws of the United Arab Emirates with license number 934955 +metaImg: ./token_header.png +contacts: contacts +map: tfmap +--- diff --git a/gridsome.config.js b/gridsome.config.js index 70855b3da..ae1ab0ed3 100644 --- a/gridsome.config.js +++ b/gridsome.config.js @@ -504,6 +504,14 @@ module.exports = { } }, + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'Contacts', + path: './content/page/**/contacts/*.md', + } + }, + { use: '@gridsome/source-filesystem', options: { @@ -572,6 +580,7 @@ module.exports = { conversations: 'Conversations', workloadsMain: 'WorkloadsMain', workloads: 'Workloads', + contacts: "Contacts" } } }, diff --git a/src/components/marketing/sections/contact-sections/split_two_tone.vue b/src/components/marketing/sections/contact-sections/split_two_tone.vue new file mode 100644 index 000000000..f43fc802f --- /dev/null +++ b/src/components/marketing/sections/contact-sections/split_two_tone.vue @@ -0,0 +1,63 @@ + + + diff --git a/src/components/marketing/sections/cta-sections/Footer.vue b/src/components/marketing/sections/cta-sections/Footer.vue index 86d1b6265..15eac2013 100644 --- a/src/components/marketing/sections/cta-sections/Footer.vue +++ b/src/components/marketing/sections/cta-sections/Footer.vue @@ -256,7 +256,7 @@

- © 2021 ThreeFold, All rights reserved. + © {{ currentYear }} ThreeFold, All rights reserved. Privacy Policy | - ImpressumThreeFold Labs IT

@@ -284,6 +281,11 @@ diff --git a/src/templates/MarkdownPage.vue b/src/templates/MarkdownPage.vue index 10c8ed8ec..b9d0b4da8 100644 --- a/src/templates/MarkdownPage.vue +++ b/src/templates/MarkdownPage.vue @@ -190,14 +190,13 @@ /> - +
+