feat: project and subdomain rename
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>{% block title %}MyE&P Team{% endblock %}</title>
|
||||
<title>{% block title %}E&P Team{% endblock %}</title>
|
||||
<link rel="icon" href="{{ asset('favicon.ico') }}" sizes="any">
|
||||
<link rel="icon" href="{{ asset('icon.svg') }}" type="image/svg+xml">
|
||||
<link rel="apple-touch-icon" href="{{ asset('apple-touch-icon.png') }}">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<html lang="und" dir="auto" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
|
||||
|
||||
<head>
|
||||
<title>MyE&P Team</title>
|
||||
<title>E&P Team</title>
|
||||
<!--[if !mso]><!-->
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<!--<![endif]-->
|
||||
@@ -181,8 +181,8 @@
|
||||
</head>
|
||||
|
||||
<body style="word-spacing:normal;background-color:#666666;">
|
||||
<div style="display:none;font-size:1px;color:#ffffff;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;">MyE&P Team</div>
|
||||
<div aria-label="MyE&P Team" aria-roledescription="email" style="background-color:#666666;" role="article" lang="und" dir="auto">
|
||||
<div style="display:none;font-size:1px;color:#ffffff;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;">E&P Team</div>
|
||||
<div aria-label="E&P Team" aria-roledescription="email" style="background-color:#666666;" role="article" lang="und" dir="auto">
|
||||
<!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0;font-size:0;mso-line-height-rule:exactly;"><v:image style="border:0;mso-position-horizontal:center;position:absolute;top:0;width:600px;z-index:-3;" xmlns:v="urn:schemas-microsoft-com:vml" /><![endif]-->
|
||||
<div style="margin:0 auto;max-width:600px;">
|
||||
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<div class="max-w-screen-2xl mx-auto px-4 lg:px-8 lg:grid lg:grid-cols-4 gap-8 py-8">
|
||||
<div class="lg:col-span-4 flex items-center justify-between pb-4 lg:pb-0">
|
||||
<a href="{{ path(app.user ? app.user.defaultRoute : 'app_security_login') }}">
|
||||
<img class="h-8 w-auto" src="{{ asset('build/images/logo.svg') }}" alt="My E&P Team">
|
||||
<img class="h-8 w-auto" src="{{ asset('build/images/logo.svg') }}" alt="E&P Team">
|
||||
</a>
|
||||
{% if app.user %}
|
||||
<div class="flex items-center space-x-4">
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<div class="w-full max-w-md p-8 bg-gray-100 border border-gray-200 rounded-md">
|
||||
<h1 class="flex items-center justify-between mb-6">
|
||||
<img class="h-10 w-auto" src="{{ asset('build/images/logo.svg') }}" alt="My E&P Team">
|
||||
<span class="text-3xl md:text-4xl leading-none font-bold text-gray-900">MyE&P Team</span>
|
||||
<span class="text-3xl md:text-4xl leading-none font-bold text-gray-900">E&P Team</span>
|
||||
</h1>
|
||||
<h2 class="text-2xl font-bold mb-8">
|
||||
...ist vorübergehend außer Betrieb
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
<div class="w-full h-screen flex flex-col items-center justify-center px-4">
|
||||
<div class="w-full max-w-md p-8 bg-gray-100 border border-gray-200 rounded-md">
|
||||
<h1 class="flex items-center justify-between mb-6">
|
||||
<img class="h-10 w-auto" src="{{ asset('build/images/logo.svg') }}" alt="My E&P Team">
|
||||
<span class="text-3xl md:text-4xl leading-none font-bold text-gray-900">MyE&P Team</span>
|
||||
<img class="h-10 w-auto" src="{{ asset('build/images/logo.svg') }}" alt="E&P Team">
|
||||
<span class="text-3xl md:text-4xl leading-none font-bold text-gray-900">E&P Team</span>
|
||||
</h1>
|
||||
{% if error %}
|
||||
<div class="flex items-center space-x-1 bg-red-500 text-white p-2 rounded-md mb-6">
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
<div class="w-full h-screen flex flex-col items-center justify-center px-4">
|
||||
<div class="w-full max-w-md p-8 bg-gray-100 border border-gray-200 rounded-md">
|
||||
<h1 class="flex items-center justify-between mb-6">
|
||||
<span class="text-3xl md:text-4xl leading-none font-bold text-gray-900">MyE&P Team</span>
|
||||
<img class="h-10 w-auto" src="{{ asset('build/images/logo.svg') }}" alt="My E&P Team">
|
||||
<span class="text-3xl md:text-4xl leading-none font-bold text-gray-900">E&P Team</span>
|
||||
<img class="h-10 w-auto" src="{{ asset('build/images/logo.svg') }}" alt="E&P Team">
|
||||
</h1>
|
||||
{{ form_start(form) }}
|
||||
<div class="mb-6">
|
||||
@@ -28,4 +28,4 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
Kontakt
|
||||
</h1>
|
||||
<p class="pb-4">
|
||||
Hast du allgemeine Fragen zum Team-Sein bei E&P Reisen, zur Benutzung von MyE&P Team, zur Abrechnung
|
||||
Hast du allgemeine Fragen zum Team-Sein bei E&P Reisen, zur Benutzung von E&P Team, zur Abrechnung
|
||||
oder Ähnlichem? Dann schau mal in den FAQs nach, ob deine Frage dort beantwortet wird.
|
||||
</p>
|
||||
<p class="pb-4">
|
||||
@@ -70,4 +70,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user