-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (55 loc) · 4.09 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
<!DOCTYPE html>
<html>
<head>
<title>WCA German State Ranks</title>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="https://www.w3schools.com/w3css/4/w3.css" rel="stylesheet">
<link href="https://www.w3schools.com/lib/w3-theme-light-blue.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" rel="stylesheet">
<link href="./css/style.css" rel="stylesheet">
</head>
<body>
<!-- Content container -->
<div class="container">
<h3>WCA German State Ranks</h3><br>
<div>
<div class="links-container">
<a class="w3-button w3-round w3-theme-d3link" href="pages/overview_all.html">Overview</a>
<a class="w3-button w3-round w3-theme-d3link" href="pages/by-state_bw.html">Baden-Württemberg</a>
<a class="w3-button w3-round w3-theme-d3link" href="pages/by-state_bay.html">Bayern</a>
<a class="w3-button w3-round w3-theme-d3link" href="pages/by-state_ber.html">Berlin</a>
<a class="w3-button w3-round w3-theme-d3link" href="pages/by-state_br.html">Brandenburg</a>
<a class="w3-button w3-round w3-theme-d3link" href="pages/by-state_bre.html">Bremen</a>
<a class="w3-button w3-round w3-theme-d3link" href="pages/by-state_ham.html">Hamburg</a>
<a class="w3-button w3-round w3-theme-d3link" href="pages/by-state_hes.html">Hessen</a>
<a class="w3-button w3-round w3-theme-d3link" href="pages/by-state_mv.html">Mecklenburg-Vorpommern</a>
<a class="w3-button w3-round w3-theme-d3link" href="pages/by-state_nie.html">Niedersachsen</a>
<a class="w3-button w3-round w3-theme-d3link" href="pages/by-state_nrw.html">Nordrhein-Westfalen</a>
<a class="w3-button w3-round w3-theme-d3link" href="pages/by-state_rlp.html">Rheinland-Pfalz</a>
<a class="w3-button w3-round w3-theme-d3link" href="pages/by-state_saa.html">Saarland</a>
<a class="w3-button w3-round w3-theme-d3link" href="pages/by-state_sn.html">Sachsen</a>
<a class="w3-button w3-round w3-theme-d3link" href="pages/by-state_sna.html">Sachsen-Anhalt</a>
<a class="w3-button w3-round w3-theme-d3link" href="pages/by-state_sh.html">Schleswig-Holstein</a>
<a class="w3-button w3-round w3-theme-d3link" href="pages/by-state_th.html">Thüringen</a>
<a class="w3-button w3-round w3-theme-d3link" href="pages/state-cup.html">State Cup</a>
</div>
</div>
</div>
<div class="container">
<footer style="text-align: center;height:10rem;clear:both;display:block;"><br>
<h4>How to appear in these rankings?</h4>Fill out the form here:
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdoLLgBLfTxZIwKJx9QC5XywuMRBreKU4ElbLTvMEZqxRHFcw/viewform" target="_blank">link to enter the ranks</a>.<br>
<h4>You want to participate in the state cup?</h4>Fill out the form here:
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdqA8dWufte8_KMMjQVvB0JpeQgKIzr1FH1Dk2-MgjFVEZjdw/viewform" target="_blank">link</a>.<br>
<h4>Data statement</h4>From 236 WCA IDs.<br>This information is based on competition results owned and maintained by the World Cube Association, published at https://worldcubeassociation.org/results as of March 05, 2025.<br>
<a href="https://annikastein.github.io/" target="_blank">© Annika Stein, 2024.</a><br>Source code for this project:
<a href="https://github.com/AnnikaStein/WCA-German-State-Ranks" target="_blank"><i class="fab fa-github fa-fw w3-large w3-text-grey"></i></a><br><br>Enjoy what you see? Feel free to support my projects here:
<a href="https://cuboss.com/affiliate/?affiliate=hugacuba&r=hugacuba" target="_blank">at my Cuboss-Affiliate page</a> and save 5% off your order! Direct donations can be made to:
<a href="https://www.paypal.com/paypalme/hugacuba" target="_blank">your developer</a>.<br><br>
</footer>
</div>
<script src="./js/script.js"></script>
<script async="async" data-id="101446349" src="//static.getclicky.com/js"></script>
</body>
</html>