-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (75 loc) · 2.55 KB
/
index.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
78
79
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="Publisher" content="Froxlor" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<title>carinahaupt.de</title>
<style type="text/css">
body {
font-family: Verdana, Helvetica, sans-serif;
font-size: 14px;
text-align: center;
color: #fff;
margin: 0;
padding: 0;
background-color: #fff;
}
.default {
width: 100%;
position: absolute;
top: 50%;
margin-top: -84px;
padding: 1em;
background-color: #2d6b85;
border: 1px solid #254f76;
}
.default ul { list-style: none; padding: 0; margin: .75em; }
.default ul li { margin-bottom: 1em; }
.default ul li a { text-decoration: none; font-weight: bold; color: #cccccc; }
.default ul li a:hover { text-decoration: none; font-weight: bold; color: #cccccc; }
.footer {
color: #cccccc;
font-size: 10pt;
}
.footer a { text-decoration: none; color: #cccccc; }
.footer a:hover { text-decoration: none; color: #bbbbbb; }
</style>
</head>
<body>
<div class="default">
<ul>
<li>Nobody needs a homepage anymore. All you need to know you can find on the following sites:</li>
<li>
<a href="https://www.dlr.de/sc/desktopdefault.aspx/tabid-1192/1635_read-28643/sortby-lastname/">
<img src="dlr.png" width="64" border="0" alt="DLR">
</a>
<a href="https://www.linkedin.com/in/caha42">
<img src="linkedin.png" width="64" border="0" alt="LinkedIn">
</a>
<a href="https://www.xing.com/profile/Carina_Haupt">
<img src="xing.png" width="64" border="0" alt="Xing">
</a>
<a href="https://speakerinnen.org/en/profiles/carina-haupt">
<img src="speakerinnen.jpg" width="64" border="0" alt="Speakerinnen.org">
</a>
<a href="https://twitter.com/caha42">
<img src="twitter.png" width="64" border="0" alt="Twitter">
</a>
<a href="https://scholar.social/@caha42">
<img src="mastodon.png" width="64" border="0" alt="Mastodon">
</a>
<a href="https://github.com/caha42">
<img src="github.png" width="64" border="0" alt="GitHub">
</a>
<a href="https://caha42.blogspot.com">
<img src="blogspot.png" width="64" border="0" alt="Blogspot">
</a>
</li>
</ul>
<div class="footer">
© 2012-* by <a href="http://carinahaupt.de">Carina Haupt</a>
</div>
</div>
</body>
</html>