feat: ajout du raport de stage de première année

This commit is contained in:
Laureηt 2021-10-06 14:02:27 +02:00
parent 1eae4e9de7
commit 9ab9a3b689
No known key found for this signature in database
GPG key ID: D88C6B294FD40994
2 changed files with 19 additions and 2 deletions

View file

@ -16,8 +16,10 @@ username: Laureηt
<body> <body>
<header style="margin-bottom: 0;"> <header style="margin-bottom: 0;">
<div style="height: 30px;">
<span data-chaffle-onload="" data-chaffle="en">{{ username }}</span> <span data-chaffle-onload="" data-chaffle="en">{{ username }}</span>
<span class="blink" style="display:inline;">_</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
View 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>