diff --git a/src/components/ServicesSummary.vue b/src/components/ServicesSummary.vue index 532bab6c65290632861f24e81e0d961dce060a5a..39f31651e28777a5843a2bf2dd5583026bfb470a 100644 --- a/src/components/ServicesSummary.vue +++ b/src/components/ServicesSummary.vue @@ -11,6 +11,14 @@ <div class="text"> The central repository for the soure code to create hardened and evaluated containers for the DoD + <b-button + variant="link" + href="https://repo1.dsop.io" + target="_blank" + > + Repo One + <b-icon icon="box-arrow-up-right" aria-hidden="true"></b-icon> + </b-button> </div> </div> <div class="col-md-6 col-lg-4 service-container"> @@ -22,6 +30,14 @@ <div class="text"> The Platform One team recognizes that many teams require training resources in order to fully leverage DevSecOps principles + <b-button + variant="link" + href="https://software.af.mil/training/" + target="_blank" + > + https://software.af.mil/training + <b-icon icon="box-arrow-up-right" aria-hidden="true"></b-icon> + </b-button> </div> </div> <div class="col-md-6 col-lg-4 service-container"> @@ -30,7 +46,15 @@ <div class="text"> Platform One provides a chat app for IL2 (Public) and IL4 (FOUO) communication to DoD users around the world. No-hassle video - teleconferencing for the DoD *coming soon* + teleconferencing for the DOD + <b-button + variant="link" + href="https://chat.collab.cdl.af.mil/" + target="_blank" + > + Chat + <b-icon icon="box-arrow-up-right" aria-hidden="true"></b-icon> + </b-button> </div> </div> <div class="col-md-6 col-lg-4 service-container"> @@ -39,6 +63,14 @@ <div class="text"> DoD Security Authorization Working Groups where all documents created are available on Repo1 + <b-button + variant="link" + href="https://repo1.dsop.io/dsawg-devsecops/" + target="_blank" + > + DSAWG on Repo1 + <b-icon icon="box-arrow-up-right" aria-hidden="true"></b-icon> + </b-button> </div> </div> <router-link to="/services" class="col-md-6 col-lg-4 service-container"> @@ -88,6 +120,16 @@ export default { .logo { margin-bottom: 1rem; } + + a { + .btn-link { + word-wrap: none; + } + .b-icon { + top: -2px; + position: relative; + } + } } } </style>