-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (38 loc) · 829 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
35
36
37
38
39
40
41
42
43
44
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>joram.dev</title>
<style>
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap");
:root {
font-family: "Fira Sans", sans-serif;
font-weight: normal;
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 2rem;
}
a,
a:hover,
a:focus,
a:active {
background-color: darkseagreen;
color: white;
display: inline-block;
padding: 4px 10px;
margin: 5px 0;
}
h1,
h2,
h3 {
font-weight: normal;
}
</style>
<body>
<h1>Joram van den Boezem</h1>
<p>
<a href="https://www.linkedin.com/in/joramvandenboezem/">linkedin</a>
<a href="https://github.com/hongaar">github</a>
<a href="https://stackshare.io/hongaar/personal">stackshare</a>
</p>
</body>