From 3153bb1e7ceb55fb5645e76f2d1cdfde1ea64d2f Mon Sep 17 00:00:00 2001 From: Luke Glasscock <luke.glasscock@ascellatech.com> Date: Tue, 27 Oct 2020 18:51:58 -0600 Subject: [PATCH] Change image location --- src/views/Home.vue | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index 8c70d4c6..efaba75e 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -4,6 +4,20 @@ title="PLATFORM ONE" description="An official DoD DevSecOps Enterprise Services team" /> + <div class="container px-0"> + <div + class="d-flex flex-column align-items-center mt-8 mb-16 mx-4 mx-md-16" + > + <h2 class="mx-8 mx-sm-16 pb-4"> + Platform One Awards + </h2> + <img + class="img-fluid mx-auto" + src="@/assets/images/P1_DefenseAcq_Web1_2.jpg" + alt="2020 Defense Acquisition Workforce Award Winners" + /> + </div> + </div> <IntroVideo /> <ProductsSummary /> <ServicesSummary /> @@ -27,16 +41,6 @@ </video> </v-responsive> </div> - <div class="d-flex flex-column align-items-center mt-8 mb-16 pb-12"> - <h2 class="mx-8 mx-sm-16 pb-4"> - Platform One Awards - </h2> - <img - class="img-fluid mx-auto logo px-4" - src="@/assets/images/P1_DefenseAcq_Web1_2.jpg" - alt="2020 Defense Acquisition Workforce Award Winners" - /> - </div> <Wave :bottom="false"> <WhoWeServe /> </Wave> -- GitLab