diff --git a/content/page/about-us/about-us.md b/content/page/about-us/about-us.md index 3ec45fd68..0104adde6 100644 --- a/content/page/about-us/about-us.md +++ b/content/page/about-us/about-us.md @@ -16,5 +16,6 @@ brandPanel2: about_brandPanel2 brandPanel3: about_brandPanel3 cta: about_cta cta2: about_cta2 +cta3: about_cta3 roadmap: about_roadmap --- diff --git a/content/page/about-us/cta3/index.md b/content/page/about-us/cta3/index.md new file mode 100644 index 000000000..53abe9a34 --- /dev/null +++ b/content/page/about-us/cta3/index.md @@ -0,0 +1,10 @@ +--- +id: about_cta3 +title: WHAT ARE YOU WAITING FOR? +subtitle: JOIN THE MOVEMENT +button: Join The Movement +link: '#' +--- +Meet our community, join our conversations and +
+collaborate with our value-driven and collaborative teams. diff --git a/src/components/custom/sections/CallToAction.vue b/src/components/custom/sections/CallToAction.vue index b8c2a3c0b..0895b5f1d 100644 --- a/src/components/custom/sections/CallToAction.vue +++ b/src/components/custom/sections/CallToAction.vue @@ -3,12 +3,13 @@ class="pb-10 px-4 bg-cover text-center" :class="{ pink: id == 'home', + green: id == 'about-us' && lastCta, }" >

-
+ +

+ {{ cta.title }} +

+

+ {{ cta.subtitle }} +

+
+
{{ cta.button }} + + {{ cta.button }} +
+
@@ -629,7 +706,7 @@ import Modal from "~/components/custom/Modal.vue"; export default { - props: ["cta", "id", "textOnly"], + props: ["cta", "id", "textOnly", "lastCta"], data() { return { showModal: false, @@ -652,4 +729,8 @@ export default { .pink { background-color: #ea1ff7; } + +.green { + background-color: #70dfc9; +} \ No newline at end of file diff --git a/src/templates/MarkdownPage.vue b/src/templates/MarkdownPage.vue index 75e46a0ee..bd121d452 100644 --- a/src/templates/MarkdownPage.vue +++ b/src/templates/MarkdownPage.vue @@ -98,6 +98,12 @@ v-if="$page.markdownPage.roadmap" :roadmap="$page.markdownPage.roadmap" /> +
- -
-
- - - - - - - - - - - - - - - - -
-
- - - -