diff --git a/content/page/newcommunity/brandPanel2/index.md b/content/page/newcommunity/brandPanel2/index.md new file mode 100644 index 000000000..f68a8a68e --- /dev/null +++ b/content/page/newcommunity/brandPanel2/index.md @@ -0,0 +1,12 @@ +--- +id: newcommunity_brandPanel2 +title: BECOME A THREEFOLD +subtitle : PATHFINDER +image: pathfinder.jpg # src/assets/brandPanel/.. +btnTxt : Apply +sourceUrl : '' +btnTxt2 : '' +sourceUrl2 : '' +--- +Check out the blog article and apply to join the growing community of ThreeFold’s most passionate supporters. + diff --git a/content/page/newcommunity/brandPanel3/index.md b/content/page/newcommunity/brandPanel3/index.md new file mode 100644 index 000000000..009fc46c3 --- /dev/null +++ b/content/page/newcommunity/brandPanel3/index.md @@ -0,0 +1,9 @@ +--- +id: newcommunity_brandPanel3 +title: JOIN THE THREEFOLD +subtitle : DEVELOPER COMMUNITY +image: join_developer.png # src/assets/brandPanel/.. +btnTxt : Developer Resources +sourceUrl : '' +--- +From testing our latest releases, to joining our development teams, to applying for a ThreeFold Foundation grant – there are many ways to engage with ThreeFold’s technology. \ No newline at end of file diff --git a/content/page/newcommunity/cta2/index.md b/content/page/newcommunity/cta2/index.md new file mode 100644 index 000000000..75c83cd74 --- /dev/null +++ b/content/page/newcommunity/cta2/index.md @@ -0,0 +1,11 @@ +--- +id: newcommunity_cta2 +title: EXPAND THE PEOPLE'S +subtitle : INTERNET AND CLOUD +button: Get a Node +link: '' +--- +Join the movement by connecting a node at your home or office. A you need is compatible hardware, electricity and network bandwidth to take part in the decentralization of the global Internet and cloud. + + + diff --git a/content/page/newcommunity/cta3/index.md b/content/page/newcommunity/cta3/index.md new file mode 100644 index 000000000..9359be369 --- /dev/null +++ b/content/page/newcommunity/cta3/index.md @@ -0,0 +1,11 @@ +--- +id: newcommunity_cta3 +title: FREQUENTLY ASKED +subtitle : QUESTIONS +button: Ask a Question +link: '' +--- +Check out the FAQs or ask a question on the ThreeFold Forum. + + + diff --git a/content/page/newcommunity/newcommunity.md b/content/page/newcommunity/newcommunity.md index 08004c248..167b6176a 100644 --- a/content/page/newcommunity/newcommunity.md +++ b/content/page/newcommunity/newcommunity.md @@ -11,7 +11,10 @@ header_altImg: newcommunity header_excerpt: A 100% open-source and community-driven project that is building the critical infrastructure for a decentralized world. Anyone can contribute to ThreeFold. And there are many ways to get involved. button: '' link: '' - +cta2: newcommunity_cta2 +cta3: newcommunity_cta3 +brandPanel3: newcommunity_brandPanel3 +brandPanel2 : newcommunity_brandPanel2 --- diff --git a/src/assets/images/brandPanel/join_developer.png b/src/assets/images/brandPanel/join_developer.png new file mode 100644 index 000000000..878927dec Binary files /dev/null and b/src/assets/images/brandPanel/join_developer.png differ diff --git a/src/assets/images/brandPanel/pathfinder.jpg b/src/assets/images/brandPanel/pathfinder.jpg new file mode 100644 index 000000000..d902bf176 Binary files /dev/null and b/src/assets/images/brandPanel/pathfinder.jpg differ diff --git a/src/components/custom/sections/CallToAction.vue b/src/components/custom/sections/CallToAction.vue index 5eacb3692..1a4a04f26 100644 --- a/src/components/custom/sections/CallToAction.vue +++ b/src/components/custom/sections/CallToAction.vue @@ -394,6 +394,133 @@ > + +
+

+ {{ cta.title }} +
+ {{ cta.subtitle }} +

+
+ + {{ cta.button }} + + {{ cta.button }} +
+ +
+

+ {{ cta.title }} + {{ cta.subtitle }} +

+
+ + {{ cta.button }} + + {{ cta.button }} +
+ +
-
@@ -412,7 +412,6 @@ text-center lg:px-56 self-center - " >
@@ -453,7 +452,7 @@
-
- + -
+ + + +
+
+
+

+ {{ brand.title }} + {{ + brand.subtitle + }} +

+
+ {{ brand.btnTxt }} +
+
+
+ +
+
+
\ No newline at end of file diff --git a/src/templates/MarkdownPage.vue b/src/templates/MarkdownPage.vue index cec2aeee7..c1bb4fb8b 100644 --- a/src/templates/MarkdownPage.vue +++ b/src/templates/MarkdownPage.vue @@ -38,7 +38,8 @@ $page.markdownPage.id !== 'tft' && $page.markdownPage.brandPanel2 && $page.markdownPage.id !== 'farm' && - $page.markdownPage.id !== 'developer' + $page.markdownPage.id !== 'developer' && + $page.markdownPage.id !== 'newcommunity' " :brandPanel2="true" /> @@ -51,7 +52,8 @@ $page.markdownPage.id !== 'tft' && $page.markdownPage.brandPanel3 && $page.markdownPage.id !== 'farm' && - $page.markdownPage.id !== 'developer' + $page.markdownPage.id !== 'developer' && + $page.markdownPage.id !== 'newcommunity' " :brandPanel3="true" /> @@ -74,7 +76,6 @@ $page.markdownPage.id !== 'developer' && $page.markdownPage.id !== 'tft' && $page.markdownPage.id !== 'newcommunity' - " :id="$page.markdownPage.id" :title="$page.markdownPage.header_title" @@ -100,7 +101,8 @@ v-if=" $page.markdownPage.cta2 && $page.markdownPage.id !== 'tft' && - $page.markdownPage.id !== 'farm' + $page.markdownPage.id !== 'farm' && + $page.markdownPage.id !== 'newcommunity' " :cta="$page.markdownPage.cta2" :textOnly="true" @@ -200,7 +202,11 @@ @@ -331,6 +337,44 @@ :main="$page.markdownPage.appsMain" /> + + + + + + + + +