-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (71 loc) · 4.04 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
<!doctype html>
<html lang="en">
<head>
<title>Rouxles</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- My CSS -->
<link rel="stylesheet" href="/styles.css">
<!-- Icons -->
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
</script>
<div id="navbar">
<script src="/navbar/navbar.js"></script>
</div>
<div class="padding">
<div id="intro-box">
<div class="vertical-align">
<h1 id="main-title" class="horizontal-align display-3 title col-lg-6">Rouxles</h1>
</div>
</div>
</div>
<div id="welcome" class="padding">
<div class="horizontal-align col-lg-6">
<p>On this website you'll find some resources for the Roux method as well as general tips that I've gathered, as well as tips from other Roux solvers that I've gathered.</p>
<p>The resources here should be kept relatively up to date as long as I'm still cubing.</p>
</div>
</div>
<div class="darker-box padding">
<div class="horizontal-align col-lg-6">
<p><a href="https://www.youtube.com/c/Rouxles" target="_blank" class="link">Here's a link to my channel</a> where you can find my own solves and a few other small tips/reconstructions based around the Roux method.</p>
</div>
</div>
<div class="padding">
<div class="horizontal-align col-lg-6">
<p>Here are a few resources that you may want to look at: <small>(they will be in more detail within the step-specific pages)</small></p>
<ul>
<li><a href="https://discord.gg/B6GmMgq" target="_blank" class="link">Roux Method Speed Solvers Discord</a> - You'll find quite a few Roux solvers here, as well as a dedicated #resources channel.</li>
<li><a href="https://www.facebook.com/groups/1482303418674425/" target="_blank" class="link">Roux Method Speed Solvers Facebook</a> - Where it all started.</li>
<li><a href="https://www.reddit.com/r/rouxles/" target="_blank" class="link">My reconstruction page</a> - This subreddit contains mainly Roux reconstructions that you can look at and learn from if you prefer going at your own pace instead of watching a video.</li>
<li><a href="https://onionhoney.github.io/roux-trainers/" target="_blank" class="link">Zhouheng's Block Trainer</a></li>
<li><a href="https://cubegrass.appspot.com/block_trainer/" target="_blank" class="link">Cubegrass Block Trainer</a></li>
<li><a href="https://sites.google.com/view/kianroux/home" target="_blank" class="link">Kian's Website</a></li>
</ul>
</div>
</div>
<div class="darker-box padding">
<div class="horizontal-align col-lg-6">
<p>Even if the steps are treated as separate steps on this website, remember that you should be treating the steps as a transition to the next one rather than a binary switch.</p>
</div>
</div>
</body>
</html>