Merge pull request #1076 from dod-ccpo/home-pg-content
Updates to homepage
This commit is contained in:
commit
799112ba5d
BIN
static/img/JEDIhierarchyDiagram.png
Normal file
BIN
static/img/JEDIhierarchyDiagram.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 148 KiB |
@ -119,3 +119,8 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#jedi-heirarchy {
|
||||
max-width: 65rem;
|
||||
margin-top: $gap * 8;
|
||||
}
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
<h1>{{ "home.head" | translate }}</h1>
|
||||
|
||||
{{ SemiCollapsibleText() }}
|
||||
{{ SemiCollapsibleText(first_half=("home.about_cloud.part1"|translate), second_half=("home.about_cloud.part2"|translate)) }}
|
||||
|
||||
<div class="your-project">
|
||||
<h2 class="h3">{{ "home.your_project" | translate }}</h2>
|
||||
@ -94,8 +94,8 @@
|
||||
</toggler>
|
||||
|
||||
</div>
|
||||
<img id='jedi-heirarchy' src="/static/img/JEDIhierarchyDiagram.png" alt="JEDI heirarchy diagram">
|
||||
</div>
|
||||
</main>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
|
@ -16,6 +16,9 @@ base_public:
|
||||
login: Log in
|
||||
title_tag: JEDI Cloud
|
||||
home:
|
||||
about_cloud:
|
||||
part1: Procuring portfolio-level cloud services via a JEDI Cloud Task Order provides numerous benefits.
|
||||
part2: Portfolio purchases allow for centralized management of task orders, which reduces administrative workload on individual programs or other sub-component activities.
|
||||
add_portfolio_button_text: Add New Portfolio
|
||||
new_portfolio: New Portfolio
|
||||
get_started: Get Started
|
||||
|
Loading…
x
Reference in New Issue
Block a user