-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #153 from GSA/feature/improve_login_page
Improve Login Page
- Loading branch information
Showing
8 changed files
with
192 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,86 @@ | ||
<div class="grid-container"> | ||
<div class="grid-row login-header-bg py-2 px-4 mt-2"> | ||
<h1 class="usa-heading" style="font-weight: bold;"><u>Solicitation Review Tool</u></h1> | ||
<h3 class="usa-heading usa-heading--third-level"> | ||
The Solicitation Review Tool (SRT) is provided to help agencies evaluate the overall solicitation compliance with accessibility, cyber security, and other regulations and requirements. | ||
</h3> | ||
</div> | ||
|
||
|
||
<div class="grid-row"> | ||
<div class="grid-col-12"> | ||
<div class="grid-row usa-prose"> | ||
<div class="grid-col-8 tablet:grid-col-8 desktop:grid-col-8 desktop:grid-offset-2"> | ||
<div class="usa-card margin-y-4 padding-3"> | ||
<div class="usa-card margin-y-2 padding-1 card-shadow"> | ||
<div class="usa-card__header"> | ||
<h1 class="usa-heading" style="font-weight: bold;">Solicitation Review Tool</h1> | ||
|
||
</div> | ||
<div class="usa-card__body"> | ||
<h3 class="usa-heading usa-heading--third-level"> | ||
The Solicitation Review Tool (SRT) is provided to help agencies evaluate the overall solicitation compliance with accessibility, cyber security, and other regulations and requirements. | ||
To sign in and view your agency's solicitations, you'll need a Login.gov account associated with your <b>government email address</b>. | ||
</h3> | ||
<app-userlogin></app-userlogin> | ||
<h5> | ||
If you need help adding an email address to your Login.gov account, please visit the | ||
<a href="https://www.login.gov/help/manage-your-account/change-your-email-address/" target="_blank" rel="noopener noreferrer">Login.gov Help Page.</a> | ||
</h5> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
<div class="grid-row mt-5"> | ||
<div class="tablet:grid-col-2 mobile-lg:grid-col-6"></div> | ||
<!-- Contact Us --> | ||
<div class="tablet:grid-col-4 mobile-lg:grid-col-6"> | ||
<div class="usa-card"> | ||
<a | ||
[routerLink]="['/help/contactus']" | ||
aria-labelledby="h3cus" | ||
class="usa-card__container usa-card__container--clickable" | ||
(click)="onClickTiles('contact_tile', 'Contact Tile')" | ||
> | ||
<div class="usa-card__media"> | ||
<img alt="Contact Us Icon" src="/assets/contact-us.png" /> | ||
</div> | ||
<div class="usa-card__header"> | ||
<h2 class="usa-card__heading" id="h3cus">Contact Us</h2> | ||
</div> | ||
<div class="usa-card__body"> | ||
<p>View contact information for the Solicitation Review Tool.</p> | ||
</div> | ||
</a> | ||
</div> | ||
</div> | ||
|
||
<!-- FAQ --> | ||
<div class="tablet:grid-col-4 mobile-lg:grid-col-6"> | ||
<div class="usa-card"> | ||
<a | ||
[routerLink]="['/help/faq']" | ||
aria-labelledby="h3faq" | ||
class="usa-card__container usa-card__container--clickable" | ||
(click)="onClickTiles('faq_tile', 'FAQ Tile')" | ||
> | ||
<div class="usa-card__media"> | ||
<img alt="FAQ Icon" src="/assets/faq.png" /> | ||
</div> | ||
<div class="usa-card__header"> | ||
<h2 class="usa-card__heading" id="h3faq">Learn More</h2> | ||
</div> | ||
<div class="usa-card__body"> | ||
<p>Review Frequently Asked Questions and learn more about SRT.</p> | ||
</div> | ||
</a> | ||
</div> | ||
</div> | ||
|
||
<div class="tablet:grid-col-2 mobile-lg:grid-col-6"></div> | ||
|
||
</div> | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,16 +3,16 @@ | |
<div class="grid-container"> | ||
<h1 class="usa-heading text-white">Contact Us</h1> | ||
|
||
<p class="usa-paragraph text-white"> | ||
<h5 class="usa-paragraph text-white contact-us"> | ||
We are here to answer any questions you may have about the Solicitation Review Tool (SRT) and assist your agency | ||
in having an efficient procurement process, ensuring Section 508 Compliance. If you have any suggestions to | ||
enhance SRT, we would be happy to hear from you as well. You can reach us at | ||
<b><a href="mailto:[email protected]" class="usa-link" style="color: #ffcc00 !important;">[email protected]</a></b>. | ||
</p> | ||
<a href="mailto:[email protected]" class="srt-link usa-link">[email protected]</a>. | ||
</h5> | ||
|
||
<p class="usa-paragraph text-white"> | ||
<h5 class="usa-paragraph text-white contact-us"> | ||
Need help determining if accessibility (Section 508) requirements apply to a solicitation? Please see the | ||
<a href="https://buyaccessible.gov/" target="_blank" rel="noopener noreferrer" class="usa-link" style="color: #ffcc00 !important;">Accessibility Requirements Tool</a>. | ||
</p> | ||
<a href="https://buyaccessible.gov/" target="_blank" rel="noopener noreferrer" class="srt-link usa-link">Accessibility Requirements Tool</a>. | ||
</h5> | ||
</div> | ||
</main> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
.srt-link{ | ||
color: #FF9A47 !important; | ||
} | ||
|
||
.srt-link:hover{ | ||
color: #FF9A47 !important; | ||
text-decoration: underline; | ||
font-weight: bolder; | ||
} | ||
|
||
.contact-us { | ||
max-width: max-content !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters