-
Notifications
You must be signed in to change notification settings - Fork 0
/
CV.html
96 lines (91 loc) · 3.67 KB
/
CV.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en">
<head>
<title>Lena Runarsdottir</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="style.css" type="text/css" />
<link href='http://fonts.googleapis.com/css?family=Slabo+27px' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lora:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<link rel="icon" type="image/png" href="Favicon.png">
</head>
<body>
<div class="container">
<!--<div class="jumbotron">
<h1>Lena Dís</h1>
<div class="rights">
<object type="image/svg+xml" data="logolena1.svg">
</object>
</div>-->
<div class="header">
<a href="index.html"><h1>Lena Dís <span class="hideonsmalldevices">Rúnarsdóttir</span></h1></a>
<a href="index.html"><img alt="Lena Logo" src="logolena1.svg" class="logo"></a>
</div>
<div id="column1"> <!--left column-->
<div class="tocenter">
<div class="button">
<a href="AboutMe.html">About Me</a>
</div>
<div class="button active"><a href="CV.html">CV</a>
</div>
<div class="button">
<a href="recipes.html">Recipes</a>
</div>
<div class="button">
<a href="Traveling.html">Traveling</a>
</div>
</div>
</div>
<div id="column2"><!--center column-->
<div class="column2inside">
<div class="centercontent">
<h2>CV</h2>
<div class="leftalignedrecipes">
<h3>Education</h3>
<dl>
<dt>Copenhagen School of Design and Technology</dt>
<dd>AP in Multimedia Design and Communication. 2015-2017.</dd>
<dt>University of Reykjavík</dt>
<dd>BSc in Software Engineering. 2012-2014 -unfinished.</dd>
<dt>Technical college of Iceland</dt>
<dd>Technical Drawing. 2011-2012.</dd>
</dl>
<h3>Work</h3>
<dl>
<dt>Hjólasprettur</dt>
<dd>Maniging a bicycle store in Iceland over the summers. 2008-2013.</dd>
<dt>Vínbúðin</dt>
<dd>Worked in the goverment run liqour store in Iceland. 2011-2012.</dd>
<dt>Leikskólinn Hjalli</dt>
<dd>Worked in an kindergarten after college graduation. 2008-2010.</dd>
</dl>
<h3>IT skills</h3>
<dl>
<dt>HTML and CSS</dt>
<dd>Basic coding in HTML and CSS.</dd>
<dt>Photoshop</dt>
<dd>Experienced in photo editing.</dd>
<dt>Illustrator</dt>
<dd>A course in the Technical College of Reykjavík</dd>
<dt>C++</dt>
<dd>A course in the University of Reykjavík.</dd>
<dt>SQL</dt>
<dd>A course in the University of Reykjavík.</dd>
</dl>
</div>
</div>
</div>
</div>
<div id="column3"> <!--right column-->
<div class="tocenter">
<div class="button"><a href="Poetry.html">Poetry</a></div>
<div class="button"><a href="Implemented.html">Implemented</a></div>
<div class="button"><a href="Iceland.html">Iceland</a></div>
<div class="button"><a href="Podcasts.html">Podcasts</a></div>
</div>
</div>
<div> <!--container-->
</div>
</div>
</body>