-
Notifications
You must be signed in to change notification settings - Fork 0
/
Output.html
145 lines (145 loc) · 14 KB
/
Output.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
<!DOCTYPE html>
<html>
<head>
<title>My Comp</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="css/style.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" rel="stylesheet">
</head>
<body>
<!-- Content container -->
<div class="container navi" id="main-de-0">
<div class="icons w3-padding">
<a class="w3-button w3-round link flag" onclick="toggleLang()">🇬🇧</a>
<a class="w3-button w3-round link globe" onclick="openManualLocModal()">🌐</a>
</div>
<!-- Name container -->
<div class="" style="text-align: center">
<p class="name">
<span class="w3-padding w3-theme-l1 w3-round" style="font-weight: bolder; font-size: large;">Willkommen!</span>
</p>
<p>
<span class="w3-padding w3-theme-d5 w3-round" style="font-weight: bolder;">Rahn Education Open 2024</span>
</p><br>
</div>
<!-- Links section -->
<div class="links-container">
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://live.worldcubeassociation.org/link/competitions/RahnEducationOpen2024" target="_blank"><i class="fa-solid fa-ranking-star"></i> WCA Live</a><br>
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://www.competitiongroups.com/competitions/RahnEducationOpen2024" target="_blank"><i class="fa-solid fa-users"></i> Einteilungen</a><br>
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://www.worldcubeassociation.org/competitions/RahnEducationOpen2024#competition-schedule" target="_blank"><i class="fa-regular fa-clock"></i> Zeitplan</a><br>
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://www.worldcubeassociation.org/competitions/RahnEducationOpen2024#general-info" target="_blank"><i class="fa-solid fa-circle-info"></i> Alle Infos</a><br>
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://www.germancubeassociation.de/anleitungen/#competitor-tutorial" target="_blank"><i class="fa-regular fa-lightbulb"></i> Teilnehmer Crash-Kurs</a><br>
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://www.germancubeassociation.de/anleitungen/#judging-tutorial" target="_blank"><i class="fa-solid fa-scale-balanced"></i> Judging Crash-Kurs</a><br>
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://www.germancubeassociation.de/verein/" target="_blank"><i class="fa-solid fa-crown"></i> Werde GCA Mitglied</a><br>
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://www.worldcubeassociation.org/competitions?region=Germany&search=&state=present&year=all+years&from_date=&to_date=&delegate=&show_registration_status=on&display=list" target="_blank" title="Grünes Symbol in der Liste zeigt, dass die Anmeldung geöffnet ist und noch Plätze da sind."><i class="fa-solid fa-thumbs-up"></i> Mehr Comps!</a><br>
<!-- Icons section -->
<div class="icons w3-padding">
<a href="https://www.instagram.com/germancubeassociation/" target="_blank"><i aria-hidden="true" class="fa-brands fa-instagram" style="color: #c7dfee; font-size: xx-large;"></i></a>
<a href="https://discord.gg/vUaxGnYGP2" target="_blank"><i aria-hidden="true" class="fa-brands fa-discord" style="color: #c7dfee; font-size: xx-large;"></i></a>
<a href="https://www.germancubeassociation.de/kontakt/" target="_blank"><i aria-hidden="true" class="fa-solid fa-envelope" style="color: #c7dfee; font-size: xx-large;"></i></a>
</div>
</div>
</div>
<div class="container navi hidden" id="main-en-0" style="display:none;">
<div class="icons w3-padding">
<a class="w3-button w3-round link flag" onclick="toggleLang()">🇩🇪</a>
<a class="w3-button w3-round link globe" onclick="openManualLocModal()">🌐</a>
</div>
<!-- Name container -->
<div class="" style="text-align: center">
<p class="name">
<span class="w3-padding w3-theme-l1 w3-round" style="font-weight: bolder; font-size: large;">Welcome!</span>
</p>
<p>
<span class="w3-padding w3-theme-d5 w3-round" style="font-weight: bolder;">Rahn Education Open 2024</span>
</p><br>
</div>
<!-- Links section -->
<div class="links-container">
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://live.worldcubeassociation.org/link/competitions/RahnEducationOpen2024" target="_blank"><i class="fa-solid fa-ranking-star"></i> WCA Live</a><br>
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://www.competitiongroups.com/competitions/RahnEducationOpen2024" target="_blank"><i class="fa-solid fa-users"></i> Assignments</a><br>
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://www.worldcubeassociation.org/competitions/RahnEducationOpen2024#competition-schedule" target="_blank"><i class="fa-regular fa-clock"></i> Schedule</a><br>
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://www.worldcubeassociation.org/competitions/RahnEducationOpen2024#general-info" target="_blank"><i class="fa-solid fa-circle-info"></i> All info</a><br>
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://documents.worldcubeassociation.org/edudoc/competitor-tutorial/tutorial.pdf" target="_blank"><i class="fa-regular fa-lightbulb"></i> Competitor tutorial</a><br>
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://documents.worldcubeassociation.org/edudoc/judge-tutorial/judge-tutorial.pdf" target="_blank"><i class="fa-solid fa-scale-balanced"></i> Judging tutorial</a><br>
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://www.germancubeassociation.de/verein/" target="_blank"><i class="fa-solid fa-crown"></i> Become GCA member</a><br>
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://www.worldcubeassociation.org/competitions?region=Germany&search=&state=present&year=all+years&from_date=&to_date=&delegate=&show_registration_status=on&display=list" target="_blank" title="Green symbol in list signalizes registration is open and not yet full."><i class="fa-solid fa-thumbs-up"></i> More comps!</a><br>
<!-- Icons section -->
<div class="icons w3-padding">
<a href="https://www.instagram.com/germancubeassociation/" target="_blank"><i aria-hidden="true" class="fa-brands fa-instagram" style="color: #c7dfee; font-size: xx-large;"></i></a>
<a href="https://discord.gg/vUaxGnYGP2" target="_blank"><i aria-hidden="true" class="fa-brands fa-discord" style="color: #c7dfee; font-size: xx-large;"></i></a>
<a href="https://www.germancubeassociation.de/kontakt/" target="_blank"><i aria-hidden="true" class="fa-solid fa-envelope" style="color: #c7dfee; font-size: xx-large;"></i></a>
</div>
</div>
</div>
<div class="container" id="main-de-1" style="display:none;">
<div class="icons w3-padding">
<a class="w3-button w3-round link flag" onclick="toggleLang()">🇬🇧</a>
<a class="w3-button w3-round link globe" onclick="openManualLocModal()">🌐</a>
</div>
<!-- Name container -->
<div class="" style="text-align: center">
<p class="name">
<span class="w3-padding w3-theme-l1 w3-round" style="font-weight: bolder; font-size: large;">Willkommen!</span>
</p>
<p>
<span class="w3-padding w3-theme-d5 w3-round" style="font-weight: bolder;">Rhein-Neckar Beginners 2024</span>
</p><br>
</div>
<!-- Links section -->
<div class="links-container">
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://live.worldcubeassociation.org/link/competitions/RheinNeckarBeginners2024" target="_blank"><i class="fa-solid fa-ranking-star"></i> WCA Live</a><br>
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://www.competitiongroups.com/competitions/RheinNeckarBeginners2024" target="_blank"><i class="fa-solid fa-users"></i> Einteilungen</a><br>
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://www.worldcubeassociation.org/competitions/RheinNeckarBeginners2024#competition-schedule" target="_blank"><i class="fa-regular fa-clock"></i> Zeitplan</a><br>
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://www.worldcubeassociation.org/competitions/RheinNeckarBeginners2024#general-info" target="_blank"><i class="fa-solid fa-circle-info"></i> Alle Infos</a><br>
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://www.germancubeassociation.de/anleitungen/#competitor-tutorial" target="_blank"><i class="fa-regular fa-lightbulb"></i> Teilnehmer Crash-Kurs</a><br>
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://www.germancubeassociation.de/anleitungen/#judging-tutorial" target="_blank"><i class="fa-solid fa-scale-balanced"></i> Judging Crash-Kurs</a><br>
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://www.germancubeassociation.de/verein/" target="_blank"><i class="fa-solid fa-crown"></i> Werde GCA Mitglied</a><br>
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://www.worldcubeassociation.org/competitions?region=Germany&search=&state=present&year=all+years&from_date=&to_date=&delegate=&show_registration_status=on&display=list" target="_blank" title="Grünes Symbol in der Liste zeigt, dass die Anmeldung geöffnet ist und noch Plätze da sind."><i class="fa-solid fa-thumbs-up"></i> Mehr Comps!</a><br>
<!-- Icons section -->
<div class="icons w3-padding">
<a href="https://www.instagram.com/germancubeassociation/" target="_blank"><i aria-hidden="true" class="fa-brands fa-instagram" style="color: #c7dfee; font-size: xx-large;"></i></a>
<a href="https://discord.gg/vUaxGnYGP2" target="_blank"><i aria-hidden="true" class="fa-brands fa-discord" style="color: #c7dfee; font-size: xx-large;"></i></a>
<a href="https://www.germancubeassociation.de/kontakt/" target="_blank"><i aria-hidden="true" class="fa-solid fa-envelope" style="color: #c7dfee; font-size: xx-large;"></i></a>
</div>
</div>
</div>
<div class="container hidden" id="main-en-1" style="display:none;">
<div class="icons w3-padding">
<a class="w3-button w3-round link flag" onclick="toggleLang()">🇩🇪</a>
<a class="w3-button w3-round link globe" onclick="openManualLocModal()">🌐</a>
</div>
<!-- Name container -->
<div class="" style="text-align: center">
<p class="name">
<span class="w3-padding w3-theme-l1 w3-round" style="font-weight: bolder; font-size: large;">Welcome!</span>
</p>
<p>
<span class="w3-padding w3-theme-d5 w3-round" style="font-weight: bolder;">Rhein-Neckar Beginners 2024</span>
</p><br>
</div>
<!-- Links section -->
<div class="links-container">
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://live.worldcubeassociation.org/link/competitions/RheinNeckarBeginners2024" target="_blank"><i class="fa-solid fa-ranking-star"></i> WCA Live</a><br>
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://www.competitiongroups.com/competitions/RheinNeckarBeginners2024" target="_blank"><i class="fa-solid fa-users"></i> Assignments</a><br>
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://www.worldcubeassociation.org/competitions/RheinNeckarBeginners2024#competition-schedule" target="_blank"><i class="fa-regular fa-clock"></i> Schedule</a><br>
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://www.worldcubeassociation.org/competitions/RheinNeckarBeginners2024#general-info" target="_blank"><i class="fa-solid fa-circle-info"></i> All info</a><br>
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://documents.worldcubeassociation.org/edudoc/competitor-tutorial/tutorial.pdf" target="_blank"><i class="fa-regular fa-lightbulb"></i> Competitor tutorial</a><br>
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://documents.worldcubeassociation.org/edudoc/judge-tutorial/judge-tutorial.pdf" target="_blank"><i class="fa-solid fa-scale-balanced"></i> Judging tutorial</a><br>
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://www.germancubeassociation.de/verein/" target="_blank"><i class="fa-solid fa-crown"></i> Become GCA member</a><br>
<a class="w3-button w3-round w3-theme-d3 w3-border link" href="https://www.worldcubeassociation.org/competitions?region=Germany&search=&state=present&year=all+years&from_date=&to_date=&delegate=&show_registration_status=on&display=list" target="_blank" title="Green symbol in list signalizes registration is open and not yet full."><i class="fa-solid fa-thumbs-up"></i> More comps!</a><br>
<!-- Icons section -->
<div class="icons w3-padding">
<a href="https://www.instagram.com/germancubeassociation/" target="_blank"><i aria-hidden="true" class="fa-brands fa-instagram" style="color: #c7dfee; font-size: xx-large;"></i></a>
<a href="https://discord.gg/vUaxGnYGP2" target="_blank"><i aria-hidden="true" class="fa-brands fa-discord" style="color: #c7dfee; font-size: xx-large;"></i></a>
<a href="https://www.germancubeassociation.de/kontakt/" target="_blank"><i aria-hidden="true" class="fa-solid fa-envelope" style="color: #c7dfee; font-size: xx-large;"></i></a>
</div>
</div>
</div>
<script src="js/script-Copy1.js"></script>
<script async="async" data-id="101446349" src="//static.getclicky.com/js"></script>
</body>
</html>