forked from boisgera/itn-web
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd6278d
commit a5bfd81
Showing
4 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |