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
9fdf2401
Commit
9fdf2401
authored
4 years ago
by
jtwidt
Browse files
Options
Downloads
Patches
Plain Diff
fixed centering and typo
parent
d972b83e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/views/WhoWeAre.vue
+5
-6
5 additions, 6 deletions
src/views/WhoWeAre.vue
with
5 additions
and
6 deletions
src/views/WhoWeAre.vue
+
5
−
6
View file @
9fdf2401
...
...
@@ -107,22 +107,21 @@
</div>
</div>
<Wave
class=
"values-container dark"
>
<div
class=
"container
justify-content-center
col-md-8"
>
<div
class=
"container col-md-8"
>
<div
class=
"row justify-content-center"
>
<h2>
MEET THE LEADERSHIP TEAM
</h2>
</div>
<div
class=
"row
justify-content-center
"
v-if=
"isNotMobile()"
>
<div
class=
"row"
v-if=
"isNotMobile()"
>
<v-container
fluid
>
<v-row
dense
>
<v-col
v-for=
"card in cards"
:key=
"card.name"
:cols=
"card.flex"
>
>
<router-link
tag=
"div"
:to=
"`/who-we-are/leadership/#$
{card.id_tag}`"
class="image-wrapper px-4 mt-4
text-left justify-content-center
"
class="image-wrapper px-4 mt-4"
>
<img
class=
"img-fluid"
<
v-
img
class=
"img-fluid
mx-auto
"
:src=
"getImageUrl(card.img)"
:alt=
"card.name"
:width=
"card.width"
...
...
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