Created
November 5, 2016 20:25
-
-
Save schuhwerk/1feb4a95a9d6ad9c924979a841073d7c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>KISD - offline</title> | |
<meta name="description" content="KISD - Maintainance"> | |
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto:300" rel="stylesheet"> | |
<style type="text/css"> | |
.centered { | |
position: fixed; | |
top: 25%; | |
left: 50%; | |
/* bring your own prefixes */ | |
transform: translate(-50%, -50%); | |
} | |
body { | |
background-color: #6d79ff; | |
font-family: 'Open Sans', sans-serif; | |
color: white; | |
} | |
.description a { | |
position: absolute; | |
left: 10px; | |
bottom: 10px; | |
color: white; | |
text-decoration: none; | |
font-size: 12px; | |
opacity: 0.5; | |
} | |
.message { | |
position: fixed; | |
top: 60%; | |
left: 50%; | |
transform: translate(-50%, -50%); | |
} | |
.message p { | |
opacity: 0.5; | |
} | |
.message h1 { | |
font-size: 70px; | |
font-weight: 300; | |
color: #4b4b4b; | |
font-family: 'Roboto', sans-serif; | |
line-height: 58px; | |
} | |
</style> | |
<!--[if lt IE 9]> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script> | |
<![endif]--> | |
</head> | |
<body> | |
<iframe class="centered" src="//giphy.com/embed/l2JJNA32TrSUtzmNi?html5=true" width="480" height="240" frameBorder="0" class="giphy-embed" allowFullScreen> | |
</iframe> | |
<p class="description"><a href="http://giphy.com/gifs/l2JJNA32TrSUtzmNi">Qubitz Studio via GIPHY</a></p> | |
<div class="message"> | |
<h1>Bear with us.</h1> | |
<p> | |
All KISD services are currently offline due to power issues.<br> | |
We will be back Monday morning. Promise! | |
</p> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment