Skip to content

Commit

Permalink
Fix some style issues
Browse files Browse the repository at this point in the history
- Make bold to mimic the PDF
- Use subtext for form header help text
- Format external links
  • Loading branch information
vrajmohan committed Feb 15, 2024
1 parent f8dcd4c commit 6ca0330
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ <h4 class="text--small">Developmental Disabilities:</h4>
Indian Reservations (FDPIR) and others. To file a program complaint of discrimination,
complete
the Program Discrimination Complaint Form, (AD-3027) found online at:
https://www.usda.gov/sites/default/files/documents/ad-3027.pdf, and at any USDA office or
<a href="https://www.usda.gov/sites/default/files/documents/ad-3027.pdf
" target="_blank" rel="noindex nofollow">usda.gov (ad-3027.pdf)</a>, and at any USDA office or
write
a letter addressed to USDA and provide in the letter all of the information requested in the
form. To request a copy of the complaint form, call (866) 632-9992. Submit your completed form
Expand All @@ -146,9 +147,10 @@ <h4 class="text--small">Developmental Disabilities:</h4>
</p>
<p>For any other information regarding SNAP issues, persons should either
contact the USDA SNAP
hotline number at (800) 221-5689, which is also in Spanish, or call the state
information/hotline numbers (click the link for a listing of hotline numbers by state); found
online at: SNAP hotline.
hotline number at (800) 221-5689, which is also in Spanish, or call the
<a href="https://www.fns.usda.gov/snap/state-directory" target="_blank" rel="noindex nofollow"> state
information/hotline numbers</a> (click the link for a listing of hotline numbers by state); found
online at: <a href="https://www.fns.usda.gov/snap/state-directory" target="_blank" rel="noindex nofollow">SNAP hotline</a>.
</p>
<p>HHS provides federal financial assistance for many programs to enhance
health and well-being,
Expand All @@ -164,7 +166,8 @@ <h4 class="text--small">Developmental Disabilities:</h4>
<p>To file a complaint of discrimination for yourself or someone else
regarding a program receiving
federal financial assistance through HHS, complete the form online through OCR’s Complaint
Portal at https://ocrportal.hhs.gov/ocr/. You may also contact OCR via mail at:
Portal at <a href="https://ocrportal.hhs.gov/ocr/" target="_blank" rel="noindex nofollow">OCR’s Complaint
Portal</a>. You may also contact OCR via mail at:
Centralized Case Management Operations, U.S. Department of Health and Human Services,
 200
Independence Avenue, S.W., Room 509F HHH Bldg., Washington, D.C. 20201;
fax: (202) 619-3818;
Expand Down Expand Up @@ -315,7 +318,7 @@ <h3 class="text--small">Authorized Representatives</h3>
</th:block>
<th:block th:fragment="tcaAndSnapPenalties">
<div class="text--small">
<p>Do not:</p>
<p><strong>Do not:</strong></p>
<ul class="list--bulleted">
<li>Give false information or withhold information to get or continue to get TCA and/or SNAP
benefits.
Expand Down
6 changes: 2 additions & 4 deletions src/main/resources/templates/mdBenefitsFlow/legalStuff.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
<div class="grid__item spacing-above-35 text--centered">
<th:block th:replace="~{fragments/icons :: docWithMagnifyingGlass}"></th:block>
<th:block
th:replace="~{fragments/cardHeader :: cardHeader(header=#{legal-stuff.header})}"/>
<p class="text--help"
th:text="#{legal-stuff.help}"></p>
</div>
th:replace="~{fragments/cardHeader :: cardHeader(header=#{legal-stuff.header}, subtext=#{legal-stuff.help})}"/>
</div>
<div class="form-card__content">
<div class="grid__item intro-section boxed-content spacing-below-60">
<h3 class="h3 text--centered intro-box__title" th:text="#{legal-stuff.next-well-ask-you-to}"></h3>
Expand Down

0 comments on commit 6ca0330

Please sign in to comment.