-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
266 lines (263 loc) · 14.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome Page</title>
<link href="./welcome.css" rel="stylesheet" />
<link href="./helpModal.css" rel="stylesheet" />
</head>
<body>
<div class="welcome_page">
<div class="intrance_frame">
<div class="play">
<div class="submit">
<span class="play_text">PLAY</span>
</div>
</div>
<div class="decription">
<span class="description_text">Solve 5 words using hints
to find the hidden word.
</span>
</div>
<div class="title">
<span class="title_text">SEQUENCES</span>
</div>
<div class="logo">
<div class="ces">
<div class="ces_box1 logo_boxs">
<span class="ces_letter1 logo_letters">C</span>
</div>
<div class="ces_box2 logo_boxs">
<span class="ces_letter2 logo_letters">E</span>
</div>
<div class="ces_box3 logo_boxs">
<span class="ces_letter3 logo_letters">S</span>
</div>
</div>
<div class="uen">
<div class="uen_box1 logo_boxs">
<span class="uen_letter1 logo_letters">U</span>
</div>
<div class="uen_box2 logo_boxs">
<span class="uen_letter2 logo_letters">E</span>
</div>
<div class="uen_box3 logo_boxs">
<span class="uen_letter3 logo_letters">N</span>
</div>
</div>
<div class="seq">
<div class="sec_box1 logo_boxs">
<span class="sec_letter1 logo_letters">S</span>
</div>
<div class="sec_box2 logo_boxs">
<span class="sec_letter2 logo_letters">E</span>
</div>
<div class="sec_box3 logo_boxs">
<span class="sec_letter3 logo_letters">Q</span>
</div>
</div>
</div>
</div>
<div class="help_menu">
<div class="exit_menu">
<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none">
<path d="M1 1L16 16M16 1L1 16" stroke="white" stroke-width="2" stroke-linecap="round" />
</svg>
</div>
<div class="help_container">
<div class="instructions">
<span class="instructions-titile">How to play</span>
<span class="Description">Use the hints to solve 5 words. Slide each word to find the hidden
word.</span>
<span class="examples">Examples</span>
</div>
<div class="first_step">
<span class="instructions-toRevealHints">Hover over empty boxes to reveal the hint.</span>
<div class="example_picture_1">
<div class="word_association">
<span class="word">WORD</span>
<div class="arrow_2">
<svg xmlns="http://www.w3.org/2000/svg" width="83" height="4" viewBox="0 0 83 4"
fill="none">
<path
d="M2.25082 0.5C1.42239 0.5 0.750816 1.17157 0.750816 2C0.750816 2.82843 1.42239 3.5 2.25082 3.5V0.5ZM82.0528 0.5L2.25082 0.5V3.5L82.0528 3.5V0.5Z"
fill="white" />
</svg>
</div>
</div>
<div class="hint_association">
<span class="word_hint">HINT</span>
<div class="arrow_1">
<svg xmlns="http://www.w3.org/2000/svg" width="46" height="4" viewBox="0 0 46 4"
fill="none">
<path
d="M2.08253 0.5C1.2541 0.5 0.582531 1.17157 0.582531 2C0.582531 2.82843 1.2541 3.5 2.08253 3.5V0.5ZM45.0528 0.5L2.08253 0.5V3.5L45.0528 3.5V0.5Z"
fill="white" />
</svg>
</div>
</div>
<span class="example-hint1">A shore of a body of water covered by sand, gravel.</span>
<div class="ex_word_1">
<div class="box_letter_box1">
<span class="letter_box_letter1">B</span>
</div>
<div class="box_letter_box2">
<span class="letter_box_letter2">E</span>
</div>
<div class="box_letter_box3">
<span class="letter_box_letter3">A</span>
</div>
<div class="box_letter_box4">
<span class="letter_box_letter4">C</span>
</div>
<div class="box_letter_box5">
<span class="letter_box_letter5">H</span>
</div>
</div>
</div>
</div>
<div class="second_step">
<span class="instructions-toRevealHints">Slide the words to find the hidden word.</span>
<div class="example_picture_2">
<div class="ex_word_4">
<div class="box_letter_box1">
<span class="letter_box_letter1">P</span>
</div>
<div class="box_letter_box2">
<span class="letter_box_letter2">L</span>
</div>
<div class="box_letter_box3 second_box_border">
<span class="letter_box_letter3">A</span>
</div>
<div class="box_letter_box4">
<span class="letter_box_letter4">T</span>
</div>
<div class="box_letter_box5">
<span class="letter_box_letter5">E</span>
</div>
</div>
<div class="ex_word_3">
<div class="box_letter_box1">
<span class="letter_box_letter1">T</span>
</div>
<div class="box_letter_box2">
<span class="letter_box_letter2">R</span>
</div>
<div class="box_letter_box3 second_box_border">
<span class="letter_box_letter3">A</span>
</div>
<div class="box_letter_box4">
<span class="letter_box_letter4">I</span>
</div>
<div class="box_letter_box5">
<span class="letter_box_letter5">N</span>
</div>
</div>
<div class="ex_word_2">
<div class="box_letter_box1">
<span class="letter_box_letter1">B</span>
</div>
<div class="box_letter_box2">
<span class="letter_box_letter2">E</span>
</div>
<div class="box_letter_box3 second_box_border">
<span class="letter_box_letter3">A</span>
</div>
<div class="box_letter_box4">
<span class="letter_box_letter4">C</span>
</div>
<div class="box_letter_box5">
<span class="letter_box_letter5">H</span>
</div>
</div>
<div class="right_slider">
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="77" viewBox="0 0 15 77" fill="none">
<path
d="M13.5 68.634C14.1667 69.0189 14.1667 69.9811 13.5 70.366L5.25 75.1292C4.58333 75.5141 3.75 75.0329 3.75 74.2631L3.75 64.7369C3.75 63.9671 4.58333 63.4859 5.25 63.8708L13.5 68.634Z"
fill="white" />
<path
d="M13.5 37.634C14.1667 38.0189 14.1667 38.9811 13.5 39.366L5.25 44.1292C4.58333 44.5141 3.75 44.0329 3.75 43.2631L3.75 33.7369C3.75 32.9671 4.58333 32.4859 5.25 32.8708L13.5 37.634Z"
fill="white" />
<path
d="M13.5 6.63397C14.1667 7.01888 14.1667 7.98113 13.5 8.36603L5.25 13.1292C4.58333 13.5141 3.75 13.0329 3.75 12.2631L3.75 2.73686C3.75 1.96706 4.58333 1.48593 5.25 1.87083L13.5 6.63397Z"
fill="white" />
</svg>
</div>
<div class="left_slider">
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="77" viewBox="0 0 15 77" fill="none">
<path
d="M1.5 70.366C0.833333 69.9811 0.833334 69.0189 1.5 68.634L9.75 63.8708C10.4167 63.4859 11.25 63.9671 11.25 64.7369L11.25 74.2631C11.25 75.0329 10.4167 75.5141 9.75 75.1292L1.5 70.366Z"
fill="white" />
<path
d="M1.5 39.366C0.833333 38.9811 0.833334 38.0189 1.5 37.634L9.75 32.8708C10.4167 32.4859 11.25 32.9671 11.25 33.7369L11.25 43.2631C11.25 44.0329 10.4167 44.5141 9.75 44.1292L1.5 39.366Z"
fill="white" />
<path
d="M1.5 8.36602C0.833333 7.98112 0.833334 7.01887 1.5 6.63397L9.75 1.87083C10.4167 1.48593 11.25 1.96706 11.25 2.73686L11.25 12.2631C11.25 13.0329 10.4167 13.5141 9.75 13.1292L1.5 8.36602Z"
fill="white" />
</svg>
</div>
</div>
</div>
<div class="final_steps">
<span class="instructions-toRevealHints">The hidden word was CAT!</span>
<div class="example_picture_3">
<div class="ex_word_2 final_first_row">
<div class="box_letter_box1">
<span class="letter_box_letter1">B</span>
</div>
<div class="box_letter_box2">
<span class="letter_box_letter2">E</span>
</div>
<div class="box_letter_box3">
<span class="letter_box_letter3">A</span>
</div>
<div class="box_letter_box4 final_box_border">
<span class="letter_box_letter4">C</span>
</div>
<div class="box_letter_box5">
<span class="letter_box_letter5">H</span>
</div>
</div>
<div class="ex_word_3 final_second_row">
<div class="box_letter_box1">
<span class="letter_box_letter1">T</span>
</div>
<div class="box_letter_box2">
<span class="letter_box_letter2">R</span>
</div>
<div class="box_letter_box3 final_box_border">
<span class="letter_box_letter3">A</span>
</div>
<div class="box_letter_box4">
<span class="letter_box_letter4">I</span>
</div>
<div class="box_letter_box5">
<span class="letter_box_letter5">N</span>
</div>
</div>
<div class="ex_word_4 final_last_row">
<div class="box_letter_box1">
<span class="letter_box_letter1">P</span>
</div>
<div class="box_letter_box2">
<span class="letter_box_letter2">L</span>
</div>
<div class="box_letter_box3">
<span class="letter_box_letter3">A</span>
</div>
<div class="box_letter_box4 final_box_border">
<span class="letter_box_letter4">T</span>
</div>
<div class="box_letter_box5">
<span class="letter_box_letter5">E</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="welcome-script.js"></script>
</body>
</html>