-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (45 loc) · 1.42 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Daniel Sarin</title>
<link rel="stylesheet" href="fonts/overpass/recommended.css">
<link rel="stylesheet" href="css/style.css">
</head>
<!--
1 The Lord is my shepherd; I shall not want.
He makes me lie down in green pastures.
2 He leads me beside still waters.
He restores my soul.
3 He leads me in paths of righteousness
for his name's sake.
Psalm 23
-->
<body>
<div class="content">
<img class="me" src="img/me.jpg" alt="Daniel">
<h1>Daniel Sarin</h1>
<ul>
<li>
student @
<a target="_blank" href="http://www.aalto.fi">Aalto University</a>
</li>
<li>
wannabe web developer @
<a target="_blank" href="http://www.vuolearning.fi">VuoLearning</a>
</li>
</ul>
<div class="contact">
<h3>Contact</h3>
da<span class="obfuscate">foo</span>niel.s<span class="useless">arin@gm</span>ail.com
</div>
<div class="find">
<h3>Find me</h3>
<a target="_blank" href="http://www.facebook.com/daniel.sarin">Facebook</a>
<a target="_blank" href="http://fi.linkedin.com/in/danielsarin">LinkedIn</a>
<a target="_blank" href="https://github.com/danielsarin">GitHub</a>
</div>
</div>
</body>
</html>