|
1 | 1 | <div class="grid-container"> |
| 2 | + <div class="grid-row login-header-bg py-2 px-4 mt-2"> |
| 3 | + <h1 class="usa-heading" style="font-weight: bold;"><u>Solicitation Review Tool</u></h1> |
| 4 | + <h3 class="usa-heading usa-heading--third-level"> |
| 5 | + The Solicitation Review Tool (SRT) is provided to help agencies evaluate the overall solicitation compliance with accessibility, cyber security, and other regulations and requirements. |
| 6 | + </h3> |
| 7 | + </div> |
| 8 | + |
| 9 | + |
2 | 10 | <div class="grid-row"> |
3 | 11 | <div class="grid-col-12"> |
4 | 12 | <div class="grid-row usa-prose"> |
5 | 13 | <div class="grid-col-8 tablet:grid-col-8 desktop:grid-col-8 desktop:grid-offset-2"> |
6 | | - <div class="usa-card margin-y-4 padding-3"> |
| 14 | + <div class="usa-card margin-y-2 padding-1 card-shadow"> |
7 | 15 | <div class="usa-card__header"> |
8 | | - <h1 class="usa-heading" style="font-weight: bold;">Solicitation Review Tool</h1> |
| 16 | + |
9 | 17 | </div> |
10 | 18 | <div class="usa-card__body"> |
11 | 19 | <h3 class="usa-heading usa-heading--third-level"> |
12 | | - The Solicitation Review Tool (SRT) is provided to help agencies evaluate the overall solicitation compliance with accessibility, cyber security, and other regulations and requirements. |
| 20 | + To sign in and view your agency's solicitations, you'll need a Login.gov account associated with your <b>government email address</b>. |
13 | 21 | </h3> |
14 | 22 | <app-userlogin></app-userlogin> |
| 23 | + <h5> |
| 24 | + If you need help adding an email address to your Login.gov account, please visit the |
| 25 | + <a href="https://www.login.gov/help/manage-your-account/change-your-email-address/" target="_blank" rel="noopener noreferrer">Login.gov Help Page.</a> |
| 26 | + </h5> |
15 | 27 | </div> |
16 | 28 | </div> |
17 | 29 | </div> |
18 | 30 | </div> |
19 | 31 | </div> |
20 | 32 | </div> |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + <div class="grid-row mt-5"> |
| 37 | + <div class="tablet:grid-col-2 mobile-lg:grid-col-6"></div> |
| 38 | + <!-- Contact Us --> |
| 39 | + <div class="tablet:grid-col-4 mobile-lg:grid-col-6"> |
| 40 | + <div class="usa-card"> |
| 41 | + <a |
| 42 | + [routerLink]="['/help/contactus']" |
| 43 | + aria-labelledby="h3cus" |
| 44 | + class="usa-card__container usa-card__container--clickable" |
| 45 | + (click)="onClickTiles('contact_tile', 'Contact Tile')" |
| 46 | + > |
| 47 | + <div class="usa-card__media"> |
| 48 | + <img alt="Contact Us Icon" src="/assets/contact-us.png" /> |
| 49 | + </div> |
| 50 | + <div class="usa-card__header"> |
| 51 | + <h2 class="usa-card__heading" id="h3cus">Contact Us</h2> |
| 52 | + </div> |
| 53 | + <div class="usa-card__body"> |
| 54 | + <p>View contact information for the Solicitation Review Tool.</p> |
| 55 | + </div> |
| 56 | + </a> |
| 57 | + </div> |
| 58 | + </div> |
| 59 | + |
| 60 | + <!-- FAQ --> |
| 61 | + <div class="tablet:grid-col-4 mobile-lg:grid-col-6"> |
| 62 | + <div class="usa-card"> |
| 63 | + <a |
| 64 | + [routerLink]="['/help/faq']" |
| 65 | + aria-labelledby="h3faq" |
| 66 | + class="usa-card__container usa-card__container--clickable" |
| 67 | + (click)="onClickTiles('faq_tile', 'FAQ Tile')" |
| 68 | + > |
| 69 | + <div class="usa-card__media"> |
| 70 | + <img alt="FAQ Icon" src="/assets/faq.png" /> |
| 71 | + </div> |
| 72 | + <div class="usa-card__header"> |
| 73 | + <h2 class="usa-card__heading" id="h3faq">Learn More</h2> |
| 74 | + </div> |
| 75 | + <div class="usa-card__body"> |
| 76 | + <p>Review Frequently Asked Questions and learn more about SRT.</p> |
| 77 | + </div> |
| 78 | + </a> |
| 79 | + </div> |
| 80 | + </div> |
| 81 | + |
| 82 | + <div class="tablet:grid-col-2 mobile-lg:grid-col-6"></div> |
| 83 | + |
| 84 | + </div> |
| 85 | + |
21 | 86 | </div> |
0 commit comments