Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _data/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ primary:
- text: Attributes
href: /attributes/
- text: User Experience
href: /design-guidelines/
href: /user-experience/getting-started/
- text: Testing
href: /testing/
- text: Production
Expand Down
11 changes: 11 additions & 0 deletions _includes/check_icon.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{% comment %}
include
- style
- content
{% endcomment %}
<div class="usa-icon-list__icon {{include.style}}">
<svg role="img" class="usa-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>
</div>
<div class="usa-icon-list__content">
{{ include.content | markdownify }}
</div>
142 changes: 0 additions & 142 deletions _pages/design-guidelines.md

This file was deleted.

15 changes: 9 additions & 6 deletions _pages/user-experience/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
title: User Experience
lead: >
Create a simple and consistent experience for your Login.gov users
redirect_from:
- /user-experience/
- /design-guidelines/
sidenav:
- text: Getting started
href: "user-experience/getting-started/"
Expand Down Expand Up @@ -52,27 +55,27 @@ Optional: [Add FAQ content to inform users about Login.gov]({{site.baseurl}}/use

<ul class="usa-icon-list padding-top-2">
<li class="usa-icon-list__item">
{% include green_icon.html content=button_ux %}
{% include check_icon.html content=button_ux style="text-green" %}
</li>
<li class="usa-icon-list__item">
{% include green_icon.html content=failure_to_proof_ux %}
{% include check_icon.html content=failure_to_proof_ux style="text-green" %}
</li>
<li class="usa-icon-list__item">
{% include green_icon.html content=faq_ux %}
{% include check_icon.html content=faq_ux style="text-green" %}
</li>
</ul>

### Configure in the [dashboard](https://dashboard.int.identitysandbox.gov/)

<ul class="usa-icon-list padding-bottom-4 padding-top-2">
<li class="usa-icon-list__item">
{% include green_icon.html content=logo_ux %}
{% include check_icon.html content=logo_ux style="text-green" %}
</li>
<li class="usa-icon-list__item">
{% include green_icon.html content=cancel_url_ux %}
{% include check_icon.html content=cancel_url_ux style="text-green" %}
</li>
<li class="usa-icon-list__item">
{% include green_icon.html content=dashboard_failure_to_proof %}
{% include check_icon.html content=dashboard_failure_to_proof style="text-green" %}
</li>
</ul>

Expand Down
Loading