-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (29 loc) · 1.47 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
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,800' rel='stylesheet' type='text/css'>
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet">
<link href="media/style.css" rel="stylesheet" />
<title>niclasolofsson.se</title>
</head>
<body>
<article class="container">
<h1>Niclas<br>
Olofsson</h1>
<section>
<a href='mailto:%6E@ni%63%6C%61%73o%6Cofss%6Fn.%73e'>n@niclasolofsson.se</a><br />
+4673 619 8997
</section>
<section>
<a href="https://www.facebook.com/n.olofsson"><i class="fa fa-facebook-square fa-2x"></i></a>
<a href="https://github.com/nip3o"><i class="fa fa-github-square fa-2x"></i></a>
<a href="https://twitter.com/nip3o"><i class="fa fa-twitter-square fa-2x"></i></a>
<a href="http://lnkd.in/bej7mnr"><i class="fa fa-linkedin-square fa-2x"></i></a>
</section>
</article>
<img src="media/owl.svg" class="visible-xs visible-sm img-responsive pull-right">
</body>
</html>