-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.maintenance.html
47 lines (46 loc) · 2.04 KB
/
index.maintenance.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<title>Wartungsseite</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {text-align: center; padding: 20px; font: 20px Helvetica, sans-serif; color: #333;}
@media (min-width: 768px) {
body{padding-top: 50px;}
}
h1 {font-size: 46px;}
h2 {font-size: 32px;}
@media (max-width: 768px) {
body{padding-top: 20px; font-size: 16px;}
h1 {font-size: 26px;}
h2 {font-size: 18px;}
}
article {display: block; text-align: left; max-width: 750px; margin: 0 auto;}
.logo {display: block; width: 200px; height: auto;}
img {width: 100%; height: auto;}
a {color: #0000ff; text-decoration: none;}
a:hover {color: orangered; text-decoration: none;}
</style>
</head>
<body>
<article>
<div class="logo"><a href="https://www.convey.de/" target="_blank"><img src="LeadSuccessLogoOrangeShriftWeissHG.jpg" alt="LS Aussteller Portal"/></a></div>
<h1>Die Website ist derzeit wegen Wartungsarbeiten nicht verfügbar.</h1>
<h2>Bitte haben Sie Geduld, wir sind bald wieder da.</h2>
<div>
<p>In der Zwischenzeit können Sie uns per E-Mail oder Telefon erreichen.</p>
<p>E-Mail: <a href="mailto:[email protected]">[email protected]</a></p>
<p>Telefon: +49 / (0)89 / 9545867-59</p>
</div>
<hr/>
<h1>The site is currently down for maintenance.</h1>
<h2>Please be patient, we will be back soon.</h2>
<div>
<p>In the meantime you can contact us via email or telephone.</p>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
<p>Phone: +49 / (0)89 / 9545867-59</p>
</div>
</article>
</body>
</html>