diff --git a/src/components/PageHeader.vue b/src/components/PageHeader.vue index 15d56a7b693147f2c8bb3baa30e2d606ebb1f406..b8572fa6bd94bf816dd1839fd293169185147400 100644 --- a/src/components/PageHeader.vue +++ b/src/components/PageHeader.vue @@ -5,6 +5,9 @@ <h1 class="px-4"> {{ title }} </h1> + <h1 v-if="title2" class="px-4"> + {{ title2 }} + </h1> <h2 v-if="subtext" class="subtext mx-lg-auto mx-5"> {{ subtext }} </h2> @@ -39,14 +42,15 @@ </template> <script> -import Breadcrumb from "@/components/Breadcrumb.vue"; +import Breadcrumb from '@/components/Breadcrumb.vue'; export default { props: { title: String, + title2: String, subtext: String, description: String, displaySearch: Boolean, - onChangeSearch: Function + onChangeSearch: Function, }, components: { Breadcrumb }, methods: { @@ -54,8 +58,8 @@ export default { if (this.onChangeSearch) { this.onChangeSearch(value); } - } - } + }, + }, }; </script> <style lang="scss" scoped> diff --git a/src/views/3DayWorkshop.vue b/src/views/3DayWorkshop.vue index 6277c196ebaf80fdf4cf515eaded17117d890b33..b372059771363820288bbdb6ad8753591db054a1 100644 --- a/src/views/3DayWorkshop.vue +++ b/src/views/3DayWorkshop.vue @@ -1,6 +1,6 @@ <template> <div class="3-day-workshop-page"> - <PageHeader title="Party Bus - ABMS ADCE 3 DAY WORKSHOP" /> + <PageHeader title="Party Bus - ABMS ADCE" title2="3 DAY WORKSHOP" /> <div class="col-lg-12 px-4"> <div class="px-4 pb-4"> <h2 class="mx-0 pa-0"> @@ -92,18 +92,18 @@ <!-- Replace the above with the registration component --> <div> - <h2 class="mx-0">WHAT IS THE 3 DAY WORKSHOP?</h2> + <h2 class="mx-0 pt-6">WHAT IS THE 3 DAY WORKSHOP?</h2> </div> <div> A rapid workshop to stand-up a hello world pipeline with a templated app - through ABMS ADCE Party Bus. + through Party Bus ABMS-ADCE. <div class="row justify-center"> <a class="mt-4" href="/#/products/abms-adce/onboarding"> More information </a> </div> </div> - <div class="px-4 pt-4"> + <div class="px-4 pt-10"> <h2 class="mx-0">3 DAY WORKSHOP AGENDA</h2> </div> <div class="container pb-10">