UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit e459a3f5 authored by jtwidt's avatar jtwidt
Browse files

BULL-249 updates

parent 602b72dd
Branches BULL-1936
No related tags found
No related merge requests found
src/assets/images/CI_CE_infographic_update_for_web.jpg

94.3 KiB

......@@ -87,6 +87,9 @@
<a href="https://ironbank.dsop.io" target="_blank">
Iron Bank
</a>
<a href="https://registry1.dsop.io/" target="_blank"
>Registry 1 - Docker Hub</a
>
</v-col>
<v-col
class="py-0 d-flex flex-column mt-4 mt-md-0 link-column text-left"
......
......@@ -162,7 +162,7 @@
<v-btn
text
class="link"
:href="getImageUrl('CI_CD_infographic_final_web_update.png')"
:href="getImageUrl('CI_CE_infographic_update_for_web.jpg')"
target="_blank"
>
Download the full pipeline graphic
......
......@@ -109,78 +109,78 @@
</div>
</template>
<script>
import PageHeader from "@/components/PageHeader";
import QuotesLogo from "@/assets/images/icons/Quotes.svg";
import Wave from "@/components/Wave";
import PageHeader from '@/components/PageHeader';
import QuotesLogo from '@/assets/images/icons/Quotes.svg';
import Wave from '@/components/Wave';
export default {
name: "WhoWeAre",
name: 'WhoWeAre',
components: { PageHeader, QuotesLogo, Wave },
data: function() {
return {
principles: [
{
name: "Scale",
name: 'Scale',
text:
"Features aren't complete until they are tested, automated, documented, and with training modules."
"Features aren't complete until they are tested, automated, documented, and with training modules.",
},
{
name: "Mission Obsessed",
name: 'Mission Obsessed',
text:
"Obsess over the code that will form the baseline for weapon systems across the DoD: ships, places, tanks, and nukes."
'Obsess over the code that will form the baseline for weapon systems across the DoD: ships, planes, tanks, and nukes.',
},
{
name: "Everyone Codes",
name: 'Everyone Codes',
text:
"What we do is code. All of us... even if it is 3 hours a week using Youtube videos. No exceptions."
'What we do is code. All of us... even if it is 3 hours a week using Youtube videos. No exceptions.',
},
{
name: "Ownership",
name: 'Ownership',
text:
"Own every aspect of what you do, what you write, what you say, and what you use."
'Own every aspect of what you do, what you write, what you say, and what you use.',
},
{
name: "Simple and Robust",
name: 'Simple and Robust',
text:
"Make features as if 100,000 developers will use what you've developed."
"Make features as if 100,000 developers will use what you've developed.",
},
{
name: "Continual Learning",
text: "We always look to improve our baseline and our brains."
name: 'Continual Learning',
text: 'We always look to improve our baseline and our brains.',
},
{
name: "Live in the trenches",
name: 'Live in the trenches',
text:
"Success or failure is found in the details. Don't ignore them because you don't have time to understand."
"Success or failure is found in the details. Don't ignore them because you don't have time to understand.",
},
{
name: "No Egos",
name: 'No Egos',
text:
"We will never be the best at everything, so don't claim or try to be. Be open-minded about what others can bring to the table."
"We will never be the best at everything, so don't claim or try to be. Be open-minded about what others can bring to the table.",
},
{
name: "Invest in People",
name: 'Invest in People',
text:
"The best investment you can make is in yourselves. The next best investment you can make is in the people next to you."
'The best investment you can make is in yourselves. The next best investment you can make is in the people next to you.',
},
{
name: "We Serve",
name: 'We Serve',
text:
"We exist to help others succeed. When they succeed, we succeed. If you can help someone, do it."
'We exist to help others succeed. When they succeed, we succeed. If you can help someone, do it.',
},
{
name: "Shoot for the moon",
name: 'Shoot for the moon',
text:
"Be bold and strive to make monumental changes that sound so crazy people won't believe you... even after you've done it."
"Be bold and strive to make monumental changes that sound so crazy people won't believe you... even after you've done it.",
},
{
name: "Smart Decisions",
name: 'Smart Decisions',
text:
"Encourage decisions to be made by the individuals with the most information. If it's a technical decision, that means technical people, even if they are the lowest ranking."
}
]
"Encourage decisions to be made by the individuals with the most information. If it's a technical decision, that means technical people, even if they are the lowest ranking.",
},
],
};
}
},
};
</script>
<style lang="scss">
......
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