UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 5da7d3d8 authored by Jeremy Twidt's avatar Jeremy Twidt
Browse files

Merge branch 'BULL-356' into 'master'

leadership bio formatting fixes

See merge request platform-one/private/bullhorn/platform1-site!159
parents eb6fa23d 80861d58
No related branches found
Tags v0.4.24-patch-1
No related merge requests found
......@@ -277,7 +277,7 @@ export default {
CICDPipeline,
VueEasyLightbox,
WorkshopIcon,
ExternalLink,
ExternalLink
},
methods: {
showImg(index) {
......@@ -289,9 +289,9 @@ export default {
},
getImageUrl(filename) {
return require(`@/assets/images/${filename}`);
},
}
},
data: function () {
data: function() {
return {
// lightbox state
lightbox: {
......@@ -299,28 +299,28 @@ export default {
index: 0, // default: 0
imgs: [
require("@/assets/images/PartyBus-environment-02.png"),
require("@/assets/images/P1 - Tool Chain-2.jpg"),
],
require("@/assets/images/P1 - Tool Chain-2.jpg")
]
},
milestones: [
{
done: true,
text: "Mattermost",
logo: "mattermost-logomark-blue.png",
logo: "mattermost-logomark-blue.png"
},
{
done: true,
text: "Atlassian (Jira & Confluence)",
logo: "Atlassian-icon-blue-onecolor@2x.png",
logo: "Atlassian-icon-blue-onecolor@2x.png"
},
{
done: false,
text: "Mission App Production Clusters",
logo: "Party_Bus_logo.png",
},
],
logo: "Party_Bus_logo.png"
}
]
};
},
}
};
</script>
<style lang="scss">
......
......@@ -242,25 +242,25 @@
</div>
</div>
<div class="container my-4">
<div class="row justify-content-center">
<div class="col-md-6 px-4 my-auto text-center">
<h4>
Have questions about Big Bang?
</h4>
<div class="row justify-content-center">
<div class="col-md-6 px-4 my-auto text-center">
<h4>
Have questions about Big Bang?
</h4>
<v-btn
color="primary"
class="mt-4"
href="https://confluence.il2.dsop.io/questions/topics/10813444/bigbang"
target="_blank"
>
FAQs
</v-btn>
<v-btn
color="primary"
class="mt-4"
href="https://confluence.il2.dsop.io/questions/topics/10813444/bigbang"
target="_blank"
>
FAQs
</v-btn>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<vue-easy-lightbox
escDisabled
......
......@@ -106,7 +106,7 @@
</div>
</div>
</div>
<Wave class="values-container dark">
<Wave :bottom="false">
<div class="container col-md-8">
<div class="row justify-content-center">
<h2>MEET THE LEADERSHIP TEAM</h2>
......@@ -159,11 +159,11 @@
<v-dialog v-model="dialog" width="90%">
<v-card>
<v-card-title class="headline dark">
{{leader.name}}
{{ leader.name }}
</v-card-title>
<v-card-text class="white--text text-left dark">
{{leader.bio}}
{{ leader.bio }}
<br />
<v-btn
v-if="leader.externalBio"
......@@ -178,10 +178,7 @@
<v-card-actions class="dark">
<v-spacer></v-spacer>
<v-btn
color="secondary"
@click="dialog = false"
>
<v-btn color="secondary" @click="dialog = false">
Close
</v-btn>
</v-card-actions>
......@@ -215,9 +212,9 @@ export default {
// alert(this.cards[this.$refs.carousel.currentIndex].name);
this.leader = this.cards[this.$refs.carousel.currentIndex];
this.dialog = true;
},
}
},
data: function () {
data: function() {
return {
dialog: false,
leader: {},
......@@ -225,62 +222,62 @@ export default {
{
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",
text:
"Obsess over the code that will form the baseline for weapon systems across the DoD: ships, planes, 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",
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",
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",
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.",
text: "We always look to improve our baseline and our brains."
},
{
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",
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",
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",
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",
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",
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."
}
],
cards: [
{
......@@ -292,7 +289,7 @@ export default {
externalBio: "https://software.af.mil/team/nicolas-m-chaillan-hqe/",
width: "350px",
flex: "6",
id_tag: "nic_chaillan",
id_tag: "nic_chaillan"
},
{
img: "Brad_Ferguson.jpg",
......@@ -303,7 +300,7 @@ export default {
externalBio: "https://software.af.mil/team/brad-e-ferguson/",
width: "350px",
flex: "6",
id_tag: "brad_ferguson",
id_tag: "brad_ferguson"
},
{
img: "Rob_Slaughter.jpg",
......@@ -313,7 +310,7 @@ export default {
"Rob Slaughter is the Director of Platform One. He sets the priorities and drives the vision for our platform while bringing in Program Offices from every service to drive inter-service collaboration. It is no understatement to say that he’s the reason we’re all here. He preaches the good word to our customers but has also been instrumental in working with our Acquisition team to get contracts in place. He drives our badge-less, happy go lucky culture and ensures that we continue to be a vendor agnostic solution. It is a well-known fact that his greatest accomplishment was establishing Waffle Wednesday bringing smiles to everyone’s face. After all, he knows happy people make better products and better serve customers. Is there anything this guy can’t do? ",
width: "225px",
flex: "3",
id_tag: "rob_slaughter",
id_tag: "rob_slaughter"
},
{
img: "Austen_Bryan.jpg",
......@@ -323,7 +320,7 @@ export default {
"Austen Bryan is our Chief Operations Officer and champion for our internal team. He is Platform One’s bridge to the LevelUP Acquisition and contracts team. His leadership and guidance add structure to our chaos and get us from idea to creation so we are not just vaporware. His tentacles reach deep into Platform One but he keeps his head above water driving our vision and keeping a system view. He leads our engagements/solutions with various Program Offices and backs up Rob on basically everything which is a wide variety in this startup mode we operate in. Some days he’s the CFO, some days he hires people. What did he want to do? Code.",
width: "225px",
flex: "3",
id_tag: "austen_bryan",
id_tag: "austen_bryan"
},
{
img: "Jeff_McCoy.jpg",
......@@ -333,7 +330,7 @@ export default {
"Jeff McCoy is the CTO for Platform One, a group of nerds helping the DoD do DevSecOps right. They recently brought telework tools to tens-of-thousands of federal employees in a couple days, put Kubernetes on a fighter jet, are helping modernize major weapon systems and sport a Baby Yoda logo. Before Platform One, Jeff was the CTO of SpaceCAMP delivering modern software for Space Force and also helped create DDS’s Rogue Squadron building counter-UAS software for special forces and North American defense. Jeff also really sucks at job interviews and was hired as the first Air Force UX designer for Kessel Run only to be reassigned as a lead engineer for the program the first day on the job.",
width: "225px",
flex: "3",
id_tag: "jeff_mccoy",
id_tag: "jeff_mccoy"
},
{
img: "Matt_Huston.jpg",
......@@ -343,7 +340,7 @@ export default {
"Matt Huston is Platform One’ Chief of Enterprise Services, our Chief Information Security Officer. Matt drives our Enterprise to always be better and always deliver what’s needed to our customers. As the Chief of Platform at Space CAMP prior to Platform One, he was instrumental in standing up the c-ATO’d environment and obtaining the accreditation for the DoD’s second C-ATO. Now at Platform one, he is driving our declarative, open source platform development. Matt grew up in Kessel Run, alongside Jeff McCoy.",
width: "225px",
flex: "3",
id_tag: "matt_huston",
id_tag: "matt_huston"
},
{
img: "Molly_Cain.jpg",
......@@ -353,7 +350,7 @@ export default {
"Molly Cain is fueled by a curiosity to pursue interesting problems alongside fellow futurists, Molly's path to becoming a communications and leadership strategist and Chief Futures Officer for Platform One and emerging technology “disruptor ecosystem,” has been nothing but unpredictable - and she prefers it that way. Molly is a government and civic innovation strategist, executive communications consultant and advisor to public/private sector entities. She is an expert at identifying + designing new ventures for organizational change, launching new verticals, organizing never-before-done collaborations, relying on an uncanny skill to connect topics + people in seemingly unrelated, but perfectly complimentary, ways.",
width: "225px",
flex: "3",
id_tag: "molly_cain",
id_tag: "molly_cain"
},
{
img: "Not_Provided.jpg",
......@@ -363,7 +360,7 @@ export default {
"Josh Wolf is our Chief Engineer and helps drive not only the technical vision but also the implementation with our teams and is a large part of Platform One’s success. He loves to find new tools to integrate into our baseline and drives GitOps adoption. Josh came from Space CAMP, was instrumental to standing up our C-ATO’d development environment covering all the bases from cloud infrastructure, to CI/CD pipelines, to hardened base images. If there’s ever something he doesn’t know much about (which is hard to find), rest assured that he’ll come back in after the weekend as one of our leading experts.",
width: "225px",
flex: "3",
id_tag: "josh_wolf",
id_tag: "josh_wolf"
},
{
img: "Bunny_Hernandez.jpg",
......@@ -372,7 +369,7 @@ export default {
bio: "Bio coming soon...",
width: "225px",
flex: "3",
id_tag: "bunny_hernandez",
id_tag: "bunny_hernandez"
},
{
img: "Heather_Bates.jpg",
......@@ -381,11 +378,11 @@ export default {
bio: "Bio coming soon...",
width: "225px",
flex: "3",
id_tag: "heather_bates",
},
],
id_tag: "heather_bates"
}
]
};
},
}
};
</script>
<style lang="scss">
......@@ -396,7 +393,6 @@ export default {
}
}
.who-we-are {
margin-bottom: 2rem;
@include media-breakpoint-up(lg) {
.section-description {
max-width: 60%;
......
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