generated from workadventure/map-starter-kit
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
203 lines (180 loc) · 6.65 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex">
<meta name="title" content="WorkAdventure Starter Kit">
<title>WorkAdventure test map</title>
<link rel="icon" href="/images/favicon.svg" type="image/svg+xml">
<script>
window.onload = function () {
const host = window.location.host;
let path = window.location.pathname;
if (path.endsWith('index.html')) {
path = path.substr(path, path.length - 'index.html'.length);
}
const instanceId = Math.random().toString(36).substring(2, 15);
const url = `https://play.workadventu.re/_/${instanceId}/${host}${path}V2-cea-formation.tmj`;
document.getElementById('testMapURL').href = url;
document.getElementById('testMapBtnURL').href = url;
document.getElementById('testMapURL').innerText = url;
const tmjURL = window.location.protocol + '//' + window.location.host + path + 'V2-cea-formation.tmj';
document.getElementById('tmjURL').innerText = tmjURL;
const gettingStartedLink = 'https://workadventu.re/getting-started?name=Map&mapUrl=' + tmjURL;
document.getElementById('gettingStartedLink').href = gettingStartedLink;
};
</script>
<style>
html, body {
height: 100%;
}
body {
display: flex;
flex-direction: column;
}
.content {
flex: 1 0 auto;
}
footer {
flex-shrink: 0;
}
body {
font-family: Roboto Condensed,Arial;
max-width: 800px;
margin: 0 auto;
text-align: center;
}
header {
margin: 30px;
}
header .logo {
display: block;
position: relative;
}
header .logo img {
display: block;
width: 500px;
margin: auto;
text-align: center;
}
h1,
h2 {
font-weight: bold;
font-size: 1.3rem;
}
section {
margin-top: 3rem;
}
.tips {
font-size: 0.8rem;
font-style: italic;
}
.socials img {
width: 30px;
height: 30px;
}
.socials > a {
display: inline-block;
margin: 20px 5px;
}
a.button {
display: inline-block;
padding: 13px 20px 12px;
background-color: rgba(65, 86, 246, 0.9);
color: white;
border-radius: 8px;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
text-align: center;
width: auto;
position: relative;
font-size: 1.3em;
}
a.button:hover {
background-color: rgb(65, 86, 246);
cursor: pointer;
}
.map {
width: 30%;
margin-bottom: 3%;
min-width: 200px;
}
.url-box {
border: 1px solid rgb(65, 86, 246);
border-radius: 3px;
padding: 3px;
background-color: rgba(65, 86, 246, 0.1);
}
.url {
font-family: 'Courier New', Courier, monospace;
font-size: 14px;
}
footer {
display: block;
padding: 2rem 5vw;
}
</style>
</head>
<body>
<div class="content">
<header>
<div class="logo">
<a href="https://workadventu.re/" target="_blank" title="Workadventure">
<img src="/images/logo.svg" alt="WorkAdventure logo" />
</a>
</div>
</header>
<main>
<section>
<h2>Test my map</h2>
<p><a id="testMapURL" href="#" class="url"></a></p>
<p class="tips">(In order to test another map, locate "map.tmj" at the end of the URL and replace it by another file name)</p>
<img src="/map.png" alt="Map thumbnail" class="map">
<p><a id="testMapBtnURL" href="#" class="button">Test my map</a></p>
</section>
<section>
<h2>Publish my map</h2>
<p>Register your room on WorkAdventure!</p>
<p>Copy and paste the map URL in WorkAdventure's administration panel:</p>
<p><span id="tmjURL" class="url-box url"></span></p>
</section>
<section>
<h2>Connect and get help</h2>
<div>
<div class="socials">
<a href="https://discord.gg/G6Xh9ZM9aR" target="_blank" title="discord">
<img src="/images/discord.png" alt="discord">
</a>
<a href="https://github.com/thecodingmachine/workadventure" target="_blank" title="github">
<img src="/images/github.png" alt="github">
</a>
<a href="https://www.youtube.com/channel/UCXJ9igV-kb9gw1ftR33y5tA" target="_blank" title="youtube">
<img src="/images/youtube.png" alt="youtube">
</a>
<a href="https://twitter.com/Workadventure_" target="_blank" title="twitter">
<img src="/images/twitter.png" alt="twitter">
</a>
<a href="https://www.instagram.com/workadventure_" target="_blank" title="instagram">
<img src="/images/instagram.png" alt="instagram">
</a>
<a href="https://www.linkedin.com/company/workadventu-re" target="_blank" title="linkedin">
<img src="/images/linkedin.png" alt="linkedin">
</a>
</div>
<div>
<a href="https://www.youtube.com/watch?v=lu1IZgBJJD4&list=PL7jmrMKZfjCnz36FvezxJ-Tshuh3Zz-nc&ab_channel=WorkAdventure"
target="_blank">Watch tutorials</a>
<a href="https://discord.gg/G6Xh9ZM9aR" target="_blank">Talk to the community</a>
</div>
</div>
</section>
</main>
</div>
<footer>
<a href="https://workadventu.re/" target="_blank" title="workadventu.re">© WorkAdventure</a>
</footer>
</body>
</html>