Skip to content

Commit

Permalink
Deploying to gh-pages from master @ c69ced7 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
gparant committed Aug 21, 2024
1 parent 3bba9fc commit d4c506a
Show file tree
Hide file tree
Showing 39 changed files with 80 additions and 3 deletions.
1 change: 1 addition & 0 deletions assets/discussion_start-d690d0d9.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes
2 changes: 1 addition & 1 deletion conference.tmj

Large diffs are not rendered by default.

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
2 changes: 1 addition & 1 deletion map.tmj

Large diffs are not rendered by default.

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
2 changes: 1 addition & 1 deletion shaka.tmj

Large diffs are not rendered by default.

76 changes: 76 additions & 0 deletions views/start/discussion.html
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>

0 comments on commit d4c506a

Please sign in to comment.