templates/Portal/Default/portal-footer.html.twig line 1

Open in your IDE?
  1. <div id="footer">
  2.     <div id="footer-images">
  3.     <img id="flag" src="/bundles/portal/images/login/us-flag.gif" alt="The U.S. flag.">
  4.     <img id="state" src="/bundles/portal/images/login/state-department-seal.png" alt="The seal of the U.S. Department of State.">
  5.     <img id="fhi" src="/bundles/portal/images/login/fhi-360-logo.png" alt="The FHI 360 logo."></div>
  6.     <div id="attribution">
  7.         <p>The English Access Scholarship Program is sponsored by the U.S. Department of State with funding provided by the U.S. Government and administered by FHI 360.</p>
  8.         <br><div id="footer-links">
  9.         <p>
  10.          <a id="data-privacy" href="{{ path('footer-link',{'filename':'privacy-policy'})}}">Privacy Policy</a> |
  11.          <a id="terms-of-use" href="{{ path('footer-link',{'filename':'terms-of-use'})}}">Terms of Use</a> |
  12.          <a id="cookie-notice" href="{{ path('footer-link',{'filename':'cookie-notice'})}}">Cookie Notice</a> 
  13.         </p>
  14.         </div>
  15.     </div> 
  16. </div>