From 2025a49bbcca8a60bef7eb4e49e4b74fc2e7d892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Thu, 7 Oct 2021 23:31:17 +0200 Subject: [PATCH] refactor(eportfolio): converted njk files to md --- src/ePortfolio/{CE.njk => CE.md} | 18 ++++++++---- src/ePortfolio/{DT.njk => DT.md} | 10 ++++--- src/ePortfolio/{PP.njk => PP.md} | 10 ++++--- src/ePortfolio/{TMAY.njk => TMAY.md} | 19 +++++++++---- src/ePortfolio/index.md | 25 +++++++++++++++++ src/ePortfolio/index.njk | 34 ----------------------- src/ePortfolio/languages.md | 35 ++++++++++++++++++++++++ src/ePortfolio/languages.njk | 22 --------------- src/ePortfolio/{resume.njk => resume.md} | 8 +++--- src/ePortfolio/sports.md | 17 ++++++++++++ src/ePortfolio/sports.njk | 13 --------- 11 files changed, 118 insertions(+), 93 deletions(-) rename src/ePortfolio/{CE.njk => CE.md} (54%) rename src/ePortfolio/{DT.njk => DT.md} (50%) rename src/ePortfolio/{PP.njk => PP.md} (72%) rename src/ePortfolio/{TMAY.njk => TMAY.md} (59%) create mode 100755 src/ePortfolio/index.md delete mode 100755 src/ePortfolio/index.njk create mode 100755 src/ePortfolio/languages.md delete mode 100755 src/ePortfolio/languages.njk rename src/ePortfolio/{resume.njk => resume.md} (53%) create mode 100755 src/ePortfolio/sports.md delete mode 100755 src/ePortfolio/sports.njk diff --git a/src/ePortfolio/CE.njk b/src/ePortfolio/CE.md similarity index 54% rename from src/ePortfolio/CE.njk rename to src/ePortfolio/CE.md index 39e6f93..43c28a8 100644 --- a/src/ePortfolio/CE.njk +++ b/src/ePortfolio/CE.md @@ -1,15 +1,21 @@ --- layout: layout_eportfolio.njk eleventyNavigation: - key: ce - title: CE - order: 6 + key: ce + title: CE + order: 6 --- -

This is the civic engagement that I am currently pursuing during my studies at ENSSEIHT.

+This is the civic engagement that I am currently pursuing during my studies at ENSSEIHT. + +--- + +## Flyer : -

Flyer:

-

Video presentation:

+--- + +## Video presentation : + diff --git a/src/ePortfolio/DT.njk b/src/ePortfolio/DT.md similarity index 50% rename from src/ePortfolio/DT.njk rename to src/ePortfolio/DT.md index ceaa42d..eded40c 100644 --- a/src/ePortfolio/DT.njk +++ b/src/ePortfolio/DT.md @@ -1,11 +1,13 @@ --- layout: layout_eportfolio.njk eleventyNavigation: - key: dt - title: DT - order: 7 + key: dt + title: DT + order: 7 --- -

Here is a short video I had to make to present my future plans, by applying the design thinking methodology :

+Here is a short video I had to make to present my future plans, by applying the design thinking methodology : + +--- diff --git a/src/ePortfolio/PP.njk b/src/ePortfolio/PP.md similarity index 72% rename from src/ePortfolio/PP.njk rename to src/ePortfolio/PP.md index 8ca3c69..c3b645b 100644 --- a/src/ePortfolio/PP.njk +++ b/src/ePortfolio/PP.md @@ -1,12 +1,14 @@ --- layout: layout_eportfolio.njk eleventyNavigation: - key: pp - title: PP - order: 8 + key: pp + title: PP + order: 8 --- -

Here is the report I wrote after I did my first year internship.

+Here is the report I wrote after I did my first year internship. + +---

diff --git a/src/ePortfolio/TMAY.njk b/src/ePortfolio/TMAY.md similarity index 59% rename from src/ePortfolio/TMAY.njk rename to src/ePortfolio/TMAY.md index cf0bbab..ed51f19 100755 --- a/src/ePortfolio/TMAY.njk +++ b/src/ePortfolio/TMAY.md @@ -1,14 +1,21 @@ --- layout: layout_eportfolio.njk eleventyNavigation: - key: tmay - title: TMAY - order: 5 + key: tmay + title: TMAY + order: 5 --- -

Here are small videos I had to make to present myself.

-

English Version:

+Here are small videos I had to make to present myself. + +--- + +## English Version : + -

Japanese Version:

+--- + +## Japanese Version : + diff --git a/src/ePortfolio/index.md b/src/ePortfolio/index.md new file mode 100755 index 0000000..b416934 --- /dev/null +++ b/src/ePortfolio/index.md @@ -0,0 +1,25 @@ +--- +layout: layout_eportfolio.njk +eleventyNavigation: + key: index + title: Homepage + order: 1 +--- + +# About me + +Hi, my name's Laurent Fainsin, and I'm currently an M1 engineering student at [ENSEEIHT](https://www.enseeiht.fr/) in France. I study Computer Science and this is my personnal ePortfolio. + +--- + +# Socials & Contacts + +You can email me at : + +- [laurentfainsin@protonmail.com](mailto:laurentfainsin@protonmail.com) +- [laurent.fainsin@etu.inp-n7.fr](mailto:laurent.fainsin@etu.inp-n7.fr) + +You can reach me via : + +- [Matrix.to](https://matrix.to/#/@fainsil:inpt.fr) +- [LinkedIn](https://www.linkedin.com/in/laurent-fainsin/) diff --git a/src/ePortfolio/index.njk b/src/ePortfolio/index.njk deleted file mode 100755 index f31493c..0000000 --- a/src/ePortfolio/index.njk +++ /dev/null @@ -1,34 +0,0 @@ ---- -layout: layout_eportfolio.njk -eleventyNavigation: - key: index - title: Homepage - order: 1 ---- - -

About

-

Hi, my name's Laurent Fainsin, and I'm currently an M1 engineering student at ENSEEIHT in France. I study Computer Science and this is my personnal ePortfolio.

- -

Socials & Contacts

-

You can email me at :

- -

You can reach me via :

- diff --git a/src/ePortfolio/languages.md b/src/ePortfolio/languages.md new file mode 100755 index 0000000..a26ae0d --- /dev/null +++ b/src/ePortfolio/languages.md @@ -0,0 +1,35 @@ +--- +layout: layout_eportfolio.njk +eleventyNavigation: + key: lang + title: Languages + order: 3 +--- + +# Professional english + +I have always been in the top of my English classes. I currently have not passed any official certifications (like the TOEIC or the TOEFL), but this will change soon. I've spent countless hours on the internet, I've thus aggregated a wide variety of vocabulary and expressions that can prove themselves useful in quite a number of situations. This doesn't necessarily means that I'm comfortable with the idea of speaking English in public (since my tongue still struggles against some weird phonetics), but I've had my share of talks (from various presentations, mainly from high school) so I know how to lead a meeting or a debate. + +--- + +# Spanish + +I studied Spanish during middle school and high school. It's been quite some time since I last opened a Spanish textbook so I must be a bit rusty, but give me a couple of days and I should be back on my feet. Right now I can at least understand a basic conversation and engage in it. + +--- + +# Japanese + +I started studying Japanese recently at my engineering school. I chose Japanese language since it is vastly different from the Latin based ones, as is its culture, from which I can most likely learn a thing or two. My goal is to get a certification and to study abroad in Japan during the international exchange during my second year (M1). + +--- + +# French + +Well I'm native, so I'm fluent in baguette and croissant. + +--- + +# International mobility + +I have been to the United States several times over periods of one month. Once during Summer 2015 in New York and another time during Summer 2017 in Los Angeles. I went overseas with a travel agency that offered students the opportunity to improve their English. We were divided into groups according to our level, I was always in the "advanced" group so I mostly did these trips to discover America from my very own eyes. Indeed, half of the time was dedicated to studying English and the other for visiting the city and the various activities that it offered. The key feature about theses trips was that we were placed in Americans families, thus I learned a lot about the American culture and I improved a lot my speaking. diff --git a/src/ePortfolio/languages.njk b/src/ePortfolio/languages.njk deleted file mode 100755 index 37acf3b..0000000 --- a/src/ePortfolio/languages.njk +++ /dev/null @@ -1,22 +0,0 @@ ---- -layout: layout_eportfolio.njk -eleventyNavigation: - key: lang - title: Languages - order: 3 ---- - -

Professional english

-

I have always been in the top of my English classes. I currently have not passed any official certifications (like the TOEIC or the TOEFL), but this will change soon. I've spent countless hours on the internet, I've thus aggregated a wide variety of vocabulary and expressions that can prove themselves useful in quite a number of situations. This doesn't necessarily means that I'm comfortable with the idea of speaking English in public (since my tongue still struggles against some weird phonetics), but I've had my share of talks (from various presentations, mainly from high school) so I know how to lead a meeting or a debate.

- -

Spanish

-

I studied Spanish during middle school and high school. It's been quite some time since I last opened a Spanish textbook so I must be a bit rusty, but give me a couple of days and I should be back on my feet. Right now I can at least understand a basic conversation and engage in it.

- -

Japanese

-

I started studying Japanese recently at my engineering school. I chose Japanese language since it is vastly different from the Latin based ones, as is its culture, from which I can most likely learn a thing or two. My goal is to get a certification and to study abroad in Japan during the international exchange during my second year (M1).

- -

French

-

Well I'm native, so I'm fluent in baguette and croissant.

- -

International mobility

-

I have been to the United States several times over periods of one month. Once during Summer 2015 in New York and another time during Summer 2017 in Los Angeles. I went overseas with a travel agency that offered students the opportunity to improve their English. We were divided into groups according to our level, I was always in the "advanced" group so I mostly did these trips to discover America from my very own eyes. Indeed, half of the time was dedicated to studying English and the other for visiting the city and the various activities that it offered. The key feature about theses trips was that we were placed in Americans families, thus I learned a lot about the American culture and I improved a lot my speaking.

diff --git a/src/ePortfolio/resume.njk b/src/ePortfolio/resume.md similarity index 53% rename from src/ePortfolio/resume.njk rename to src/ePortfolio/resume.md index fb9e48b..6ceb929 100755 --- a/src/ePortfolio/resume.njk +++ b/src/ePortfolio/resume.md @@ -1,9 +1,9 @@ --- layout: layout_eportfolio.njk eleventyNavigation: - key: resume - title: CV - order: 2 - url: /resume/en/ + key: resume + title: CV + order: 2 + url: /resume/en/ permalink: false --- diff --git a/src/ePortfolio/sports.md b/src/ePortfolio/sports.md new file mode 100755 index 0000000..f0495cf --- /dev/null +++ b/src/ePortfolio/sports.md @@ -0,0 +1,17 @@ +--- +layout: layout_eportfolio.njk +eleventyNavigation: + key: sport + title: Hobbies + order: 4 +--- + +# Sports + +I try to experience as much of them as I can when I have the opportunity, though for the moment I've mainly did Climbing and Archery. I had to stop doing sports during my Prépa because of the lack of time, but now that this is over I will do my best to improve my shape. + +--- + +# Hobbies + +Obviously I love Computer Science since I decided to go in an engineering school specialized in it. Despite this I also like to fiddle around with electronics and to fool around on the internet. However I reassure you, I also like calm activities like taking care of my beloved aquarium and plants. diff --git a/src/ePortfolio/sports.njk b/src/ePortfolio/sports.njk deleted file mode 100755 index 8c8addb..0000000 --- a/src/ePortfolio/sports.njk +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: layout_eportfolio.njk -eleventyNavigation: - key: sport - title: Hobbies - order: 4 ---- - -

Sports

-

I try to experience as much of them as I can when I have the opportunity, though for the moment I've mainly did Climbing and Archery. I had to stop doing sports during my Prépa because of the lack of time, but now that this is over I will do my best to improve my shape.

- -

Hobbies

-

Obviously I love Computer Science since I decided to go in an engineering school specialized in it. Despite this I also like to fiddle around with electronics and to fool around on the internet. However I reassure you, I also like calm activities like taking care of my beloved aquarium and plants.