Skip to content

Instantly share code, notes, and snippets.

@knice
Created September 7, 2022 23:01
Show Gist options
  • Save knice/e818ab4a461f7cef7b7aee6a6970d51f to your computer and use it in GitHub Desktop.
Save knice/e818ab4a461f7cef7b7aee6a6970d51f to your computer and use it in GitHub Desktop.

Revisions

  1. knice created this gist Sep 7, 2022.
    13 changes: 13 additions & 0 deletions gold-login-message-box.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    <div class="ribbon ribbon-warning" role="complementary" style="
    margin-bottom: 2em;
    padding: .85em;
    font-size: 1.1rem;
    line-height: 1.3;
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404;
    ">
    <div class="inner">
    <p style="margin: 0;">Changes coming to the UCSC login on Sept 15. <a href="https://news.ucsc.edu/2022/08/fall-update.html">Learn more.</a></p>
    </div>
    </div>