a00d939e11a343b13d6d9867401e418aea83cad5 lrnassar Mon Nov 14 16:03:48 2022 -0800 Committing new index page, refs #29695 diff --git src/hg/htdocs/indexReleases.html src/hg/htdocs/indexReleases.html new file mode 100755 index 0000000..8c57d0e --- /dev/null +++ src/hg/htdocs/indexReleases.html @@ -0,0 +1,15 @@ +<div class="col-md-6"> + <h2>News</h2> + <div id="newsBox" class="jwSection"> + <div class="jwSectionContents" style="margin: 5px;"> + <div id="newsItems" style="margin-bottom: 27px"> + <!-- newsItems --> + <!--#include virtual="indexNews.html"--> + </div> + <p style="text-align:center;"> + <button class="btn btn-primary btn-lg" type="submit" onclick="window.location.href='goldenPath/newsarch.html';">More news...</button> + <button class="btn btn-default" type="submit" onclick="window.location.href='https://groups.google.com/a/soe.ucsc.edu/forum/?hl=en#!forum/genome-announce';">Subscribe</button> + </p> + </div> + </div> +</div>