refactor(eportfolio): converted njk files to md
This commit is contained in:
parent
b7bee1c9e0
commit
2025a49bbc
|
@ -1,15 +1,21 @@
|
|||
---
|
||||
layout: layout_eportfolio.njk
|
||||
eleventyNavigation:
|
||||
key: ce
|
||||
title: CE
|
||||
order: 6
|
||||
key: ce
|
||||
title: CE
|
||||
order: 6
|
||||
---
|
||||
|
||||
<p>This is the civic engagement that I am currently pursuing during my studies at ENSSEIHT.</p>
|
||||
This is the civic engagement that I am currently pursuing during my studies at ENSSEIHT.
|
||||
|
||||
---
|
||||
|
||||
## Flyer :
|
||||
|
||||
<p id="shs">Flyer:</p>
|
||||
<img src="{{ '/content/2021-01-16-flyer.png' | url }}" width="100%">
|
||||
|
||||
<p id="shs">Video presentation:</p>
|
||||
---
|
||||
|
||||
## Video presentation :
|
||||
|
||||
<video src="{{ '/content/2021-01-16-video.mp4' | url }}" width="1080" height="720" controls></video>
|
|
@ -1,11 +1,13 @@
|
|||
---
|
||||
layout: layout_eportfolio.njk
|
||||
eleventyNavigation:
|
||||
key: dt
|
||||
title: DT
|
||||
order: 7
|
||||
key: dt
|
||||
title: DT
|
||||
order: 7
|
||||
---
|
||||
|
||||
<p>Here is a short video I had to make to present my future plans, by applying the design thinking methodology :</p>
|
||||
Here is a short video I had to make to present my future plans, by applying the design thinking methodology :
|
||||
|
||||
---
|
||||
|
||||
<video src="{{ '/content/2021-03-14-dt.mp4' | url }}" width="1080" height="720" controls></video>
|
|
@ -1,12 +1,14 @@
|
|||
---
|
||||
layout: layout_eportfolio.njk
|
||||
eleventyNavigation:
|
||||
key: pp
|
||||
title: PP
|
||||
order: 8
|
||||
key: pp
|
||||
title: PP
|
||||
order: 8
|
||||
---
|
||||
|
||||
<p>Here is the report I wrote after I did my first year internship.</p>
|
||||
Here is the report I wrote after I did my first year internship.
|
||||
|
||||
---
|
||||
|
||||
<object data="{{ '/content/internship_1A_report.pdf' | url }}" type="application/pdf" width="100%" height="1000">
|
||||
<p>
|
|
@ -1,14 +1,21 @@
|
|||
---
|
||||
layout: layout_eportfolio.njk
|
||||
eleventyNavigation:
|
||||
key: tmay
|
||||
title: TMAY
|
||||
order: 5
|
||||
key: tmay
|
||||
title: TMAY
|
||||
order: 5
|
||||
---
|
||||
|
||||
<p>Here are small videos I had to make to present myself.</p>
|
||||
<p id="shs">English Version:</p>
|
||||
Here are small videos I had to make to present myself.
|
||||
|
||||
---
|
||||
|
||||
## English Version :
|
||||
|
||||
<video src="{{ '/content/2020-11-06-v1.mp4' | url }}" width="1080" height="720" controls></video>
|
||||
|
||||
<p id="jap">Japanese Version:</p>
|
||||
---
|
||||
|
||||
## Japanese Version :
|
||||
|
||||
<video src="{{ '/content/2020-12-19-v1.mp4' | url }}" width="1080" height="720" controls></video>
|
25
src/ePortfolio/index.md
Executable file
25
src/ePortfolio/index.md
Executable file
|
@ -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/)
|
|
@ -1,34 +0,0 @@
|
|||
---
|
||||
layout: layout_eportfolio.njk
|
||||
eleventyNavigation:
|
||||
key: index
|
||||
title: Homepage
|
||||
order: 1
|
||||
---
|
||||
|
||||
<h1>About</h1>
|
||||
<p>Hi, my name's Laurent Fainsin, and I'm currently an M1 engineering student at <a href="https://www.enseeiht.fr/">ENSEEIHT</a> in France. I study Computer Science and this is my personnal ePortfolio.</p>
|
||||
|
||||
<h1>Socials & Contacts</h1>
|
||||
<p>You can email me at :</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="mailto:laurentfainsin@protonmail.com">
|
||||
laurentfainsin@protonmail.com
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="mailto:laurent.fainsin@etu.inp-n7.fr">
|
||||
laurent.fainsin@etu.inp-n7.fr
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p>You can reach me via :</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://matrix.to/#/@fainsil:inpt.fr">Matrix.to</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.linkedin.com/in/laurent-fainsin/">LinkedIn</a>
|
||||
</li>
|
||||
</ul>
|
35
src/ePortfolio/languages.md
Executable file
35
src/ePortfolio/languages.md
Executable file
|
@ -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.
|
|
@ -1,22 +0,0 @@
|
|||
---
|
||||
layout: layout_eportfolio.njk
|
||||
eleventyNavigation:
|
||||
key: lang
|
||||
title: Languages
|
||||
order: 3
|
||||
---
|
||||
|
||||
<h1>Professional english</h1>
|
||||
<p>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.</p>
|
||||
|
||||
<h1>Spanish</h1>
|
||||
<p>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.</p>
|
||||
|
||||
<h1>Japanese</h1>
|
||||
<p>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).</p>
|
||||
|
||||
<h1>French</h1>
|
||||
<p>Well I'm native, so I'm fluent in baguette and croissant.</p>
|
||||
|
||||
<h1>International mobility</h1>
|
||||
<p>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.</p>
|
|
@ -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
|
||||
---
|
17
src/ePortfolio/sports.md
Executable file
17
src/ePortfolio/sports.md
Executable file
|
@ -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.
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
layout: layout_eportfolio.njk
|
||||
eleventyNavigation:
|
||||
key: sport
|
||||
title: Hobbies
|
||||
order: 4
|
||||
---
|
||||
|
||||
<h1>Sports</h1>
|
||||
<p>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.</p>
|
||||
|
||||
<h1>Hobbies</h1>
|
||||
<p>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.</p>
|
Reference in a new issue