Added warning about migration!

main
BurnyLlama 2022-01-09 23:00:51 +01:00
parent 0f8d2c511f
commit fb26a4bd78
1 changed files with 18 additions and 0 deletions

View File

@ -6,6 +6,24 @@
<title>qwik</title>
</head>
<body>
<div style="background-color: var(--red); padding: 1rem 2rem;">
<h1 style="margin-top: 0; color: var(--surface)">
Important notice!
</h1>
<p style="color: var(--surface)">
We are currently migrating our server infrastructure. Our services will continue to stay up during the migration but
<b style="color: inherit;">after the migration we cannot guarantee data integrity</b>!
<br><br>
The reasons are that we are going to embrace virtualisation more in hopes that it makes maintence less of a pain.
We are also going to implement an LDAP (Lightweight Directory Access Protocol) solution so that signing in to services will be nice and seamless.
<br><br>
We are really sorry for the inconvenience, but we hope to make the future more convenient.
<br><br>
<b style="color: inherit;">WE RECOMMEND BACKING UP ALL YOUR (IMPORTANT) DATA NOW!</b>
<br><br>
-- Team qwik <span style="font-size: 1.5rem; color: inherit; left: -.25rem; top: .1rem; position: relative;">&nbsp; &lt;3 &nbsp;</span>
</p>
</div>
<nav>
<a href="#services">services</a>
<a href="#contact">contact</a>