-
Notifications
You must be signed in to change notification settings - Fork 0
/
more.html
213 lines (209 loc) · 12 KB
/
more.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" ></script>
<script src="https://kit.fontawesome.com/d392aae976.js" crossorigin="anonymous"></script>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css" integrity="sha512-YWzhKL2whUzgiheMoBFwW8CKV4qpHQAEuvilg9FAn5VJUDwKZZxkJNuGM4XkWuk94WCrrwslk8yWNGmY1EduTA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="css/animations.css">
<link rel="icon" href="uploads/images/fav.png" type="image/x-icon">
<title>The Cubology</title>
</head>
<body onload="loadinganim(); achievement_main();achievement_checker();">
<!-- Loading Animation -->
<div class="row-loading col-12 center center-text" id="loader">
<div class="rubiks-loader">
<div class="cube">
<!-- base position -->
<div class="face front piece justanotherrow-top column-left yellow"></div>
<div class="face front piece justanotherrow-top column-centre green"></div>
<div class="face front piece justanotherrow-top column-right white"></div>
<div class="face front piece justanotherrow-centre column-left blue"></div>
<div class="face front piece justanotherrow-centre column-centre green"></div>
<div class="face front piece justanotherrow-centre column-right blue"></div>
<div class="face front piece justanotherrow-bottom column-left green"></div>
<div class="face front piece justanotherrow-bottom column-centre yellow"></div>
<div class="face front piece justanotherrow-bottom column-right red"></div>
<!-- first step: E', equator inverted -->
<div class="face down piece justanotherrow-top column-centre green"></div>
<div class="face down piece justanotherrow-centre column-centre red"></div>
<div class="face down piece justanotherrow-bottom column-centre white"></div>
<!-- second step: M, middle -->
<div class="face right piece justanotherrow-centre column-left yellow"></div>
<div class="face right piece justanotherrow-centre column-centre green"></div>
<div class="face right piece justanotherrow-centre column-right blue"></div>
<!-- third step: L, left -->
<div class="face up piece justanotherrow-top column-left yellow"></div>
<div class="face up piece justanotherrow-centre column-left blue"></div>
<div class="face up piece justanotherrow-bottom column-left green"></div>
<!-- fourth step: D, down -->
<div class="face left piece justanotherrow-bottom column-left green"></div>
<div class="face left piece justanotherrow-bottom column-centre yellow"></div>
<div class="face left piece justanotherrow-bottom column-right red"></div>
</div>
</div>
<div class="know col-3">
<h1 class="heading inconsolata">DID YOU KNOW</h1>
<p class="bodying inconsolata"></p>
</div>
</div>
<!-- BODY OF THE HOME PAGE AND OTHER PAGES AS WELL -->
<div id="body" style="display: none;">
<nav class="navbar navbar-expand-lg navbar-light bg-light dropdown-menu-right" style="float:right;" id="navbar">
<a class="navbar-brand" href="index"><img src="uploads/images/logo.png" class="logo" width="250em" alt="Logo"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="features">Features</a>
</li>
<li class="nav-item">
<a class="nav-link dropdown" href="learn3x3">Learn The 3x3</a>
</li>
<li class="nav-item">
<div class="dropdown">
<button class="nav-link active" type="button" data-toggle="dropdown" aria-expanded="false">
More Puzzles
</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="more#2x2">Learn The 2x2</a>
<a class="dropdown-item" href="more#3x3">Learn The 4x4</a>
</div>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="solve">Solve My Cube</a>
</li>
<li class="nav-item">
<div class="dropdown">
<button class="nav-link" type="button" data-toggle="dropdown" aria-expanded="false">
Store
</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="https://www.cubelelo.com/" target="_blank">Cubelelo</a>
<a class="dropdown-item" href="https://www.gancube.com/" target="_blank">GanCube</a>
<a class="dropdown-item" href="https://www.thecubicle.com/" target="_blank">The Cubicle</a>
<a class="dropdown-item" href="https://ruwix.com/shop/" target="_blank">Ruwix</a>
<a class="dropdown-item" href="https://speedcubeshop.com/" target="_blank">Speed Cube Shop</a>
</div>
</div>
</li>
<li class="nav-item">
<div class="dropdown">
<button class="nav-link" type="button" data-toggle="dropdown" aria-expanded="false">
Other
</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="other#tos">Terms of Service</a>
<a class="dropdown-item" href="other#privacy">Privacy Policy</a>
</div>
</div>
</li>
<li class="nav-item" id="nav-link-download" style="display: none">
<a class="nav-link" href="download">Download</a>
</li>
</ul>
</div>
<button class="downloadcolor center-text " id="download" onclick="window.location='download'"><span class="roboto bold">DOWNLOAD</span></button>
</nav>
<div class="cube-content" style="margin-top: 100px;">
<h2 class="inconsolata bold cube-title" animation typing-effect="true" typing-text="More Cubes:" typing-responsive="770"><span class="cursor"></span></h2>
<div class="know-more" animation="scaleout 1s forwards">
<label class="bold" id="2x2">
<input type='checkbox' />
Learn The 2x2<span class="triangle_down op-0" animation="distorted-pop 0.5s 1s forwards"></span>
</label>
<div class="additional-info">
<h2>Step 1. White Layer</h2>
<div class="move-image-holder no-border center-img">
<div class="move-image">
<img src="uploads/images/cube-solve/2x2/white-layer-1.png" alt="white-layer" class="cube-img img-inverted">
</div>
<div class="move-image">
<img src="uploads/images/arrow.png" alt="arrow" class="cube-arrow">
</div>
<div class="move-image">
<img src="uploads/images/cube-solve/2x2/white-layer-2.png" alt="white-layer" class="cube-img img-inverted">
</div>
</div>
<h4>Before solving anything, do this <span class="basic-link" onclick="clickanimation('4-move')">4-move sequence</span> sequence repeatedly until you have it memorized. It will be very important in Step 1 and Step 3!</h4>
<div id="4-move">
<h4><u>4-move sequence:</u></h4>
<div class="move-image-holder center-img">
<div class="move-image">
<img src="uploads/images/cube-solve/2x2/white-layer-solve-1-1.png" alt="white-layer" class="cube-img">
</div>
<div class="move-image">
<img src="uploads/images/cube-solve/2x2/white-layer-solve-1-2.png" alt="white-layer" class="cube-img">
</div>
<div class="move-image">
<img src="uploads/images/cube-solve/2x2/white-layer-solve-1-3.png" alt="white-layer" class="cube-img">
</div>
<div class="move-image">
<img src="uploads/images/cube-solve/2x2/white-layer-solve-1-4.png" alt="white-layer" class="cube-img">
</div>
<div class="move-image">
<img src="uploads/images/cube-solve/2x2/white-layer-solve-1-5.png" alt="white-layer" class="cube-img">
</div>
</div>
<h4>Find any white piece, and hold the cube so that white faces the bottom. This solves the first piece of the white layer.</h4>
<div class="move-image-holder center-img">
<div class="move-image">
<img src="uploads/images/cube-solve/2x2/white-layer-solve-2-1.png" alt="white-layer" class="cube-img img-inverted">
</div>
<div class="move-image small">
<h6 class="info-note">Rotate Cube</h6>
<img class="cube-arrow small" src="uploads/images/arrow.png" alt="arrow" />
</div>
<div class="move-image">
<img src="uploads/images/cube-solve/2x2/white-layer-solve-2-2.png" alt="white-layer" class="cube-img img-inverted">
</div>
</div>
</div>
</div>
</div>
<div class="know-more" animation="scaleout 1s forwards">
<label class="bold" id="4x4">
<input type='checkbox' />
Learn The 4x4<span class="triangle_down op-0" animation="distorted-pop 0.5s 1s forwards"></span>
</label>
<div class="additional-info">
<h2>Step 1. </h2>
</div>
</div>
</div>
<div class="footer">
<div class="section" style="width: 30%; cursor: pointer;" onclick="window.location='#top'">
<img src="uploads/images/cube_logo_footer.png" style="width: 50px; float: left;">
<h5 class="inconsolata">© 2022 The Cubology</h5>
</div>
<div class="section" style="width: 40%;">
<a class="footer-link" href="mailto:[email protected]?subject=The Cubology - Support">Support</a>
<a class="footer-link" href="other#tos">Terms of Service</a>
<a class="footer-link" href="other#privacy">Privacy Policy</a>
<a class="footer-link" href="#top">Back to Top</a>
</div>
<div class="section">
<h5 class="inconsolata">Affiliated with <a href="https://github.com/themyth1710" target="_blank">TheMyth1710</a></h5>
</div>
</div>
</div>
<script src="main.js"></script>
<script src="loading.js"></script>
<script src="onscroll.js"></script>
<script src="achievements.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tilt.js/1.2.1/tilt.jquery.min.js"></script>
</body>
</html>