commit 9ac791fbf5f45281996e23db709fc30c3b4b1b13 Author: Jan Dittberner Date: Sun Jun 19 13:36:42 2016 +0200 Add static maintenance page. diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a01ee28 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.*.swp diff --git a/gnuviech-logo.png b/gnuviech-logo.png new file mode 100644 index 0000000..25e694c Binary files /dev/null and b/gnuviech-logo.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..fc06900 --- /dev/null +++ b/index.html @@ -0,0 +1,22 @@ + + + + + System steht wegen Wartungsarbeiten nicht zur Verfügung + + + + +
+

Wartungsarbeiten

+ +

Das System steht aufgrund von Wartungsarbeiten momentan nicht zur Verfügung, bitte haben Sie etwas Geduld und versuchen Sie es in Kürze noch einmal.

+

Vielen Dank für Ihr Verständnis!

+ + diff --git a/style.css b/style.css new file mode 100644 index 0000000..cb0baf0 --- /dev/null +++ b/style.css @@ -0,0 +1,49 @@ +body { + font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; + font-size: 14px; + line-height: 1.42857143; + color: #333; + padding:0; + margin:0; +} +@media(min-width:768px) { + .container { + width:750px; + } +} +@media(min-width:992px) { + .container { + width:970px; + } +} +@media(min-width:1200px) { + .container { + width:1170px; + } +} +.container { + padding-right:15px; + padding-left:15px; + + margin-left:auto; + margin-right:auto; +} +.navbar-inverse { + background-color: #009688; + border-color: #009688; + color: rgba(255,255,255,0.84); +} +.navbar { + min-height: 50px; + margin-bottom: 20px; + border: 1px solid transparent; +} +h1 { + color: rgb(8, 150, 136); + font-size:36px; + font-weight:500; + line-height: 1.1; +} +p { + margin: 0 0 10px; +} diff --git a/tools-server-130px.png b/tools-server-130px.png new file mode 100644 index 0000000..4472957 Binary files /dev/null and b/tools-server-130px.png differ