Skip to content

Commit

Permalink
Add warning to top of page indicating we'll be rebuilding website in …
Browse files Browse the repository at this point in the history
…future.
  • Loading branch information
gamemann committed Jul 26, 2023
1 parent 1ffcf55 commit 6b062dc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions deaconn/home/static/home/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -502,4 +502,15 @@ textarea
.card-list-nodecor li
{
list-style-type: none;
}

.page-warning
{
text-align: center;
font-size: 1em;
}

.page-warning > p > strong
{
font-weight: 800;
}
4 changes: 4 additions & 0 deletions deaconn/home/templates/home/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
{% include 'home/noti.html' %}

<div class="container">
<div class="page-warning">
<p><strong>Warning</strong> - This website will be rebuilt in the future with many more features and services!</p>
</div>

{% include 'home/navbar.html' %}

<section id="content">
Expand Down

0 comments on commit 6b062dc

Please sign in to comment.