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
b9732b6b
Commit
b9732b6b
authored
3 years ago
by
daniel.cushman
Browse files
Options
Downloads
Patches
Plain Diff
BULL-620
parent
29932cda
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/components/Footer.vue
+2
-2
2 additions, 2 deletions
src/components/Footer.vue
src/components/NavBar.vue
+2
-2
2 additions, 2 deletions
src/components/NavBar.vue
src/views/Products.vue
+2
-2
2 additions, 2 deletions
src/views/Products.vue
src/views/Residency.vue
+4
-4
4 additions, 4 deletions
src/views/Residency.vue
with
10 additions
and
10 deletions
src/components/Footer.vue
+
2
−
2
View file @
b9732b6b
...
...
@@ -52,9 +52,9 @@
<router-link
to=
"/"
>
<h4
class=
"px-0 mb-3 mt-1"
>
HOME
</h4>
</router-link>
<router-link
to=
"/products"
>
<!--
<router-link
to=
"/products"
>
Products
</router-link>
</router-link>
-->
<router-link
to=
"/services"
>
Services
</router-link>
...
...
This diff is collapsed.
Click to expand it.
src/components/NavBar.vue
+
2
−
2
View file @
b9732b6b
...
...
@@ -12,9 +12,9 @@
<router-link
class=
"nav-item"
to=
"/"
exact
>
HOME
</router-link>
<router-link
class=
"nav-item"
to=
"/products"
>
<!--
<router-link
class=
"nav-item"
to=
"/products"
>
PRODUCTS
</router-link>
</router-link>
-->
<router-link
class=
"nav-item"
to=
"/services"
>
SERVICES
</router-link>
...
...
This diff is collapsed.
Click to expand it.
src/views/Products.vue
+
2
−
2
View file @
b9732b6b
<
template
>
<!--
<template>
<div class="products">
<PageHeader title="Platform One Products" />
<ProductsSummary />
...
...
@@ -18,4 +18,4 @@ export default {
};
</script>
<
style
lang=
"scss"
></
style
>
<style lang="scss"></style>
-->
This diff is collapsed.
Click to expand it.
src/views/Residency.vue
+
4
−
4
View file @
b9732b6b
...
...
@@ -146,10 +146,10 @@
</div>
</div>
</v-container>
<ServicesSummary
ignoreCNAP
/>
<!--
<ServicesSummary
ignoreCNAP
/>
<v-btn
class=
"mt-3"
color=
"primary"
href=
"/#/products"
target=
"_blank"
>
Learn More About P1 Products
</v-btn
>
>
-->
</v-container>
<v-container
class=
"px-md-16 mt-16"
fluid
>
...
...
@@ -368,7 +368,7 @@
</
template
>
<
script
>
import
PageHeader
from
"
@/components/PageHeader
"
;
import
ServicesSummary
from
"
@/components/ServicesSummary
"
;
//
import ServicesSummary from "@/components/ServicesSummary";
import
Wave
from
"
@/components/Wave
"
;
import
DownloadButton
from
"
@/components/Base/DownloadButton
"
;
...
...
@@ -377,7 +377,7 @@ export default {
components
:
{
PageHeader
,
Wave
,
ServicesSummary
,
//
ServicesSummary,
DownloadButton
,
},
methods
:
{},
...
...
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