16 lines
404 B
Plaintext
16 lines
404 B
Plaintext
---
|
|
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>
|