-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
397 lines (375 loc) · 14.3 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
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- make sure edge uses latest rendering engine -->
<meta http-equiv="X-UA-Compatible" content="IE-edge">
<!-- set the width to the width of the device and set zoom -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- load bootstrap -->
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<ul>
<li><a href="#" id="about">About me</a></li>
<li><a href="#" id="education">Education</a></li>
<li><a href="#" id="work">Experience</a></li>
<li><a href="#" id="skills">Skills</a></li>
</ul>
<select class="select-menu">
<option value="about">About me</option>
<option value="education">Education</option>
<option value ="work">Experience</option>
<option value="skills">Skills</option>
</select>
</nav>
<div class="slider">
<div class="slide current-slide about">
<div class="container-fluid">
<div class="page-header">
<h1>About me</h1>
</div>
<div class="picture">
<div class="picture row">
<div class="col-xs-12">
<img class="center-block" src="pic.jpg" width="20%" height="20%" />
</div>
</div>
</div>
<div class="letter">
<div class="row">
<div class="col-xs-12">
<p class="description-text">
I'm a Chalmers student studying my last year on the computer systems and networks master program at Chalmers. The bachelor I did before my master was the Software engeering program, but my interest for computers and programming started in high school when I selected to study at IT gymnasiet. During my time at IT gymnasiet I coded my first program and started to learn PHP and was buildning websites in my spare time. We did not learn advanced web design and development in school so most of the knowledge I had was things I learnt from internet and through experiments. I did one website for a friend (<a href="http:\\www.classicsaabracing.com" target="_blank">www.classicsaabracing.com</a>, 2009) that was published but most projects was web designs I did for fun. Besides programming and computers I spend a lot of time with my family and my dog, going to the gym or playing video games.
<p>
<p class="description-text">
<a href="https://github.com/Kohina/" target="_blank">https://github.com/Kohina/</a>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="slide education">
<div class="container-fluid">
<div class="page-header">
<h1>Education</h1>
</div>
<p class="description-title">Chalmers University of Technology</p>
<div class="object current">
<div class="item row">
<div class="col-xs-7">
<p class="title">
Computer systems and networks (Master program)
</p>
</div>
<div class="col-xs-4">
<p class="date">
2014 - 2016 (ongoing)
</p>
</div>
<div class="col-xs-1">
<img class="img-arrow" src="arrow.png"/>
</div>
</div>
<div class="description row">
<div class="col-xs-12">
<p class="description-title">
Focused on distributed systems and computer security.
</p>
<p class="description-text">
Example of tasks: Programmed sensor nodes, developed distributed applications, made penetration tests and learnt countermeasures against sql-injections and similar attacks.
</p>
<p class="description-title">
Courses:
</p>
<p class="description-text">
<b>Computer networks:</b> routing and switching, selfstabilizing protocols and network fundamentals</br>
<b>Fault tolerant systems:</b> replication, life cycles and how to make a system tolerant to faults</br>
<b>Distributed systems:</b> basics of distributed systems and how to program distributed applications</br>
<b>Operating systems:</b> underlying structure of operating systems, memory management etc</br>
<b>Distributed systems adv:</b> advanced distributed algorithms and mutual exclusion</br>
<b>Computer security:</b> sql and database attacks, false alarm rates etc</br>
<b>Network security:</b> honeypots, penetration tests, security reporting etc</br>
<b>Concurrent programming:</b> how to develop concurrent programs in java and erlang</br>
<b>Technical writing:</b> how to write a reserach report in computer science</br>
<b>Testing, debugging and verification:</b> multiple techniques for testing and debugging software</br>
</p>
</div>
</div>
</div>
<div class="object">
<div class="item row">
<div class="col-xs-7">
<p class="title">
Information technology (Bachelor program)
</p>
</div>
<div class="col-xs-4">
<p class="date">
2010 - 2014
</p>
</div>
<div class="col-xs-1">
<img class="img-arrow" src="arrow.png"/>
</div>
</div>
<div class="description row">
<div class="col-xs-12">
<p class="description-title">
Voice controlled home automation (Bachelor thesis)
</p>
<p class="description-text">
Created a system for voice control of household objects. Key aspects were on developing a prototype to ease everyday tasks for disabled as well as regular people. The focus was on usability, security and sustainability.
<p>
<p class="description-title">
Courses (a selection):
</p>
<p class="description-text">
<b>Object oriented programming:</b> in java</br>
<b>Functional programming:</b> in haskell</br>
<b>Machine-oriented programmig:</b> in C</br>
<b>Graphical design:</b> uml, mockups and basics of graphical design</br>
<b>Software projects:</b> develop an application (plugin library, scrabble application) with documentation in a group of ~4 people</br>
<b>Data structures:</b> basics of datastructures and when to use them, efficency in code
</p>
</div>
</div>
</div>
</br>
<p class="description-title">
IT gymnasiet Göteborg
</p>
<div class="object">
<div class="item row">
<div class="col-xs-7">
<p class="title">
IT, el, natur-program
</p>
</div>
<div class="col-xs-4">
<p class="date">
2007 - 2010
</p>
</div>
<div class="col-xs-1">
<img class="img-arrow" src="arrow.png"/>
</div>
</div>
<div class="description row">
<div class="col-xs-12">
<p clas="description-title">
Courses (a selection):
</p>
<p class="description-text">
<b>Web design</b></br>
<b>Computer systems</b></br>
<b>Computer networks</b></br>
<b>Programming:</b> php and java</br>
<b>Electrical engineering</b>
<p>
</div>
</div>
</div>
</div>
</div>
<div class="slide work">
<div class="container-fluid">
<div class="page-header">
<h1>Work and volunteer experience</h1>
</div>
<div class="description-title">
Chalmers University of Technology
</div>
<div class="object current">
<div class="item row">
<div class="col-xs-7">
<p class="title">
Laboratory supervisor
</p>
</div>
<div class="col-xs-4">
<p class="date">
2012
</p>
</div>
<div class="col-xs-1">
<img class="img-arrow" src="arrow.png"/>
</div>
</div>
<div class="description row">
<div class="col-xs-12">
<p class="description-text">
Instruct students to succeed with lab assignments and focus on making the problem solving rewarding. It was a great learning experience to take the teaching role that taught me to listen for clues and explain things in new ways. I discovered my passion for helping and seeing progress in others.
</p>
</div>
</div>
</div>
<div class="object">
<div class="item row">
<div class="col-xs-7">
<p class="title">
President in Reception committee
</p>
</div>
<div class="col-xs-4">
<p class="date">
2011
</p>
</div>
<div class="col-xs-1">
<img class="img-arrow" src="arrow.png"/>
</div>
</div>
<div class="description row">
<div class="col-xs-12">
<p class="description-text">
Leader of a group of seven people with the task to arrange activities for new students. Involved some hard decisions and I learnt how to set rules and structure to make the group work efficient. It is very important to have a conversation of the expectations and how the members work best to adapt to that. This was my first experience as a group leader and I really enjoyed the role. I’m a good listener and I feel that I managed to take everyone's needs into consideration to create an effective and functional group.
</p>
</div>
</div>
</div>
<div class="object">
<div class="item row">
<div class="col-xs-7">
<p class="title">
Student board
</p>
</div>
<div class="col-xs-4">
<p class="date">
2011 - 2012
</p>
</div>
<div class="col-xs-1">
<img class="img-arrow" src="arrow.png"/>
</div>
</div>
<div class="description row">
<div class="col-xs-12">
<p class="description-text">
Responsible for the bookkeeping in the organisation. Arranged educational evenings to teach people in charge of the economics in the different underlying subgroups of the organisation. Enforced the economic policy and presented the books at organisational meetings. Learned that I like to have responsibility and contribute with important tasks.
</p>
</div>
</div>
</div>
<div class="object">
<div class="item row">
<div class="col-xs-7">
<p class="title">
Student environment committee
</p>
</div>
<div class="col-xs-4">
<p class="date">
2012 - 2013
</p>
</div>
<div class="col-xs-1">
<img class="img-arrow" src="arrow.png"/>
</div>
</div>
<div class="description row">
<div class="col-xs-12">
<p class="description-text">
Work environment representative for the student on the information technology programme. Learned how to engage students with important topics that they normally overlook. Found out that I like to work in teams where there is focus on having a creative process.
</p>
</div>
</div>
</div>
<div class="object">
<div class="item row">
<div class="col-xs-7">
<p class="title">
Recruitment group
</p>
</div>
<div class="col-xs-4">
<p class="date">
2012 - 2013
</p>
</div>
<div class="col-xs-1">
<img class="img-arrow" src="arrow.png"/>
</div>
</div>
<div class="description row">
<div class="col-xs-12">
<p class="description-text">
Held presentations of the information technology programme during student fairs. Good practice of holding presentations for a large group. Felt confident that my talk inspired some of the listeners to apply for the programme.
</p>
</div>
</div>
</div>
<div class="object">
<div class="item row">
<div class="col-xs-7">
<p class="title">
PR committee
</p>
</div>
<div class="col-xs-4">
<p class="date">
2013
</p>
</div>
<div class="col-xs-1">
<img class="img-arrow" src="arrow.png"/>
</div>
</div>
<div class="description row">
<div class="col-xs-12">
<p class="description-text">
Responsible for running the bar during events and teaching new personnel the routines. Attended education about the laws present when serving alcoholic beverages and how to preserve a good environment in the pub.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="slide skills">
<div class="container-fluid">
<div class="page-header">
<h1>Skills</h1>
</div>
<div class="row">
<div class="col-xs-12">
<p class="description-title">Programming</p>
<p class="description-text">
Java, HTML, CSS, Python, JavaScript, Haskell, PHP, LaTeX, C</br>
(Concepts of objects oriented and functional programming in general)
</p>
<p class="description-title">OS</p>
<p class="description-text">Linux, Windows</p>
<p class="description-title">Other</p>
<p class="description-text">
<b>Distributed Systems:</b> implementation of concurrency protocols, clustering in large networks and programming of sensor nodes.</br>
<b>Security:</b> security with respect to network protocols and how to find vulnerabilities in a system, ethical aspect of data security, how code bugs are exploited and found, cryptography.</br>
<b>Fault Tolerance:</b> the concept of fault tolerance in computer science and what to think about when designing critical systems with low or no maintenance.</br>
<b>RFID:</b> general knowledge of the technology and application areas.</br>
<b>Databases:</b> good database design and awareness of possible data disclosure techniques
</p>
</div>
</div>
</div>
</div>
</div>
<div class="slider-nav">
<a href="#" class="arrow-prev"><</a>
<ul class="slider-dots">
<li class="dot about-dot current-dot">.</li>
<li class="dot education-dot">.</li>
<li class="dot experience-dot">.</li>
<li class="dot skills-dot">.</li>
</ul>
<a href="#" class="arrow-next">></a>
</div>
<!-- load jqurey -->
<script src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
<script src="app.js"></script>
<!-- load js bootstrap -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
</body>
</html>