diff --git a/styles/sections/_home.scss b/styles/sections/_home.scss index 398c232d..a4359b19 100644 --- a/styles/sections/_home.scss +++ b/styles/sections/_home.scss @@ -1,12 +1,23 @@ .home-layout { display: block; - background-color: $color-white; + background-color: $color-white; + .home-container { max-width: 70rem; margin-left: auto; margin-right: auto; margin-bottom: 8rem; + padding-right: $gap * 4; + padding-left: $gap * 4; + + h1 { + font-weight: 200; + } + + h2, h4 { + color: $color-blue; + } .home-container__logo { display: block; @@ -14,6 +25,14 @@ margin: $gap * 2; } - } + .home-container__list { -} \ No newline at end of file + ol { + list-style: none; + counter-reset: li; + color: red;} + } + + } + + } \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 2c2b4141..6e3e8d64 100644 --- a/templates/base.html +++ b/templates/base.html @@ -14,6 +14,17 @@
+
+
+ U.S. flag +

An official website of the United States government

+ +
+
+ + {% block template_vars %}{% endblock %} {% include 'navigation/topbar.html' %} diff --git a/templates/jedi.html b/templates/jedi.html index 96f18c79..e0151902 100644 --- a/templates/jedi.html +++ b/templates/jedi.html @@ -3,50 +3,64 @@ {% block content %}
-
+
+
+
- +
+ +

Joint Enterprise Defense Infrastructure (JEDI) Cloud

+

+ JEDI Cloud provides commercial Infrastructure as a Service (IaaS) and Platform as a Service (PaaS) offerings to support DoD business and mission operations.
+ Anyone with a DoD mission may use JEDI. +

+ New JEDI Request +
+ +
+

Five Steps to the JEDI Cloud

+

Approval to use JEDI can be granted in hours once a task order has been created and financial verification provided. Follow the five steps below:

+ +
    +
  • +

    Complete a JEDI Cloud access request

    + {{ Icon('ok') }} +

    + A JEDI Cloud Access Request will inform the the Cloud Computing Program Office (CCPO) about your intention to use JEDI's commercial cloud services and provide the preliminary information needed to grant access. + Any DoD employee with a CAC may initiate this request. Start a Request +

    +
  • +
  • + {{ Icon('document') }} +

    Prepare a Task Order

    + +

    After submitting a JEDI Cloud Access Request, you will need to work with a contracting officer to prepare a Task Order. The JEDI Cloud is offered by the Department of Defense through an Indefinite Delivery/Indefinite Quantity (ID/IQ) contract vehicle which allows for organizations to quickly order commercial cloud services.

    +
  • +
  • +

    Complete Financial Verfication

    + {{ Icon('briefcase') }} +

    After your Task Order is approved you must add that information to your JEDI Cloud Access Request for financial verification.

    +
  • +
  • +

    Designate Workspace Users

    + {{ Icon('avatar') }} +

    Once your JEDI Cloud Access Request is approved by the CCPO the workspace owner will need to set up projects, environments, and users. The workspace owner is the technical POC you originally designated on the request.

    +
  • +
  • +

    Use JEDI Cloud

    + {{ Icon('cloud') }} +

    Users you grant access can log into this site, the Account Tracking and Automation Tool (AT-AT), in order to log in directly to the Cloud Service Provider's portal and use cloud resources.

    +
  • +
+ +
+ +
+ +
-

Joint Enterprise Defense Infrastructure (JEDI) Cloud

-

- JEDI Cloud provides commercial Infrastructure as a Service (IaaS) and Platform as a Service (PaaS) offerings to support DoD business and mission operations.
- Anyone with a DoD mission may use JEDI. -

- New JEDI Request -

Five Steps to the JEDI Cloud

-

Approval to use JEDI can be granted in hours once a task order has been created and financial verification provided. Follow the five steps below:

-
    -
  1. -
    Complete a JEDI Cloud access request
    -

    - A JEDI Cloud Access Request will inform the the Cloud Computing Program Office (CCPO) about your intention to use JEDI's commercial cloud services and provide the preliminary information needed to grant access. - Any DoD employee with a CAC may initiate this request. Start a Request -

    - {{ Icon('ok') }} -
  2. -
  3. -
    Prepare a Task Order
    -

    After submitting a JEDI Cloud Access Request, you will need to work with a contracting officer to prepare a Task Order. The JEDI Cloud is offered by the Department of Defense through an Indefinite Delivery/Indefinite Quantity (ID/IQ) contract vehicle which allows for organizations to quickly order commercial cloud services.

    - {{ Icon('document') }} -
  4. -
  5. -
    Complete Financial Verfication
    -

    After your Task Order is approved you must add that information to your JEDI Cloud Access Request for financial verification.

    - {{ Icon('briefcase') }} -
  6. -
  7. -
    Designate Workspace Users
    -

    Once your JEDI Cloud Access Request is approved by the CCPO the workspace owner will need to set up projects, environments, and users. The workspace owner is the technical POC you originally designated on the request.

    - {{ Icon('avatar') }} -
  8. -
  9. -
    Use JEDI Cloud
    -

    Users you grant access can log into this site, the Account Tracking and Automation Tool (AT-AT), in order to log in directly to the Cloud Service Provider's portal and use cloud resources.

    - {{ Icon('cloud') }} -
  10. -