templates/Exchange/Default/footer.html.twig line 1

Open in your IDE?
  1. <div class="global__footer">
  2.     <div class="footer__logo">
  3.         <div class="header__branding">
  4.             <img class="logo-1" src="{{ asset('bundles/portal/images/exchanges/US_greyscale.png') }}"/>
  5.         </div>
  6.         <div class="header__branding">
  7.             <img class="logo-2" src="{{ asset('bundles/portal/images/exchanges/state_seal_white.png') }}"/>
  8.         </div>
  9.     </div>
  10.     <div>
  11.         <div class="separation">&nbsp;</div>
  12.     </div>
  13.     <div class="footer__text">
  14.         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.
  15.     </div>
  16.     <div class="empty__div"></div>
  17.     <div class="footer__access__title">
  18.         ACCESS
  19.     </div>
  20. </div>