431 lines
16 KiB
PHP
431 lines
16 KiB
PHP
|
<!DOCTYPE html>
|
||
|
<html lang="de" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html charset=UTF-8" />
|
||
|
<meta name="viewport" content="width=device-width">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="x-apple-disable-message-reformatting">
|
||
|
<title>Bitte Arbeitgeberkonto verifizieren</title> <!-- The title tag shows in email notifications, like Android 4.4. -->
|
||
|
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
|
||
|
|
||
|
<style>
|
||
|
html,
|
||
|
body {
|
||
|
margin: 0 auto !important;
|
||
|
padding: 0 !important;
|
||
|
height: 100% !important;
|
||
|
width: 100% !important;
|
||
|
background: #f1f1f1;
|
||
|
}
|
||
|
|
||
|
/* What it does: Stops email clients resizing small text. */
|
||
|
* {
|
||
|
-ms-text-size-adjust: 100%;
|
||
|
-webkit-text-size-adjust: 100%;
|
||
|
}
|
||
|
|
||
|
/* What it does: Centers email on Android 4.4 */
|
||
|
div[style*="margin: 16px 0"] {
|
||
|
margin: 0 !important;
|
||
|
}
|
||
|
|
||
|
/* What it does: Stops Outlook from adding extra spacing to tables. */
|
||
|
table,
|
||
|
td {
|
||
|
mso-table-lspace: 0pt !important;
|
||
|
mso-table-rspace: 0pt !important;
|
||
|
}
|
||
|
|
||
|
/* What it does: Fixes webkit padding issue. */
|
||
|
table {
|
||
|
border-spacing: 0 !important;
|
||
|
border-collapse: collapse !important;
|
||
|
table-layout: fixed !important;
|
||
|
margin: 0 auto !important;
|
||
|
}
|
||
|
|
||
|
/* What it does: Uses a better rendering method when resizing images in IE. */
|
||
|
img {
|
||
|
-ms-interpolation-mode:bicubic;
|
||
|
}
|
||
|
|
||
|
/* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
|
||
|
a {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
/* What it does: A work-around for email clients meddling in triggered links. */
|
||
|
*[x-apple-data-detectors], /* iOS */
|
||
|
.unstyle-auto-detected-links *,
|
||
|
.aBn {
|
||
|
border-bottom: 0 !important;
|
||
|
cursor: default !important;
|
||
|
color: inherit !important;
|
||
|
text-decoration: none !important;
|
||
|
font-size: inherit !important;
|
||
|
font-family: inherit !important;
|
||
|
font-weight: inherit !important;
|
||
|
line-height: inherit !important;
|
||
|
}
|
||
|
|
||
|
/* What it does: Prevents Gmail from displaying a download button on large, non-linked images. */
|
||
|
.a6S {
|
||
|
display: none !important;
|
||
|
opacity: 0.01 !important;
|
||
|
}
|
||
|
|
||
|
/* What it does: Prevents Gmail from changing the text color in conversation threads. */
|
||
|
.im {
|
||
|
color: inherit !important;
|
||
|
}
|
||
|
|
||
|
/* If the above doesn't work, add a .g-img class to any image in question. */
|
||
|
img.g-img + div {
|
||
|
display: none !important;
|
||
|
}
|
||
|
|
||
|
/* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89 */
|
||
|
/* Create one of these media queries for each additional viewport size you'd like to fix */
|
||
|
|
||
|
/* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
|
||
|
@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
|
||
|
u ~ div .email-container {
|
||
|
min-width: 320px !important;
|
||
|
}
|
||
|
}
|
||
|
/* iPhone 6, 6S, 7, 8, and X */
|
||
|
@media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
|
||
|
u ~ div .email-container {
|
||
|
min-width: 375px !important;
|
||
|
}
|
||
|
}
|
||
|
/* iPhone 6+, 7+, and 8+ */
|
||
|
@media only screen and (min-device-width: 414px) {
|
||
|
u ~ div .email-container {
|
||
|
min-width: 414px !important;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
</style>
|
||
|
|
||
|
<!-- CSS Reset : END -->
|
||
|
|
||
|
<!-- Progressive Enhancements : BEGIN -->
|
||
|
<style>
|
||
|
|
||
|
.primary{
|
||
|
background: #f49c35;
|
||
|
}
|
||
|
.bg_white{
|
||
|
background: #fff;
|
||
|
}
|
||
|
|
||
|
.bg_orange{
|
||
|
background: #f49c35;
|
||
|
}
|
||
|
.bg_light{
|
||
|
background: #fafafa;
|
||
|
}
|
||
|
.bg_black{
|
||
|
background: #000000;
|
||
|
}
|
||
|
.bg_dark{
|
||
|
background: rgba(0,0,0,.8);
|
||
|
}
|
||
|
.email-section{
|
||
|
padding:2.5em;
|
||
|
}
|
||
|
|
||
|
/*BUTTON*/
|
||
|
.btn{
|
||
|
padding: 10px 15px;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
.btn.btn-primary{
|
||
|
border-radius: 5px;
|
||
|
background: #f49c35;
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
.btn.btn-white{
|
||
|
border-radius: 5px;
|
||
|
background: #ffffff;
|
||
|
color: #000000;
|
||
|
}
|
||
|
.btn.btn-white-outline{
|
||
|
border-radius: 5px;
|
||
|
background: transparent;
|
||
|
border: 1px solid #fff;
|
||
|
color: #fff;
|
||
|
}
|
||
|
.btn.btn-black-outline{
|
||
|
border-radius: 0px;
|
||
|
background: transparent;
|
||
|
border: 2px solid #000;
|
||
|
color: #000;
|
||
|
font-weight: 700;
|
||
|
}
|
||
|
|
||
|
h1,h2,h3,h4,h5,h6{
|
||
|
font-family: 'Lato', sans-serif;
|
||
|
color: #000000;
|
||
|
margin-top: 0;
|
||
|
font-weight: 400;
|
||
|
}
|
||
|
|
||
|
body{
|
||
|
font-family: 'Lato', sans-serif;
|
||
|
font-weight: 400;
|
||
|
font-size: 15px;
|
||
|
line-height: 1.4;
|
||
|
color: rgba(0,0,0,.4);
|
||
|
}
|
||
|
|
||
|
a{
|
||
|
color: #f49c35;
|
||
|
}
|
||
|
|
||
|
table{
|
||
|
}
|
||
|
/*LOGO*/
|
||
|
|
||
|
.logo h1{
|
||
|
margin: 0;
|
||
|
}
|
||
|
.logo h1 a{
|
||
|
color: #f49c35;
|
||
|
font-size: 24px;
|
||
|
font-weight: 700;
|
||
|
font-family: 'Lato', sans-serif;
|
||
|
}
|
||
|
|
||
|
/*HERO*/
|
||
|
.hero{
|
||
|
position: relative;
|
||
|
z-index: 0;
|
||
|
}
|
||
|
|
||
|
.hero .text{
|
||
|
color: rgba(0,0,0,.3);
|
||
|
}
|
||
|
.hero .text h2{
|
||
|
color: #000;
|
||
|
font-size: 20px;
|
||
|
margin-bottom: 0;
|
||
|
font-weight: 400;
|
||
|
line-height: 1.4;
|
||
|
}
|
||
|
.hero .text h3{
|
||
|
font-size: 20px;
|
||
|
font-weight: 300;
|
||
|
}
|
||
|
.hero .text h2 span{
|
||
|
font-weight: 600;
|
||
|
color: #f49c35;
|
||
|
}
|
||
|
|
||
|
|
||
|
/*HEADING SECTION*/
|
||
|
.heading-section{
|
||
|
}
|
||
|
.heading-section h2{
|
||
|
color: #000000;
|
||
|
font-size: 28px;
|
||
|
margin-top: 0;
|
||
|
line-height: 1.4;
|
||
|
font-weight: 400;
|
||
|
}
|
||
|
.heading-section .subheading{
|
||
|
margin-bottom: 20px !important;
|
||
|
display: inline-block;
|
||
|
font-size: 13px;
|
||
|
text-transform: uppercase;
|
||
|
letter-spacing: 2px;
|
||
|
color: rgba(0,0,0,.4);
|
||
|
position: relative;
|
||
|
}
|
||
|
.heading-section .subheading::after{
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
bottom: -10px;
|
||
|
content: '';
|
||
|
width: 100%;
|
||
|
height: 2px;
|
||
|
background: #f49c35;
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
|
||
|
.heading-section-white{
|
||
|
color: rgba(255,255,255,.8);
|
||
|
}
|
||
|
.heading-section-white h2{
|
||
|
font-family:
|
||
|
line-height: 1;
|
||
|
padding-bottom: 0;
|
||
|
}
|
||
|
.heading-section-white h2{
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
.heading-section-white .subheading{
|
||
|
margin-bottom: 0;
|
||
|
display: inline-block;
|
||
|
font-size: 13px;
|
||
|
text-transform: uppercase;
|
||
|
letter-spacing: 2px;
|
||
|
color: rgba(255,255,255,.4);
|
||
|
}
|
||
|
|
||
|
|
||
|
ul.social{
|
||
|
padding: 0;
|
||
|
}
|
||
|
ul.social li{
|
||
|
display: inline-block;
|
||
|
margin-right: 10px;
|
||
|
}
|
||
|
|
||
|
/*FOOTER*/
|
||
|
|
||
|
.footer{
|
||
|
border-top: 1px solid rgba(0,0,0,.05);
|
||
|
color: rgba(0,0,0,.5);
|
||
|
}
|
||
|
.footer .heading{
|
||
|
color: #000;
|
||
|
font-size: 20px;
|
||
|
}
|
||
|
.footer ul{
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
.footer ul li{
|
||
|
list-style: none;
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
.footer ul li a{
|
||
|
color: rgba(0,0,0,1);
|
||
|
}
|
||
|
|
||
|
|
||
|
@media screen and (max-width: 500px) {
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
</style>
|
||
|
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body width="100%" style="margin: 0; padding: 0 !important; mso-line-height-rule: exactly; background-color: #f1f1f1;">
|
||
|
<center style="width: 100%; background-color: #f1f1f1;">
|
||
|
<div style="display: none; font-size: 1px;max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden; mso-hide: all; font-family: sans-serif;">
|
||
|
‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
|
||
|
</div>
|
||
|
<div style="max-width: 600px; margin: 0 auto;" class="email-container">
|
||
|
<!-- BEGIN BODY -->
|
||
|
<table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="margin: auto;">
|
||
|
|
||
|
<tr>
|
||
|
<td valign="middle" class="hero bg_orange" style="padding: 1em 0 1em 0;">
|
||
|
<img src="https://www.jobs-oberpfalz.de/template/images/new_jobs_portal_logo.png" alt="" style="width: 150px; max-width: 300px; height: auto; margin-left: 20px; display: block;">
|
||
|
</td>
|
||
|
</tr><!-- end tr -->
|
||
|
<tr>
|
||
|
<td valign="middle" class="hero bg_white" style="padding: 2em 0 1em 0;">
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<div class="text" style="padding: 0 2.5em; text-align: center;">
|
||
|
<h2>Es ist eine neue Bewerbung eingegangen!</h2>
|
||
|
<br>
|
||
|
<h3>{{ $requestData['nach_title'] }} </h3>
|
||
|
</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
</tr><!-- end tr -->
|
||
|
<!-- 1 Column Text + Button : END -->
|
||
|
</table>
|
||
|
<table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="margin: auto;">
|
||
|
<tr>
|
||
|
<td valign="middle" class="bg_light footer email-section">
|
||
|
<table>
|
||
|
<tr>
|
||
|
|
||
|
<td valign="top" width="100%">
|
||
|
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
|
||
|
<tr>
|
||
|
<td style="text-align: left; padding-left: 5px; padding-right: 5px;">
|
||
|
{{ $data[8] }}
|
||
|
<h3 class="heading">{{ $data[1] }}</h3>
|
||
|
<ul>
|
||
|
@if (isset($data[2]))
|
||
|
<li><span class="text"><a href="">
|
||
|
<svg style="width: 14px; fill: #f49c35; padding-right: 5px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!-- Font Awesome Pro 5.15.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --><path d="M493.09 351.3L384.7 304.8a31.36 31.36 0 0 0-36.5 8.9l-44.1 53.9A350 350 0 0 1 144.5 208l53.9-44.1a31.35 31.35 0 0 0 8.9-36.49l-46.5-108.5A31.33 31.33 0 0 0 125 .81L24.2 24.11A31.05 31.05 0 0 0 0 54.51C0 307.8 205.3 512 457.49 512A31.23 31.23 0 0 0 488 487.7L511.19 387a31.21 31.21 0 0 0-18.1-35.7zM456.89 480C222.4 479.7 32.3 289.7 32.1 55.21l99.6-23 46 107.39-72.8 59.5C153.3 302.3 209.4 358.6 313 407.2l59.5-72.8 107.39 46z"/></svg>
|
||
|
{{ $data[2] }}</a></span></li>
|
||
|
@endif
|
||
|
|
||
|
<li><span class="text"><a href="">
|
||
|
<svg style="height: 14px; fill: #f49c35; padding-right: 5px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!-- Font Awesome Pro 5.15.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --><path d="M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM48 96h416c8.8 0 16 7.2 16 16v41.4c-21.9 18.5-53.2 44-150.6 121.3-16.9 13.4-50.2 45.7-73.4 45.3-23.2.4-56.6-31.9-73.4-45.3C85.2 197.4 53.9 171.9 32 153.4V112c0-8.8 7.2-16 16-16zm416 320H48c-8.8 0-16-7.2-16-16V195c22.8 18.7 58.8 47.6 130.7 104.7 20.5 16.4 56.7 52.5 93.3 52.3 36.4.3 72.3-35.5 93.3-52.3 71.9-57.1 107.9-86 130.7-104.7v205c0 8.8-7.2 16-16 16z"/></svg>
|
||
|
|
||
|
{{ $data[7] }}</a></span></li>
|
||
|
</ul>
|
||
|
<br>
|
||
|
|
||
|
<!--<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
||
|
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
|
||
|
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
|
||
|
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
|
||
|
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
|
||
|
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
||
|
<br>-->
|
||
|
|
||
|
|
||
|
<svg style="width: 14px; fill: #f49c35; padding-right: 5px;"xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!-- Font Awesome Pro 5.15.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --><path d="M149.106 512c-33.076 0-66.153-12.59-91.333-37.771-50.364-50.361-50.364-132.305-.002-182.665L319.842 29.498c39.331-39.331 103.328-39.331 142.66 0 39.331 39.332 39.331 103.327 0 142.657l-222.63 222.626c-28.297 28.301-74.347 28.303-102.65 0-28.3-28.301-28.3-74.349 0-102.649l170.301-170.298c4.686-4.686 12.284-4.686 16.97 0l5.661 5.661c4.686 4.686 4.686 12.284 0 16.971l-170.3 170.297c-15.821 15.821-15.821 41.563.001 57.385 15.821 15.82 41.564 15.82 57.385 0l222.63-222.626c26.851-26.851 26.851-70.541 0-97.394-26.855-26.851-70.544-26.849-97.395 0L80.404 314.196c-37.882 37.882-37.882 99.519 0 137.401 37.884 37.881 99.523 37.882 137.404.001l217.743-217.739c4.686-4.686 12.284-4.686 16.97 0l5.661 5.661c4.686 4.686 4.686 12.284 0 16.971L240.44 474.229C215.26 499.41 182.183 512 149.106 512z"/></svg> <span style="font-style: italic;">Bewerbung ist als Anhang anbei.</span>
|
||
|
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
</tr><!-- end: tr -->
|
||
|
|
||
|
<tr>
|
||
|
<td valign="middle" class="hero bg_white" style="padding: 2em 0 1em 0; border-top: 1px solid rgba(0,0,0,.05); text-align: center;">
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<div class="text" style="padding: 0 2.5em; ">
|
||
|
<p>Sie können die Einstellungen zum Empfang von E-Mails in Ihrem Arbeitgeberkonto auf <a href="www.jobs-oberpfalz.de">www.jobs-oberpfalz.de</a> anpassen.</p>
|
||
|
|
||
|
</div>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<div class="text" style="padding: 0 2.5em; font-size: small;">
|
||
|
<p>Jobs Oberpfalz · Pur.an GmbH · Zur Drehscheibe 2 · 92637 Weiden i. d. Oberpfalz</p>
|
||
|
</div>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
</tr><!-- end tr -->
|
||
|
<tr>
|
||
|
<td class="bg_light" style="text-align: center;">
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
</div>
|
||
|
</center>
|
||
|
</body>
|
||
|
</html>
|