Skip to content

Commit

Permalink
Merge branch 'main' into G3-493-temporary-fix-for-threshold-page
Browse files Browse the repository at this point in the history
  • Loading branch information
bergsalex authored Nov 8, 2024
2 parents 22b0a83 + 3b16753 commit 9663e4f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@
<section>
<div class="jumbotron" style="padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:0px">
<!--This section should be uncommented for system alerts-->
{# <div id="webpageAlert"#}
{# class="alert alert-danger fade in col-xs-3" style="width:800px; text-align:center;">#}
{# <button type="button" class="close" data-dismiss="alert" aria-hidden="true">x</button>#}
{# <strong>#}
{# The GeneWeaver Database is scheduled to undergo routine maintenance from#}
{# 2018-12-21 17:00 EST - 2018-12-21 22:00 EST. Tools and Analysis will continue#}
{# to be available but any new GeneSets uploaded or created during this time will be lost.#}
{# </strong>#}
{# </div>#}
<div id="webpageAlert"
class="alert alert-danger fade in col-xs-3" style="width:800px; text-align:center;">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">x</button>
<strong>
The GeneWeaver Database is scheduled to undergo routine maintenance from
2024-10-08 12:00 EST - 2024-10-10 22:00 EST. Tools and Analysis will continue
to be available but any new GeneSets uploaded or created during this time will be lost.
</strong>
</div>
<!--End Warning Seciont-->
<h1><img src="{{ url_for('static', filename='images/GW2-logo.png') }}" alt="GeneWeaver Logo" style="vertical-align: top">GeneWeaver</h1>
<p class="lead">
Expand Down

0 comments on commit 9663e4f

Please sign in to comment.