-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
165 lines (161 loc) · 9.3 KB
/
404.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
<!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" type="button" data-toggle="dropdown" aria-expanded="false">
More Puzzles
</button>
<div class="dropdown-menu" id="more-drop">
<a class="dropdown-item" href="https://jperm.net/2x2" target="_blank">Learn The 2x2</a>
<a class="dropdown-item" href="https://jperm.net/4x4" target="_blank">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" toggleClass>
<button class="nav-link" type="button" data-toggle="dropdown" aria-expanded="false">
Other
</button>
<div class="dropdown-menu" id="other-drop">
<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="error-404">
<div class="error error-img">
<img src="uploads/images/404.png" alt="404" />
</div>
<div class="error error-content">
<div class="sub-content">
<h1 class="inconsolata bold">404 <br>Oops!</h1>
<div style="margin: 20px 0px 20px 0px; width: 175px; border: 2px solid var(--darkblue); background-color: var(--darkblue);"></div>
</div>
<div class="sub-content">
<h2 class="inconsolata bold">It seems we are stuck in here! Rewind some moves and try again!</h2>
<div>
<button class="btn error-btn" onclick="window.location='index'">Home</button>
<button class="btn error-btn" onclick="history.back()">Back</button>
</div>
</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>