feat: japanese tmay vid + changed tags color
This commit is contained in:
parent
dccc66c627
commit
733f37183c
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "site_perso",
|
"name": "site_perso",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -6,5 +6,9 @@ eleventyNavigation:
|
||||||
order: 5
|
order: 5
|
||||||
---
|
---
|
||||||
|
|
||||||
<p>Here is a small video I had to make to present myself.</p>
|
<p>Here are small videos I had to make to present myself.</p>
|
||||||
|
<p>English Version:</p>
|
||||||
<video src="{{ '/content/2020-11-06-v1.mp4' | url }}" width="1080" height="720" controls></video>
|
<video src="{{ '/content/2020-11-06-v1.mp4' | url }}" width="1080" height="720" controls></video>
|
||||||
|
|
||||||
|
<p>Japanese Version:</p>
|
||||||
|
<video src="{{ '/content/2020-12-19-v1.mp4' | url }}" width="1080" height="720" controls></video>
|
|
@ -7,9 +7,9 @@ eleventyNavigation:
|
||||||
---
|
---
|
||||||
|
|
||||||
<h1>About</h1>
|
<h1>About</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.</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 ePortfolio.</p>
|
||||||
|
|
||||||
<h1>Socials & Contacts.</h1>
|
<h1>Socials & Contacts</h1>
|
||||||
<p>You can email me at :</p>
|
<p>You can email me at :</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
|
|
Reference in a new issue