Updating get started page content

This commit is contained in:
rachel-dtr 2019-04-15 11:33:31 -04:00
parent 3ce7d18f7a
commit ee8c182aa9
2 changed files with 24 additions and 7 deletions

View File

@ -1,5 +1,6 @@
{% from "components/icon.html" import Icon %} {% from "components/icon.html" import Icon %}
{% extends "base.html" %} {% extends "base.html" %}
{% macro Help(icon_name="", name="", description="", link_text="") %} {% macro Help(icon_name="", name="", description="", link_text="") %}
@ -15,10 +16,13 @@
<div class="col col--grow task-order-get-started"> <div class="col col--grow task-order-get-started">
<div class="panel task-order-get-started__panel"> <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"> <div class="panel__content">
<p class="centered"> <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> </p>
</div> </div>
<span class="task-order-get-started__list panel__content"> <span class="task-order-get-started__list panel__content">
@ -29,11 +33,19 @@
<li>Various approvals</li> <li>Various approvals</li>
</ul> </ul>
</span> </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>
<div class="panel task-order-needs"> <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"> <div class="panel__content task-order-needs__list">
{{ Help( {{ Help(
name="Development Lead", name="Development Lead",
@ -59,10 +71,7 @@
{{ Icon("caret_left") }} {{ Icon("caret_left") }}
<span>Cancel</span> <span>Cancel</span>
</a> </a>
<a href="{{ url_for("task_orders.new", screen=1) }}" class="usa-button usa-button-big">Let's do cloud!</a> <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>
<p class="centered">Create a portfolio by starting a new task order</p>
</div> </div>
</div> </div>
</div> </div>

View File

@ -473,6 +473,14 @@ task_orders:
record_description: Obtain a funding document and file a task order in the appropriate system of record. Once this is complete, come back here and record the task order information. record_description: Obtain a funding document and file a task order in the appropriate system of record. Once this is complete, come back here and record the task order information.
sign: '<strong>Contracting Officer ({contracting_officer})</strong> verifies funding to unlock cloud services.' sign: '<strong>Contracting Officer ({contracting_officer})</strong> verifies funding to unlock cloud services.'
new: new:
get_started:
title: Let's get started
intro: Your portfolio is where you can organize all your JEDI cloud applications, funding information, and reporting in one place. Its also where you can begin the process of securing funds for your new cloud project.
intro2: "To get started, youll need to prepare your first task order, which youll then submit separately through your organizations system of record. There are some important steps youll need to complete for any task order, including:"
intro3: It should only take about half an hour to complete the task order process from start to finish. Need to know more? Youll be able to get help at each step along the way. If youre unable to complete your task order in one session, your work will be saved, and you can continue when youre ready.
intro4: Not looking to create a whole new portfolio? If youd like to add a new task order to an existing portfolio, select that portfolio from the list at the left and follow the instructions.
team_header: Before you begin, youll need to assemble your team
button: Create a portfolio
app_info: app_info:
section_title: "What You're Making" section_title: "What You're Making"
basic_info_title: Basic Information basic_info_title: Basic Information