feat: added CE page to the eportfolio
This commit is contained in:
parent
57e5db3c13
commit
8a5037dea3
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
"info": {
|
"info": {
|
||||||
"label": "CS Engineering Student",
|
"label": "CS Engineering Student",
|
||||||
"about": "Lorem, ipsum dolor sit amet consectetur adipisicing elit. Aspernatur, vitae velit. Nesciunt ipsam, repellendus expedita quae eius, illum, sapiente fugit quasi repudiandae cum tempora vitae numquam? Voluptatum nihil reprehenderit incidunt!"
|
"about": "I am an hardworking and punctual person, I work well in a team but also on my own as I like challenge myself. I have good listening and communication skills, I am well organized and rarely fails to meet deadlines."
|
||||||
},
|
},
|
||||||
|
|
||||||
"contacts": [
|
"contacts": [
|
||||||
|
@ -95,7 +95,7 @@
|
||||||
"history": [
|
"history": [
|
||||||
{
|
{
|
||||||
"institution": "ENSEEIHT",
|
"institution": "ENSEEIHT",
|
||||||
"title": "Ingénieur SN",
|
"title": "CS Engineer",
|
||||||
"url": "https://www.enseeiht.fr/",
|
"url": "https://www.enseeiht.fr/",
|
||||||
"start": "2020",
|
"start": "2020",
|
||||||
"end": "2023"
|
"end": "2023"
|
||||||
|
|
16
pages/ePortfolio/CE.njk
Normal file
16
pages/ePortfolio/CE.njk
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
layout: layout_eportfolio.njk
|
||||||
|
eleventyNavigation:
|
||||||
|
key: ce
|
||||||
|
title: CE
|
||||||
|
order: 6
|
||||||
|
---
|
||||||
|
|
||||||
|
<p>This is the civic engagement that I am currently pursuing during my studies at ENSSEIHT.</p>
|
||||||
|
|
||||||
|
<p id="shs">Flyer:</p>
|
||||||
|
<img src="{{ '/content/2021-01-16-flyer.png' | url }}" width="100%">
|
||||||
|
|
||||||
|
|
||||||
|
<p id="shs">Video presentation:</p>
|
||||||
|
<video src="{{ '/content/2021-01-16-video.mp4' | url }}" width="1080" height="720" controls></video>
|
Reference in a new issue