-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
471 lines (426 loc) · 26.4 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
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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Speedcubing Complete</title>
<!-- font-awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- --------- Owl-Carousel ------------------->
<link rel="stylesheet" href="./css/owl.carousel.min.css">
<link rel="stylesheet" href="./css/owl.theme.default.min.css">
<!-- ------------ AOS Library ------------------------- -->
<link rel="stylesheet" href="./css/aos.css">
<!-- Custom Style -->
<link rel="stylesheet" href="./css/Style.css">
</head>
<body>
<!-- Navbar -->
<nav class="nav">
<div class="nav-menu flex-row">
<div class="nav-brand">
<a href="Index.html" class="text-gray">Speedcubing Complete</a>
</div>
<div class="toggle-collapse">
<div class="toggle-icons">
<i class="fas fa-bars"></i>
</div>
</div>
<div>
<ul class="nav-items">
<li class="nav-link nl1">
<a href="./assets/cubePages/learnPage/index.html">Learn</a>
</li>
<li class="nav-link nl2">
<a href="./assets/cubeTimer/index.html">Timer</a>
</li>
<li class="nav-link nl3">
<a href="./assets/rubiksQuiz/index.html">Quiz</a>
</li>
<li class="nav-link nl3">
<a href="./assets/scc-algorithms/index.html">Algorithms</a>
</li>
<li class="nav-link nl4">
<a href="https://speedcubingcomplete.blogspot.com/">Blogs</a>
</li>
<li class="nav-link nl4">
<a href="./underConst.html">About us</a>
</li>
<li class="nav-link nl5">
<a href="./assets/resources/index.html">More</a>
</li>
</ul>
</div>
<div class="social text-gray">
<a href="https://www.facebook.com/speedcubingComplete/" target="_black"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.instagram.com/speedcubingcomplete/" target="_black"><i class="fab fa-instagram"></i></a>
<a href="https://twitter.com/SpeedcubingC" target="_black"><i class="fab fa-twitter"></i></a>
<a href="https://www.youtube.com/channel/UC1mKM2CET5iQ4jE5RN6uhLg" target="_black"><i class="fab fa-youtube"></i></a>
</div>
</div>
</nav>
<!-- Navbar ends -->
<!-- Main Section -->
<main>
<!-- Site Title -->
<section class="site-title">
<div class="site-background" data-aos="fade-up" data-aos-delay="100">
<h3>BE A</h3>
<h1 id='bold'>SPEEDCUBER</h1>
<h1>OF TOMORROW</h1>
<!-- <button class="btn">Explore</button> -->
</div>
<svg id="wave" style="transform:rotate(0deg); transition: 0.3s" viewBox="0 0 1440 250" version="1.1" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="sw-gradient-0" x1="0" x2="0" y1="1" y2="0"><stop stop-color="rgba(255, 255, 255, 1)" offset="0%"></stop><stop stop-color="rgba(255, 255, 255, 1)" offset="100%"></stop></linearGradient></defs><path style="transform:translate(0, 0px); opacity:1" fill="url(#sw-gradient-0)" d="M0,200L120,183.3C240,167,480,133,720,137.5C960,142,1200,183,1440,166.7C1680,150,1920,75,2160,41.7C2400,8,2640,17,2880,37.5C3120,58,3360,92,3600,120.8C3840,150,4080,175,4320,187.5C4560,200,4800,200,5040,204.2C5280,208,5520,217,5760,200C6000,183,6240,142,6480,129.2C6720,117,6960,133,7200,125C7440,117,7680,83,7920,79.2C8160,75,8400,100,8640,100C8880,100,9120,75,9360,75C9600,75,9840,100,10080,95.8C10320,92,10560,58,10800,50C11040,42,11280,58,11520,83.3C11760,108,12000,142,12240,162.5C12480,183,12720,192,12960,195.8C13200,200,13440,200,13680,166.7C13920,133,14160,67,14400,62.5C14640,58,14880,117,15120,129.2C15360,142,15600,108,15840,108.3C16080,108,16320,142,16560,150C16800,158,17040,142,17160,133.3L17280,125L17280,250L17160,250C17040,250,16800,250,16560,250C16320,250,16080,250,15840,250C15600,250,15360,250,15120,250C14880,250,14640,250,14400,250C14160,250,13920,250,13680,250C13440,250,13200,250,12960,250C12720,250,12480,250,12240,250C12000,250,11760,250,11520,250C11280,250,11040,250,10800,250C10560,250,10320,250,10080,250C9840,250,9600,250,9360,250C9120,250,8880,250,8640,250C8400,250,8160,250,7920,250C7680,250,7440,250,7200,250C6960,250,6720,250,6480,250C6240,250,6000,250,5760,250C5520,250,5280,250,5040,250C4800,250,4560,250,4320,250C4080,250,3840,250,3600,250C3360,250,3120,250,2880,250C2640,250,2400,250,2160,250C1920,250,1680,250,1440,250C1200,250,960,250,720,250C480,250,240,250,120,250L0,250Z"></path></svg>
</section>
<!-- Site title Ends -->
<!-- Intro Section -->
<section>
<div class="intro">
<h1>Welcome To The Speedcubing Complete</h1>
<h2>Our Mission is to provide concise cubing tutorials and best resources available to help you get faster.
</h2>
</div>
</section>
<!-- Intro ends -->
<!-- Carousel -->
<section>
<div class="blog">
<div class="container">
<div class="owl-carousel owl-theme blog-post">
<div class="blog-content" data-aos="fade-right" data-aos-delay="200">
<img src="./assets/cd-img2.png" alt="post-1">
<div class="blog-title">
<h2>3x3x3 CUBE</h2>
<a href="./assets/cubePages/3x3/index.html">
<button class="btn btn-blog">Learn</button>
</a>
<span><a href="https://www.youtube.com/channel/UC1mKM2CET5iQ4jE5RN6uhLg" target="_black"><i class="fab fa-youtube"></i></a></span>
</div>
</div>
<div class="blog-content" data-aos="fade-in" data-aos-delay="200">
<img src="./assets/cd-img1.png" alt="post-1">
<div class="blog-title">
<h2>2x2x2 CUBE</h2>
<a href="./assets/cubePages/2x2/index.html">
<button class="btn btn-blog">Learn</button>
</a>
<span><a href="https://www.youtube.com/channel/UC1mKM2CET5iQ4jE5RN6uhLg" target="_black"><i class="fab fa-youtube"></i></a></span>
</div>
</div>
<div class="blog-content" data-aos="fade-left" data-aos-delay="200">
<img src="./assets/cd-img3.png" alt="post-1">
<div class="blog-title">
<h2>4x4x4 CUBE</h2>
<a href="./assets/cubePages/4x4/index.html">
<button class="btn btn-blog">Learn</button>
</a>
<span><a href="https://www.youtube.com/channel/UC1mKM2CET5iQ4jE5RN6uhLg" target="_black"><i class="fab fa-youtube"></i></a></span>
</div>
</div>
<div class="blog-content" data-aos="fade-right" data-aos-delay="200">
<img src="./assets/cd-img1.png" alt="post-1">
<div class="blog-title">
<h2>More Puzzles</h2>
<a href="./assets/cubePages/learnPage/index.html">
<button class="btn btn-blog">Explore</button>
</a>
<span><a href="https://www.youtube.com/channel/UC1mKM2CET5iQ4jE5RN6uhLg" target="_black">WCA & Non-WCA</a></span>
</div>
</div>
</div>
<div class="owl-navigation">
<span class="owl-nav-prev"><i class="fas fa-long-arrow-alt-left"></i></span>
<span class="owl-nav-next"><i class="fas fa-long-arrow-alt-right"></i></span>
</div>
</div>
</div>
</section>
<!-- Carousel ends -->
<!-- Main Content -->
<section class="container">
<div class="site-content">
<div class="posts">
<div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./assets/Blog-post/blog.jpeg" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<span> <i class="fas fa-blog text-gray"></i> <a href="./assets/scc-blogs/index.html">BLOGS</a> </span>
<!-- <span><i class="fas fa-calendar-alt text-gray"></i> January 14, 2019</span>
<span>2 Commets</span> -->
</div>
</div>
<div class="post-title">
<a href="https://speedcubingcomplete.blogspot.com/2022/01/introduction-to-speedcubing-what-is.html">Introduction To Speedcubing</a>
<p>Speedcubing is a fun and addictive activity which involves solving Rubik's Cube and Puzzles as soon as possible. It is a great brain training tool. It is a combination of solving efficiently but also quickly. Rubik's Cube has been a popular source of entertainment across the world for decades. It is incredibly simple, yet surprisingly complex - a paradox in real sense.
</p>
<a href="https://speedcubingcomplete.blogspot.com/2022/01/introduction-to-speedcubing-what-is.html"><button class="btn post-btn">Read More <i class="fas fa-arrow-right"></i></button></a>
</div>
</div>
<hr>
<div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./assets/Blog-post/cubetimer.jpg" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<span> <i class="fas fa-clock text-gray"></i> Cube Timers and Trainers </span>
<!-- <span><i class="fas fa-calendar-alt text-gray"></i> January 16, 2019</span>
<span>7 Commets</span> -->
</div>
</div>
<div class="post-title">
<a href="#">Looking For A Cube Timer?</a>
<p>Solving Rubik's cube and puzzles is a fun activity, and timing your solves makes it more challenging and interesting. Try our cube timer and share your times on twitter and tag us.
</p>
<a href="./assets/Trainers/index.html">
<button class="btn post-btn">Click Here <i class="fas fa-arrow-right"></i></button>
</a>
</div>
</div>
<hr>
<div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./assets/Blog-post/cubestimulator.jpg" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<span> <i class="fas fa-cube text-gray"></i> 3D Rubik's Cube on your computer </span>
<!-- <span><i class="fas fa-calendar-alt text-gray"></i> January 19, 2019</span>
<span>5 Commets</span> -->
</div>
</div>
<div class="post-title">
<a href="#">Rubik's Cube Simulator</a>
<p>Don't have a Rubik's Cube with you? Play with this Rubik's cube Simulator.
</p>
<a href="./underConst.html">
<button class="btn post-btn">Play <i class="fas fa-arrow-right"></i></button>
</a>
</div>
</div>
<hr>
<div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./assets/Blog-post/cubegames.png" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<span><i class="fas fa-dot-circle text-gray"></i> Eat</span>
<span><i class="fas fa-dot-circle text-gray"></i> Sleep</span>
<span><i class="fas fa-dot-circle text-gray"></i> Cube</span>
<span><i class="fas fa-dot-circle text-gray"></i> Repeat</span>
</div>
</div>
<div class="post-title">
<a href="#">Games</a>
<p>
Take Quizzes and Play wide range of games online
</p>
<a href="./underConst.html"><button class="btn post-btn">Play <i class="fas fa-arrow-right"></i></button></a>
</div>
</div>
</div>
<aside class="sidebar">
<div class="category">
<h2>Rubik's Cube and Puzzles</h2>
<ul class="category-list">
<li class="list-items" data-aos="fade-left" data-aos-delay="100">
<a href="https://speedcubingcomplete.blogspot.com/">Blogs</a>
<!-- <span>(05)</span> -->
</li>
<li class="list-items" data-aos="fade-left" data-aos-delay="200">
<a href="https://speedcubingcomplete.blogspot.com/2022/01/5-tips-to-be-sub-30-on-3x3.html">Speedcubing</a>
</li>
<li class="list-items" data-aos="fade-left" data-aos-delay="300">
<a href="./assets/scc-algorithms/index.html">Learn Algorithms</a>
</li>
<!-- <li class="list-items" data-aos="fade-left" data-aos-delay="300">
<a href="#">Hints, Tips And Solutions</a>
</li> -->
<li class="list-items" data-aos="fade-left" data-aos-delay="400">
<a href="./assets/Trainers/index.html">Timers and Trainers</a>
</li>
<li class="list-items" data-aos="fade-left" data-aos-delay="500">
<a href="#">Quiz And Games</a>
</li>
</ul>
</div>
<div class="popular-post">
<h2>Other Resources</h2>
<div class="post-content" data-aos="flip-up" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./assets/Blog-post/memePage.jpg" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<span><i class="fab fa-instagram"></i> @just.cubing.things</span>
</div>
</div>
<div class="post-title">
<a href="https://www.instagram.com/just.cubing.things/">Follow Our Meme Page</a>
</div>
</div>
<div class="post-content" data-aos="flip-up" data-aos-delay="300">
<div class="post-image">
<div>
<img src="./assets/Blog-post/non-wca.jpg" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<!-- <span><i class="fas fa-calendar-alt text-gray"></i> </span>
<span>2 Commets</span> -->
</div>
</div>
<div class="post-title">
<a href="#">Check out these Non-Wca puzzles</a>
</div>
</div>
<div class="post-content" data-aos="flip-up" data-aos-delay="400">
<div class="post-image">
<div>
<a href='./assets/IdealCube4U/index.html'>
<img src="./assets/Blog-post/pic7.jpg" class="img" alt="blog1">
</a>
</div>
<div class="post-info flex-row">
<span>Ideal Cube For You</span>
<span></span>
</div>
</div>
<div class="post-title">
<a href="./assets/IdealCube4u/index.html">Are you confused that which cube you should buy? Not anymore </a>
</div>
</div>
<div class="post-content" data-aos="flip-up" data-aos-delay="500">
<div class="post-image">
<div>
<img src="./assets/Blog-post/pic1.jpg" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<!-- <span><i class="fas fa-calendar-alt text-gray"></i> January 14,
2019</span>
<span>2 Commets</span> -->
</div>
</div>
<div class="post-title">
<a href="#">Must try patterns</a>
</div>
</div>
<!-- <div class="post-content" data-aos="flip-up" data-aos-delay="600">
<div class="post-image">
<div>
<a href="./assets/scc-algorithms/index.html"><img src="./assets/Blog-post/pic2.jpg" class="img" alt="blog1"></a>
</div>
<div class="post-info flex-row">
<span>R U R' U'</span>
</div>
</div>
<div class="post-title">
<a href="./assets/scc-algorithms/index.html">Learn Algorithms</a>
</div>
</div> -->
<div class="post-content" data-aos="flip-up" data-aos-delay="600">
<div class="post-image">
<div>
<img src="./assets/Blog-post/mustknowwebsites.jpg" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<!-- <span><i class="fas fa-calendar-alt text-gray"></i> January 14,
2019</span>
<span>2 Commets</span> -->
</div>
</div>
<div class="post-title">
<a href="./underConst.html">Cubing websites you must know</a>
</div>
</div>
</div>
<div class="newsletter" data-aos="fade-up" data-aos-delay="300">
<h2>Newsletter</h2>
<div class="form-element">
<input type="text" class="input-element" placeholder="Email">
<button class="btn form-btn">Subscribe</button>
</div>
</div>
<div class="popular-tags">
<h2>Popular Tags</h2>
<div class="tags flex-row">
<span class="tag" data-aos="flip-up" data-aos-delay="100">Rubiks Cube</span>
<span class="tag" data-aos="flip-up" data-aos-delay="200">speedcubing</span>
<span class="tag" data-aos="flip-up" data-aos-delay="300">cubing</span>
<span class="tag" data-aos="flip-up" data-aos-delay="400">Cubeography</span>
<span class="tag" data-aos="flip-up" data-aos-delay="500">youtube</span>
<span class="tag" data-aos="flip-up" data-aos-delay="600">rubix</span>
<span class="tag" data-aos="flip-up" data-aos-delay="700">3x3</span>
<span class="tag" data-aos="flip-up" data-aos-delay="800">solving</span>
</div>
</div>
</aside>
</div>
</section>
<!-- Main site content ends here -->
</main>
<!-- Section end -->
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="about-us" data-aos="fade-right" data-aos-delay="200">
<h2>About us</h2>
<p>Speedcubing Complete is a project to help all the Rubik's Cube enthusiast across the World to Learn how to solve Rubik's Cube and get faster. We at Speedcubing Complete aim to provide quality content which will help you become an elite cuber. </p>
</div>
<div class="newsletter" data-aos="fade-right" data-aos-delay="200">
<h2>Newsletter</h2>
<p>Stay update with our latest</p>
<div class="form-element">
<input type="text" placeholder="Email"><span><i class="fas fa-chevron-right"></i></span>
</div>
</div>
<div class="instagram" data-aos="fade-left" data-aos-delay="200">
<h2>Instagram</h2>
<div class="flex-row">
<img src="./assets/instagram/ig-1.png" alt="insta1">
<img src="./assets/instagram/ig-2.png" alt="insta2">
<img src="./assets/instagram/ig-3.png" alt="insta3">
</div>
<div class="flex-row">
<img src="./assets/instagram/ig-4.png" alt="insta4">
<img src="./assets/instagram/ig-5.png" alt="insta5">
<img src="./assets/instagram/ig-6.png" alt="insta6">
</div>
</div>
<div class="follow" data-aos="fade-left" data-aos-delay="200">
<h2>Follow us</h2>
<p>Let us be Social</p>
<div>
<a href="https://www.facebook.com/speedcubingComplete/" target="_black"><i class="fab fa-facebook-f"></i></a>
<a href="https://twitter.com/SpeedcubingC" target="_black"><i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com/speedcubingcomplete/" target="_black"><i class="fab fa-instagram"></i></a>
<a href="https://www.youtube.com/channel/UC1mKM2CET5iQ4jE5RN6uhLg" target="_black"><i class="fab fa-youtube"></i></a>
</div>
</div>
</div>
<div class="rights flex-row">
<h4 class="text-gray">
Copyright ©2021 All rights reserved
<a href="https://www.youtube.com/channel/UC1mKM2CET5iQ4jE5RN6uhLg" target="_black">@SpeedCubing Complete <i class="fab fa-youtube"></i>
Channel</a>
</h4>
</div>
<div class="move-up">
<span><i class="fas fa-arrow-circle-up fa-2x"></i></span>
</div>
</footer>
<!-- Footer ends -->
<!-- Scripts -->
<!-- Jquery Library file -->
<script src="./js/Jquery3.4.1.min.js"></script>
<!-- --------- Owl-Carousel js ------------------->
<script src="./js/owl.carousel.min.js"></script>
<!-- ------------ AOS js Library ------------------------- -->
<script src="./js/aos.js"></script>
<!-- Custom Javascript file -->
<script src="./js/main.js"></script>
</body>
</html>