-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
176 lines (156 loc) · 5.31 KB
/
index.html
File metadata and controls
176 lines (156 loc) · 5.31 KB
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Maja Jaakson // jaakson.ca</title>
<meta name="description" content="Personal web page of Maja Jaakson." />
<meta name="author" content="Maja Jaakson" />
<link href="https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;500&family=Lato&display=swap"
rel="stylesheet" />
<style>
body {
font-family: "Lato", sans-serif;
font-size: 18px;
line-height: 1.5em;
margin: 0;
overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Crimson Pro", serif;
font-weight: 500;
}
h1,
h2 {
color: #e0dabd;
}
h3,
p {
color: #3b401c;
margin: 0.5em 0;
}
p {
line-height: 1.5em;
}
header {
background: #3b401c;
transform: skewY(-2deg);
position: relative;
display: flex;
justify-content: center;
}
header::before {
z-index: -1;
content: "";
position: absolute;
top: -60px;
left: 0;
width: 100vw;
overflow-x: hidden;
height: 500px;
background: #3b401c;
/* fallback for old browsers */
background: -webkit-linear-gradient(to top, #3b401c, #565562);
/* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #3b401c, #565562);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
header img {
margin-top: 50px;
transform: skewY(2deg);
clip-path: polygon(0 2%, 100% 0%, 100% 98%, 0% 100%);
}
.header-contents {
display: flex;
flex-direction: column;
align-items: flex-start;
}
h1 {
font-size: 2rem;
margin: 0.5em 0 0.25em;
}
h2 {
margin: 0 0 0.5em;
font-size: 1.3rem;
}
.cv {
transform: skewY(-2deg);
padding: 3rem 5vw;
max-width: 900px;
margin: 0 auto;
}
#about-me,
#experience {
transform: skewY(2deg);
}
a {
color: #eb00c3;
}
</style>
</head>
<body>
<header>
<div class="header-contents">
<img src="static/img/sm_new.jpg" />
<h1>Maja Jaakson</h1>
<h2>Likes too many things, maybe</h2>
</div>
</header>
<div class="cv">
<div id="about-me">
<h3>About me</h3>
<p>
Hi! 👋 I'm a Canadian expat living in Bergen, Norway. My academic
background is a bit of a patchwork quilt, with swatches drawn from
philosophy, logic, mathematics, linguistics, informatics, English
literature, and psychology. Before that, I studied in the visual arts track at a Franco-Ontarian arts magnet high school.
Professionally speaking, I am into matters revolving around formalisms, visual design, methodology, improvement, team wellbeing -- and
wherever these intersect.
</p>
<p>
I love colours, powerlifting, parrots, aroid plants, early analytic philosophy, version
control, cycling, nail polish, CSS, making and consuming food,
making and consuming music, and Amsterdam. 🥰
</p>
</div>
<div id="experience">
<h3>Experience</h3>
<p>
I've been working at <a href="https://www.equinor.com/">Equinor</a> since 2023 and am currently working within its Software Engineering Enabling Team as a frontend specialist.
With Equinor's support, I have partnered up with other frontenders in Bergen to organize events for our local frontend community, <a
href="https://frontiersbergen.dev/">Frontiers Bergen</a>. If you live in Norway, check us out! 😄
</p>
<p>
Before life at Equinor, I worked as a UX Engineer and Agile Coach at the Centre for Quality
Improvement in Clinical Practices (<a href="https://www.skilnet.no/">SKIL</a>). I also worked as a developer at
<a href="https://www.knowit.no/">Knowit Experience Bergen</a> and
<a href="https://www.vizrt.com/">Vizrt</a>. While at Knowit, I created
the Frontiers Guidelines: an open-source front-end development
guidelines template, inspired by Brad Frost's
<a href="https://bradfrost.com/blog/post/frontend-guidelines-questions/">guidelines questionnaire</a>. You can
check out the Frontiers Guidelines project
<a href="https://github.com/knowit/frontiers-guidelines">on GitHub</a>.
</p>
<p>
I'm really fond of taking in and giving talks about all aspects of
life in teams at work. If that's your jam, too, you might want to
check out my talks: <a href="https://vimeo.com/692587426">Make Yourself at Home</a> and <a
href="https://vimeo.com/812980594">Art and Method between Scylla and Charybdis</a>.
</p>
<p>
Speaking of Art and Method: I've also started a small nail polish art project that goes by that name. More on that later this year! 💅
</p>
<p>
If you'd like to get in touch, drop me a line
<a href="mailto:maja@jaakson.ca">here</a>. 💌
</p>
</div>
</div>
</body>
</html>