feat: ajout du raport de stage de première année
This commit is contained in:
parent
1eae4e9de7
commit
9ab9a3b689
|
@ -16,8 +16,10 @@ username: Laureηt
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<header style="margin-bottom: 0;">
|
<header style="margin-bottom: 0;">
|
||||||
<span data-chaffle-onload="" data-chaffle="en">{{ username }}</span>
|
<div style="height: 30px;">
|
||||||
<span class="blink" style="display:inline;">_</span>
|
<span data-chaffle-onload="" data-chaffle="en">{{ username }}</span>
|
||||||
|
<span class="blink" style="display:inline;">_</span>
|
||||||
|
</div>
|
||||||
{{ collections.all | eleventyNavigation | eleventyNavigationToHtml | safe }}
|
{{ collections.all | eleventyNavigation | eleventyNavigationToHtml | safe }}
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
15
pages/ePortfolio/PP.njk
Normal file
15
pages/ePortfolio/PP.njk
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
layout: layout_eportfolio.njk
|
||||||
|
eleventyNavigation:
|
||||||
|
key: pp
|
||||||
|
title: PP
|
||||||
|
order: 8
|
||||||
|
---
|
||||||
|
|
||||||
|
<p>Here is the report I wrote after I did my first year internship.</p>
|
||||||
|
|
||||||
|
<object data="{{ '/content/internship_1A_report.pdf' | url }}" type="application/pdf" width="100%" height="1000">
|
||||||
|
<p>
|
||||||
|
<a href="{{ '/content/internship_1A_report.pdf' | url }}">Click here to access the pdf.</a>
|
||||||
|
</p>
|
||||||
|
</object>
|
Reference in a new issue