-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (31 loc) · 895 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
29
30
31
32
33
34
<!doctype html>
<head>
<meta charset="utf-8">
<title>grelland.io</title>
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css" media="all" />
<!-- Ugly style overrides -->
<style>
.large-link {
font-size: 1.4em;
}
.img-circle {
max-width: 50%;
margin-top: 1em;
}
</style>
</head>
<body class="box">
<div class="container">
<div class="pull-left">
<h1>grelland.io</h1>
<h4>Halvdan Hoem Grelland</h4>
<hr />
<a href="https://no.linkedin.com/in/grelland" class="large-link" target="__blank">Linkedin</a><br>
<a href="https://github.com/grelland" class="large-link" target="__blank">GitHub</a>
</div>
<div class="pull-left">
<img src="img/halvdan_grelland.jpg" class="img-circle" />
</div>
</div><!-- end container -->
</body>
</html>