Skip to content

Commit

Permalink
Merge pull request #242 from osm-fr/videos
Browse files Browse the repository at this point in the history
Ajout de la dernière vidéo
  • Loading branch information
Jean-BaptisteC authored Sep 7, 2024
2 parents c65d815 + e4e1fa9 commit 52adc92
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 2024/src/conferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,14 @@
"summary": "",
"videoUrl": "https://peertube.openstreetmap.fr/w/pxjVCP4BYEEowJXvL7y4Fy",
"thumbnail": "https://peertube.openstreetmap.fr/lazy-static/thumbnails/301e1d0e-d72a-45d7-809b-da28e897ca2f.jpg"
},
{
"id": 62,
"title": "Utilisation d’OSM pour l’appli campus OPALE : apports mutuels et évolutions à venir",
"author": "Stéphanie Jean-Daubias",
"summary": "",
"videoUrl": "https://peertube.openstreetmap.fr/w/4m8uWZFERx3BEgJCfuNd9a",
"thumbnail": "https://peertube.openstreetmap.fr/lazy-static/thumbnails/fa0a3592-c5bf-4a22-9e35-9733baca38a4.jpg"
},
{
"id": 63,
Expand Down
27 changes: 27 additions & 0 deletions 2024/src/html/pages/programme.html
Original file line number Diff line number Diff line change
Expand Up @@ -1151,6 +1151,33 @@ <h5 class="text-muted">Simon Reau, Elisabeth Felix-Goutal</h5>
</div>
</div>



<div class="col">
<div class="card conf">

<a href="https://peertube.openstreetmap.fr/w/4m8uWZFERx3BEgJCfuNd9a" title="Vidéo de la conférence">
<img src="https://peertube.openstreetmap.fr/lazy-static/thumbnails/fa0a3592-c5bf-4a22-9e35-9733baca38a4.jpg" class="card-img-top" alt="Utilisation d’OSM pour l’appli campus OPALE : apports mutuels et évolutions à venir">
</a>

<div class="card-body">
<h4>
62 &dash;
Utilisation d’OSM pour l’appli campus OPALE : apports mutuels et évolutions à venir
</h4>
<h5 class="text-muted">Stéphanie Jean-Daubias</h5>

<a href="https://peertube.openstreetmap.fr/w/4m8uWZFERx3BEgJCfuNd9a" title="Vidéo de la conférence">
<span class="d-flex mt-3">
<img src="./img/play.svg" width="20" class="me-1" />
<span>Voir la conférence</span>
</span>
</a>

</div>
</div>
</div>



<div class="col">
Expand Down

0 comments on commit 52adc92

Please sign in to comment.