-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
355 lines (307 loc) · 10.6 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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="assets/style.css" />
<link rel="icon" href="assets/favicon.ico" />
<meta content="OneShot (l'épisode pancake)" property="og:title" />
<meta
content="Traduction Française du nouveau jeu de l'univers OneShot"
property="og:description"
/>
<title>OneShot : l'épisode pancake</title>
</head>
<body
class="flex flex-col gap-6 scroll-smooth bg-[url('img/background.png')] bg-fixed bg-cover p-8
font-terminus text-lg text-gray-700 lg:gap-12 lg:p-52 lg:py-12"
>
<header class="flex flex-col items-center gap-6">
<img
alt="Logo de OneShot"
class="w-3/4 lg:w-2/5"
src="assets/img/logo.png"
/>
<h1 class="text-xl">
Un tout nouveau jeu dans l'univers de OneShot, maintenant disponible en
Français
</h1>
<div class="flex gap-10">
<a
href="#instructions"
class="w-fit rounded-md bg-purple-500 p-3 text-xl text-black transition-all
duration-300 hover:scale-105"
>
Installer
</a>
<a
href="https://github.com/lumap/oneshot-pancakes-fr-translation"
target="_blank"
class="w-fit rounded-md bg-gray-700 p-3 text-xl text-white transition-all duration-300
hover:scale-105"
>
Voir sur GitHub
</a>
</div>
</header>
<hr class="border-t border-black" />
<main class="flex flex-col gap-6">
<h1 class="text-center font-aller text-2xl">
Captures d'écran de la traduction
</h1>
<div class="relative">
<div
hidden
id="arrow-left"
class="absolute left-2 top-1/2 -translate-y-1/2 cursor-pointer rounded-full bg-black
bg-opacity-50 px-4 text-6xl text-white"
>
←
</div>
<div
id="arrow-right"
class="absolute right-2 top-1/2 -translate-y-1/2 cursor-pointer rounded-full bg-black
bg-opacity-50 px-4 text-6xl text-white"
>
→
</div>
<div id="gallery" class="flex gap-4 overflow-x-scroll pb-4">
<img
alt="Capture d'écran du jeu OneShot : l'épisode pancake"
class="max-h-96 w-full rounded-md"
src="assets/img/screen1.png"
/>
<img
alt="Capture d'écran du jeu OneShot : l'épisode pancake"
class="max-h-96 w-full rounded-md"
src="assets/img/screen2.png"
/>
<img
alt="Capture d'écran du jeu OneShot : l'épisode pancake"
class="max-h-96 w-full rounded-md"
src="assets/img/screen3.png"
/>
<img
alt="Capture d'écran du jeu OneShot : l'épisode pancake"
class="max-h-96 w-full rounded-md"
src="assets/img/screen4.png"
/>
</div>
</div>
<hr class="border-t border-black" />
<h1 id="instructions" class="text-center font-aller text-3xl">
Comment installer la traduction ?
</h1>
<div class="relative my-2 grid grid-rows-2 gap-4 lg:grid-cols-2 lg:grid-rows-1 place-items-center py-2">
<div
id="install-auto-select"
class="cursor-pointer rounded-lg border border-black border-opacity-100 p-4 text-center
transition-all duration-200"
>
<p class="select-none">Installation automatique (.exe)</p>
</div>
<div
id="install-manual-select"
class="cursor-pointer rounded-lg border border-black border-opacity-0 p-4 text-center
transition-all duration-200"
>
<p class="select-none text-center">Installation manuelle (.zip)</p>
</div>
<div
class="absolute left-1/2 top-0 h-full w-[1px] border-l border-gray-500 hidden lg:block"
></div>
</div>
<div id="install-auto-content">
<ol class="flex list-inside list-decimal flex-col gap-4 text-xl">
<li>
Téléchargez OneShot: Pancakes Episode sur
<a
class="text-blue-600 underline"
href="https://futurecatgames.itch.io/oneshot-pancake-episode"
target="_blank"
>
Itch.io
</a>
<img
alt="Logo de Itch.io"
class="w-full rounded-md shadow-md shadow-black lg:w-1/2"
src="assets/img/guide-itch.png"
/>
</li>
<li>
Téléchargez l'installeur
<a
href="/assets/installer.zip"
class="text-blue-600 underline"
download="installer.zip"
>
ici
</a>
</li>
<li>Dézippez l'archive et lancez le fichier .exe</li>
<li>
Sélectionnez le dossier dézippé de OneShot: Pancakes Episode puis
cliquez sur "Installer Le Patch".
<img
alt="Capture d'écran de l'installeur"
class="w-full rounded-md shadow-md shadow-black lg:w-1/2"
src="assets/img/guide-installer.png"
/>
</li>
<li>
Lancez le jeu, allez dans "Settings", puis "Language" et
sélectionnez "Français"
<img
alt="Capture d'écran du jeu OneShot : l'épisode pancake"
class="w-full rounded-md shadow-md shadow-black lg:w-1/2"
src="assets/img/guide-game-settings.png"
/>
</li>
<li>Profitez du jeu en Français !</li>
</ol>
</div>
<div id="install-manual-content" hidden>
<ol class="flex list-inside list-decimal flex-col gap-4 text-xl">
<li>
Téléchargez OneShot: Pancakes Episode sur
<a
class="text-blue-600 underline"
href="https://futurecatgames.itch.io/oneshot-pancake-episode"
target="_blank"
>
Itch.io
</a>
<img
alt="Logo de Itch.io"
class="w-full rounded-md shadow-md shadow-black lg:w-1/2"
src="assets/img/guide-itch.png"
/>
</li>
<li>Dézippez le jeu</li>
<li>
Téléchargez le patch
<a
href="/assets/manual-patch.zip"
class="text-blue-600 underline"
download="manual-patch.zip"
>
ici
</a>
</li>
<li>Dézippez le patch.</li>
<li>Déplacez les deux dossiers contenus dans le patch vers les fichers du jeu, en remplaçant les fichiers déjà existant.</li>
<li>
Lancez le jeu, allez dans "Settings", puis "Language" et
sélectionnez "Français"
<img
alt="Capture d'écran du jeu OneShot : l'épisode pancake"
class="w-full rounded-md shadow-md shadow-black lg:w-1/2"
src="assets/img/guide-game-settings.png"
/>
</li>
<li>Profitez du jeu en Français !</li>
</ol>
</div>
<hr class="border-t border-black" />
<h1 class="text-center font-aller text-3xl">
Cette traduction vous est présentée par...
</h1>
<div class="grid grid-cols-2 gap-6 lg:grid-cols-5">
<div class="flex flex-col items-center gap-2">
<a
href="https://straky.fr"
target="_blank"
class="w-1/2 transition-all duration-300 hover:scale-110"
>
<img
alt="Avatar de Straky"
class="rounded-md"
src="assets/img/straky.gif"
/>
</a>
<p class="text-center font-aller text-2xl">Straky</p>
<p class="text-center">Traducteur, Développeur</p>
</div>
<div class="flex flex-col items-center gap-2">
<a
href="https://github.com/lumap"
target="_blank"
class="w-1/2 transition-all duration-300 hover:scale-110"
>
<img
alt="Avatar de Lumap"
class="rounded-md"
src="assets/img/lumap.png"
/>
</a>
<p class="text-center font-aller text-2xl">Lumap</p>
<p class="text-center">Traducteur, Développeur</p>
</div>
<div class="flex flex-col items-center gap-2">
<a
href="https://technochips.fr"
target="_blank"
class="w-1/2 transition-all duration-300 hover:scale-110"
>
<img
alt="Avatar de Technochips"
class="rounded-md"
src="assets/img/technochips.png"
/>
</a>
<p class="text-center font-aller text-2xl">Technochips</p>
<p class="text-center">Traducteur</p>
</div>
<div class="flex flex-col items-center gap-2">
<a
href="https://twitter.com/Happy0503Gamer"
target="_blank"
class="w-1/2 transition-all duration-300 hover:scale-110"
>
<img
alt="Avatar de Happy"
class="rounded-md"
src="assets/img/happy.png"
/>
</a>
<p class="text-center font-aller text-2xl">Happy</p>
<p class="text-center">Relecteur</p>
</div>
<div class="flex flex-col items-center gap-2">
<a
href="https://x.com/Prime_Axiom"
target="_blank"
class="w-1/2 transition-all duration-300 hover:scale-110"
>
<img
alt="Avatar de Priax"
class="rounded-md"
src="assets/img/priax.png"
/>
</a>
<p class="text-center font-aller text-2xl">Priax</p>
<p class="text-center">Relecteur</p>
</div>
</div>
</main>
<hr class="border-t border-black" />
<footer class="font-aller">
<p>
© 2024, Straky (design et idée du site) et Lumap (programmation du
site)
</p>
<p>
Site disponible sur
<a
href="https://github.com/lumap/oneshot-pancakes-fr"
class="text-blue-600 underline"
target="_blank"
>
GitHub
</a>
et hébergé avec GitHub Pages
</p>
</footer>
<script src="assets/script.js"></script>
</body>
</html>