6d3847d1a7c65126cb2b38f631c8b8db737efdf0
lrnassar
  Wed Jun 25 17:30:56 2025 -0700
Making small tweaks to the new trainings, like reducing the image width to 65% so it better fits on the screen due to the resolution, and staging various updates on our pages including the news archive announcing the release of our new tutorials page, refs #35956

diff --git src/hg/htdocs/indexNews.html src/hg/htdocs/indexNews.html
index c7b369c3af8..ee4977e8ba7 100755
--- src/hg/htdocs/indexNews.html
+++ src/hg/htdocs/indexNews.html
@@ -1,54 +1,54 @@
 <!-- News item template:
 
   <div class="jwNewsItem jwSingleLineRightColumn">
   __DATE__ -
   <a href="goldenPath/newsarch.html#__MMDDYY__">
   __HEADLINE__
   </a></div>
 
   1. Replace __DATE__ with something like 'Apr. 29, 2016'
   2. Replace __MMDDYY__ with something like '042916'
   3. Replace __HEADLINE__ with the news item's headline like 'Awesome New Feature'
      Be sure to follow the CORRECT STYLE for the headline: 
         - capitalize first letter of headline - no other caps except for proper nouns and acronyms
         - check that headline char count doesn't exceed the line length (otherwise will truncate)
         - approx 50 characters
   4. Drop the bottom item from the list (limit of 6 items at a time)
 
                                                 | <- Cutoff point
 -->
+  <div class="jwNewsItem jwSingleLineRightColumn">
+  June 26, 2025 -
+  <a href="goldenPath/newsarch.html#062625">
+  New Genome Browser tutorials
+  </a></div>
+
   <div class="jwNewsItem jwSingleLineRightColumn">
   June 24, 2025 -
   <a href="goldenPath/newsarch.html#062425">
   New GENCODE gene tracks: Human V48 (hg19/hg38) - Mouse M37
   </a></div>
 
   <div class="jwNewsItem jwSingleLineRightColumn">
   June 11, 2025 -
   <a href="goldenPath/newsarch.html#061125">
   EVA SNP release 7 for 40 assemblies
   </a></div>
 
   <div class="jwNewsItem jwSingleLineRightColumn">
   May 21, 2025 -
   <a href="goldenPath/newsarch.html#052125">
   Varaico variants track available for human (hg38 &amp; hg19)
   </a></div>
 
   <div class="jwNewsItem jwSingleLineRightColumn">
   May 19, 2025 -
   <a href="goldenPath/newsarch.html#051925">
   New GENCODE "knownGene" V48 for human (hg38/hg19) and VM37 for mouse (mm39)
   </a></div>
 
   <div class="jwNewsItem jwSingleLineRightColumn">
   May 14, 2025 -
   <a href="goldenPath/newsarch.html#051425">
   New Exon Relevance RTS and gnomAD pext track for hg38
   </a></div>
-
-  <div class="jwNewsItem jwSingleLineRightColumn">
-  May 5, 2025 -
-  <a href="goldenPath/newsarch.html#050525">
-  VISTA Enhancers track update for Human and Mouse
-  </a></div>