Webseite ohne Anmeldung läuft auf laravel
21
M6/emensamobile/public/.htaccess
Normal file
@@ -0,0 +1,21 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
<IfModule mod_negotiation.c>
|
||||
Options -MultiViews -Indexes
|
||||
</IfModule>
|
||||
|
||||
RewriteEngine On
|
||||
|
||||
# Handle Authorization Header
|
||||
RewriteCond %{HTTP:Authorization} .
|
||||
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
|
||||
|
||||
# Redirect Trailing Slashes If Not A Folder...
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_URI} (.+)/$
|
||||
RewriteRule ^ %1 [L,R=301]
|
||||
|
||||
# Send Requests To Front Controller...
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^ index.php [L]
|
||||
</IfModule>
|
||||
0
M6/emensamobile/public/css/app.css
Normal file
96
M6/emensamobile/public/css/style.css
Normal file
@@ -0,0 +1,96 @@
|
||||
* {
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.grid {
|
||||
display: grid;
|
||||
grid-template-columns: 200px auto 200px;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.speisen {
|
||||
border: solid;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.speisen td {
|
||||
border: solid;
|
||||
border-collapse: collapse;
|
||||
border-radius: 4px;
|
||||
padding: 5px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.speisen td:not(:first-of-type) {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.speisen img{
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
|
||||
p {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.zahlen {
|
||||
list-style-type: none;
|
||||
display: grid;
|
||||
grid-template-columns: auto auto auto;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.zahlen p {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.formular {
|
||||
display: grid;
|
||||
grid-template-columns: auto auto auto;
|
||||
justify-content: start;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.wichtig {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.wichtigListe {
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.freude {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
footer {
|
||||
border-top: 1px solid;
|
||||
}
|
||||
|
||||
.fusszeile {
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.fusszeile td:first-child {
|
||||
border-left: none;
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.fusszeile td {
|
||||
border-left: 3px solid;
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
0
M6/emensamobile/public/favicon.ico
Normal file
BIN
M6/emensamobile/public/img/fh-logo.jpg
Normal file
|
After Width: | Height: | Size: 64 KiB |
BIN
M6/emensamobile/public/img/gerichte/00_image_missing.jpg
Normal file
|
After Width: | Height: | Size: 86 KiB |
BIN
M6/emensamobile/public/img/gerichte/01_bratkartoffel.jpg
Normal file
|
After Width: | Height: | Size: 174 KiB |
BIN
M6/emensamobile/public/img/gerichte/03_bratkartoffel.jpg
Normal file
|
After Width: | Height: | Size: 93 KiB |
BIN
M6/emensamobile/public/img/gerichte/04_tofu.jpg
Normal file
|
After Width: | Height: | Size: 70 KiB |
BIN
M6/emensamobile/public/img/gerichte/06_lasagne.jpg
Normal file
|
After Width: | Height: | Size: 84 KiB |
BIN
M6/emensamobile/public/img/gerichte/09_suppe.jpg
Normal file
|
After Width: | Height: | Size: 49 KiB |
BIN
M6/emensamobile/public/img/gerichte/10_forelle.jpg
Normal file
|
After Width: | Height: | Size: 133 KiB |
BIN
M6/emensamobile/public/img/gerichte/11_soup.jpg
Normal file
|
After Width: | Height: | Size: 105 KiB |
BIN
M6/emensamobile/public/img/gerichte/12_kassler.jpg
Normal file
|
After Width: | Height: | Size: 98 KiB |
BIN
M6/emensamobile/public/img/gerichte/13_reibekuchen.jpg
Normal file
|
After Width: | Height: | Size: 103 KiB |
BIN
M6/emensamobile/public/img/gerichte/15_pilze.jpg
Normal file
|
After Width: | Height: | Size: 66 KiB |
BIN
M6/emensamobile/public/img/gerichte/17_broetchen.jpg
Normal file
|
After Width: | Height: | Size: 161 KiB |
BIN
M6/emensamobile/public/img/gerichte/19_mousse.jpg
Normal file
|
After Width: | Height: | Size: 41 KiB |
BIN
M6/emensamobile/public/img/gerichte/20_suppe.jpg
Normal file
|
After Width: | Height: | Size: 138 KiB |
6
M6/emensamobile/public/img/gerichte/license.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Grafiken von unsplash.com.
|
||||
|
||||
Lizenz:
|
||||
https://unsplash.com/license
|
||||
|
||||
Letzter Zugriff 31.08.2020
|
||||
BIN
M6/emensamobile/public/img/mensa21.jpg
Normal file
|
After Width: | Height: | Size: 153 KiB |
BIN
M6/emensamobile/public/img/test.jpg
Normal file
|
After Width: | Height: | Size: 9.2 KiB |
55
M6/emensamobile/public/index.php
Normal file
@@ -0,0 +1,55 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Contracts\Http\Kernel;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
define('LARAVEL_START', microtime(true));
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Check If The Application Is Under Maintenance
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| If the application is in maintenance / demo mode via the "down" command
|
||||
| we will load this file so that any pre-rendered content can be shown
|
||||
| instead of starting the framework, which could cause an exception.
|
||||
|
|
||||
*/
|
||||
|
||||
if (file_exists($maintenance = __DIR__.'/../storage/framework/maintenance.php')) {
|
||||
require $maintenance;
|
||||
}
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Register The Auto Loader
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Composer provides a convenient, automatically generated class loader for
|
||||
| this application. We just need to utilize it! We'll simply require it
|
||||
| into the script here so we don't need to manually load our classes.
|
||||
|
|
||||
*/
|
||||
|
||||
require __DIR__.'/../vendor/autoload.php';
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Run The Application
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Once we have the application, we can handle the incoming request using
|
||||
| the application's HTTP kernel. Then, we will send the response back
|
||||
| to this client's browser, allowing them to enjoy our application.
|
||||
|
|
||||
*/
|
||||
|
||||
$app = require_once __DIR__.'/../bootstrap/app.php';
|
||||
|
||||
$kernel = $app->make(Kernel::class);
|
||||
|
||||
$response = $kernel->handle(
|
||||
$request = Request::capture()
|
||||
)->send();
|
||||
|
||||
$kernel->terminate($request, $response);
|
||||
2
M6/emensamobile/public/robots.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
User-agent: *
|
||||
Disallow:
|
||||