-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
328 lines (328 loc) · 14.5 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
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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<!DOCTYPE html>
<html>
<head>
<title>Heli Hård: cv</title>
<link href="styles.css" rel="stylesheet" />
<link href="header.css" rel="stylesheet" />
<link href="navbar.css" rel="stylesheet" />
<link href="main-area.css" rel="stylesheet" />
<link href="text-styles.css" rel="stylesheet" />
<link href="media-min750px.css" rel="stylesheet" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Karla:wght@400;700&display=swap"
rel="stylesheet"
/>
<meta
name="viewport"
content="height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0, target-densitydpi=device-dpi"
/>
<meta charset="utf-8" />
</head>
<body>
<!-- <form onsubmit="validatePassword(); return false">
<input type="password" id="pass" />
<button type="submit">Enter</button>
</form> -->
<div id="wrapper">
<div id="container">
<!-- style="display: none"
--> <header>
<div id="img-div">
<img id="thumbnail" src="images/heli.jpg" /> <img id="img-lg"
src=images/heli.jpg>
</div>
<div id="name-div"><h1>Heli Källoff</h1></div>
<div id="email-div">
<i class="fa-solid fa-at fa-xl"></i
>heli.kalloff@gmail.com
</div>
<div id="github-div">
<i class="fa-brands fa-github fa-xl"></i
><a href="https://github.com/helihard/" target="_blank"
>GitHub: helihard</a
>
</div>
<div id="linkedin-div">
<i class="fa-brands fa-linkedin"></i><a href="https://www.linkedin.com/in/helikalloff" target="_blank"
>LinkedIn: Heli Källoff</a
>
</div>
<div id="coding-experience-div">
Experience in <strong>agile methodologies</strong
><i class="fa-solid fa-circle"></i><strong>C#</strong
><i class="fa-solid fa-circle"></i><strong>CSS</strong
><i class="fa-solid fa-circle"></i><strong>Git och GitHub</strong
><i class="fa-solid fa-circle"></i><strong>HTML</strong
><i class="fa-solid fa-circle"></i><strong>Java</strong
><i class="fa-solid fa-circle"></i><strong>JavaScript</strong
><i class="fa-solid fa-circle"></i><strong>Next.js</strong
><i class="fa-solid fa-circle"></i><strong>NoSQL (MongoDB)</strong
><i class="fa-solid fa-circle"></i><strong>React</strong
><i class="fa-solid fa-circle"></i><strong>Spring</strong
><i class="fa-solid fa-circle"></i><strong>SQL (MySQL)</strong
><i class="fa-solid fa-circle"></i><strong>TypeScript</strong
>
</div>
<div id="interested-in-div">
Particularly interested in User-Driven Development
<i class="fa-solid fa-circle"></i>accessibility
<i class="fa-solid fa-circle"></i>refactoring
<i class="fa-solid fa-circle"></i>data security
</div>
</header>
<div id="nav-main">
<nav>
<!-- Fullstack tab -->
<div
class="main-content-tab active"
onclick="displayMainContent(event, 'fullstack')"
>
Fullstack JavaScript Developer Programme
</div>
<!-- Previous work tab -->
<div
class="main-content-tab"
onclick="displayMainContent(event, 'previous-work')"
>
Previous Work Experience
</div>
<!-- Previous training tab -->
<div
class="main-content-tab"
onclick="displayMainContent(event, 'previous-training')"
>
Previous Training
</div>
<!-- Voluntary work tab -->
<div
class="main-content-tab"
onclick="displayMainContent(event, 'voluntary-work')"
>
Volunteer Work
</div>
</nav>
<main>
<!-- Fullstack full text -->
<div id="fullstack" class="main-content-full">
<p>
<strong>Fullstack JavaScript Developer</strong> is a two-year,
full-time higher vocational education programme at
Teknikhögskolan in Lund, Sweden. For more information (in
Swedish) about the programme, go to
<a
href="https://teknikhogskolan.se/utbildningar/fullstackutvecklare-javascript/"
target="_blank"
>
Teknikhögskolan's website: [ Fullstack JavaScript Developer
Programme ]</a
>
</p>
<p style="color: green; font-size: 15px">
<!-- <i class="fa-solid fa-asterisk"></i> I am currently taking part
in this course. -->
</p>
<div id="curriculum">
<div id="first-year">
<strong>Year 1</strong>
<ul>
<li>Frontend, 35 HVE-credits</li>
<li>Basic JavaScript Programming, 50 HVE-credits</li>
<li>Databases, 40 HVE-credits</li>
<li>
Software Production and Delivery, 50 HVE-credits
</li>
<li>Workplace Training 1, 40 HVE-credits: Zetkin Foundation, <a href="https://zetkin.org/en/" target="_blank">zetkin.org</a>
</li>
</ul>
</div>
<!-- end first year -->
<div id="second-year">
<strong>Year 2</strong>
<ul>
<li>Object-oriented Analysis and Design, 35 HVE-credits</li>
<li>Java Spring, 30 HVE-credits</li>
<li>Software Security, 30 HVE-credits</li>
<li>Workplace Training 2, 70 HVE-credits</li>
<li>Graduation Project, 20 HVE-credits</li>
</ul>
</div>
</div>
<!-- end curriculum -->
</div>
<!-- end Fullstack full text -->
<!-- Previous work full text -->
<div id="previous-work" class="main-content-full">
<h2>Selected Work Experience</h2>
<dl>
<dt>Junior Front-End Developer</dt>
<dd>Zetkin Foundation</dd>
<dd>May–June 2024 (Workplace Training 1)<br>
Next.js/React
<i class="fa-solid fa-circle"></i>TypeScript
<i class="fa-solid fa-circle"></i>MUI
<i class="fa-solid fa-circle"></i>Fluid Adaptive Scaling Technology (FAST)
<i class="fa-solid fa-circle"></i>Discovery Trees
<i class="fa-solid fa-circle"></i>User-Driven Development
<i class="fa-solid fa-circle"></i>Open Source</dd>
<dt>Operations Manager, Trans Health and Rights Advisor</dt>
<dd>
RFSL Ungdom, the Swedish Youth Federation for LGBTQIA Rights
</dd>
<dd>2015– (on a leave of absence)<br>
health promotion, ill-health prevention and suicide prevention
<i class="fa-solid fa-circle"></i>individual support
<i class="fa-solid fa-circle"></i>overall operational responsibility
<i class="fa-solid fa-circle"></i>operations management
<i class="fa-solid fa-circle"></i>project management
<i class="fa-solid fa-circle"></i>collegial mentorship
<i class="fa-solid fa-circle"></i>education and training
<i class="fa-solid fa-circle"></i>review and compilation of current knowledge
<i class="fa-solid fa-circle"></i>intelligence and analytics</dd>
<dt>Researcher</dt>
<dd>
Myndigheten för ungdoms- och civilsamhällesfrågor, the Swedish
Agency for Youth and Civil Society
</dd>
<dd>2021 (temporary employment)<br>
review and compilation of current knowledge
<i class="fa-solid fa-circle"></i>report author
</dd>
<dt>
Consultant for the commission of inquiry for stronger status
and improved living conditions for transgender persons in
Sweden
</dt>
<dd>Regeringskansliet, the Swedish Government Offices</dd>
<dd>2017 (temporary employment)<br>
review and compilation of current knowledge
<i class="fa-solid fa-circle"></i>report author</dd>
<dt>Trans Health and Rights Advisor</dt>
<dd>RFSL, the Swedish Federation for LGBTQI Rights</dd>
<dd>2016–2017<br>
health promotion, ill-health prevention and suicide prevention
<i class="fa-solid fa-circle"></i>individual support
<i class="fa-solid fa-circle"></i>review and compilation of current knowledge
<i class="fa-solid fa-circle"></i>intelligence and analytics</dd>
<dt>Project Manager</dt>
<dd>
RFSL Ungdom, the Swedish Youth Federation for LGBTQIA Rights
</dd>
<dd>2013–2015<br>
health promotion, ill-health prevention and suicide prevention
<i class="fa-solid fa-circle"></i>individual support
<i class="fa-solid fa-circle"></i>child and youth worker
<i class="fa-solid fa-circle"></i>project management
<i class="fa-solid fa-circle"></i>education and training
<i class="fa-solid fa-circle"></i>review and compilation of current knowledge
<i class="fa-solid fa-circle"></i>intelligence and analytics</dd>
<dt>Information Officer</dt>
<dd>
RFSU Stockholm, the Stockholm branch of the Swedish
Association for Sexuality Education
</dd>
<dd>2012–2013<br>
group processes
<i class="fa-solid fa-circle"></i>education
<i class="fa-solid fa-circle"></i>child and youth worker
</dd>
<dt>Workshop Leader</dt>
<dd>
RFSL Ungdom, the Swedish Youth Federation for LGBTQIA Rights
</dd>
<dd>2009–2013<br>
group processes
<i class="fa-solid fa-circle"></i>training
<i class="fa-solid fa-circle"></i>child and youth worker</dd>
<dt>
Editor, Language and translations reviewer, Proofreader,
Writer
</dt>
<dd>Ordvan textproduktion (sole trader)</dd>
<dd>2004–2015 (full-time/part-time), 2024– (part-time)</dd>
</dl>
</div>
<!-- end Previous work full text -->
<!-- Previous training full text -->
<div id="previous-training" class="main-content-full">
<h2>Selected Training</h2>
<dl>
<dt>
<strong>Programming 1 </strong>
</dt>
<dd>Hermods (komvux, municipal adult education), 2023</dd>
<dt>
<strong
>Children and Young People in Difficult Situations in
Life</strong
>, 7.5 credits
</dt>
<dd>Stockholm University, 2016</dd>
<dt><strong>Youth Coach Diploma Programme</strong></dt>
<dd>Tollare folkhögskola (folk high school), 2012–2013</dd>
<dt>
<strong>Media Technology and Web Publishing</strong>, 7.5
credits
</dt>
<dd>Södertörn University, 2003</dd>
<dt>
<strong>Basic Course in Publishing Studies</strong>, 30
credits
</dt>
<dd>Stockholm University, 2003</dd>
<dt>
<strong>Bachelor's Programme in Journalism</strong>, 150
credits
</dt>
<dd>
JMK (Stockholm School of Journalism), Stockholm University,
2000–2002
</dd>
</dl>
</div>
<!-- end Previous training full text -->
<!-- Voluntary work full text -->
<div id="voluntary-work" class="main-content-full">
<h2>Selected Volunteer Work</h2>
<dl>
<dt>Volunteer Junior Front-End Developer</dt>
<dd>Zetkin Foundation, 2024</dd>
<dt>Student representative</dt>
<dd>Teknikhögskolan, 2023– (current)</dd>
<dt>LGBTQ and neurodiversity talk group leader</dt>
<dd>Attention Stockholm, 2015–2016<br>
group processes
<i class="fa-solid fa-circle"></i>young adult support worker</dd>
<dt>Information Officer</dt>
<dd>
RFSL Stockholm, the Stockholm branch of the Swedish Federation
for LGBTQI Rights, 2012–2013<br>
group processes
<i class="fa-solid fa-circle"></i>education and information
<i class="fa-solid fa-circle"></i>child and youth worker
</dd>
<dt>Youth helpline volunteer</dt>
<dd>
Stjärnjouren, Sundbyberg's helpline for girls and transgender
youth, 2011<br>
individual support
<i class="fa-solid fa-circle"></i>child and youth worker
</dd>
</dl>
</div>
<!-- end Voluntary work full text -->
</main>
</div>
<!-- end nav-main -->
</div>
<!-- end container -->
</div>
<!-- end wrapper -->
<script src="script.js"></script>
</body>
</html>