Skip to content

Commit

Permalink
Ajout projet assitance aux victimes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexispaljic committed Nov 8, 2024
1 parent dd6278d commit a5bfd81
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 0 deletions.
Binary file added src/assets/movie/assitancepls.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/movie/pls.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/content/actualités/movie.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,18 @@ export const volumetricDescription = `
url="../../movie/capturevolumetrique"
/>

import pls from "assets//movie/pls.jpg";
export const plsDescription = `
Vous mettrez en place une application VR de mise en sécurité d'une victime de malaise`;

<MovieProject
title="Assistance aux victimes de malaise - Formation VR"
author="Mines Paris"
image={pls}
description={plsDescription}
tags={["Interactions","Réalité Virtuelle","Programmation"]}
url="../../movie/pls"
/>

### MOVIE 2023

Expand Down
29 changes: 29 additions & 0 deletions src/pages/movie/pls.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: Capture volumetrique
description: Mines Paris
layout: ../../layouts/MDLayout.astro
---

Vous mettrez en place une application VR permettant d'apprendre au grand public la procédure de mise en sécurité d'une personne vistime d'un malaise sur la voie publique.

import { Image } from "@astrojs/image/components";

import imagepls from "assets/movie/assistancepsl.jpg";

<div class="flex justify-center">
<div class="flex items-center">
<Image
src={imagepls}
class="inline-block rounded-full"
alt="Assistance"
width="64"
height="64"
loading="eager"
format="avif"
/>
<div class="inline-block ml-4">
<span>Application d'apprentissage de l'assistance aux victimes en VR</span>
<br />
</div>
</div>
</div>

0 comments on commit a5bfd81

Please sign in to comment.