-
Notifications
You must be signed in to change notification settings - Fork 0
/
tickets.html
34 lines (32 loc) · 1.53 KB
/
tickets.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Stupid Hackathon</title>
<script src="scripts/contents.js" charset="utf-8"></script>
<script src="scripts/audiosynth.js" charset="utf-8"></script>
<script src="scripts/lang.js" charset="utf-8"></script>
<link rel="stylesheet" href="styles/main.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:900" rel="stylesheet">
</head>
<body>
<object type="text/html" data="header.html" class="headHTML"></object>
<div id="title-display"></div>
<div class="main-content">
<div class="spacer" id="cost">
<h1 id="tickets-cost"></h1>
<p id="tickets-cost-p"></p>
</div>
<div class="spacer" id="sign-u">
<h1 id="sign-up"></h1>
<p><span id="sign-up-span"></span> <a href="https://www.eventbrite.fr/e/billets-ptl-hackathon-stupid-2018-44561861728">eventbrite</a>.</p>
</div>
<div class="spacer" id="map-spacer">
<h1 id="signed"></h1>
<p><span id="ideas"></span> <a href="http://www.stupidhackathon.com/" id="ideas-link"></a> <span id="location"></span></p>
<iframe class="map" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2762.17184718718!2d6.131735050885405!3d46.18713887901367!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x478c7b2646ace82d%3A0x348fe68ee6f2349e!2sPost+Tenebras+Lab!5e0!3m2!1sen!2sch!4v1522146384254" allowfullscreen></iframe>
</div>
</div>
<script src="scripts/loadContents.js" charset="utf-8"></script>
</body>
</html>