generated from workadventure/map-starter-kit
-
-
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.
Deploying to gh-pages from master @ c69ced7 🚀
- Loading branch information
Showing
39 changed files
with
80 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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,76 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1.0"> | ||
<meta name="robots" content="noindex"> | ||
<meta name="title" content="My best surf board"> | ||
|
||
<title>My best surf board</title> | ||
|
||
<script src="https://play.staging.workadventu.re/iframe_api.js"></script> | ||
<style> | ||
.no-scroll-bar{ | ||
-ms-overflow-style: none; /* IE and Edge */ | ||
scrollbar-width: none; /* Firefox */ | ||
} | ||
|
||
/* Hide scrollbar for IE, Edge and Firefox */ | ||
.no-scroll-bar::-webkit-scrollbar { | ||
display: none; | ||
} | ||
</style> | ||
<script type="module" crossorigin src="../../assets/discussion_start-d690d0d9.js"></script> | ||
<link rel="modulepreload" crossorigin href="../../assets/main-b4a669df.js"> | ||
<link rel="stylesheet" href="../../assets/main-4ef74437.css"> | ||
</head> | ||
<body style="max-height: 110px; overflow: hidden;"> | ||
<div style=" | ||
background: black; | ||
color: white; | ||
display: grid; | ||
grid-template-columns: 150px 1fr 150px; | ||
overflow: hidden; | ||
height: 100%; | ||
flex-direction: column; | ||
align-content: center; | ||
align-items: center; | ||
justify-content: center; | ||
border-radius: 14px; | ||
border: solid 2px black; | ||
" | ||
> | ||
<div style="border: solid 1px white; border-radius: 14px; height: fit-content; width: fit-content; display: flex; align-items: center; justify-content: center; padding: 10px;"> | ||
<img id="avatar" height="80px" src="" /> | ||
</div> | ||
<div class="no-scroll-bar" style="padding: 10px; font-size: 16px; max-height: 80px; overflow: scroll;"> | ||
<p id="title" style="font-style: italic; font-size: 12px; margin: 0px;"> | ||
Me | ||
</p> | ||
<p id="text" style="margin: 0px;"> | ||
Hello 👋! I'm looking the Mythic Wave of Biarritz 🧐. But I lost my surf board and have any idea where I can find and surf the Mythic Wave of Biarritz 😱</br></br> | ||
Can you help us to find my surf board and surf the Mythic Wave of Biarritz? 🏄</br></br> | ||
In the first time, find the map, to find the surf board and the Mythic Wave of Biarritz, placed in the hold treasure of the Biarritz beach 🏖️ 🏴☠️ | ||
</p> | ||
</div> | ||
<div class="text-align-right" style="display: flex; justify-content: center;"> | ||
<button class="btn cursor-pointer" | ||
id="closeButton" | ||
style=" | ||
background: none; | ||
border: solid 1px white; | ||
border-radius: 12px; | ||
color: white; | ||
padding: 14px 28px; | ||
height: fit-content; | ||
cursor: pointer; | ||
" | ||
> | ||
Let's go! | ||
</button> | ||
</div> | ||
</div> | ||
|
||
</body> | ||
</html> |