UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit a27fe19e authored by Graham Smith's avatar Graham Smith
Browse files

add links to services

parent 061c17ba
No related branches found
No related tags found
No related merge requests found
......@@ -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>
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