initial local commit

This commit is contained in:
Dominic Reich 2017-08-15 18:28:35 +02:00
commit c4b39ae6e0
14 changed files with 4068 additions and 0 deletions

BIN
android-chrome-192x192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

BIN
android-chrome-384x384.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
android-chrome-512x512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

BIN
apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

9
browserconfig.xml Normal file
View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#000000</TileColor>
</tile>
</msapplication>
</browserconfig>

BIN
favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
favicon.ico Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

55
index.html Normal file
View file

@ -0,0 +1,55 @@
<html>
<head>
<meta charset="utf-8">
<meta name='HandheldFriendly' content='True'>
<meta name='MobileOptimized' content='320'>
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1'>
<title>dominicreich.com will be back soon</title>
<link rel='stylesheet' href='/middle.css'>
<meta name="description" content="Thoughts, stores, notes and ideas. A personal weblog and notes archive of Dominic Reich. In english? Mostly.">
<meta name="google-site-verification" content="LpFEVwchKca51YPZMItHOcBbF24SNtOLq45GX8ERj7w">
<link rel="author" href="https://plus.google.com/101846141042824192145">
<link type="text/plain" rel="author" href="https://dominicreich.com/humans.txt">
<link rel="me" href="https://twitter.com/freefall0">
<link rel="me" href="https://github.com/freefallcid">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#00848a">
<link rel="shortcut icon" href="/favicon.ico">
<meta name="apple-mobile-web-app-title" content="DOMINICREICH.COM">
<meta name="application-name" content="DOMINICREICH.COM">
<meta name="msapplication-config" content="/browserconfig.xml">
<meta name="theme-color" content="#000000">
<meta name="msapplication-TileImage" content="/mstile-150x150.png">
<meta name="msapplication-TileColor" content="#fabb00">
<!-- Facebook Open Graph -->
<meta property="og:title" content="DOMINICREICH.COM">
<meta property="og:description" content="Thoughts, stories, notes and ideas. A personal weblog and notes archive of Dominic Reich. In english? Mostly.">
<meta property="og:url" content="https://dominicreich.com/index.html">
<meta property="og:locale" content="en_EN">
<meta property="og:type" content="website">
<meta property="og:site_name" content="DOMINICREICH.COM">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="freefall0">
<meta name="twitter:creator" content="freefall0">
<meta name="twitter:title" content="DOMINICREICH.COM">
<meta name="twitter:description" content="Thoughts, stories, notes and ideas. A personal weblog and notes archive of Dominic Reich. In english? Mostly.">
</head>
<body>
<div align="center">
<p>The site is undergoing maintenance.<br>It'll be back very soon. I promise.</p>
<!-- <p>My website is currently under development.<br>It will be online very soon!</p> -->
</div>
</body>
</html>

BIN
logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

18
manifest.json Normal file
View file

@ -0,0 +1,18 @@
{
"name": "DOMINICREICH.COM",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png"
}
],
"theme_color": "#000000",
"background_color": "#000000",
"display": "standalone"
}

19
middle.css Normal file
View file

@ -0,0 +1,19 @@
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 */
}

BIN
mstile-150x150.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

3967
safari-pinned-tab.svg Normal file

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 288 KiB