Declare project as not longer maintained

main
Georg Krause 2020-05-22 10:05:06 +02:00
parent 19f06916cc
commit 47f740cbd9
2 changed files with 22 additions and 2 deletions

View File

@ -1,3 +1,22 @@
#outofservice {
position: fixed;
right: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(100, 100, 100, 0.8);
z-index: 9999;
}
#outofservice h1 {
position: fixed;
top: 30%;
color: #FF5555;
left: 50%;
transform: translateY(-50%);
transform: translateX(-50%);
}
a {
color: white;
text-decoration: none;

View File

@ -31,6 +31,7 @@
</head>
<body>
<div id="outofservice"><h1>This project is no longer maintained.</h1></div>
<div class="header">
<div class="home-menu pure-menu pure-menu-horizontal pure-menu-fixed pure-g custom-wrapper" id="menu">