UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • platform-one/party-bus/static-sites/platform-one-site
  • ortiz.jacob/platform-one-site
2 results
Show changes
Commits on Source (10)
* @graham.smith @hunter.congress @mtran @deven.phillips @ckwolff
* @graham.smith @hunter.congress @mtran @deven.phillips @c_schell
......@@ -146,18 +146,14 @@
>
</a>
<a
href="https://onboarding.il2.dso.mil/"
href="https://learn.apps.dso.mil/cohorts/4/self_register"
target="_blank"
rel="noopener noreferrer"
>
Cohort On-boarding
>Self Learning
<v-icon small left color="#E1E1E1" class="mr-0 mb-1"
>mdi-lock</v-icon
>
</a>
<a
href="https://learn.apps.dso.mil/"
target="_blank"
rel="noopener noreferrer"
>Self Learning</a
>
</v-col>
</v-row>
</v-col>
......
......@@ -45,10 +45,16 @@
>
<div class="reseller-card card-content pt-10 mx-auto mb-8">
<v-col class="image-container">
<v-img
:src="getImageUrl(reseller.img)"
class="reseller-logo mb-8"
/>
<a
:href="reseller.link"
target="_blank"
rel="noopener noreferrer"
>
<v-img
:src="getImageUrl(reseller.img)"
class="reseller-logo mb-8"
/>
</a>
</v-col>
<v-col>
<h3 class="text-left px-0 mb-6">{{ reseller.name }}</h3>
......@@ -103,7 +109,7 @@ export default {
name: "Booz Allen",
description:
"Booz Allen Hamilton, an innovator and pioneer in successful P1 capability implementations, brings credible experience in driving adoption of Agile DevSecOps, Software Factories, and P1 products and services in support of mission critical programs.",
link: "https://www.boozallen.com",
link: "https://www.boozallen.com/insights/open-systems/platform-one-the-future-of-continuous-delivery.html",
},
{
img: "braingu.webp",
......
......@@ -52,9 +52,7 @@ Cypress.Commands.add("checkLockIcons", () => {
cy.log("Link text: " + link.text());
cy.log(href);
if (
href.match(
/(?<!(repo1|p1|login|onboarding|learn|sso-info).*).dso.mil/
)
href.match(/(?<!(repo1|p1|login|onboarding|sso-info).*).dso.mil/)
) {
cy.log("Expecting lock icon...");
cy.wrap(link).within(() => {
......