-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (22 loc) · 976 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<link rel='shortcut icon' href='favicon.ico' type='image/x-icon'/ >
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<link rel = "stylesheet" type = "text/css" href = "styles/main.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<title>claudia nadolny</title>
</head>
<body>
<div class = "wrapper"><br><br><br><br><br>
<h1>hi i'm<br>
claudia nadolny<br>
software engineer at <a href='http://microsoft.com' target="_blank">microsoft</a>
<br><br>
<a href='https://www.linkedin.com/in/claudia-nadolny-05a7aab3' target="_blank">linkedin</a>
<a href ="mailto:nadolny.claudia@gmail.com" target="_blank">contact</a>
</h1>
</div>
</body>
</html>