Un projet environnemental et social pour repenser le recyclage
Ce projet Great Transition développé par huit étudiants a pour vocation d'implanter à Paris un système de consigne permettant, à terme, d'apporter une solution aux problèmes environnementaux causés par les bouteilles en plastique jetables.
Resources
This page shows how to embed resources (images, videos, pdf files) in your pages.
Image from assets/images/ folder
![](assets/images/cover.jpg)
Image size
![](assets/images/logo.jpg){:width="20%"}
Embed video (from YouTube)
In the code bellow, replace uWSxzjyMNpU with your own YouTube video’s id (the bit after the last / in the videos’ address)
In the code bellow, change assets/pdf/a4.pdf in front of data and href attributes to the address of your PDF file. If you have uplaoded your PDF files in assets/pdf folder then simply change a4 to the name of your PDF file.
<div class="aspect-ratio document">
<object data="assets/pdf/a4.pdf" type="application/pdf">
<p>This browser does not support PDF! Click <a href="assets/pdf/a4.pdf">here</a> to download the file</p>
</object>
</div>
You can also save and upload your PowerPoints as PDF.
<div class="aspect-ratio document">
<object data="assets/pdf/powerpoint.pdf" type="application/pdf">
<p>This browser does not support PDF! Click <a href="assets/pdf/powerpoint.pdf">here</a> to download the file</p>
</object>
</div>