commit 057fd849bb9ff6132138354caf20a54e6b5f759e Author: Christian Date: Fri Apr 10 14:39:43 2020 +0200 [TASK] initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6790bb2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +bilder/*.jpg diff --git a/Dokumentation/PRE_HomepageAufbauV2.pdf b/Dokumentation/PRE_HomepageAufbauV2.pdf new file mode 100644 index 0000000..ea52309 Binary files /dev/null and b/Dokumentation/PRE_HomepageAufbauV2.pdf differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/bilder/logo_farbe.ico b/bilder/logo_farbe.ico new file mode 100644 index 0000000..1fe837f Binary files /dev/null and b/bilder/logo_farbe.ico differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..4dc05ca --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + + + + + + + Ferienwohnung "Wanderlust" + + + + + + + + \ No newline at end of file diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..976ff44 --- /dev/null +++ b/manifest.json @@ -0,0 +1,21 @@ +{ + "name": "Ferienwohnung 'Wanderlust'", + "short_name": "Ferienwohnung", + "start_url": ".", + "display": "standalone", + "background_color": "#bdf787", + "theme_color": "#bdf787", + "dir": "rtl", + "lang": "de", + "description": "Eine einfach lesbare Hacker News App.", + "icons": [{ + "src": "bilder/logo_farbe.ico", + "sizes": "48x48 128x128" + }], + "related_applications": [{ + "platform": "Web" + }, { + "platform": "play", + "url": "https://play.google.com/store/apps/details?id=cheeaun.hackerweb" + }] +} \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..e69de29