2021-11-20 12:19:50 +01:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width initial-scale=1" />
|
|
|
|
<!-- Prevent search engine indexing -->
|
|
|
|
<meta name="robots" content="noindex" />
|
|
|
|
|
2022-05-03 11:40:01 +02:00
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/festival/icons/apple-touch-icon.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/festival/icons/favicon-32x32.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/festival/icons/favicon-16x16.png">
|
|
|
|
<link rel="manifest" href="/festival/icons/site.webmanifest">
|
|
|
|
<link rel="mask-icon" href="/festival/icons/safari-pinned-tab.svg" color="#5bbad5">
|
|
|
|
<link rel="shortcut icon" href="/festival/icons/favicon.ico">
|
|
|
|
<meta name="apple-mobile-web-app-title" content="CC Festival">
|
|
|
|
<meta name="application-name" content="CC Festival">
|
|
|
|
<meta name="msapplication-TileColor" content="#784141">
|
|
|
|
<meta name="msapplication-config" content="/festival/icons/browserconfig.xml">
|
|
|
|
<meta name="theme-color" content="#ffffff">
|
2021-11-20 12:19:50 +01:00
|
|
|
|
|
|
|
<title>CC Festival</title>
|
|
|
|
<meta name="author" content="Christoph Hagen & Charlotte Strohofer" />
|
|
|
|
<meta property="og:title" content="CC Festival: Übersicht" />
|
|
|
|
<meta property="og:description" content="Ereignisse und Rückmeldungen">
|
|
|
|
<link rel="canonical" href="https://christophhagen.de/events.html" />
|
|
|
|
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="assets/festival.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="assets/festival-info.css">
|
|
|
|
<script src="assets/festival.js?v=9"></script>
|
2022-01-10 23:58:18 +01:00
|
|
|
<script src="assets/festival-info.js?v=1"></script>
|
2021-11-20 12:19:50 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="wrapper">
|
|
|
|
<div class="bokeh">
|
|
|
|
<div></div> <div></div> <div></div> <div></div> <div></div>
|
|
|
|
<div></div> <div></div> <div></div> <div></div> <div></div>
|
|
|
|
<div></div> <div></div> <div></div> <div></div> <div></div>
|
|
|
|
<div></div> <div></div> <div></div> <div></div> <div></div>
|
|
|
|
<div></div> <div></div> <div></div> <div></div> <div></div>
|
|
|
|
<div></div> <div></div> <div></div> <div></div> <div></div>
|
|
|
|
<div></div> <div></div> <div></div> <div></div> <div></div>
|
|
|
|
<div></div> <div></div> <div></div> <div></div> <div></div>
|
|
|
|
<div></div> <div></div> <div></div> <div></div> <div></div>
|
|
|
|
<div></div> <div></div> <div></div> <div></div> <div></div>
|
|
|
|
<div></div> <div></div> <div></div> <div></div> <div></div>
|
|
|
|
<div></div> <div></div> <div></div> <div></div> <div></div>
|
|
|
|
<div></div> <div></div> <div></div> <div></div> <div></div>
|
|
|
|
<div></div> <div></div> <div></div> <div></div> <div></div>
|
|
|
|
<div></div> <div></div> <div></div> <div></div> <div></div>
|
|
|
|
<div></div> <div></div> <div></div> <div></div> <div></div>
|
|
|
|
</div>
|
|
|
|
<!-- <div class="list-title" id="title">Events</div> -->
|
|
|
|
<div class="selector-box">
|
|
|
|
<span class="left-button selector-button" id='left-button' onclick="loadList('registered.txt', this)">Registriert</span>
|
|
|
|
<span class="middle-button selector-button" id='middle-button' onclick="loadList('declined.txt', this)">Abgelehnt</span>
|
|
|
|
<span class="right-button selector-button" id='right-button' onclick="loadList('events.txt', this)">Ereignisse</span>
|
|
|
|
</div>
|
|
|
|
<div class="member-list" id="remote-content">Liste nicht geladen</div>
|
|
|
|
<script>loadList('registered.txt', document.getElementById('left-button'))</script>
|
2022-01-10 23:50:47 +01:00
|
|
|
<script>loadCount()</script>
|
2021-11-20 12:19:50 +01:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|