blob: 4e191a496dc85ab3020731bf3b2b2cb446d2b66d [file] [log] [blame]
avm999631ca663e2020-12-17 19:34:22 +01001<!DOCTYPE html>
2<html lang="ca" dir="ltr">
3 <head>
4 <meta charset="utf-8">
avm9996368db4d12020-12-17 22:11:45 +01005 <title>Programa Concerts Musicaula</title>
avm999631ca663e2020-12-17 19:34:22 +01006 <meta name="viewport" content="width=device-width, initial-scale=1">
7 <link rel="stylesheet" href="css/styles.css">
8 <link rel="manifest" href="manifest.json">
9 </head>
10 <body class="dark-theme">
11 <header class="header">
12 <img class="header-logo" src="img/logo.svg">
13 </header>
14 <div class="app-content">
15 <section id="no-service-worker" class="message message--error" hidden>
16 <div class="message-icon">
17<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><g><rect fill="none" height="24" width="24"/><rect fill="none" height="24" width="24"/></g><g><g><path d="M19,6v10.5l1.95,1.95C20.98,18.3,21,18.15,21,18V6c0-1.1-0.9-2-2-2H6.5l2,2H19z"/><path d="M3.86,3.95c-0.35-0.35-0.92-0.35-1.27,0c-0.35,0.35-0.35,0.92,0,1.27L3,5.64L3,18c0,1.1,0.9,2,2,2h12.36l1.42,1.42 c0.35,0.35,0.92,0.35,1.27,0c0.35-0.35,0.35-0.92,0-1.27L3.86,3.95z M5,18V7.64L15.36,18H5z"/></g></g></svg></div>
18 <h2 class="message-title">Oops!</h2>
19 <div class="message-text">El teu navegador no és compatible amb aquest web. Pots provar d'accedir amb l'última versió de Chrome, Firefox o Safari.</div>
20 </section>
21 <section id="wait-screen" class="message" hidden>
22 <div class="message-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM9.29 16.29L5.7 12.7c-.39-.39-.39-1.02 0-1.41.39-.39 1.02-.39 1.41 0L10 14.17l6.88-6.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-7.59 7.59c-.38.39-1.02.39-1.41 0z"/></svg></div>
23 <h2 class="message-title">Tot llest!</h2>
24 <div class="message-text">Entra a aquesta pàgina quan comenci el concert per veure el programa.</div>
25 </section>
26 <section id="booklet" class="booklet" hidden>
27 <div class="booklet-header">
28 <h2 id="concert-title" class="booklet-header-title">Concert de Nadal 2020</h2>
29 <div id="concert-subtitle" class="booklet-header-subtitle">Joves i adults</div>
30 </div>
31 <div id="booklet-content" class="booklet-content">
32 </div>
33 </section>
34 </div>
35 <script src="js/script.js"></script>
36 </body>
37</html>