-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
35 lines (32 loc) · 1.61 KB
/
about.html
File metadata and controls
35 lines (32 loc) · 1.61 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
---
layout: default
title: About
resume: "/assets/cv_updated.pdf"
cv_png_1: "/assets/images/cv_updated-1.png"
karanva: "/assets/images/karanva.png"
---
<div class="container main outer">
<div class="row">
<div class="col-md-2 col-xs-12">
<img src='{{ "/assets/images/karanva.png" | prepend: site.baseurl }}' class="profile-img" alt="{{ image_alt }}" />
</div>
<div class="col-md-8 col-xs-12 full">
I'm Karolina, I like challenges and learning new things. I have studied system engineer back in Bolivia, and finished a MsC degree on Games (tech track) in Copenhagen. I am someone that can work alone and on a team, I can be independent but also rely and communicate with others. I enjoy creating aesthetics in games, and I can go as technical as required when doing so. I also like playing with experiences and interactions in games, specially the ones that do unexpected things.
<br>
Sommehow my hobbies keep growing, what is constant is the want to create things, so I like to try different crafts and roles while programming. I'm currently obsessing with doll pattern making.
<br>
</div>
</div>
<div class="col-md-11 col-xs-12 full">
<div class="col-md-11 col-xs-12 full">
<img src='{{ "/assets/images/cv_drawn.png" | prepend: site.baseurl }}' class="profile-img" alt="{{ image_alt }}" />
</div>
<br>
<br>
<div>
<br>
Here is my updated resume:
</div>
<object data='{{ "/assets/cvrillo.pdf" | prepend: site.baseurl }}' width="1000" height="1000" type="application/pdf"></object>
</div>
</div>