49ef5d92148bdf443a5d958a38522a966002dbbd
angie
  Mon Jul 11 11:07:51 2016 -0700
Add Cath's survey image to home page, to right of content.

diff --git src/hg/htdocs/index.html src/hg/htdocs/index.html
index a3d1178..93701e4 100755
--- src/hg/htdocs/index.html
+++ src/hg/htdocs/index.html
@@ -20,31 +20,31 @@
             <!--#include virtual="images/ucscLogo.svg"-->
           </div>
         </a>
         <img src="../images/ucscHelixLogo.png" class="jwBannerHelixLogo">
         <div class="jwBannerTitle">
           Genome Browser
         </div>
     </div>
 
     <!-- Menu bar / hotlinks / blue bar: -->
     <!--#include virtual="cgi-bin/hgMenubar"-->
 
     <!-- Override nice-menu.css's menu background and fonts: -->
     <link rel="stylesheet" href="../style/jWest.afterNiceMenu.css">
 
-    <div id="staticMain" class="jwStaticMain">
+    <div id="staticMain" class="jwStaticMain" style="display: inline-block;">
 
       <!-- hgwdev warning (if applicable) -->
       <!--#if expr='("$SERVER_NAME" = /hgwdev.*.ucsc.edu/ || "$SERVER_NAME" = /genome-test.*.ucsc.edu/) && "$SERVER_NAME" != /hgwdev-demo6/'-->
       <div id="devWarningRow" class="jwRow">
         <div id="devWarningBox" class="jwWarningBox jwWarningBoxStatic">
           WARNING: This is the UCSC Genome Browser development site.
           This website is used for testing purposes only and is not intended for general public
           use.
           Data and tools on this site are under development, have not been reviewed for quality,
           and are subject to change at any time.
           The high-quality, reviewed public site of the UCSC Genome Browser is available for use
           at <a href="http://genome.ucsc.edu/">http://genome.ucsc.edu/</a>.
         </div>
       </div>
       <!--#endif -->
@@ -116,22 +116,27 @@
               <a href="http://groups.google.com/a/soe.ucsc.edu/group/genome-announce?hl=en"
                  target=_blank>Subscribe</a>
               -->
               <hr>
               <em>The UCSC Genome Browser is developed and maintained by the
               <a href="staff.html">Genome Bioinformatics Group</a>, a cross-departmental team
               within the <a href="http://genomics.ucsc.edu/">UCSC Genomics Institute</a></em>.
             </div> <!-- sectionContents -->
           </div> <!-- newsBox -->
         </div> <!-- news -->
 
       </div> <!-- row2 -->
 
     </div> <!-- main -->
 
+    <div style="display: inline-block; vertical-align: top; padding-top: 10px;">
+      <img src="http://hgwdev.cse.ucsc.edu/~cath/temp/surveyButton.jpg"
+           alt="Your feedback is important to us! Please take our short survey.">
+    </div>
+
     <!-- Note: after v335 release, we should change "inc/jWestFooter.html" to
         "/cgi-bin/hgMenubar?incFile=/inc/jWestFooter.html" so there won't be extra
         ../'s in local links for web browsers to ignore -->
     <!--#include virtual="inc/jWestFooter.html"-->
 
   </body>
 </html>