46ab0e5e990c43db43a4982475eae69dc8358a16
lrnassar
  Tue Jun 23 15:39:24 2026 -0700
Removing 3 meetings that already happened, and removing the banner box which was meant to be temporary. No RM.

diff --git src/hg/htdocs/index.html src/hg/htdocs/index.html
index 98201821c3a..85893396875 100755
--- src/hg/htdocs/index.html
+++ src/hg/htdocs/index.html
@@ -66,42 +66,30 @@
       <!--#endif -->
 
       <!-- warning for mirrors (if applicable) -->
       <!--#if expr='"$SERVER_NAME" != /.*.ucsc.edu/ && "$SERVER_NAME" != /.*.sdsc.edu/
       && "$SERVER_NAME" != /browser/'-->
       <!-- 'browser' = GBiB -->
       <p style="text-align: center;">
         <strong>This website <em><!--#echo var="HTTP_HOST" --></em> is a &quot;mirror&quot; not run by
         UCSC.</strong> If you have questions, please try to contact the person who manages this mirror.
         <br><br>
         <strong>If you write the UCSC mailing list, please include this mirror's address
         <em>http://<!--#echo var="HTTP_HOST" --></em> with any questions.</strong></p>
       <!--#endif -->
 
 <div style="display: flex; align-items: center; justify-content: center; text-align: center;margin-top: 10px;">
-  <a href="/docs/" style="margin-right: 20px; text-align: center;"
-  title="Genome browser tutorials including annotated images, walkthroughs, and interactive tutorials.">
-    <div style="border: 2px solid red; padding: 5px; display: flex; align-items: center;">
-      <p style="margin: 0; padding-right: 0px;">See our new<br>tutorials page!</p>
-      <img alt="Training tutorials icon" src="/images/trainingIcon.png" style="height: 47px; width: 47px; margin-top: 0px; margin-left: 5px; border: none">
-    </div>
-  </a>
-<!--
-  <span>right text</span>
-</div>
--->
-
     <input size=50 name="searchString" id="searchBarSearchString" type="text"
         aria-label="Search genes, data, help docs and more"
         placeholder="Search genes, data, help docs and more..."></input>
     <input name="searchButton" id="searchBarSearchButton" type="submit" value="Search"></input>
     <script>
     function searchBarClick() {
         searchStr = document.getElementById('searchBarSearchString').value;
         if (searchStr.length > 0) {
             // helper functions for checking whether a plain chrom name was searched for
             term = encodeURIComponent(searchStr.replace(/^[\s]*/,'').replace(/[\s]*$/,''));
             function onSuccess(jqXHR, textStatus) {
                 if (jqXHR.chromName !== null) {
                     window.location.assign("../cgi-bin/hgTracks?position=" + term );
                 } else {
                     window.location.assign("../cgi-bin/hgSearch?search=" + term);