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-03-26 10:09:33 +01:00
|
|
|
<link rel="shortcut icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/festival/icons/festival.ico" />
|
|
|
|
<link rel="apple-touch-icon" href="/festival/icons/festival.png" />
|
|
|
|
<link rel="icon" href="/festival/icons/festival.png">
|
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" />
|
|
|
|
<meta property="og:description" content="Presented by Charlotte & Christoph">
|
|
|
|
<link rel="canonical" href="https://christophhagen.de/festival-en.html" />
|
|
|
|
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
2022-03-26 10:09:33 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="assets/festival.css?v=1">
|
|
|
|
<script src="assets/festival.js?v=10"></script>
|
2021-11-20 12:19:50 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="wrapper">
|
|
|
|
<div class="bokeh">
|
2021-11-20 12:25:07 +01:00
|
|
|
<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>
|
2021-11-20 12:19:50 +01:00
|
|
|
</div>
|
|
|
|
<div class="texts" id="text-container">
|
|
|
|
<div class="title-text">CC Festival</div>
|
|
|
|
<div class="date-text normal-text">30 July 2022 | 2 pm</div>
|
|
|
|
<div class="location-text normal-text">Geiselwind, Germany</div>
|
|
|
|
<div class="register-button button normal-text" id="register-button" onclick="showRegisterForm()">Register</div>
|
|
|
|
<form class="name-form" id="name-form">
|
|
|
|
<input type="text" id="guest-name" name="fname" placeholder="Enter your name">
|
|
|
|
</form>
|
|
|
|
<div class="participation-buttons" id="participation-buttons">
|
|
|
|
<span class="not-participate-button button half-button normal-text" id="not-participate-button" onclick="participate(false)">Decline</span>
|
|
|
|
<span class="participate-button button half-button normal-text" id="participate-button" onclick="participate(true)">Register</span>
|
|
|
|
</div>
|
|
|
|
<div class="error-text normal-text final-text" id="error-text">Registration failed</div>
|
|
|
|
<div class="registered-text normal-text final-text" id="registered-text">Registration successful</div>
|
|
|
|
<div class="declined-text normal-text final-text" id="declined-text">Invitation declined</div>
|
2022-02-10 16:18:50 +01:00
|
|
|
<div class="add-calender-event button normal-text" id="add-calender-event" onclick="download('/festival/festival-en.ics')">Add to calendar</div>
|
2021-11-20 12:19:50 +01:00
|
|
|
</div>
|
|
|
|
<audio loop autoplay id="audio">
|
2022-02-10 16:18:50 +01:00
|
|
|
<source src="/festival/since77.mp3" type="audio/mp3">
|
2021-11-20 12:19:50 +01:00
|
|
|
</audio>
|
2022-03-26 09:55:22 +01:00
|
|
|
<div class="music-control" onclick="playPause()">
|
|
|
|
<img src="assets/play.svg" class="player-icon" id="play-button"/>
|
|
|
|
<img src="assets/pause.svg" class="player-icon" id="pause-button"/>
|
|
|
|
<div class="player-text" id="playing-text">Paul Kalkbrenner - Since 77</div>
|
|
|
|
<div class="player-text" id="paused-text">Play music</div>
|
|
|
|
</div>
|
2021-11-20 12:19:50 +01:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|