-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
126 lines (123 loc) · 5.93 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
<!DOCTYPE html>
<html>
<head>
<title>Annika Stein's Skewb Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://annikastein.github.io/SkewbPage/SkewbSkills/normalize.css">
<link rel="stylesheet" href="https://annikastein.github.io/SkewbPage/css/main.css">
<link rel="stylesheet" href="css/footer.css">
<link rel="apple-touch-icon" sizes="180x180" href="https://annikastein.github.io/SkewbPage/apple-touch-icon.png?v=BGmzEd6EBQ">
<link rel="icon" type="image/png" sizes="32x32" href="https://annikastein.github.io/SkewbPage/favicon-32x32.png?v=BGmzEd6EBQ">
<link rel="icon" type="image/png" sizes="194x194" href="https://annikastein.github.io/SkewbPage/favicon-194x194.png?v=BGmzEd6EBQ">
<link rel="icon" type="image/png" sizes="192x192" href="https://annikastein.github.io/SkewbPage/android-chrome-192x192.png?v=BGmzEd6EBQ">
<link rel="icon" type="image/png" sizes="16x16" href="https://annikastein.github.io/SkewbPage/favicon-16x16.png?v=BGmzEd6EBQ">
<link rel="manifest" href="https://annikastein.github.io/SkewbPage/site.webmanifest?v=BGmzEd6EBQ">
<link rel="mask-icon" href="https://annikastein.github.io/SkewbPage/safari-pinned-tab.svg?v=BGmzEd6EBQ" color="#5bbad5">
<link rel="shortcut icon" href="https://annikastein.github.io/SkewbPage/favicon.ico?v=BGmzEd6EBQ">
<meta name="msapplication-TileColor" content="#00aba9">
<meta name="msapplication-TileImage" content="https://annikastein.github.io/SkewbPage/mstile-144x144.png?v=BGmzEd6EBQ">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div id="wrap">
<nav class="topnav sticky" id="myTopnav">
<a href="#home" class="active">Home</a>
<div class="dropdown">
<button class="dropbtn">SkewbSkills
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="SkewbSkills/info.html">Infopage and Download</a>
<a href="SkewbSkills/skskweb.html">SkewbSkillsWeb</a>
<!--<a href="https://github.com/AnnikaStein/SkewbSkills">View on Github</a>-->
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Resources
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<!--<a href="SkewbSkills/info.html">Infopage and Download</a>-->
<a href="Resources/algs.html">Algorithms</a>
<a href="Resources/tech.html">Techniques</a>
<a href="Resources/math.html">Math</a>
<a href="Resources/about.html">About</a>
<!--<a href="https://github.com/AnnikaStein/SkewbSkills">View on Github</a>-->
</div>
</div>
<!--<div class="dropdown">
<button class="dropbtn">Learn
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="#">Sarah Strong's Method(s)</a>
<a href="#">Notation & Fingertricks</a>
<a href="#">Algs</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Practice
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="#">Own tools</a>
<a href="#">Other tools</a>
<a href="#">Competition Advice</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Analysis
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="#">Daily Average of 5</a>
<a href="#">Official solve analysis</a>
<a href="#">Long term trends</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Maths
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="#">Groups</a>
<a href="#">The Skewb Group</a>
<a href="#">The Cube Group</a>
</div>
</div> -->
<a href="javascript:void(0);" style="height:1rem;" class="icon" onclick="respNav()">☰</a>
</nav>
<header><img src="pics/mainHeader.png" id="mainHeader">
<img src="pics/mainHeader922.png" id="mainHeader922">
<img src="pics/mainHeader2560.png" id="mainHeader2560"></header>
<article id="art">
<h2>Annika Stein's Skewb Page</h2>
<!--<aside id="left">Some text<br>more<br>even more</aside>-->
<aside id="right"><button type="button" onclick="toggleLightDark()" class="resp2 but-Light"> Toggle Light / Dark Mode </button>
</aside>
<section>
<p><i>Welcome, dear skewb enthusiast!</i></p>
<p>You are most likely looking for <a href="SkewbSkills/skskweb.html">SkewbSkillsWeb</a>, a collection of training tools with which you can practice the first layer, advanced / algorithms, or one-looking.
The offline (python) package is available <a href="https://github.com/AnnikaStein/SkewbSkills" target="_blank">here</a> and comes in several releases.
However, note that the web-based version is up-to-date, while the Python GUI is not maintained anymore.
<br><br>
Feel free to report bugs, send me your ideas or share your experiences!</p>
<p>For all German-speaking skewbers: <a href="https://docs.google.com/spreadsheets/d/1As72EgoZnDmFJrNzQvZJeeEyMHj6x-N9JziHFDXIwIc/edit?usp=sharing" target="_blank">this</a>
is my attempt to create a whole course / tutorial series! Mehrere Playlists und Zusatzmaterial sind bereits vorhanden!</p>
</section>
</article>
</div>
<footer id="foot">
<a href="https://www.youtube.com/channel/UCbqOLjnPUxAvBx2GB3tTZAw/" target="_blank" class="fa fa-youtube"></a>
<a href="https://www.instagram.com/hugacuba/" target="_blank" class="fa fa-instagram"></a>
<a href="https://www.facebook.com/profile.php?id=100010717023214" target="_blank" class="fa fa-facebook"></a>
<a href="https://github.com/AnnikaStein/" target="_blank" class="fa fa-github"></a>
<a href="mailto:dwnhugatv@gmail.com" target="_blank" class="fa fa-envelope-square"></a><br>
<a href="https://cuboss.com/affiliate/?affiliate=hugacuba&r=hugacuba" target="_blank">
<img src="pics/button2.png" alt="Cuboss Affiliate Button HugaCuba" id="donateButton">
</a>
</footer>
<script src="js/script.js"></script>
</body>
</html>