-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (58 loc) · 4.59 KB
/
index.html
File metadata and controls
65 lines (58 loc) · 4.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Speedsolving Timer Pro</title>
<link href="style.css" rel="stylesheet">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<nav>
<div>
<span>World Cube Association</span>
<span>Unofficial Fan-Made Design Concept</span>
</div>
</nav>
<main>
<h2>Speedsolving Timer Pro</h2>
<h1>Form meets function.</h1>
<a href="./renders/side.png" target="_blank"><img src="./renders/side.jpg" alt="Side view of timer"></a>
<h3>Speedsolving Timer Pro is designed from the ground up by speedsolvers, for speedsolvers. Dual Bluetooth and audio jack output enables connectivity for any device. An inspection mode simulates a judge at a real competition. And a vast array of quality-of-life features make it the most versatile and powerful timer ever.</h3>
<a href="./renders/bottom.png" target="_blank"><img class="left" src="./renders/bottom.jpg" alt="Bottom view of timer"></a>
<h4>Never not connect your timer again.</h4>
<p>Speedsolving Timer Pro features a 3.5-millimeter port for connecting to tournament displays and traditional desktop PCs. Four openings on each side allow you to run your cable through whichever one is closest to your computer. However, many audio jacks on laptops and phones only work for output, requiring the purchase of a dongle. That's why Speedsolving Timer Pro is also equipped with Bluetooth. So whether you're at home or out and about, you can be confident that it will work with whatever device you're using.</p>
<a href="./renders/top.png" target="_blank"><img class="right" src="./renders/top.jpg" alt="Top view of timer"></a>
<h4>No stopwatch necessary.</h4>
<p>Speedsolving Timer Pro is designed just for cubers. Holding down the power button for five seconds toggles inspection mode, which is indicated by a sound volume icon. Placing your hands on the pads triggers a 15-second countdown and the pair of stereo speakers on each end call out 8 and 12 seconds. Holding the pads again starts the timer, which will automatically apply a +2 penalty or DNF if you've gone overtime. And the third decimal point is neatly tucked away off to the bottom right corner of the display, making writing down times ever so slightly easier for judges.</p>
<div class="left">
<a href="./renders/batteries.png" target="_blank"><img src="./renders/batteries.jpg" alt="View inside battery compartment"></a>
<h4>Never lose your cable again.</h4>
<p>The battery compartment is easily accessible with no tools and features two AAA batteries and a space to store your cable.</p>
</div>
<div class="right">
<a href="./renders/stacked.png" target="_blank"><img src="./renders/stacked.jpg" alt="Timers stacked on top of each other"></a>
<h4>Easy to store and transport.</h4>
<p>The rectangular design facilitates storage in moving boxes and the raised interface locks right into the bottom inset to minimize jiggling.</p>
</div>
<div class="left">
<a href="./renders/feet.png" target="_blank"><img src="./renders/feet.jpg" alt="View of holes for mat and rubber feet"></a>
<h4>Backwards compatible.</h4>
<p>Speedsolving Timer Pro can be used with G3 and G4 mats as a drop-in upgrade. No mat? No problem. Two strips of rubber run along the outer edges to help keep the timer in place.</p>
</div>
<div class="right">
<a href="./renders/interface.png" target="_blank"><img src="./renders/interface.jpg" alt="View of display, power button, and green and red LEDs"></a>
<h4>Where's the reset button?</h4>
<p>Instead of making the reset button harder to activate, the timer simply auto-resets when you start another solve. This renders worrying about lost times a thing of the past without making drilling short algorithms needlessly painful!</p>
</div>
<footer>
This is a concept design of if the WCA developed my "dream" cubing timer.
<br>
<a href="viewer.html">View interactive 3D model</a>
<br>
<a href="https://github.com/danielzting/speedsolving-timer-pro">Download assets</a>
<br>
<br>
</footer>
</main>
</body>
</html>