diff --git a/content/page/careers/careers.md b/content/page/careers/careers.md index 9d6aef17e..3a9eb0dda 100644 --- a/content/page/careers/careers.md +++ b/content/page/careers/careers.md @@ -7,7 +7,7 @@ solution_image: ./threefold_people.png header: join_us jobsMain: positions jobs: [plan1, plan2, plan3, plan4, plan5, plan6] -customCTA: customCTA +customCTA: careers --- \ No newline at end of file diff --git a/content/page/careers/customCTA/cta.md b/content/page/careers/customCTA/cta.md index d8391d02f..c3f54220e 100644 --- a/content/page/careers/customCTA/cta.md +++ b/content/page/careers/customCTA/cta.md @@ -1,5 +1,5 @@ --- -id: customCTA +id: careers link: /community title: Join our Community img: ./threefold_people.png diff --git a/content/page/community/community.md b/content/page/community/community.md index 5cffb7e2b..2b7ea8617 100644 --- a/content/page/community/community.md +++ b/content/page/community/community.md @@ -7,5 +7,5 @@ solution_image: ./community.png header: join_community logosMain: logosMain logos: [tele_1, tele_4, tele_3, tele_2] -customCTA_2: customCTA_2 +customCTA: community --- \ No newline at end of file diff --git a/content/page/community/customCTA_2/cta_2.md b/content/page/community/customCTA/cta_2.md similarity index 78% rename from content/page/community/customCTA_2/cta_2.md rename to content/page/community/customCTA/cta_2.md index a8ddc887e..bfea4c9c3 100644 --- a/content/page/community/customCTA_2/cta_2.md +++ b/content/page/community/customCTA/cta_2.md @@ -1,5 +1,5 @@ --- -id: customCTA_2 +id: community link: /careers title: Join our Team img: ./threefold_people.png diff --git a/content/page/community/customCTA_2/threefold_people.png b/content/page/community/customCTA/threefold_people.png similarity index 100% rename from content/page/community/customCTA_2/threefold_people.png rename to content/page/community/customCTA/threefold_people.png diff --git a/src/templates/Job.vue b/src/templates/Job.vue index 17c323b63..69265853e 100644 --- a/src/templates/Job.vue +++ b/src/templates/Job.vue @@ -43,7 +43,12 @@
- +
@@ -57,6 +62,15 @@ button link } + allCustomCta { + edges { + node { + id + title + link + } + } + } } diff --git a/src/templates/MarkdownPage.vue b/src/templates/MarkdownPage.vue index 7d1763103..95b95b981 100644 --- a/src/templates/MarkdownPage.vue +++ b/src/templates/MarkdownPage.vue @@ -49,14 +49,13 @@ :sections="$page.markdownPage.comparisonSecs" /> - +
+
+ +
@@ -379,6 +389,15 @@ link2 } } + allCustomCta { + edges { + node { + id + title + link + } + } + } } @@ -404,6 +423,7 @@ import BrandPanel from "~/components/marketing/sections/cta-sections/BrandPanel. import AppListItem from "~/components/AppListItem.vue"; import Partenerships from "~/components/marketing/sections/team-sections/grid_with_large_round_images.vue"; import CenteredAccordion from "~/components/marketing/sections/faq-sections/CenteredAccordion.vue"; +import CustomCTA from "~/components/custom/sections/CustomCTA.vue"; export default { components: { @@ -427,6 +447,7 @@ export default { AppListItem, Partenerships, CenteredAccordion, + CustomCTA, }, computed: { getImg() {