From 25866a807aabd1f0df30a148ebd3d3c33116d12d Mon Sep 17 00:00:00 2001 From: Luke Glasscock <luke.glasscock@ascellatech.com> Date: Fri, 8 Jan 2021 08:31:00 -0700 Subject: [PATCH] Updates for PB --- src/components/ADCE/ADCECollapsiblesSection.vue | 6 ++++++ src/components/ADCE/ADCETabSection.vue | 12 +++--------- src/scss/utilities.scss | 1 + src/views/ADCE.vue | 7 ++++--- 4 files changed, 14 insertions(+), 12 deletions(-) diff --git a/src/components/ADCE/ADCECollapsiblesSection.vue b/src/components/ADCE/ADCECollapsiblesSection.vue index 876e6f71..c32278a2 100644 --- a/src/components/ADCE/ADCECollapsiblesSection.vue +++ b/src/components/ADCE/ADCECollapsiblesSection.vue @@ -11,6 +11,12 @@ <v-spacer /> </v-expansion-panel-header> <v-expansion-panel-content> + <p> + We use a Cloud-agnostic approach with CNCF-certified Kubernetes + distributions: vanilla Kubernetes with Helm, Rancher, and P1 + upstream Kubernetes distribution. AWS is currently supported, with + Azure coming soon. + </p> <v-simple-table dark style="background-color:transparent; border-bottom: 1px solid #223340" diff --git a/src/components/ADCE/ADCETabSection.vue b/src/components/ADCE/ADCETabSection.vue index 58d9c4b4..daa9927d 100644 --- a/src/components/ADCE/ADCETabSection.vue +++ b/src/components/ADCE/ADCETabSection.vue @@ -38,15 +38,9 @@ <v-tabs-items v-model="currentTab" class="mt-6 pa-10 tabs-section"> <v-tab-item class="text-left"> <p> - Using a Cloud agnostic approach with - <Tooltip - text="CNCF" - tooltip="Cloud Native Computing Foundation" - light - /> - Certified Kubernetes Distributions: Vanilla Kubernetes with Helm, - Rancher, Konvoy, Upstream "Archosaur". Currently, AWS is supported - with Azure coming soon. + We use a Cloud-agnostic approach with CNCF-certified Kubernetes + distributions: vanilla Kubernetes with Helm, Rancher, and Upstream + Archosaur. AWS is currently supported, with Azure coming soon. </p> <v-simple-table dark diff --git a/src/scss/utilities.scss b/src/scss/utilities.scss index b5c6cc8d..77428134 100644 --- a/src/scss/utilities.scss +++ b/src/scss/utilities.scss @@ -47,4 +47,5 @@ line-height: 1.5rem; font-weight: 600; text-transform: none; + letter-spacing: normal; } diff --git a/src/views/ADCE.vue b/src/views/ADCE.vue index 33a08ac5..d0e8d6c8 100644 --- a/src/views/ADCE.vue +++ b/src/views/ADCE.vue @@ -3,7 +3,7 @@ <PageHeader title="The Party Bus" subtext="ABMS ADCE" - description="ABMS All Domain Common Environment - The environment and services you need to develop and deploy your software application" + description="The environment and services you need to develop and deploy your software application" :logoSource="pbLogo" /> <v-container class="px-8"> @@ -12,7 +12,7 @@ <div class="row text-left my-8"> <div class="col-md-6 px-6"> <h3 class="pl-0 mb-4"> - ABMS ADCE PARTY BUS IS A + PARTY BUS - ABMS ADCE IS A <span style="text-transform: lowercase;">c</span>ATO ENABLED DEVSECOPS SERVICE </h3> @@ -52,6 +52,7 @@ <p class="text-center"> Get hands-on experience and training with our rapid workshop to stand-up a hello world pipeline with a templated app through Party Bus + - <Tooltip text="ABMS" tooltip="Advanced Battle Management System" /> <Tooltip text="ADCE" tooltip="All Domain Common Environment" />. </p> @@ -99,7 +100,7 @@ <p> Get hands-on experience and training with our rapid workshop to stand-up a hello world pipeline with a templated app through Party - Bus + Bus - <Tooltip text="ABMS" tooltip="Advanced Battle Management System" -- GitLab