-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (64 loc) · 1.42 KB
/
index.html
File metadata and controls
65 lines (64 loc) · 1.42 KB
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
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<style>
body {
font-family: Georgia, Times, "Times New Roman", serif;
font-style: normal;
font-variant: normal;
padding: 50px 100px;
}
h1 {
font-size: 24px;
font-weight: 500;
line-height: 26.4px;
margin-bottom: 30px;
}
h3 {
font-size: 14px;
font-weight: 500;
line-height: 15.4px;
}
p {
font-size: 14px;
font-weight: 400;
line-height: 20px;
}
blockquote {
font-size: 21px;
font-weight: 400;
line-height: 30px;
}
pre {
font-size: 13px;
font-weight: 400;
line-height: 18.5714px;
}
dl dt {
float: left;
margin-right: 5px;
}
img {
float: left;
margin-right: 20px;
width: 250px;
}
a {
color: #ff0084;
}
</style>
</head>
<body>
<h1>Claudia Rauch</h1>
<img src="https://avatars3.githubusercontent.com/u/4882728?v=3&s=400">
<dl>
<dt>LinkedIn</dt>
<dd><a href="https://de.linkedin.com/in/claudiarauch">claudiarauch</a></dd>
<dt>Twitter</dt>
<dd><a href="https://twitter.com/frankfurtine">@frankfurtine</a></dd>
<dt>GitHub</dt>
<dd><a href="https://github.com/claurau">claurau</a></dd>
</dl>
</body>
</html>