-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (32 loc) · 1.1 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>
<title>Helena Alinder</title>
<link rel="stylesheet" href="css/main.css">
<meta content="width=768" name="viewport" />
</head>
<body>
<div class="textarea">
<h1>HELENA ALINDER</h1>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300" rel="stylesheet">
<div class="text">
<p> Computer science student at the Royal Institute of Technology in Stockholm.</p>
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
</div>
<div class="buttons">
<a href="mailto:[email protected]">
<img src="https://img.icons8.com/ios-glyphs/100/000000/secured-letter.png" alt="mail" height="65" width= "65" id="mail-icon">
<span>[email protected]</span>
</a>
<a id="github" href="https://github.com/helenaalinder" target="_blank">
<img src="../icons/github.png" alt="github" height="60" width= "60">
<span>github.com/helenaalinder</span>
</a>
</div>
</div>
</body>
<footer>
<a id="ref" href="https://icons8.com/icon/59835/secured-letter" target="_blank">
Secured Letter icon by Icons8</a>
</footer>
</html>