0f33cc4a0b242f6c3d2d266de14ab7de62431cd1
brianlee
  Fri Sep 24 13:19:36 2021 -0700
Adding a link in the footer to FAQs & Search page, change approved by Lou, came up in CR where Lou enhanced the FAQ/index.hml refs #28192

diff --git src/hg/htdocs/inc/gbFooter.html src/hg/htdocs/inc/gbFooter.html
index 72d8aab..09b9373 100755
--- src/hg/htdocs/inc/gbFooter.html
+++ src/hg/htdocs/inc/gbFooter.html
@@ -1,57 +1,59 @@
 
         
 
 
 <div class="gbClearBoth"></div>
 <div id="footer" class="gbRow gbFooterContainer">
   <div class="gbFooterColumn">
     <a href="http://www.ucsc.edu">UCSC Home</a>
     <br>
     <a href="http://www.soe.ucsc.edu">BSOE Home</a>
     <br>
     <a href="https://ucscgenomics.soe.ucsc.edu/">Genomics Institute Home</a>
   </div>
 
   <div class="gbFooterColumn">
     <a href="../license/">Licenses</a>
     <br>
     <a href="../training/">Training</a>
     <br>
     <a href="../cite.html">Cite Us</a>
+    <br>
+    <a href="../FAQ/index.html">FAQs & Search</a>
   </div>
 
   <div class="gbFooterColumn">
     <a href="https://genome-store.ucsc.edu/">Store</a>
     <br>
     <a href="../contacts.html">Contact</a>
     <br>
     <a href="../cgi-bin/hgUserSuggestion">Suggestions</a>
     <br>
     <a href="https://ucscgenomics.soe.ucsc.edu/careers/">Jobs</a>
   </div>
 
   <div class="gbFooterColumn">
     <div class="gbFooterIcons">
       <a href="http://www.facebook.com/ucscGenomeBrowser">
         <i class="fa fa-facebook-square fa-2x"></i></a>
       &nbsp;&nbsp;
       <a href="https://www.twitter.com/GenomeBrowser">
         <i class="fa fa-twitter-square fa-2x"></i></a>
       &nbsp;&nbsp;
       <a href="http://genome.ucsc.edu/blog/">
         <i class="fa fa-wordpress fa-2x"></i></a>
       <br>
       <a href="https://secure.ucsc.edu/s/1069/bp18/interior.aspx?sid=1069&gid=1001&pgid=780&cid=1749&dids=645">
         <div class="gbAllCapsButton gbDonateButton" id="donateButton">
           Donate
         </div>
       </a>
     </div>
   </div>
 
   <div class="gbFooterCopyright">
     &copy; 2000-2021 The Regents of the University of California. All Rights Reserved.
     <br>
     <a href="../conditions.html">Conditions of Use</a>
   </div>
 </div>