UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
platform-one-site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform One
Party Bus
static-sites
platform-one-site
Commits
44b71231
Commit
44b71231
authored
3 years ago
by
Deven Phillips
Committed by
graham.smith
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
BULL-1639
parent
1f3c8fcc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!135
Dev test sign gts
,
!134
Dev test sign gts
,
!104
BULL-1639
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/ServicesSummary.vue
+22
-0
22 additions, 0 deletions
src/components/ServicesSummary.vue
with
22 additions
and
0 deletions
src/components/ServicesSummary.vue
+
22
−
0
View file @
44b71231
...
...
@@ -6,6 +6,7 @@ import CyberSecLogo from '../assets/images/logos/CyberSecLogo.png';
<v-flex
lg2
md3
sm6
xs12
v-if=
"!ignoreIronBank"
>
<LogoCard
:logoSource=
"ibLogo"
class=
"serviceHeight"
logoCardText=
"Download DoD-wide approved containers or harden with Iron Bank"
logoCardUrl=
"/products/iron-bank/"
/>
...
...
@@ -13,6 +14,7 @@ import CyberSecLogo from '../assets/images/logos/CyberSecLogo.png';
<v-flex
lg2
md3
sm6
xs12
v-if=
"!ignoreBigBang"
>
<LogoCard
:logoSource=
"bbLogo"
class=
"serviceHeight"
logoCardText=
"Deploy your own software factory with Big Bang"
logoCardUrl=
"/products/big-bang/"
/>
...
...
@@ -20,6 +22,7 @@ import CyberSecLogo from '../assets/images/logos/CyberSecLogo.png';
<v-flex
lg2
md3
sm6
xs12
v-if=
"!ignorePartyBus"
>
<LogoCard
:logoSource=
"pbLogo"
class=
"serviceHeight"
logoCardText=
"Get hands-on experience onboarding with Party Bus"
logoCardUrl=
"/products/party-bus"
/>
...
...
@@ -27,6 +30,7 @@ import CyberSecLogo from '../assets/images/logos/CyberSecLogo.png';
<v-flex
lg2
md3
sm6
xs12
v-if=
"!ignoreCNAP"
>
<LogoCard
:logoSvg=
"cnapLogo"
class=
"serviceHeight"
logoCardText=
"Provide access to development, testing, and production enclaves"
logoCardUrl=
"/products/cnap/"
/>
...
...
@@ -34,6 +38,7 @@ import CyberSecLogo from '../assets/images/logos/CyberSecLogo.png';
<v-flex
lg2
md3
sm6
xs12
>
<LogoCard
:logoSource=
"csLogo"
class=
"serviceHeight"
logoCardText=
"Stay secured with our Cybersecurity team processes"
logoCardUrl=
"/products/cybersecurity"
/>
...
...
@@ -130,4 +135,21 @@ export default {
}
}
}
@media
screen
and
(
max-width
:
1904px
)
{
.serviceHeight
{
height
:
280px
;
}
}
@media
screen
and
(
max-width
:
1264px
)
{
.serviceHeight
{
height
:
260px
;
}
}
@media
screen
and
(
max-width
:
960px
)
{
.serviceHeight
{
height
:
240px
;
}
}
</
style
>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment