feat(BK): Mise à jour des graphiques sur le climat
This commit is contained in:
parent
f953511683
commit
2bcb16c2ef
Binary file not shown.
Before Width: | Height: | Size: 375 KiB |
Binary file not shown.
Before Width: | Height: | Size: 18 KiB |
Binary file not shown.
After Width: | Height: | Size: 79 KiB |
Binary file not shown.
After Width: | Height: | Size: 189 KiB |
|
@ -15,50 +15,50 @@ slideOptions:
|
||||||
---
|
---
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.container {
|
.container {
|
||||||
position:fixed;
|
position:fixed;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
figure img {
|
figure img {
|
||||||
width: 65%;
|
width: 65%;
|
||||||
}
|
}
|
||||||
figure img.small {
|
figure img.small {
|
||||||
width: auto;
|
width: 55%;
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
figure figcaption {
|
figure figcaption {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.mosaic {
|
.mosaic {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
.mosaic figure img {
|
.mosaic figure img {
|
||||||
max-height: 10cm;
|
max-height: 10cm;
|
||||||
max-width: 10cm;
|
max-width: 10cm;
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
margin-top: 8rem;
|
margin-top: 8rem;
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
border: none!important;
|
border: none!important;
|
||||||
background: transparent!important;
|
background: transparent!important;
|
||||||
box-shadow: none!important;
|
box-shadow: none!important;
|
||||||
}
|
}
|
||||||
.speaker-controls-notes {
|
.speaker-controls-notes {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
.reveal blockquote {
|
.reveal blockquote {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
{{< slide class="bottom" background="./fr_Pepper-and-Carrot_by-David-Revoy_E22P01-1-1_YC0QEfF.png" >}}
|
{{< slide class="bottom" background="./fr_Pepper-and-Carrot_by-David-Revoy_E22P01-1-1_YC0QEfF.png" >}}
|
||||||
|
@ -114,8 +114,8 @@ Je vais vous parler d'un sujet qui nous tient à coeur et dont nous nous efforco
|
||||||
### Le réchauffement climatique
|
### Le réchauffement climatique
|
||||||
|
|
||||||
<figure>
|
<figure>
|
||||||
<img src="33a0b9e8faf8ec74e9db52500.png" alt="Emissions Gap Report 2020 de United Nations Environment Programme" width=50%/>
|
<img class="small" src="Emissions-globales-gaz-effet-de-serre-UNEP-2022-report.png" alt="Emissions Gap Report 2022 de United Nations Environment Programme" width=50%/>
|
||||||
<figcaption aria-hidden="true">Écarts d’émissions entre les trajectoires actuelles, les engagements actuels et les scénarios à +1,5°C et + 2°C. <a href="https://www.unep.org/emissions-gap-report-2020">Source : UNEP, Emissions Gap Report 2020</a></figcaption>
|
<figcaption aria-hidden="true">Écarts d’émissions de gaz à effet de serre (en eqCO<sub>2</sub>) entre les trajectoires actuelles, les engagements actuels et les scénarios à +1,5°C et + 2°C. <a href="https://www.unep.org/emissions-gap-report-2022">Source : UNEP, Emissions Gap Report 2022</a></figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<aside class="notes">
|
<aside class="notes">
|
||||||
|
@ -136,9 +136,9 @@ Pour résumer, nous sommes loin de réduire la quantité d'émissions de CO~2~e
|
||||||
|
|
||||||
<figure>
|
<figure>
|
||||||
|
|
||||||
![](33a0b9e8faf8ec74e9db52502.png)
|
![](Emissions-globales-CO2-IEA-2022.png)
|
||||||
<figcaption aria-hidden="true">
|
<figcaption aria-hidden="true">
|
||||||
<a href="https://www.iea.org/articles/global-energy-review-co2-emissions-in-2020">IEA (2021), Global Energy Review: CO2 Emissions in 2020, IEA, Paris</a>
|
<a href="https://www.iea.org/reports/global-energy-review-co2-emissions-in-2021-2">Source : IEA (International Energy Agency) (2023), CO2 Emissions in 2022. CC-BY 4.0</a>
|
||||||
</figcaption>
|
</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue