-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
417 lines (364 loc) · 14.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
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
<!DOCTYPE html>
<html lang="fr">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-V1RDHTJSDW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-V1RDHTJSDW');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MRGQDX6N');</script>
<!-- End Google Tag Manager -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2631008307109231"
crossorigin="anonymous"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="Stand.png" type="image/x-icon">
<link rel="shortcut icon" href="Stand.png" type="image/x-icon">
<link rel="stylesheet" href="styles.css">
<title>Appel The Adventure - Une aventure épique</title>
<style>/* Reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Arial, sans-serif;
}
/* Styles de base */
body {
font-family: 'Arial', sans-serif;
background-color: #f4f4f4;
color: #000000;
}
h1, h2 {
color: #fab113;
}
a {
text-decoration: none;
}
header h1 {
font-size: 2.5em;
}
/* Section de présentation */
.pres{
border-bottom: 5px solid #000000;
}
.text-content {
flex: 1;
margin-right: 20px;
text-align: left;
}
.image-content {
flex: 1;
text-align: center;
}
.text-content h2 {
font-size: 2.5em;
margin-bottom: 20px;
}
.text-content p {
font-size: 1.2em;
background-color: rgba(28, 28, 28, 0.843);
padding: 20px;
display: inline-block;
border-radius: 15px;
}
/* Bannière avec plus d'images */
.banner-images {
padding: 40px 0;
background-color: #f9f9f9;
}
.images-container {
display: flex;
overflow: hidden;
justify-content: center;
gap: 10px;
}
.about {
padding: 50px;
text-align: left;
display: flex;
gap: 20px;
border-bottom: 15px solid #000000;
padding: 50px;
position: relative;
background: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0));
background-size: cover;
background-position: center;
color: white;
text-decoration-color: #eaeaeaef;
}
.about-content {
flex: 2;
}
.about-images {
flex: 1;
display: flex;
flex-direction: column;
gap: 20px;
}
.about-img {
width: 100%;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
}
.about-img:hover {
transform: scale(1.05);
}
/* Galerie d'images */
.gallery {
padding: 50px;
background-color: #fff;
text-align: center
}
.links {
text-align: center;
padding: 20px;
background-color: rgba(0, 0, 0, 0.7);
color: #fff;
}
.links2 {
text-align: center;
text-decoration-color: #fff;
}
.links2:hover {
text-transform: scale(1.05);
color: #207900;
}
.img3 {
width: 50%;
}
.img3:hover {
text-transform: scale(1.05);
}
.links1 {
text-align: center;
padding: 20px;
background-color: rgba(255, 255, 255, 0);
text-decoration-color: #fff;
color: #ffffff;
}
.button {
display: inline-block;
padding: 10px 20px;
font-size: 1.2em;
color: white;
background-color: #57a112;
border: none;
border-radius: 5px;
text-decoration: none;
margin-top: 20px;
transition: transform 0.3s ease;
}
.button:hover{
background-color: rgb(104, 148, 77);
transform: scale(1.1);
}
.SCLA {
transition: transform 0.3s ease;
}
.SCLA:hover {
transform: scale(1.1);
}
.navbar img {
width: 180px;
height: auto;
transition: transform 0.3s ease;
}
.navbar img:hover {
transform: scale(1.2);
}
.presentation {
display: flex;
justify-content: space-between;
align-items: center;
padding: 30px;
border-bottom: 15px solid #000000;
position: relative;
background: linear-gradient(rgba(0, 0, 0, 0.793), rgba(0, 0, 0, 0.607)),
url('img1.png');
background-size: cover;
background-position: center;
color: white;
text-decoration-color: #eaeaeaef;
}
.green-box {
width: 250px;
height: 250px;
background-color: #57a112;
display: flex;
justify-content: center;
align-items: center;
}
/* Carré blanc (contient le carré noir) */
.white-box {
width: 150px;
height: 150px;
background-color: #ffffff;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
/* Carré noir (pupille) */
.black-box {
width: 30px;
height: 30px;
background-color: #000000;
position: absolute;
transition: transform 0.1s ease;
}
.join-section {
border-bottom: 5px solid #000000;
padding: 50px;
position: relative;
background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
url('code.jpg');
background-size: cover;
background-position: center;
color: white;
}
.cont{
display: flex; /* Active Flexbox */
justify-content: space-between; /* Écarte les éléments entre le bord et l'image */
align-items: center; /* Centre verticalement les éléments */
height: 50vh; /* Exemple : pour centrer verticalement sur toute la hauteur */
padding: 20px;
}
.titre{
align-items:center; text-align: center;border-bottom: 5px solid #000000;padding: 80px 10px 10px 10px;border-bottom: 15px solid #000000;
position: relative;
background: linear-gradient(rgba(0, 0, 0, 0.793), rgba(0, 0, 0, 0.607)),
url('img1.png');
background-size: cover;
background-position: center;
color: white;
text-decoration-color: #eaeaeaef;}
.titre img{
transition: transform 0.1s ease;
}
.titre img:hover{
transform: scale(1.1);
}
@media (max-width: 768px) {
section {
flex-direction: column;
text-align: center;
}
.text, .image {
max-width: 90%;
}
.navbar a{
font-size: 14px;
}
}
</style>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MRGQDX6N"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- En-tête avec titre et navigation -->
<div class="navbar">
<br>
<br>
<img src="Titre.png" alt="Logo" href="Galery/index.html" >
<ul>
<li><a href="Galery/index.html">Play</a></li>
<li><a href="Cours/index.html">Article et cours</a></li>
<li><a href="#about">About</a></li>
<li><a href="#links">Membre</a></li>
</ul>
</div>
<section class="titre">
<br>
<a href="Galery/Appel-The-Adventure/index.html"><image src="Titre.png"></image></a>
</section>
<!-- Section de présentation avec image et texte -->
<section class="presentation" >
<div class="cont">
</div>
<div class="text-content">
<p>Dans <strong>Appel The Adventure</strong>, explorez des mondes fantastiques, affrontez des ennemis redoutables, et résolvez des énigmes captivantes. Développé avec TurboWarp, ce jeu offre une expérience fluide et immersive, en intégrant des fonctionnalités avancées comme le mode sombre, des modules personnalisés, et la compatibilité avec JavaScript pour un gameplay plus dynamique.</p>
<p>Grâce aux extensions de TurboWarp, vous aurez accès à des fonctionnalités exclusives telles que l'utilisation des gamepads, la manipulation de texte, et bien plus encore pour vous immerger dans l'univers du jeu.</p>
<div style="text-align: center;">
<a href="Galery/index.html" class="button">Voir Appel-The-Adventure 1.4</a></div>
<div style="text-align: center;">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSf6G0ZL1XgEyNGycppVCkFcZCaeK_GVL8lsAdpTM0DegU2gpg/viewform?usp=pp_url&entry.881122868=5" class="button">Sondage sur le jeu</a>
</div>
</div>
<div class="image-content" style="padding: 10px;">
<img src="Galery/image1.png" alt="Présentation du jeu" style="border-radius: 15px; width: 520px;" class="SCLA">
</div>
</section>
<!-- Ajout de plus d'images : Bande de screenshots -->
<!-- À propos du jeu avec images supplémentaires -->
<section id="about" class="about" style="border-bottom: 15px solid #000000;">
<div class="about-content" style="color: #eaeaeaef; padding: 15px;">
<div class="text-content">
<h2>- À propos du développement -</h2>
<p>Nous aimons remixer des jeux existants créés avec Scratch ou en développer de nouveaux à partir de zéro. Cela nous permet d'explorer des idées uniques et d'améliorer continuellement nos compétences en programmation.</p>
<p>Que ce soit en remixant ou en créant, nous cherchons toujours à offrir des jeux amusants et innovants. Merci à <a href="https://scratch.mit.edu/users/griffpatch/" style="color: #f4f4f4;"><em><u>Griffpatch</u></em></a> pour son inspiration !</p>
</div><img class="about-img" src="Turbowarp_logo.png" style="width: 50%; text-align:left; padding: 35px;">
</div>
<div class="about-images">
<a href="https://scratch.mit.edu/users/griffpatch/" target="_blank"><img src="grifp.png" alt="Griffpatch links" class="about-img"></a>
<a href="https://github.com/Eaielectronic" target="_blank"> <img src="git-d.png" alt="My count" class="about-img"></a>
</div>
</section>
<!-- Vidéo de présentation -->
<!-- Section Rejoignez -->
<!-- Section Rejoignez -->
<section id="rejoignez" class="join-section">
<h2 style="text-align: center; color: #ff5f5f; font-size: 2.5em; margin-bottom: 20px;">Rejoignez-nous !</h2>
<p style="font-size: 1.2em; line-height: 1.6; margin-bottom: 40px; text-align: center;">
Rejoignez notre communauté et plongez au cœur de l’aventure ! Que vous soyez développeur, créateur ou simple passionné, vous pouvez participer activement au projet en vous inscrivant sur nos plateformes. Partagez vos idées et suivez les mises à jour sur GitHub, découvrez nos vidéos et astuces sur YouTube, ou créez un compte pour accéder à des contenus exclusifs et échanger directement avec d'autres membres.
<br><br>Nous encourageons l’implication de chacun, car chaque contribution, grande ou petite, aide à enrichir l’expérience et à faire grandir notre univers commun.
</p>
<!-- Conteneur pour les images et boutons -->
<div style="display: flex; justify-content: center; align-items: center; gap: 20px;">
<!-- Logo GitHub à gauche -->
<!-- Boutons d'action centrés -->
<div style="display: flex; justify-content: center; gap: 20px;">
<a href="https://github.com/Eaielectronic" class="button" style="display: inline-block; padding: 15px 30px; font-size: 1.2em; background-color: white; color: white; text-decoration: none; border-radius: 5px; text-align: center;"><img src="github1.png" alt="Logo GitHub" style="width: 80px; height: auto;"></a>
<a href="https://www.youtube.com/@Craftelectron-qv2uj" class="button" style="display: inline-block; padding: 15px 30px; font-size: 1.2em; background-color: white; color: white; text-decoration: none; border-radius: 5px; text-align: center;"><img src="youtube.png" alt="Logo GitHub" style="width: 100px; height: auto;"></a>
</div>
</div>
</section>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2631008307109231"
crossorigin="anonymous"></script>
<ins class="adsbygoogle"
style="display:block; text-align:center;"
data-ad-layout="in-article"
data-ad-format="fluid"
data-ad-client="ca-pub-2631008307109231"
data-ad-slot="7557046147"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<!-- Liens externes -->
<section id="links" class="links">
<h2>Abouts</h2>
<div class="links2">
<a class="links1" href="https://scratch.mit.edu/users/SERPENT1867/">Scratch</a>
<a class="links1" href="https://turbowarp.org/">TurboWarp</a>
<a class="links1" href="https://github.com/Eaielectronic">GitHub</a>
<a class="links1" href="">Desktop</a>
<a class="links1" href="#">Crédits</a>
</div>
</section>
<!-- Pied de page -->
<footer>
<p>© 2024 Appel The Adventure. Tous droits réservés.</p>
</footer>
</body>
</html>