UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 6b8a5a95 authored by Michelle Tran's avatar Michelle Tran Committed by graham.smith
Browse files

BULL-1829 Updated PB Onboarding text and link

parent da8eb9d8
No related branches found
No related tags found
1 merge request!162BULL-1829 Updated PB Onboarding text and link
This diff is collapsed.
......@@ -14,22 +14,22 @@
<div class="row text-left justify-content-center">
<div class="col-xs-10 col-sm-8 col-md-10 col-lg-12 col-xl-8 pt-0">
<div class="row">
<!-- class="col-md-5" -->
<div class="col-md-6 col-lg-4 col-xl-4">
<v-card
flat
tile
class="my-5 registration-card text-center d-flex flex-column"
class="mt-md-5 mb-5 registration-card text-center d-flex flex-column"
>
<v-card-text>
<h4 class="px-auto">3 DAY WORKSHOP</h4>
<h4>Party Bus Overview</h4>
</v-card-text>
<v-spacer></v-spacer>
<v-card-text>
<p class="px-6">
Rapid workshop for current Party Bus customers to stand up
a hello world pipeline with a templated app through Party
Bus. Links are located at the bottom of the linked page.
Virtual and self-directed experience that allows program
offices, engineers, and product managers to learn how to
Party Bus "work". Intended as a supplement to the option
above.
</p>
</v-card-text>
<v-spacer></v-spacer>
......@@ -37,57 +37,32 @@
class="registration-action justify-content-center text-center"
>
<v-btn
class="mx-auto pr-4"
class="mx-auto"
color="primary"
target="_blank"
rel="noopener noreferrer"
href="https://confluence.il2.dso.mil/display/P1PARTYBUS/Party+Bus+Workshop+Sign+Up"
href="https://learn.apps.dso.mil/cohorts/4/self_register"
>
<v-icon color="#202020" left>mdi-lock</v-icon>
Reserve Your Seat
Learn Now
</v-btn>
</v-card-actions>
</v-card>
<!-- <v-card
flat
tile
class="mt-5 mb-md-5 registration-card text-center d-flex flex-column"
>
<v-card-text>
<h4>USER CENTERED DESIGN (UCD) WORKSHOP</h4>
</v-card-text>
<v-spacer></v-spacer>
<v-card-text>
<p class="px-6">
2-day workshop focused on user-centered design to include
the user in the process, get constant feedback, and
quickly deliver value.
</p>
</v-card-text>
<v-spacer></v-spacer>
<v-card-actions
class="registration-action justify-content-center text-center"
>
<h4>COMING SOON</h4>
</v-card-actions>
</v-card> -->
</div>
<div class="col-md-6 col-lg-4 col-xl-4">
<v-card
flat
tile
class="mt-md-5 mb-5 registration-card text-center d-flex flex-column"
class="my-5 registration-card text-center d-flex flex-column"
>
<v-card-text>
<h4>SELF-DIRECTED ONBOARD</h4>
<h4 class="px-auto">3-DAY DEVELOPER'S WORKSHOP</h4>
</v-card-text>
<v-spacer></v-spacer>
<v-card-text>
<p class="px-6">
Virtual and self-directed experience that allows program
offices, engineers, and product managers to learn how to
Party Bus "work". Intended as a supplement to the option
above.
Rapid workshop for current Party Bus customers to stand up
a hello world pipeline with a templated app through Party
Bus. Links are located at the bottom of the linked page.
</p>
</v-card-text>
<v-spacer></v-spacer>
......@@ -95,43 +70,17 @@
class="registration-action justify-content-center text-center"
>
<v-btn
class="mx-auto"
class="mx-auto pr-4"
color="primary"
target="_blank"
rel="noopener noreferrer"
href="https://learn-2.galvanize.com/cohorts/fbc9761c8f97c752ea"
href="https://confluence.il2.dso.mil/display/P1PARTYBUS/Party+Bus+Workshop+Sign+Up"
>
Learn Now
<v-icon color="#202020" left>mdi-lock</v-icon>
Reserve Your Seat
</v-btn>
</v-card-actions>
</v-card>
<!-- <v-card
flat
tile
class="my-5 registration-card text-center d-flex flex-column"
>
<v-card-text class="registration-action">
<h4>6 WEEK COHORT</h4>
</v-card-text>
<v-spacer></v-spacer>
<v-card-text>
<p class="px-6">
3 weeks learning the processes and opinions of Platform
One. 3 weeks working in your app with guidance from our
<Tooltip
text="SMEs"
tooltip="Subject Matter Experts"
light
/>.
</p>
</v-card-text>
<v-spacer></v-spacer>
<v-card-actions
class="registration-action justify-content-center text-center"
>
<h4>CURRENTLY ON HOLD</h4>
</v-card-actions>
</v-card> -->
</div>
<div class="col-md-6 col-lg-4 col-xl-4">
<v-card
......
......@@ -51,7 +51,7 @@ Cypress.Commands.add("checkLockIcons", () => {
.then((href) => {
cy.log("Link text: " + link.text());
cy.log(href);
if (href.match(/(?<!(repo1|p1|login|onboarding).*).dso.mil/)) {
if (href.match(/(?<!(repo1|p1|login|onboarding|learn).*).dso.mil/)) {
cy.log("Expecting lock icon...");
cy.wrap(link).within(() => {
cy.get(".mdi-lock").should("exist");
......
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