UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit f4e11cc7 authored by Jeremy Twidt's avatar Jeremy Twidt
Browse files

Merge branch '3day-fixes' into 'master'

formatting changes

See merge request platform-one/private/bullhorn/platform1-site!110
parents 8c5ed6cb 89c994b3
No related branches found
Tags v0.3.45
Loading
......@@ -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>
......
<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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment