From 1b375becfcee22becfead344a91229e9b1e19326 Mon Sep 17 00:00:00 2001 From: "Crom (Thibaut CHARLES)" Date: Wed, 16 May 2018 12:56:43 +0200 Subject: [PATCH] Updated hobbies page --- js/main.js | 3 ++- pages/hobbies.md | 11 ++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/js/main.js b/js/main.js index 51522c4..33175a5 100644 --- a/js/main.js +++ b/js/main.js @@ -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; diff --git a/pages/hobbies.md b/pages/hobbies.md index 943913e..d0e4518 100644 --- a/pages/hobbies.md +++ b/pages/hobbies.md @@ -3,7 +3,7 @@ # Programming -I love writing some lines of code when I\'m home +I love writing some lines of code when I'm home
@@ -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. +