From 5d612a8278f857fe4d55ba512cfeb2eb45bda966 Mon Sep 17 00:00:00 2001
From: Graham Smith <gsmith@skye.local>
Date: Wed, 1 Jul 2020 11:26:44 -0400
Subject: [PATCH] logo and centering

---
 src/assets/images/tool-logos/ADCE.png | Bin 0 -> 482 bytes
 src/views/ADCE.vue                    |  20 +++++++++++++-------
 2 files changed, 13 insertions(+), 7 deletions(-)
 create mode 100644 src/assets/images/tool-logos/ADCE.png

diff --git a/src/assets/images/tool-logos/ADCE.png b/src/assets/images/tool-logos/ADCE.png
new file mode 100644
index 0000000000000000000000000000000000000000..dea834a3e1af920e5dc5d910fd432c92add5aa1c
GIT binary patch
literal 482
zcmV<80UiE{P)<h;3K|Lk000e1NJLTq000;O000*V1^@s65h0H)00009a7bBm000XT
z000XT0n*)m`~Uy}lu1NER7i=fRqauOKoEWF@IQ1Qc5qf;?0^nT2hxGDgLEJ*q=VQ2
zc0fA73f9^9j@g`mmrUNw4RE`+pYIl^>YoK*1E2#?&B%3O*|~buoj6<q7-*oq!a-bH
z(-j^VAtGA<Z*J>BRr^FI9{L1uaH5jgulW7A6#Z-#X_Sd9IQi}l=V<8t$ah06A|*1R
zs@8)&wL|J)!>2{o($UH}%S9LUMh7Bd#_wr#5D{P7=8`NdYd!~GyPkDx*tkhnWb~kM
z^5(=MM*jie+qln0`Dk8Erm7{*S#)Gz5f!TtWg&X)79#S@+GO4X(+{Rwh)Bf^<Mb{q
zrm7CS8@0>qbEftK%WKpgPT8gx?dF(hP`{A+;et_NYhA>EMZ|dja_a;N8eco(#-x_@
zOwlLbN9xX@kELl{T48E}&dj32f4Z?m6`y;~l5B`bm|~w%UsanT*-T521G^_ri#>3t
zuN-X86Z^kCbic@0SL;W4s~-46T?Vf&z6bt)U{w9Oq6do@d%)QdM8waW6p;k)S=NF6
Y2Xs2jSE#fDSpWb407*qoM6N<$f}391H~;_u

literal 0
HcmV?d00001

diff --git a/src/views/ADCE.vue b/src/views/ADCE.vue
index 5c569bd6..1d340cb1 100644
--- a/src/views/ADCE.vue
+++ b/src/views/ADCE.vue
@@ -66,16 +66,16 @@
 
       <div class="row">
         <div
-          class="d-flex flex-column justify-content-around col-lg-6 text-left"
+          class="d-flex flex-column justify-content-around col-lg-6 text-lg-left text-center"
         >
           <h2 class="mx-0 my-4">
             We believe in transparency!
             <br />
             Our goal is to have the entire environment deployed by July 13th!
           </h2>
-          <div class="my-4 pr-5">
+          <div class="my-4 pr-lg-5 text-lg-left text-center">
             <img class="mm-logo mb-2" src="@/assets/images/Logo_MM.png" />
-            <p class="pr-5">
+            <p class="pr-lg-5">
               A solution for team collaboration and chatting.<br />
               Take full advantage of this capability by signing up for a Single
               Sign On (SSO) account.
@@ -87,9 +87,11 @@
             </a>
           </div>
         </div>
-        <div class="d-flex flex-column col-lg-5 offset-lg-1 my-4">
-          <h4 class="mb-4">ABMS-ADCE MILESTONES</h4>
-          <div class="milestones-wrapper text-left">
+        <div
+          class="d-flex flex-column col-lg-5 offset-lg-1 my-4 align-items-center align-items-lg-left"
+        >
+          <h4 class="mb-4 mx-auto">ABMS-ADCE MILESTONES</h4>
+          <div class="milestones-wrapper">
             <div
               v-for="milestone in milestones"
               :key="milestone.text"
@@ -199,7 +201,11 @@ export default {
         { done: false, text: "Anchore", logo: "anchore-mark.png" },
         { done: false, text: "Twistlock", logo: "icon_twistlock@2x.png" },
         { done: false, text: "Cypress", logo: "cypress.png" },
-        { done: false, text: "Mission App Production Clusters" }
+        {
+          done: false,
+          text: "Mission App Production Clusters",
+          logo: "ADCE.png"
+        }
       ]
     };
   }
-- 
GitLab