Updated hobbies page
This commit is contained in:
parent
636e1145d9
commit
1b375becfc
@ -64,7 +64,8 @@ function setPage(path){
|
||||
cnt++;
|
||||
if(cnt === len){
|
||||
if(path == "/skills"){
|
||||
skillsPageSetup();
|
||||
// wow such ugly hack... any it works (and when it fails only the graph title disappear, so no big deal)
|
||||
setTimeout(skillsPageSetup, 500);
|
||||
}
|
||||
}
|
||||
return res;
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Programming
|
||||
|
||||
<img class="nostyle" src="img/love.svg">
|
||||
I love writing some lines of code when I\'m home
|
||||
I love writing some lines of code when I'm home
|
||||
</article>
|
||||
|
||||
<article>
|
||||
@ -19,6 +19,15 @@ I love writing some lines of code when I\'m home
|
||||
## Music
|
||||
- Celtic harp since 1999
|
||||
|
||||
## Cooking
|
||||
I love cooking world food: Mexican, Antillean, Thai, Japanese (a lot), Italian, ... actually, I'm not that much into _French cuisine_ :)
|
||||
|
||||
I also make my own recipes of arranged rums (with mixes of ginger, coco, coffee, litchis, pepper, cinnamon, ...).
|
||||
|
||||
## Game design
|
||||
|
||||
I'm very interested in game design, especially in techniques to _manipulate_ the player to perform specific actions with only game mechanics.
|
||||
|
||||
</article>
|
||||
|
||||
<article>
|
||||
|
Loading…
Reference in New Issue
Block a user