Updating get started page content
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{% from "components/icon.html" import Icon %}
|
||||
|
||||
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% macro Help(icon_name="", name="", description="", link_text="") %}
|
||||
@@ -15,10 +16,13 @@
|
||||
|
||||
<div class="col col--grow task-order-get-started">
|
||||
<div class="panel task-order-get-started__panel">
|
||||
<h1 class="panel__content">Let's get started</h1>
|
||||
<h1 class="panel__content">{{ "task_orders.new.get_started.title" | translate }}</h1>
|
||||
<div class="panel__content">
|
||||
<p class="centered">
|
||||
To create a portfolio of JEDI cloud applications, you'll need to submit a task order in your organization's system of record. We'll walk you through the necessary steps of that task order, including the following:
|
||||
{{ "task_orders.new.get_started.intro" | translate }}
|
||||
</p>
|
||||
<p class="centered">
|
||||
{{ "task_orders.new.get_started.intro2" | translate }}
|
||||
</p>
|
||||
</div>
|
||||
<span class="task-order-get-started__list panel__content">
|
||||
@@ -29,11 +33,19 @@
|
||||
<li>Various approvals</li>
|
||||
</ul>
|
||||
</span>
|
||||
<div class="panel__content">
|
||||
<p class="centered">
|
||||
{{ "task_orders.new.get_started.intro3" | translate }}
|
||||
</p>
|
||||
<p class="centered">
|
||||
{{ "task_orders.new.get_started.intro4" | translate }}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="panel task-order-needs">
|
||||
<h1 class="panel__content">You'll need a little help getting a task order</h1>
|
||||
<h1 class="panel__content">{{ "task_orders.new.get_started.team_header" | translate }}</h1>
|
||||
<div class="panel__content task-order-needs__list">
|
||||
{{ Help(
|
||||
name="Development Lead",
|
||||
@@ -59,10 +71,7 @@
|
||||
{{ Icon("caret_left") }}
|
||||
<span>Cancel</span>
|
||||
</a>
|
||||
<a href="{{ url_for("task_orders.new", screen=1) }}" class="usa-button usa-button-big">Let's do cloud!</a>
|
||||
</div>
|
||||
<div>
|
||||
<p class="centered">Create a portfolio by starting a new task order</p>
|
||||
<a href="{{ url_for("task_orders.new", screen=1) }}" class="usa-button usa-button-big">{{ "task_orders.new.get_started.button" | translate }}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user