negligible changes

This commit is contained in:
Laureηt 2020-11-20 14:08:34 +01:00
parent 724259327e
commit 3f98cfb726
2 changed files with 2 additions and 4 deletions

View file

@ -38,9 +38,7 @@ username: Laureηt
}); });
Array.prototype.forEach.call(elm_onload, function (el) { Array.prototype.forEach.call(elm_onload, function (el) {
var chaffle = new Chaffle(el, { var chaffle = new Chaffle(el)
delay: 200
})
chaffle.init(); chaffle.init();
setInterval(function(){ setInterval(function(){
chaffle.init(); chaffle.init();

View file

@ -3,7 +3,7 @@ layout: layout.njk
--- ---
<h1 data-chaffle="en">whoami</h1> <h1 data-chaffle="en">whoami</h1>
<p>Hi, my name's Laurent Fainsin, and I'm currently an L3 engineering student at <a href="https://www.enseeiht.fr/">ENSEEIHT</a> in France. I study Computer Science and this is my personnal ePortfolio to showcase my work. Here is my <a href="{{ '/content/cv.pdf' | url }}">resume</a> if you are professionally interested.</p> <p>Hi, my name's Laurent Fainsin, and I'm currently an L3 engineering student at <a href="https://www.enseeiht.fr/">ENSEEIHT</a> in France. I study Computer Science and this is my personnal website to showcase my work. Here is my <a href="{{ '/content/cv.pdf' | url }}">resume</a> if you are professionally interested.</p>
<hr> <hr>