-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
220 lines (196 loc) · 7.69 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
<!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" />
<!-- CSS -->
<link rel="stylesheet" href="assets/css/global.css" />
<link rel="stylesheet" href="assets/css/icons.css" />
<link rel="stylesheet" href="assets/css/header.css" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/footer.css" />
<!-- Color Mode -->
<link rel="stylesheet" href="assets/css/color-mode/color-mode.css" />
<link rel="stylesheet" href="assets/css/color-mode/light-mode.css" />
<link rel="stylesheet" href="assets/css/color-mode/dark-mode.css" />
<!-- Languages Menu -->
<link
rel="stylesheet"
href="assets/css/languages-menu/languages-menu.css"
/>
<!-- Languages Menu - Language Options -->
<link
rel="stylesheet"
href="assets/css/languages-menu/languages-options/language-options.css"
/>
<!-- Languages Menu - Language Options - Language Option -->
<link
rel="stylesheet"
href="assets/css/languages-menu/languages-options/languages-option/language-option.css"
/>
<!-- Shortcuts -->
<link rel="stylesheet" href="assets/css/shortcuts/shortcuts.css" />
<link rel="stylesheet" href="assets/css/shortcuts/shortcuts__h3.css" />
<!-- Shortcuts - Shortcut -->
<link rel="stylesheet" href="assets/css/shortcuts/shortcut/shortcut.css" />
<link
rel="stylesheet"
href="assets/css/shortcuts/shortcut/shortcut__h4.css"
/>
<!-- Versions -->
<link rel="stylesheet" href="assets/css/versions/versions.css" />
<link rel="stylesheet" href="assets/css/versions/versions__title.css" />
<!-- Versions - Versions Options -->
<link
rel="stylesheet"
href="assets/css/versions/versions-options/versions-options.css"
/>
<!-- Versions - Versions Options - Version List -->
<link
rel="stylesheet"
href="assets/css/versions/versions-options/version-list/version-list.css"
/>
<link
rel="stylesheet"
href="assets/css/versions/versions-options/version-list/v1.css"
/>
<link
rel="stylesheet"
href="assets/css/versions/versions-options/version-list/v2.css"
/>
<link
rel="stylesheet"
href="assets/css/versions/versions-options/version-list/version-title.css"
/>
<link
rel="stylesheet"
href="assets/css/versions/versions-options/version-list/version-option.css"
/>
<title>Memory Game | Home</title>
</head>
<body class="en_us dark_mode">
<header class="header">
<h1>Memory Game</h1>
</header>
<main class="main">
<h2>Welcome to the Memory Game - 2023!</h2>
<svg
id="globe-icon"
role="button"
xmlns="http://www.w3.org/2000/svg"
fill-rule="evenodd"
clip-rule="evenodd"
>
<path
d="M12.02 0c6.614.011 11.98 5.383 11.98 12 0 6.623-5.376 12-12 12-6.623 0-12-5.377-12-12 0-6.617 5.367-11.989 11.981-12h.039zm3.694 16h-7.427c.639 4.266 2.242 7 3.713 7 1.472 0 3.075-2.734 3.714-7m6.535 0h-5.523c-.426 2.985-1.321 5.402-2.485 6.771 3.669-.76 6.671-3.35 8.008-6.771m-14.974 0h-5.524c1.338 3.421 4.34 6.011 8.009 6.771-1.164-1.369-2.059-3.786-2.485-6.771m-.123-7h-5.736c-.331 1.166-.741 3.389 0 6h5.736c-.188-1.814-.215-3.925 0-6m8.691 0h-7.685c-.195 1.8-.225 3.927 0 6h7.685c.196-1.811.224-3.93 0-6m6.742 0h-5.736c.062.592.308 3.019 0 6h5.736c.741-2.612.331-4.835 0-6m-12.825-7.771c-3.669.76-6.671 3.35-8.009 6.771h5.524c.426-2.985 1.321-5.403 2.485-6.771m5.954 6.771c-.639-4.266-2.242-7-3.714-7-1.471 0-3.074 2.734-3.713 7h7.427zm-1.473-6.771c1.164 1.368 2.059 3.786 2.485 6.771h5.523c-1.337-3.421-4.339-6.011-8.008-6.771"
/>
</svg>
<div class="color-mode">
<button class="color-mode__button color-mode__moon" type="button">
<svg
class="color-mode__icon"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M3 11.5066C3 16.7497 7.25034 21 12.4934 21C16.2209 21 19.4466 18.8518 21 15.7259C12.4934 15.7259 8.27411 11.5066 8.27411 3C5.14821 4.55344 3 7.77915 3 11.5066Z"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
</button>
</div>
<section class="languages-menu">
<aside class="shortcuts">
<h3>Shortcuts</h3>
<div class="shortcut" id="color-mode-shortcut">
<h4>Switch Dark/Light Mode:</h4>
<p>Key: C</p>
</div>
<div class="shortcut" id="languages-shortcut">
<h4>Switch Language:</h4>
<p>Key: L</p>
</div>
<div class="shortcut" id="toggle-menu-shortcut">
<h4>Open/Close Menu:</h4>
<p>Key: M</p>
</div>
</aside>
<h2>Languages (Idiomas):</h2>
<div class="language-options">
<button class="language-option">English - US</button>
<button class="language-option">Português - BR</button>
</div>
</section>
<section class="versions">
<h3 class="versions__title">Versions</h3>
<section class="versions-options">
<ul class="version-list v1">
<li class="version-title v1-title">Version 1.0</li>
<li class="version-option" role="button">
<a
id="simple-version"
href="v1.0/index.html"
target="_self"
rel="next"
>Simple Version</a
>
</li>
</ul>
<ul class="version-list v2">
<li class="version-title v2-title">Version 2.0</li>
<li class="version-option" role="button">
<a
id="v-option1"
href="v2.0/esm/en-us/public/"
target="_self"
rel="next"
>Complete Version - Option 1</a
>
</li>
<li class="version-option" role="button">
<a
id="v-option2"
href="v2.0/single-js/en-us/public/"
target="_self"
rel="next"
>Complete Version - Option 2</a
>
</li>
</ul>
</section>
</section>
</main>
<footer class="footer">
<a
class="footer__link"
href="https://github.com/guilhermescr/memory-game"
target="_blank"
rel="external"
>
<svg
id="github-icon"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
>
<path
d="M10.9,2.1c-4.6,0.5-8.3,4.2-8.8,8.7c-0.5,4.7,2.2,8.9,6.3,10.5C8.7,21.4,9,21.2,9,20.8v-1.6c0,0-0.4,0.1-0.9,0.1 c-1.4,0-2-1.2-2.1-1.9c-0.1-0.4-0.3-0.7-0.6-1C5.1,16.3,5,16.3,5,16.2C5,16,5.3,16,5.4,16c0.6,0,1.1,0.7,1.3,1c0.5,0.8,1.1,1,1.4,1 c0.4,0,0.7-0.1,0.9-0.2c0.1-0.7,0.4-1.4,1-1.8c-2.3-0.5-4-1.8-4-4c0-1.1,0.5-2.2,1.2-3C7.1,8.8,7,8.3,7,7.6C7,7.2,7,6.6,7.3,6 c0,0,1.4,0,2.8,1.3C10.6,7.1,11.3,7,12,7s1.4,0.1,2,0.3C15.3,6,16.8,6,16.8,6C17,6.6,17,7.2,17,7.6c0,0.8-0.1,1.2-0.2,1.4 c0.7,0.8,1.2,1.8,1.2,3c0,2.2-1.7,3.5-4,4c0.6,0.5,1,1.4,1,2.3v2.6c0,0.3,0.3,0.6,0.7,0.5c3.7-1.5,6.3-5.1,6.3-9.3 C22,6.1,16.9,1.4,10.9,2.1z"
/>
</svg>
<p id="repository-txt">Repository</p>
</a>
<span>|</span>
<a
class="footer__link"
href="https://github.com/guilhermescr/"
target="_blank"
rel="external"
>
@guilhermescr
</a>
</footer>
<script src="assets/js/main.js"></script>
</body>
</html>