diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png deleted file mode 100644 index d59afbe..0000000 Binary files a/android-chrome-192x192.png and /dev/null differ diff --git a/android-chrome-384x384.png b/android-chrome-384x384.png deleted file mode 100644 index fe3b598..0000000 Binary files a/android-chrome-384x384.png and /dev/null differ diff --git a/android-chrome-512x512.png b/android-chrome-512x512.png deleted file mode 100644 index 43e7ea5..0000000 Binary files a/android-chrome-512x512.png and /dev/null differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png deleted file mode 100644 index e3c4b62..0000000 Binary files a/apple-touch-icon.png and /dev/null differ diff --git a/dist/.htaccess b/dist/.htaccess new file mode 100644 index 0000000..fe3c2c8 --- /dev/null +++ b/dist/.htaccess @@ -0,0 +1,7 @@ +#Redirect gone / +ErrorDocument 410 / + +RewriteEngine on +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule .* - [L,G] diff --git a/dist/LICENSE b/dist/LICENSE new file mode 100644 index 0000000..932153a --- /dev/null +++ b/dist/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2017 Dominic Reich + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/dist/android-chrome-192x192.png b/dist/android-chrome-192x192.png new file mode 100644 index 0000000..842509a Binary files /dev/null and b/dist/android-chrome-192x192.png differ diff --git a/dist/android-chrome-384x384.png b/dist/android-chrome-384x384.png new file mode 100644 index 0000000..a2ef466 Binary files /dev/null and b/dist/android-chrome-384x384.png differ diff --git a/dist/apple-touch-icon-precomposed.png b/dist/apple-touch-icon-precomposed.png new file mode 100644 index 0000000..4728fe2 Binary files /dev/null and b/dist/apple-touch-icon-precomposed.png differ diff --git a/dist/apple-touch-icon.png b/dist/apple-touch-icon.png new file mode 100644 index 0000000..3b0f1a0 Binary files /dev/null and b/dist/apple-touch-icon.png differ diff --git a/browserconfig.xml b/dist/browserconfig.xml similarity index 55% rename from browserconfig.xml rename to dist/browserconfig.xml index b9639ca..33c7d68 100644 --- a/browserconfig.xml +++ b/dist/browserconfig.xml @@ -2,8 +2,8 @@ - - #000000 + + #da532c diff --git a/dist/favicon-16x16.png b/dist/favicon-16x16.png new file mode 100644 index 0000000..4cec1b2 Binary files /dev/null and b/dist/favicon-16x16.png differ diff --git a/dist/favicon-194x194.png b/dist/favicon-194x194.png new file mode 100644 index 0000000..97e0a29 Binary files /dev/null and b/dist/favicon-194x194.png differ diff --git a/dist/favicon-32x32.png b/dist/favicon-32x32.png new file mode 100644 index 0000000..c6e9383 Binary files /dev/null and b/dist/favicon-32x32.png differ diff --git a/dist/favicon.ico b/dist/favicon.ico new file mode 100644 index 0000000..7bcbd96 Binary files /dev/null and b/dist/favicon.ico differ diff --git a/dist/humans.txt b/dist/humans.txt new file mode 100644 index 0000000..795a0c1 --- /dev/null +++ b/dist/humans.txt @@ -0,0 +1,12 @@ +/* DOMINICREICH.COM */ + + Designer: Dominic Reich + Twitter: @freefall0 + Location: Längenfeld, Tirol, Austria + + Last updated: {{ site.time }} + Language: English + Built with: Visual Studio Code + Vim + Transmit + \ No newline at end of file diff --git a/index.html b/dist/index.html similarity index 60% rename from index.html rename to dist/index.html index 37e4ce2..28b457b 100644 --- a/index.html +++ b/dist/index.html @@ -1,15 +1,32 @@ - + - - + + DOMINICREICH.COM - WARTUNGSARBEITEN - + - + + + @@ -48,10 +65,15 @@ -
-

Meine Website wird bald wieder online sein.
Meine Fotogallerie findest du hier.

- - +
+

This website is under heavy construction/maintenance.
+ Visit my old photogallery at fotos.dominicreich.com.

+ Twitter · + Github · + 500px · + the new (and empty) gallery

+ + diff --git a/logo.png b/dist/logo.png similarity index 100% rename from logo.png rename to dist/logo.png diff --git a/manifest.json b/dist/manifest.json similarity index 64% rename from manifest.json rename to dist/manifest.json index 86cad5b..37224d8 100644 --- a/manifest.json +++ b/dist/manifest.json @@ -1,13 +1,13 @@ { - "name": "DOMINICREICH.COM", + "name": "DOMINIC REICH", "icons": [ { - "src": "/android-chrome-192x192.png", + "src": "/assets/images/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "/android-chrome-384x384.png", + "src": "/assets/images/android-chrome-384x384.png", "sizes": "384x384", "type": "image/png" } diff --git a/dist/mstile-150x150.png b/dist/mstile-150x150.png new file mode 100644 index 0000000..6c7a9b2 Binary files /dev/null and b/dist/mstile-150x150.png differ diff --git a/dist/robots.txt b/dist/robots.txt new file mode 100644 index 0000000..83b7486 --- /dev/null +++ b/dist/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Disallow: /cgi-bin/ +Sitemap: https://dominicreich.com/sitemap.xml \ No newline at end of file diff --git a/dist/safari-pinned-tab.svg b/dist/safari-pinned-tab.svg new file mode 100644 index 0000000..b4fc829 --- /dev/null +++ b/dist/safari-pinned-tab.svg @@ -0,0 +1,25 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + + diff --git a/dist/sitemap.xml b/dist/sitemap.xml new file mode 100644 index 0000000..35bdabb --- /dev/null +++ b/dist/sitemap.xml @@ -0,0 +1,9 @@ + + + +/ +2018-10-28T20:17:31+01:00 + + diff --git a/favicon-16x16.png b/favicon-16x16.png deleted file mode 100644 index 2c1b61e..0000000 Binary files a/favicon-16x16.png and /dev/null differ diff --git a/favicon-32x32.png b/favicon-32x32.png deleted file mode 100644 index a5f5175..0000000 Binary files a/favicon-32x32.png and /dev/null differ diff --git a/favicon.ico b/favicon.ico deleted file mode 100755 index 5c47a6b..0000000 Binary files a/favicon.ico and /dev/null differ diff --git a/middle.css b/middle.css deleted file mode 100644 index 1aefe26..0000000 --- a/middle.css +++ /dev/null @@ -1,19 +0,0 @@ -div { - font-family: Input, Monospace, fixed; - font-size: 140%; - height: 200px; - width: 800px; - - position: fixed; - top: 50%; - left: 50%; - margin-top: -100px; - margin-left: -400px; -} - -@media only screen -and (max-width : 500px) { -div { - font-size: 80%; -/* Styles */ -} diff --git a/mstile-150x150.png b/mstile-150x150.png deleted file mode 100644 index 0e45660..0000000 Binary files a/mstile-150x150.png and /dev/null differ diff --git a/safari-pinned-tab.svg b/safari-pinned-tab.svg deleted file mode 100644 index a4a06ef..0000000 --- a/safari-pinned-tab.svg +++ /dev/null @@ -1,3967 +0,0 @@ - - - - -Created by potrace 1.14, written by Peter Selinger 2001-2017 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -