updates to actual version (november 2018)
Before ![]() (image error) Size: 9.5 KiB |
Before ![]() (image error) Size: 23 KiB |
Before ![]() (image error) Size: 39 KiB |
Before ![]() (image error) Size: 7.8 KiB |
7
dist/.htaccess
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#Redirect gone /
|
||||||
|
ErrorDocument 410 /
|
||||||
|
|
||||||
|
RewriteEngine on
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
RewriteRule .* - [L,G]
|
21
dist/LICENSE
vendored
Normal file
|
@ -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.
|
BIN
dist/android-chrome-192x192.png
vendored
Normal file
After ![]() (image error) Size: 7.2 KiB |
BIN
dist/android-chrome-384x384.png
vendored
Normal file
After ![]() (image error) Size: 15 KiB |
BIN
dist/apple-touch-icon-precomposed.png
vendored
Normal file
After ![]() (image error) Size: 4 KiB |
BIN
dist/apple-touch-icon.png
vendored
Normal file
After ![]() (image error) Size: 4.5 KiB |
4
browserconfig.xml → dist/browserconfig.xml
vendored
|
@ -2,8 +2,8 @@
|
||||||
<browserconfig>
|
<browserconfig>
|
||||||
<msapplication>
|
<msapplication>
|
||||||
<tile>
|
<tile>
|
||||||
<square150x150logo src="/mstile-150x150.png"/>
|
<square150x150logo src="/assets/images/mstile-150x150.png"/>
|
||||||
<TileColor>#000000</TileColor>
|
<TileColor>#da532c</TileColor>
|
||||||
</tile>
|
</tile>
|
||||||
</msapplication>
|
</msapplication>
|
||||||
</browserconfig>
|
</browserconfig>
|
BIN
dist/favicon-16x16.png
vendored
Normal file
After ![]() (image error) Size: 704 B |
BIN
dist/favicon-194x194.png
vendored
Normal file
After ![]() (image error) Size: 4.8 KiB |
BIN
dist/favicon-32x32.png
vendored
Normal file
After ![]() (image error) Size: 1.1 KiB |
BIN
dist/favicon.ico
vendored
Normal file
After Width: 48px | Height: 48px | Size: 15 KiB |
12
dist/humans.txt
vendored
Normal file
|
@ -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 <https://code.visualstudio.com>
|
||||||
|
Vim <https://www.vim.org>
|
||||||
|
Transmit <https://panic.com/transmit/>
|
||||||
|
|
36
index.html → dist/index.html
vendored
|
@ -1,4 +1,4 @@
|
||||||
<html>
|
<!DOCTYPE html><html lang="de_AT">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name='HandheldFriendly' content='True'>
|
<meta name='HandheldFriendly' content='True'>
|
||||||
|
@ -6,10 +6,27 @@
|
||||||
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1'>
|
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1'>
|
||||||
|
|
||||||
<title>DOMINICREICH.COM - WARTUNGSARBEITEN</title>
|
<title>DOMINICREICH.COM - WARTUNGSARBEITEN</title>
|
||||||
<link rel='stylesheet' href='/middle.css'>
|
<style>
|
||||||
|
.center {
|
||||||
|
font-family: Input, Monospace, fixed;
|
||||||
|
font-size: 110%;
|
||||||
|
height: 100vh;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
@media only screen
|
||||||
|
and (max-width : 500px) {
|
||||||
|
.center {
|
||||||
|
font-size: 80%;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
<meta name="description" content="">
|
<meta name="description" content="Maintenance - work in progress.">
|
||||||
<meta name="google-site-verification" content="LpFEVwchKca51YPZMItHOcBbF24SNtOLq45GX8ERj7w">
|
<meta name="google-site-verification" content="LpFEVwchKca51YPZMItHOcBbF24SNtOLq45GX8ERj7w">
|
||||||
|
<meta name="msvalidate.01" content="4BEB54F647AEE7CE18D0A77137236FCB" />
|
||||||
|
<meta name="yandex-verification" content="d661d507bace53f0" />
|
||||||
|
|
||||||
<link rel="author" href="https://plus.google.com/101846141042824192145">
|
<link rel="author" href="https://plus.google.com/101846141042824192145">
|
||||||
<link type="text/plain" rel="author" href="https://dominicreich.com/humans.txt">
|
<link type="text/plain" rel="author" href="https://dominicreich.com/humans.txt">
|
||||||
|
@ -48,10 +65,15 @@
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div align="center">
|
<div class="center">
|
||||||
<p>Meine Website wird bald wieder online sein.<br>Meine Fotogallerie findest du <a href="https://fotos.dominicreich.com">hier</a>.</p>
|
<p>This website is under heavy construction/maintenance.<br>
|
||||||
<!-- <p>The site is undergoing maintenance.<br>It'll be back very soon. I promise.</p> -->
|
Visit my <strong>old</strong> photogallery at <a href="https://fotos.dominicreich.com">fotos.dominicreich.com</a>.<br><br>
|
||||||
<!-- <p>My website is currently under development.<br>It will be online very soon!</p> -->
|
<a href="https://twitter.com/freefall0">Twitter</a> ·
|
||||||
|
<a href="https://github.com/freefallcid">Github</a> ·
|
||||||
|
<a href="https://500px.com/drtom">500px</a> ·
|
||||||
|
<a href="https://drtom0.myds.me/photo/#!Albums">the new (and empty) gallery</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
<!-- lichtlein ;) -->
|
0
logo.png → dist/logo.png
vendored
Before ![]() (image error) Size: 21 KiB After ![]() (image error) Size: 21 KiB ![]() ![]() |
6
manifest.json → dist/manifest.json
vendored
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"name": "DOMINICREICH.COM",
|
"name": "DOMINIC REICH",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/android-chrome-192x192.png",
|
"src": "/assets/images/android-chrome-192x192.png",
|
||||||
"sizes": "192x192",
|
"sizes": "192x192",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "/android-chrome-384x384.png",
|
"src": "/assets/images/android-chrome-384x384.png",
|
||||||
"sizes": "384x384",
|
"sizes": "384x384",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
}
|
}
|
BIN
dist/mstile-150x150.png
vendored
Normal file
After ![]() (image error) Size: 2.4 KiB |
3
dist/robots.txt
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
User-agent: *
|
||||||
|
Disallow: /cgi-bin/
|
||||||
|
Sitemap: https://dominicreich.com/sitemap.xml
|
25
dist/safari-pinned-tab.svg
vendored
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||||
|
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||||
|
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="502.000000pt" height="502.000000pt" viewBox="0 0 502.000000 502.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet">
|
||||||
|
<metadata>
|
||||||
|
Created by potrace 1.11, written by Peter Selinger 2001-2013
|
||||||
|
</metadata>
|
||||||
|
<g transform="translate(0.000000,502.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#000000" stroke="none">
|
||||||
|
<path d="M0 3890 l0 -220 180 0 180 0 0 -1155 0 -1155 -180 0 -180 0 0 -226 0
|
||||||
|
-225 683 3 682 4 100 27 c369 100 623 354 726 727 23 85 23 87 27 790 3 778 2
|
||||||
|
813 -54 980 -83 250 -260 452 -499 570 -198 97 -160 93 -962 97 l-703 4 0
|
||||||
|
-221z m1366 -241 c189 -57 320 -183 382 -364 l27 -80 3 -644 c2 -426 -1 -667
|
||||||
|
-8 -713 -15 -100 -43 -173 -96 -251 -56 -82 -104 -124 -192 -170 -119 -62
|
||||||
|
-148 -67 -424 -67 l-248 0 0 1155 0 1155 244 0 c219 0 251 -2 312 -21z"/>
|
||||||
|
<path d="M2570 3890 l0 -220 774 0 c748 0 776 -1 839 -20 115 -36 225 -127
|
||||||
|
278 -232 66 -129 65 -308 -2 -444 -36 -72 -132 -165 -209 -202 -101 -48 -166
|
||||||
|
-52 -766 -52 l-544 0 0 -905 0 -905 220 0 220 0 0 685 0 685 248 0 247 0 330
|
||||||
|
-685 330 -685 243 0 c155 0 242 4 242 10 0 6 -157 324 -349 708 l-349 699 71
|
||||||
|
34 c283 135 492 381 543 638 26 130 16 348 -21 461 -99 306 -319 523 -630 622
|
||||||
|
-70 22 -75 23 -892 26 l-823 3 0 -221z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After (image error) Size: 1.3 KiB |
9
dist/sitemap.xml
vendored
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
|
||||||
|
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
|
<url>
|
||||||
|
<loc>/</loc>
|
||||||
|
<lastmod>2018-10-28T20:17:31+01:00</lastmod>
|
||||||
|
</url>
|
||||||
|
</urlset>
|
Before ![]() (image error) Size: 1.4 KiB |
Before ![]() (image error) Size: 1.8 KiB |
BIN
favicon.ico
Before Width: 64px | Height: 64px | Size: 22 KiB |
19
middle.css
|
@ -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 */
|
|
||||||
}
|
|
Before ![]() (image error) Size: 11 KiB |
Before (image error) Size: 288 KiB |