Merge pull request #1076 from dod-ccpo/home-pg-content

Updates to homepage
This commit is contained in:
leigh-mil
2019-09-17 10:07:15 -04:00
committed by GitHub
4 changed files with 10 additions and 2 deletions

View File

@@ -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 %}