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
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
5
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
Merge requests
!510
Bull 2973 p1ps marketing
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Bull 2973 p1ps marketing
BULL-2973-p1ps-marketing
into
master
Overview
0
Commits
4
Pipelines
0
Changes
2
Merged
Kevin Boicourt
requested to merge
BULL-2973-p1ps-marketing
into
master
5 months ago
Overview
0
Commits
4
Pipelines
0
Changes
2
Expand
👍
0
👎
0
Merge request reports
Compare
master
version 1
81e7e79c
5 months ago
master (base)
and
latest version
latest version
628f6c4d
4 commits,
5 months ago
version 1
81e7e79c
3 commits,
5 months ago
2 files
+
31
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/components/NavBar/NavBar.vue
+
13
−
11
Options
<
template
>
<div>
<v-
alert
v-if=
"$route.path !== ProductRoadmap.path
"
@
click=
"$router.push('/product-roadmap')
"
:icon=
"false
"
dense
<v-
btn
class=
"alert-banner text-uppercase text-subtitle-2 text-sm-subtitle-1 font-weight-bold cursor-pointer white--text
"
target=
"_blank
"
rel=
"noopener noreferrer
"
href=
"https://p1ps-docs.dso.mil"
tile
class=
"roadmap-banner py-0 my-0 text-uppercase text-subtitle-2 text-sm-subtitle-1 font-weight-bold cursor-pointer white--text"
color=
"#687a00"
small
>
Check out the new P
roduct Roadmap
</v-
alert
>
Check out the
all
new P
latform One Postal Service
</v-
btn
>
<v-app-bar
id=
"app-bar"
@@ -679,15 +678,18 @@ export default {
}
}
.
roadmap
-banner
{
.
alert
-banner
{
height
:
30px
;
line-height
:
30px
;
position
:
fixed
;
z-index
:
99
;
width
:
100%
;
left
:
0
;
background
:
$p1-dark-green
!
important
;
transition
:
background
0
.25s
ease-out
;
&
:hover
{
background
:
var
(
--
v-primary-darken1
)
!
important
;
background
:
$p1-light-green
!
important
;
}
}
Loading