Skip to content
This repository was archived by the owner on Sep 15, 2020. It is now read-only.

Commit a32b12a

Browse files
committed
Add alert mentioning that the project is not under development.
1 parent a10c225 commit a32b12a

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

source/_includes/header.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,15 @@ <h4><span class="fa fa-exclamation-circle" aria-hidden="true"></span> Warning</h
6969
<p>You are using an <strong>outdated</strong> browser. Please <a class="alert-link" href="https://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
7070
</div>
7171
<![endif]-->
72+
<div class="container">
73+
<div class="row">
74+
<div class="col-xs-12 col-md-8 center-block main-alert">
75+
<div class="alert alert-danger text-center" role="alert">
76+
MPC-HC is not <a class="alert-link" href="/2017/07/16/1.7.13-released-and-farewell/">under development since 2017</a>. Please switch to something else.
77+
</div>
78+
</div>
79+
</div>
80+
</div>
7281
<nav class="navbar navbar-default navbar-fixed-top">
7382
<div class="container">
7483
<div class="row">

source/assets/css/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,11 @@ h6[id]::before {
327327
text-align: center;
328328
}
329329

330+
.main-alert {
331+
float: none;
332+
margin-bottom: 30px;
333+
}
334+
330335

331336
.mpc-team .team-member a {
332337
color: #555;

0 commit comments

Comments
 (0)