v20201026
authorKilian Saffran <ksaffran@dks.lu>
Mon, 26 Oct 2020 07:04:35 +0000 (08:04 +0100)
committerKilian Saffran <ksaffran@dks.lu>
Mon, 26 Oct 2020 07:04:35 +0000 (08:04 +0100)
commit0f5b0a6ae2de9aaf7ffcd53b6c949e1dc011e2a6
tree53055ba9db941fd91c5e9e50693b8ff80f5b6f76
parent0ed69f227030c9e841105c1a9bf483b62a315c19
v20201026
29 files changed:
.gitignore [new file with mode: 0644]
website/.htaccess [new file with mode: 0644]
website/css/fonts/ledf.svg [new file with mode: 0644]
website/css/fonts/ledf.ttf [new file with mode: 0644]
website/css/fonts/ledf.woff [new file with mode: 0644]
website/css/icons.css [new file with mode: 0644]
website/css/style.css [new file with mode: 0644]
website/css/theme.css [new file with mode: 0644]
website/index.example.html [new file with mode: 0644]
website/index.php [new file with mode: 0644]
website/js/main.js [new file with mode: 0644]
website/js/site.js [new file with mode: 0644]
website/js/sw.js [new file with mode: 0644]
website/lib/composer.json [new file with mode: 0644]
website/lib/composer.lock [new file with mode: 0644]
website/lib/config.php [new file with mode: 0644]
website/lib/database.php [new file with mode: 0644]
website/manifest copy.json [new file with mode: 0644]
website/manifest.json [new file with mode: 0644]
website/tmpl/index.html.mustache [new file with mode: 0644]
website/tmpl/pages/error.html.mustache [new file with mode: 0644]
website/tmpl/pages/events.html.json [new file with mode: 0644]
website/tmpl/pages/events.html.mustache [new file with mode: 0644]
website/tmpl/pages/home.html.mustache [new file with mode: 0644]
website/tmpl/pages/impressum.html.mustache [new file with mode: 0644]
website/tmpl/pages/press.html.mustache [new file with mode: 0644]
website/tmpl/pages/privacy.html.mustache [new file with mode: 0644]
website/tmpl/pages/shop.html.mustache [new file with mode: 0644]
website/tmpl/pages/terms.html.mustache [new file with mode: 0644]