-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
222 lines (200 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.1">
<title>Inazuma Eleven Randomizer</title>
<link rel="stylesheet" href="web_styles.css">
</head>
<body>
<div id="pop-up" class="pop-up">
<div class="pop-up-content">
<span class="close">×</span>
<h2>Welcome to Early Access!</h2>
<p>Thank you for trying out our early access website. This is the first version intended for testing and
gathering feedback to improve the tool. If you encounter any bugs or issues, please don't hesitate to
let us know on Discord.</p>
<a href="https://discord.gg/SD9KK3GpVm" class="Pop-discord-btn" target="_blank">Join the Discord server</a>
<a href="https://www.patreon.com/ownstudio" class="Pop-patreon-btn" target="_blank">Patreon</a>
</div>
</div>
<div class="separator"></div>
<p id="label-title">
<span>Random Draft Inazuma Eleven</span>
</p>
<div id="content">
<div id="selection">
<select id="combo-box1">
<!-- Options pour le premier combo box -->
<option value="default">Select a game</option>
<option value="optionIE1">Inazuma Eleven 1</option>
<option value="optionIE2">Inazuma Eleven 2</option>
<option value="optionIE3">Inazuma Eleven 3</option>
<option value="optionIEGO">Inazuma Eleven GO</option>
<option value="optionIEGOCS">Inazuma Eleven GO Chrono Stones</option>
<option value="optionIEGOGALAXY">Inazuma Eleven GO Galaxy</option>
<option value="optionIEARES">Inazuma Eleven Ares</option>
<option value="optionIEORION">Inazuma Eleven Orion</option>
<option value="optionIEALL">Inazuma Eleven ALL Characters</option>
<option value="optionIEBETAVR">Beta Inazuma Eleven Victory Road</option>
<!-- Ajoutez d'autres options au besoin -->
</select>
<select id="combo-box2">
<!-- Options pour le deuxième combo box -->
<option value="default">Select an option</option>
<option value="optionFOR">Formation</option>
<option value="optionGK">Goalkeeper</option>
<option value="optionDF">Defender</option>
<option value="optionMF">Midfielder</option>
<option value="optionFW">Forward</option>
<option value="optionCoach">Coach</option>
<!-- Ajoutez d'autres options au besoin -->
</select>
</div>
<div id="double-button">
<button id="start-button" class="select-button">Start Random Pick</button>
<button id="refresh-button"></button>
</div>
</div>
<div class="separator"></div>
<!-- Template répété 5 fois -->
<div class="team-container">
<div class="team-template">
<div id="Team_Text_1" class="team-text">Team 1</div>
<img id="IMG_Charcter_1" src="Resource/character-placeholder.png" alt="Random Character Image">
<div id="Name_Text_1" class="name-text">First Name Last Name - Gender</div>
<button id="buttonSelected1" class="select-button">Select</button>
</div>
<div class="team-template">
<div id="Team_Text_2" class="team-text">Team 2</div>
<img id="IMG_Charcter_2" src="Resource/character-placeholder.png" alt="Random Character Image">
<div id="Name_Text_2" class="name-text">First Name Last Name - Gender</div>
<button id="buttonSelected2" class="select-button">Select</button>
</div>
<div class="team-template">
<div id="Team_Text_3" class="team-text">Team 3</div>
<img id="IMG_Charcter_3" src="Resource/character-placeholder.png" alt="Random Character Image">
<div id="Name_Text_3" class="name-text">First Name Last Name - Gender</div>
<button id="buttonSelected3" class="select-button">Select</button>
</div>
</div>
<div id="img_down_row" class="team-container">
<div class="team-template">
<div id="Team_Text_4" class="team-text">Team 4</div>
<img id="IMG_Charcter_4" src="Resource/character-placeholder.png" alt="Random Character Image">
<div id="Name_Text_4" class="name-text">First Name Last Name - Gender</div>
<button id="buttonSelected4" class="select-button">Select</button>
</div>
<div class="team-template">
<div id="Team_Text_5" class="team-text">Team 5</div>
<img id="IMG_Charcter_5" src="Resource/character-placeholder.png" alt="Random Character Image">
<div id="Name_Text_5" class="name-text">First Name Last Name - Gender</div>
<button id="buttonSelected5" class="select-button">Select</button>
</div>
</div>
<div class="separator"></div>
<p id="label-your-team">
<span>Your Team</span>
</p>
<div class="custom-elements">
<img id="Your_Team_Formation" src="Resource/field.svg" alt="Field Image"
style="max-width: 90px; max-height: 90px;">
<div class="character-grid">
<!-- 8x2 grid de character-placeholder.png -->
<!-- L'image character-placeholder.png est répétée 16 fois pour créer une grille 8x2 -->
<!-- Vous pouvez ajuster le chemin et le style des images en fonction de vos besoins -->
<div class="set">
<img id="pic1_selected" src="Resource/character-placeholder.png" alt="Character Image"
style="max-width: 50px; max-height: 50px;">
<span class="grid-name" id="name1_selected">Name</span>
</div>
<div class="set">
<img id="pic2_selected" src="Resource/character-placeholder.png" alt="Character Image"
style="max-width: 50px; max-height: 50px;">
<span class="grid-name" id="name2_selected">Name</span>
</div>
<div class="set">
<img id="pic3_selected" src="Resource/character-placeholder.png" alt="Character Image"
style="max-width: 50px; max-height: 50px;">
<span class="grid-name" id="name3_selected">Name</span>
</div>
<div class="set">
<img id="pic4_selected" src="Resource/character-placeholder.png" alt="Character Image"
style="max-width: 50px; max-height: 50px;">
<span class="grid-name" id="name4_selected">Name</span>
</div>
<div class="set">
<img id="pic5_selected" src="Resource/character-placeholder.png" alt="Character Image"
style="max-width: 50px; max-height: 50px;">
<span class="grid-name" id="name5_selected">Name</span>
</div>
<div class="set">
<img id="pic6_selected" src="Resource/character-placeholder.png" alt="Character Image"
style="max-width: 50px; max-height: 50px;">
<span class="grid-name" id="name6_selected">Name</span>
</div>
<div class="set">
<img id="pic7_selected" src="Resource/character-placeholder.png" alt="Character Image"
style="max-width: 50px; max-height: 50px;">
<span class="grid-name" id="name7_selected">Name</span>
</div>
<div class="set">
<img id="pic8_selected" src="Resource/character-placeholder.png" alt="Character Image"
style="max-width: 50px; max-height: 50px;">
<span class="grid-name" id="name8_selected">Name</span>
</div>
<div class="set">
<img id="pic9_selected" src="Resource/character-placeholder.png" alt="Character Image"
style="max-width: 50px; max-height: 50px;">
<span class="grid-name" id="name9_selected">Name</span>
</div>
<div class="set">
<img id="pic10_selected" src="Resource/character-placeholder.png" alt="Character Image"
style="max-width: 50px; max-height: 50px;">
<span class="grid-name" id="name10_selected">Name</span>
</div>
<div class="set">
<img id="pic11_selected" src="Resource/character-placeholder.png" alt="Character Image"
style="max-width: 50px; max-height: 50px;">
<span class="grid-name" id="name11_selected">Name</span>
</div>
<div class="set">
<img id="pic12_selected" src="Resource/character-placeholder.png" alt="Character Image"
style="max-width: 50px; max-height: 50px;">
<span class="grid-name" id="name12_selected">Name</span>
</div>
<div class="set">
<img id="pic13_selected" src="Resource/character-placeholder.png" alt="Character Image"
style="max-width: 50px; max-height: 50px;">
<span class="grid-name" id="name13_selected">Name</span>
</div>
<div class="set">
<img id="pic14_selected" src="Resource/character-placeholder.png" alt="Character Image"
style="max-width: 50px; max-height: 50px;">
<span class="grid-name" id="name14_selected">Name</span>
</div>
<div class="set">
<img id="pic15_selected" src="Resource/character-placeholder.png" alt="Character Image"
style="max-width: 50px; max-height: 50px;">
<span class="grid-name" id="name15_selected">Name</span>
</div>
<div class="set">
<img id="pic16_selected" src="Resource/character-placeholder.png" alt="Character Image"
style="max-width: 50px; max-height: 50px;">
<span class="grid-name" id="name16_selected">Name</span>
</div>
</div>
<img id="Your_Team_Coach" src="Resource/character-placeholder.png" alt="Character Image"
style="max-width: 90px; max-height: 90px;">
</div>
<div class="separator"></div>
<script src="web_script.js"></script>
</body>
<footer>
<div class="credits" style="color: black;">
<p>Copyright © 2024. Made by <a href="https://twitter.com/FuRyMatZ">FuRyMatZ</a>. All rights reserved. Powered
by <a href="https://twitter.com/FuRyMatZ">Own Studio</a></Own>
</p>
</div>
</footer>
</html>