commit 35b42560799919de4ed101d1d0b2cc12a1140b81 Author: CaptainArk Date: Fri Feb 1 21:11:59 2019 +0100 initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dce188f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.DS_Store +.swp diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..7239676 --- /dev/null +++ b/css/style.css @@ -0,0 +1,143 @@ +body { + font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; + font-size: 14px; + line-height: 1.42857143; + color: #333; + background: #f0f0f0; + padding: 70px 0; +} +img { + border:1px solid #000000; + border-radius: 50%; +} +.signin { + display:block; + margin:20px auto; + max-width:400px; + background: #fff; + border:1px solid #ccc; + border-radius: 10px; + padding: 20px; +} +.center { + text-align:center; +} +.btn { + color: #fff; + background-color: #428bca; + border: 1px solid #357ebd; + -webkit-border-radius: 4; + -moz-border-radius: 4; + border-radius: 4px; + font-size: 14px; + padding: 6px 12px; + text-decoration: none; + cursor: pointer; +} + +.btn:hover { + background-color: #3071a9; + border-color: #285e8e; + ext-decoration: none; +} +label { + display: inline-block; + max-width: 100%; + margin-bottom: 5px; + font-weight: 700; +} +input { + display: block; + width: 100%; + height: 34px; + padding: 6px 12px; + font-size: 14px; + line-height: 1.42857143; + color: #555; + background-color: #fff; + background-image: none; + border: 1px solid #ccc; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); + box-shadow: inset 0 1px 1px rgba(0,0,0,.075); + -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; + -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; + transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; + margin:0; + box-sizing: border-box; +} +footer { + display:block; + font-size:10px; + color:#aaa; + text-align:center; + margin-bottom:10px; +} +footer a { + display:inline-block; + height:25px; + line-height:25px; + color:#aaa; + text-decoration:underline; +} +footer a:hover { + color:#aaa; +} + +.row { + text-align:center; + margin-top: 10px; + margin-bottom: 10px; } + +.row .column { + display: inline; + letter-spacing: 0.5em; } + +.row .column a { + font-size: 250%; + color: rgba(0,0,0,0) } + +.row .column a:not(:hover) { + opacity: 0.8; + transition: opacity .5s; } +icons { + width: 500px; + height: 40px; + margin: 0px auto; + padding: 45px 0; + font: "Helvetica Neue",Helvetica,Arial,sans-serif; + text-align: center; + text-transform: uppercase; +} +i { + color: #000000; + font-family: icons; + font-size: 150px; + font-weight: normal; + font-style: normal; + line-height: 0.0; + opacity: 0.7; +} + +icons h2 { + margin: 0 0 8px; + color: #000000; + font-size: 55px; + font-weight: 300; + text-align: center; + opacity: 0.5; + text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15); +} + +icons ul { + margin: 0; + padding: 0; +} + +icons li { + background: #000000; + background: rgba(255,255,255,0.90); + padding: 20px; + display: inline-block; + border-radius: 5px; +} diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..2b66a1c Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..51d27a0 --- /dev/null +++ b/index.html @@ -0,0 +1,37 @@ + + + + Nibelung Valesti Home Page + + + + + + + + + + + + + + + +
logo
+ +
+ +
+
+
+
+
+
+ +
+ + + + diff --git a/index.nginx-debian.html b/index.nginx-debian.html new file mode 100644 index 0000000..118c9d6 --- /dev/null +++ b/index.nginx-debian.html @@ -0,0 +1,32 @@ + + + +Welcome to nginx on Debian! + + + +

Welcome to nginx on Debian!

+

If you see this page, the nginx web server is successfully installed and +working on Debian. Further configuration is required.

+ +

For online documentation and support please refer to +nginx.org

+ +

+ Please use the reportbug tool to report bugs in the + nginx package with Debian. However, check existing + bug reports before reporting a new bug. +

+ +

Thank you for using debian and nginx.

+ + + + diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png new file mode 100644 index 0000000..d98d2d7 Binary files /dev/null and b/static/android-chrome-192x192.png differ diff --git a/static/android-chrome-256x256.png b/static/android-chrome-256x256.png new file mode 100644 index 0000000..0afffc3 Binary files /dev/null and b/static/android-chrome-256x256.png differ diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png new file mode 100644 index 0000000..b20c968 Binary files /dev/null and b/static/apple-touch-icon.png differ diff --git a/static/browserconfig.xml b/static/browserconfig.xml new file mode 100644 index 0000000..09f8509 --- /dev/null +++ b/static/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png new file mode 100644 index 0000000..4d2bda9 Binary files /dev/null and b/static/favicon-16x16.png differ diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png new file mode 100644 index 0000000..9bafd67 Binary files /dev/null and b/static/favicon-32x32.png differ diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..5b21ee1 Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/logo.jpg b/static/logo.jpg new file mode 100644 index 0000000..1495665 Binary files /dev/null and b/static/logo.jpg differ diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png new file mode 100644 index 0000000..ae5a737 Binary files /dev/null and b/static/mstile-150x150.png differ diff --git a/static/safari-pinned-tab.svg b/static/safari-pinned-tab.svg new file mode 100644 index 0000000..02be2ba --- /dev/null +++ b/static/safari-pinned-tab.svg @@ -0,0 +1,31 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + diff --git a/static/site.webmanifest b/static/site.webmanifest new file mode 100644 index 0000000..f443c61 --- /dev/null +++ b/static/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/static/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/static/android-chrome-256x256.png", + "sizes": "256x256", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +}