-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (39 loc) · 1.5 KB
/
index.html
File metadata and controls
42 lines (39 loc) · 1.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>3-Style Trainer</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="header">
<a href="about.html" class="basics">About Page</a>
</div>
<div class="main">
<h1>Welcome</h1>
<p>Here is an example of a 3-style alg: </p>
<div class="explain">
<script src="https://cdn.cubing.net/js/cubing/twisty" type="module"></script>
<twisty-player alg="R F' R' R' D R U R' D' R U' R F R'"></twisty-player>
<!-- [R F' R' : [R' D R, U]] -->
<p>The 3-Style method is an advanced technique for solving the 3×3 Rubik’s Cube blindfolded (3BLD). It involves using three distinct algorithms or “styles” to efficiently solve the corners, edges, and orientations of the cube. This method requires a strong foundation in blindfolded solving and familiarity with advanced cube notation. <a href="http://cubesolv.com/archives/207">[Source]</a></p>
</div>
<p></p>
</div>
<div class="plans">
<h2>What's coming</h2>
<div class="items">
<p>Resource list</p>
<p>Trainer</p>
<p>Timer</p>
<p>Letter pair sheet maker</p>
<p>Memo practice</p>
<p>Execution practice</p>
</div>
</div>
<div class="footer">
<p></p>
</div>
</body>
</html>