diff --git a/pages/_includes/layout.njk b/pages/_includes/layout.njk index 56655c1..94397b2 100644 --- a/pages/_includes/layout.njk +++ b/pages/_includes/layout.njk @@ -38,9 +38,7 @@ username: Laureηt }); Array.prototype.forEach.call(elm_onload, function (el) { - var chaffle = new Chaffle(el, { - delay: 200 - }) + var chaffle = new Chaffle(el) chaffle.init(); setInterval(function(){ chaffle.init(); diff --git a/pages/index.njk b/pages/index.njk index cd0bf46..5cc067e 100644 --- a/pages/index.njk +++ b/pages/index.njk @@ -3,7 +3,7 @@ layout: layout.njk ---

whoami

-

Hi, my name's Laurent Fainsin, and I'm currently an L3 engineering student at ENSEEIHT in France. I study Computer Science and this is my personnal ePortfolio to showcase my work. Here is my resume if you are professionally interested.

+

Hi, my name's Laurent Fainsin, and I'm currently an L3 engineering student at ENSEEIHT in France. I study Computer Science and this is my personnal website to showcase my work. Here is my resume if you are professionally interested.