-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
143 lines (115 loc) · 6.13 KB
/
about.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
<!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">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="./images/icon.png">
<title>About - Seby's Square-1 Site</title>
</head>
<body>
<header>
<div id="navbar">
<div><a href="./index.html">SSS</a></div>
<div><b style="color:gray;"><i>About</i></b></div>
<div><a href="./resources.html">Resources</a></div>
</div>
<div id="settings"><a target="_blank" href="https://wo0fle.github.io/links/">🐶</a><!-- naming this settings just in case I decide to add a light mode some day, or any other thing that would require config --></div>
</header>
<page-content>
<h1><u>About SSS</u></h1>
<h3><i>Click on the dropdowns below to learn more!</i></h3><br>
<details>
<summary>
<h1><i>Who are you?</i></h1>
<span class="icon"><h1>▾</h1></span>
</summary>
<p><br>
<div>I'm <a class="external" href="https://www.worldcubeassociation.org/persons/2018AMAD01" target="_blank">Seby</a>!</div><br>
<div>I'm not famous or well-known at all. I'm just a dude who likes Square-1.</div><br>
<div>I also (occassionally) make other types of content outside of cubing, which you can check out by clicking the 🐶 at the top right of any page (or just <a target="_blank" href="https://wo0fle.github.io/links/">click here</a>). Just keep in mind, I'm not super active.</div>
<br><br><hr>
</p>
</details><br>
<details>
<summary>
<h1><i>Are you even good?</i></h1>
<span class="icon"><h1>▾</h1></span>
</summary>
<p><br>
<div>Currently, I average around 11-12 seconds. I'm in the midst of learning CSP, so that should go down a little bit after that.</div><br>
<div>Hopefully.</div><br>
<div>I have a <a href="https://docs.google.com/spreadsheets/d/15dot1QWll_xn6hznctb-NupgsdgWCc-u_Qk8p05LzNA/edit?usp=sharing" target="_blank">plan</a> for further improvement!</div>
<br><br><hr>
</p>
</details><br>
<details>
<summary>
<h1><i>What is Lin?</i></h1>
<span class="icon"><h1>▾</h1></span>
</summary>
<p><br>
<div>The <b>Lin Method</b>, created by Tse-Kan Lin (<b>not <a href="https://www.youtube.com/watch?v=TkiRhTBLGFU&list=PLOpbiWJoHksWeKHpLRuAjyZm0jr0CLFHF" target="_blank">Brandon Lin</a></b>), is a speedsolving method for the Square-1 that is similar to Roux for the 3x3.</div><br>
<div>Its steps are:</div><br>
<div>1. Cubeshape</div>
<div>2. First Block</div>
<div>3. Second Block + DB edge</div>
<div>4. Corner Permutation + solve DF edge</div>
<div>5. Permute Last Layer Edges</div><br>
<div><b>Note:</b> There are lots of variations within and throughout these steps, especially as you get more advanced. The ones I listed are what a beginner would need to learn.</div><br>
<div>I learned Lin using <a href="https://youtu.be/OLrFbXhIyj8?si=6NWtBNcah7QgV8x0" target="_blank">this tutorial</a> by BenChrzti on Youtube, but there are <a href="https://www.youtube.com/results?search_query=lin+tutorial+square-1" target="_blank">many others</a> out there.</div>
<br><br><hr><br>
</p>
</details><br>
<details>
<summary>
<h1><i>Why do you use Lin?</i></h1>
<span class="icon"><h1>▾</h1></span>
</summary>
<p><br>
<div>I'm actually not sure. I've been using Lin for as long as I remember solving Square-1.</div>
<br><br><hr>
</p>
</details><br>
<details>
<summary>
<h1><i>Why does this site exist?</i></h1>
<span class="icon"><h1>▾</h1></span>
</summary>
<p><br>
<div>I created this site as a place to keep all the algorithms and techniques I personally use (or plan on using) in one place.</div><br>
<div>You can also think of it as a record of my advancement through Lin: the more the site has, the more advanced I've become.</div><br>
<div>Also, I really like making little websites. The reasons above were perfect excuses for making another one. :]</div>
<br><br><hr>
</p>
</details><br>
<details>
<summary>
<h1><i>How'd you generate the Square-1 images on this site?</i></h1>
<span class="icon"><h1>▾</h1></span>
</summary>
<p><br>
<div>I created <a href="https://sq1-img-gen.reflex.run" target="_blank">my own Square-1 image generator</a>, and used that!</div><br>
<div><b>WARNING</b>: The site is in light mode by default! If you want to change it, click on the icon at the bottom right.</div>
<br><br><hr>
</p>
</details><br>
<details>
<summary>
<h1><i>I have another question / comment / concern not listed here!</i></h1>
<span class="icon"><h1>▾</h1></span>
</summary>
<p><br>
<div>If you are in the <a href="https://discord.gg/eu2rqzAREh" target="_blank">Sq1-ers Discord Server</a>, send me (_woofle_) a message!</div><br>
<br><br><hr><br>
</p>
</details>
<ul>
<li><a href="./index.html">Home</a></li>
</ul>
</page-content>
<footer><div id="cool-guy"><a target="_blank" href="https://github.com/Wo0fle/square-1">random content will be made</a></div></footer>
<script src="main.js"></script>
</body>
</html>