generated from workadventure/map-starter-kit
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from master @ 183bc5b 🚀
- Loading branch information
1 parent
344586f
commit f33939b
Showing
30 changed files
with
872 additions
and
19 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
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.
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.
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.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
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
Binary file not shown.
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.
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.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link href="./output.css" rel="stylesheet"> | ||
<title> | ||
Étape 1 | Tutoriel CEA World | ||
</title> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet"> | ||
</head> | ||
<body> | ||
<div class="flex items-center justify-center mb-4"> | ||
<div> | ||
<img src="../assets/logo-CEA.svg" class="h-24" /> | ||
</div> | ||
</div> | ||
<div class="h-64 w-full bg-cover bg-[url('../assets/bg-discussion.png')] relative text-white flex items-center justify-center mb-10"> | ||
<img src="../assets/pattern.png" class="absolute top-0 left-0 h-full" /> | ||
<img src="../assets/pattern.png" class="absolute top-0 right-0 h-full rotate-180" /> | ||
<div class="container flex flex-col items-center justify-center h-full px-20 text-center"> | ||
<div class="text-lg font-title">Bienvenue dans la découverte du monde virtuel</div> | ||
<h1 class="text-4xl font-bold">Discuter avec des personnes</h1> | ||
</div> | ||
</div> | ||
<div class="flex flex-col items-center justify-center space-y-4"> | ||
<h1 class="text-4xl font-bold opacity-50"> | ||
Vous pouvez démarrer une visio en vous rapprochant de quelqu'un | ||
</h1> | ||
<div> | ||
<img src="../assets/bubble.png" /> | ||
</div> | ||
<div class="text-2xl"> | ||
Dès que vous vous rapprochez de quelqu’un une bulle se lance et vous avez la possibilité de discuter avec la personne. | ||
</div> | ||
<div class="text-lg italic"> | ||
Les conversations sont limités à 4 personnes. Si vous souhaitez parler à plus il faudra se diriger vers les salles prévues à cette effet. | ||
</div> | ||
<div> | ||
<div class="bg-red px-8 py-4 text-white font-bold text-2xl skew-x-6 mt-20" style="background: #E60019;"> | ||
<div class="-skew-x-6">Super !</div> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
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,48 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link href="./output.css" rel="stylesheet"> | ||
<title> | ||
Étape 1 | Tutoriel CEA World | ||
</title> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet"> | ||
</head> | ||
<body> | ||
<div class="flex items-center justify-center mb-4"> | ||
<div> | ||
<img src="../assets/logo-CEA.svg" class="h-24" /> | ||
</div> | ||
</div> | ||
<div class="h-64 w-full bg-cover bg-[url('../assets/background.jpg')] relative text-white flex items-center justify-center mb-10"> | ||
<img src="../assets/pattern.png" class="absolute top-0 left-0 h-full" /> | ||
<img src="../assets/pattern.png" class="absolute top-0 right-0 h-full rotate-180" /> | ||
<div class="container flex flex-col items-center justify-center h-full px-20 text-center"> | ||
<div class="text-lg font-title">Bienvenue dans la découverte du monde virtuel</div> | ||
<h1 class="text-4xl font-bold">Explorons ensemble comment ça marche !</h1> | ||
</div> | ||
</div> | ||
<div class="flex flex-col items-center justify-center space-y-4"> | ||
<h1 class="text-4xl font-bold opacity-50"> | ||
Pour naviguer dans le monde : | ||
</h1> | ||
<div> | ||
<img src="../assets/keyboard.png" /> | ||
</div> | ||
<div class="text-2xl"> | ||
Vous devez utiliser les flèches de votre clavier | ||
</div> | ||
<div class="text-lg italic"> | ||
Vous avez la possibilité de courir en appuyant en même temps sur la touche “majuscule”. | ||
</div> | ||
<div> | ||
<div class="bg-red px-8 py-4 text-white font-bold text-2xl skew-x-6 mt-20" style="background: #E60019;"> | ||
<div class="-skew-x-6">Allez-y ! Déplacez-vous.</div> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.