-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
289 lines (261 loc) · 9.35 KB
/
Copy pathindex.html
File metadata and controls
289 lines (261 loc) · 9.35 KB
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
<!doctype html>
<html lang="en" translate="no">
<head>
<!-- Google tag (gtag.js) segundo repo-->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-PW48J3HL7L"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-PW48J3HL7L");
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Qubik Timer – Speedcubing Timer Online</title>
<meta
name="description"
content="Qubik Timer is a speedcubing timer for the cubing community, built to practice 3x3 solves with fast scrambles and real-time timing to improve your speed and consistency online."
/>
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#0f0f0f" />
<link rel="canonical" href="https://qubiktimer.com/" />
<meta property="og:type" content="website" />
<meta
property="og:title"
content="Qubik Timer – Speedcubing Timer Online"
/>
<meta
property="og:description"
content="Practice speedcubing with fast scrambles and real-time timing. Improve your 3x3 solves with Qubik Timer, built for the cubing community."
/>
<meta property="og:url" content="https://qubiktimer.com/" />
<meta
property="og:image"
content="https://qubiktimer.com/src/Images/preview.png"
/>
<meta property="og:site_name" content="Qubik Timer" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="Qubik Timer – Speedcubing Timer Online"
/>
<meta
name="twitter:description"
content="Practice speedcubing with fast scrambles and real-time timing. Improve your 3x3 solves with Qubik Timer."
/>
<meta
name="twitter:image"
content="https://qubiktimer.com/src/Images/preview.png"
/>
<meta name="application-name" content="Qubik Timer" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="Qubik Timer" />
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
<link rel="icon" href="./src/Images/icon.png" type="image/png" />
<link rel="stylesheet" href="src/styles/main.css" />
<link
href="https://fonts.googleapis.com/css2?family=Oxanium:wght@300;400;500;600;700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined"
/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Qubik Timer",
"url": "https://qubiktimer.com/",
"description": "Speedcubing timer for 3x3 practice with scrambles and real-time timing.",
"applicationCategory": "BrowserApplication",
"operatingSystem": "All",
"image": "https://qubiktimer.com/src/Images/preview.png",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"featureList": [
"Speedcubing timer",
"Automatic scrambles",
"Real-time timing",
"3x3 practice tool"
]
}
</script>
</head>
<body>
<div class="contenedor">
<div class="ocultar"></div>
<nav class="navbar">
<div class="navbar__logo"></div>
<ul class="navbar__list">
<li class="navbar__item">
<a
href="https://www.instagram.com/qubik.timer/"
class="navbar__link navbar__link--social"
target="_blank"
rel="noopener noreferrer"
>
<ion-icon name="logo-instagram" class="navbar__icon"></ion-icon>
<span class="navbar__label">Instagram</span>
</a>
</li>
<li class="navbar__item">
<a
href="https://www.facebook.com/profile.php?id=61573262690471"
class="navbar__link navbar__link--social"
target="_blank"
rel="noopener noreferrer"
>
<ion-icon name="logo-facebook" class="navbar__icon"></ion-icon>
<span class="navbar__label">Facebook</span>
</a>
</li>
<li class="navbar__item">
<a
href="https://github.com/Eloxbdeveloper/Qubik-Timer-Professional-Speedcubing-Timer"
class="navbar__link navbar__link--social"
target="_blank"
rel="noopener noreferrer"
>
<ion-icon name="logo-github" class="navbar__icon"></ion-icon>
<span class="navbar__label">GitHub</span>
</a>
</li>
<li class="navbar__item">
<button
class="navbar__button js-open-donation-modal"
aria-label="Donate"
>
<span class="material-symbols-outlined navbar__icon"
>volunteer_activism</span
>
<span class="navbar__label">Donate</span>
</button>
</li>
<li class="navbar__item">
<button
class="navbar__button js-open-settings-modal"
aria-label="Settings"
>
<span class="material-symbols-outlined navbar__icon"
>settings</span
>
<span class="navbar__label">Settings</span>
</button>
</li>
</ul>
</nav>
<div class="selects_category">
<select class="select_categoria" aria-label="Select Category">
<option value="3x3" class="option">3x3</option>
<option value="3x3 OH" class="option">3x3 One Handed</option>
<option value="3x3 Blind" class="option">3x3 Blindfolded</option>
<option value="Coming Soon" class="option" disabled>
Coming Soon...
</option>
</select>
<select class="select_sesiones" aria-label="Select Session">
<option value="Session 1" class="option">Session 1</option>
<option value="Session 2" class="option">Session 2</option>
<option value="Session 3" class="option">Session 3</option>
</select>
</div>
<div class="scramble-menu">
<textarea
class="notacion"
readonly
aria-label="WCA Scramble Text"
></textarea>
<div class="botones">
<button
class="material-symbols-outlined btn2"
title="Refresh"
aria-label="Refresh Scramble"
>
refresh
</button>
<button
class="material-symbols-outlined btn2"
title="Edit"
aria-label="Edit Scramble Manually"
>
edit
</button>
<button
class="material-symbols-outlined btn2"
title="Copy"
aria-label="Copy Scramble"
>
content_copy
</button>
</div>
<p class="time">0.00</p>
<input
type="text"
class="manually_times"
aria-label="Input time manually"
/>
</div>
<div class="cubo"></div>
<div class="fila_front">
<div class="contenedor_data">
<div class="archivador"></div>
</div>
<div class="promedios"></div>
</div>
</div>
<div class="mobile">
<div class="overlay_card">
<div class="mobile-card">
<div class="banner-mobile"></div>
<span class="material-symbols-outlined mobile-icon">smartphone</span>
<h1 class="title_mobile">Mobile Version Not Available</h1>
<p class="text_mobile">
Qubik Timer is currently available only for desktop devices.
</p>
<div class="mobile-info">
<p>Minimum supported resolution</p>
<span>1024 × 512</span>
</div>
<p class="text_mobile secondary">
If you are using a computer and are still seeing this screen, try
reducing the browser zoom level or putting the browser window in
full screen.
</p>
<div class="mobile-footer">Mobile & Tablet Support Coming Soon</div>
</div>
</div>
</div>
<script src="./src/scrambler/scrambler_main.js" type="module"></script>
<script type="module" src="./src/core/main.js"></script>
<script
type="module"
src="./src/configuration/configuration_render.js"
></script>
<script
type="module"
src="./src/configuration/configuration_overlay.js"
></script>
<script type="module" src="./src/sessions/sessions.js"></script>
<script
type="module"
src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"
></script>
</body>
</html>