Merge pull request #1076 from dod-ccpo/home-pg-content
Updates to homepage
This commit is contained in:
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>
|
<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">
|
<div class="your-project">
|
||||||
<h2 class="h3">{{ "home.your_project" | translate }}</h2>
|
<h2 class="h3">{{ "home.your_project" | translate }}</h2>
|
||||||
@@ -94,8 +94,8 @@
|
|||||||
</toggler>
|
</toggler>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
<img id='jedi-heirarchy' src="/static/img/JEDIhierarchyDiagram.png" alt="JEDI heirarchy diagram">
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
@@ -16,6 +16,9 @@ base_public:
|
|||||||
login: Log in
|
login: Log in
|
||||||
title_tag: JEDI Cloud
|
title_tag: JEDI Cloud
|
||||||
home:
|
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
|
add_portfolio_button_text: Add New Portfolio
|
||||||
new_portfolio: New Portfolio
|
new_portfolio: New Portfolio
|
||||||
get_started: Get Started
|
get_started: Get Started
|
||||||
|
Reference in New Issue
Block a user