Skip to content

Commit

Permalink
Revert "add moving banner"
Browse files Browse the repository at this point in the history
This reverts commit 7086d17.
  • Loading branch information
reece committed Nov 30, 2023
1 parent 7086d17 commit f21e4a8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 44 deletions.
56 changes: 24 additions & 32 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,35 +1,27 @@
<!DOCTYPE html>
<html>

{% include head.html %}

<body>

{% include header.html %}

<div class="banner">
<span style="font-size: larger; font-weight: bold">We're Moving!</span>
<br/>
The HGVS Nomenclature has been updated and will be moving to <a
href="https://hgvs-nomenclature.org/">https://hgvs-nomenclature.org/</a>
on January 1, 2024.
</div>

{% if page.main %}
{{ content }}
{% else %}
<div class="container">
{% if page.last-modified %}
<div class="last-modified pull-right">
Last modified: {{ page.last-modified }}
</div>
{% endif %}
{{ content }}
</div>
{% endif %}

{% include footer.html %}

</body>

</html>
{% include head.html %}

<body>

{% include header.html %}

{% if page.main %}
{{ content }}
{% else %}
<div class="container">
{% if page.last-modified %}
<div class="last-modified pull-right">
Last modified: {{ page.last-modified }}
</div>
{% endif %}
{{ content }}
</div>
{% endif %}

{% include footer.html %}

</body>

</html>
12 changes: 0 additions & 12 deletions css/main.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
.banner {
background-color: #fbb;
border-radius: 10px;
border: 3px solid;
color: #f00;
font-size: large;
margin: 10px auto;
padding: 20px;
text-align: center;
width: 80%;
}

:target:before {
content: "";
display: block;
Expand Down

0 comments on commit f21e4a8

Please sign in to comment.