negligible changes
This commit is contained in:
parent
724259327e
commit
3f98cfb726
|
@ -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();
|
||||
|
|
|
@ -3,7 +3,7 @@ layout: layout.njk
|
|||
---
|
||||
|
||||
<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>
|
||||
|
||||
|
|
Reference in a new issue