e1933904584d5aa8589b4edd6574b01492b1a8c8
brianlee
  Thu Jun 30 07:47:01 2022 -0700
Updating contacts.html to use newer gbstaff21.jpg vs older gbstaff16.jpg

diff --git src/hg/htdocs/contacts.html src/hg/htdocs/contacts.html
index 36447ea..89846c3 100755
--- src/hg/htdocs/contacts.html
+++ src/hg/htdocs/contacts.html
@@ -1,53 +1,51 @@
 <!DOCTYPE html>
 <!--#set var="TITLE" value="Genome Browser Contacts" -->
 <!--#set var="ROOT" value="." -->
 
 <!-- Relative paths to support mirror sites with non-standard GB docs install -->
 <!--#include virtual="$ROOT/inc/gbPageStart.html" -->
 
 <!--#include virtual="$ROOT/redmineWidget.html" -->
 
 <h1>Contact Us</h1>
 
 <div class="row">
   <!-- Left column -->
-  <div class="col-md-6">
+  <div class="col-md-3">
      <p>
      UCSC Genome Bioinformatics Group<br>
      UCSC Genomics Institute<br>
      University of California, Santa Cruz<br>
      1156 High Street, MS: GI<br>
      Santa Cruz, CA 95064</p>
 
 <!--
      <p>
      <a href="http://cbse.soe.ucsc.edu/directions" target="_blank">Directions</a></p>
      </p>
 -->
      <p>
        <a href="http://www.twitter.com/GenomeBrowser" target="_blank">
          <img class='gbsInlineImg' src="http://twitter-badges.s3.amazonaws.com/t_small-a.png" 
            alt="Follow GenomeBrowser on Twitter"></a> 
      </p>
   </div>
   <!-- Right column -->
-  <div class="col-md-6">
+  <div class="col-md-3">
     <!-- Display staff image in righthand corner -->
-    <img src= "images/gbstaff16.jpg" width=499 height=299 alt="Genome Browser staff">
-    <p class="gbsCaption">
-    Browser staff in native habitat.</p>
+    <img src= "images/gbstaff21.jpg" width=546 height=200 alt="Genome Browser staff 2021">
    </div>
 </div>
 
 <a name = "queries"></a>
 <h2>Genome Browser inquiries</h2>
 <!--#if expr='"$SERVER_NAME" != /.*.ucsc.edu/ && "$SERVER_NAME" != /.*.sdsc.edu/ 
 && "$SERVER_NAME" != /browser/'-->
 <!-- 'browser' = GBiB -->
 <p>
 <strong>This website <em><!--#echo var="HTTP_HOST" --></em> is a &quot;mirror&quot; not run by
 UCSC.</strong> Please try to contact the person who manages this mirror with questions.</p>
 <p> 
 <strong>If you mail the UCSC mailing list, please include this mirror's address 
 <em>http://<!--#echo var="HTTP_HOST" --></em> with any questions.</strong></p>
 <!--#else -->