-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimpressum.html
77 lines (72 loc) · 2.68 KB
/
impressum.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="Thomas Klefisch | die klefischer" />
<meta name="description" content="impressum & datenschutz">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Document title -->
<title>die klefischer: impressum & datenschutz</title>
<!-- Stylesheets & Fonts -->
<link href="css/plugins.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<!-- ImageReady Preload Script (titel.psd) -->
<script type="text/javascript">
<!--
<!--
function newImage(arg) {
if (document.images) {
rslt = new Image();
rslt.src = arg;
return rslt;
}
}
function changeImages() {
if (document.images && (preloadFlag == true)) {
for (var i=0; i<changeImages.arguments.length; i+=2) {
document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
}
}
}
var preloadFlag = false;
function preloadImages() {
if (document.images) {
paintings_over = newImage("pics/paintings-over.gif");
kids_illustration_over = newImage("pics/kids_illustration-over.gif");
illustration_over = newImage("pics/illustration-over.gif");
sculpture_over = newImage("pics/sculpture-over.gif");
preloadFlag = true;
}
}
// -->
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
</script>
<!-- End Preload Script -->
</head>
<body bgcolor="#FFFFFF" onLoad="preloadImages();">
<p> </p>
<table width="100%" height="100%" border="0" id="index">
<tr>
<td align="center" valign="middle"><table id="Inhalt" width="900" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3"> <img src="pics/spacer.gif" width="1" height="246" alt="" /><img src="images/impressum_dsgvo.png" alt="Thomas Klefisch, Illustration" width="1400" height="1400" usemap="#Map6" border="0">
<map name="Map6">
<area shape="rect" coords="177,222,377,244" href="mailto:[email protected]" alt="Mail an Klefischer">
<area shape="rect" coords="465,203,607,228" href="tel:0211-5292082" alt="Telefon">
</map></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>