40 lines
1.8 KiB
PHP
40 lines
1.8 KiB
PHP
<html style="padding: 0; margin: 0; width: 100%; height: 100%;" lang="">
|
|
<head style="padding: 0; margin: 0; width: 100%; height: 100%;">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
<title>ugentligt_aktivitet_uge_{{$multiEvent->week}}</title>
|
|
</head>
|
|
<style>
|
|
@page { margin: 0; }
|
|
body { margin: 0; }
|
|
h2 { font-size: 48px; color: #00788a; }
|
|
p { font-size: 24px; z-index: 1; }
|
|
img { z-index: 0; opacity: 0.7; }
|
|
</style>
|
|
<body style="padding: 0; width: 100%; height: 100%;">
|
|
<div style="background-color: #00788A; width: 100%; padding: 1rem 1rem;">
|
|
<h1 style="color: white; text-align: center">Erhverskollegiet - Odense</h1>
|
|
<h1 style="font-size: 36px; text-align: center; color: white;">Menuplan, Uge {{$multiEvent->week}}</h1>
|
|
</div>
|
|
<div style="text-align: center; margin: 0 16px;">
|
|
<h2 class="ql-align-center"><strong>name:</strong></h2>
|
|
<p class="ql-align-center">{{$multiEvent->name}}</p>
|
|
<p class="ql-align-center"><br></p>
|
|
|
|
<h2 class="ql-align-center"><strong>accountable:</strong></h2>
|
|
<p class="ql-align-center">{{$multiEvent->accountable}}</p>
|
|
<p class="ql-align-center"><br></p>
|
|
|
|
<h2 class="ql-align-center"><strong>description:</strong></h2>
|
|
<p class="ql-align-center">{{$multiEvent->description}}</p>
|
|
<p class="ql-align-center"><br></p>
|
|
|
|
<h2 class="ql-align-center"><strong>date:</strong></h2>
|
|
<p class="ql-align-center">{{$multiEvent->date}}</p>
|
|
|
|
<h2 class="ql-align-center"><strong>event_end:</strong></h2>
|
|
<p class="ql-align-center">{{$multiEvent->event_end}}</p>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|