diff --git a/.eleventy.js b/.eleventy.js index 01df753..ce49cf5 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -16,7 +16,9 @@ module.exports = function(eleventyConfig) { return { dir: { - input: "pages" - } - } + input: "pages" + }, + pathPrefix: '/~fainsil/' + } + } \ No newline at end of file diff --git a/pages/_includes/layout.njk b/pages/_includes/layout.njk index 0663070..56655c1 100644 --- a/pages/_includes/layout.njk +++ b/pages/_includes/layout.njk @@ -8,10 +8,10 @@ username: Laureηt {{ username }} - - - - + + + + diff --git a/pages/css/main.css b/pages/css/main.css index 9419e59..f4ba8f0 100644 --- a/pages/css/main.css +++ b/pages/css/main.css @@ -71,6 +71,17 @@ footer { margin-left: -5px; } +.btn-back { + text-align: center; + margin: 3em 0 3em; +} + +.btn-back span { + display:inline-block; + transform: scale(2.5); + translate: -.2em -.1em; +} + @media screen and (max-width: 700px) { body { font-size: 17px; diff --git a/pages/ePortfolio/index.njk b/pages/ePortfolio/index.njk index 4bb6184..693fbe2 100644 --- a/pages/ePortfolio/index.njk +++ b/pages/ePortfolio/index.njk @@ -2,7 +2,7 @@ layout: layout.njk --- -

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 ePortfolio to showcase my work. Here is my resume if you are professionally interested.


Education

@@ -40,4 +40,9 @@ layout: layout.njk

TMAY Video

-Finally here is a small video I had to make to present myself. \ No newline at end of file +Finally here is a small video I had to make to present myself. + +
+ « + Go back +
\ No newline at end of file diff --git a/pages/index.njk b/pages/index.njk index 45ae819..cd0bf46 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 ePortfolio to showcase my work. Here is my resume if you are professionally interested.


@@ -30,4 +30,4 @@ layout: layout.njk

ePortfolio

-

If you want to take a look at the ePortfolio I had to make during my studies, it's here.

+

If you want to take a look at the ePortfolio I had to make during my studies, it's here.