forked from spacefruit/evocell.net
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
44 lines (39 loc) · 1.42 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>EvoCell</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
<div class="center">
<div class="row">
<a class="hexagon" href="https://www.kickstarter.com/projects/evocell/626236203">
<img class="logo" src="img/evocell.svg" height="64" alt="EvoCell" />
<img src="img/support-us.jpg" class="support-us" alt="Support us on Kickstarter">
<h3 style="margin-bottom: 40px; margin-top: 0">Kickstarter Launch</h3>
</a>
</div>
<div class="row middle">
<div class="hexagon left">
<p>
If you plan on participating at the launch event, make sure to get your ticket at <a href="mailto:vip@wizardsatwork.at">vip@wizardsatwork.at</a>
</p>
</div>
<div class="hexagon right">
<code>
<b>19. April 2019</b>
<b>18:00</b>
<span>Sofiensäle</span>
<span>Marxergasse 17</span>
<span>1030 Wien</span>
</code>
</div>
</div>
<div class="row movies">
<iframe width="498" height="280" src="https://www.youtube-nocookie.com/embed/ji2HZ_MosDU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="498" height="280" src="https://www.youtube-nocookie.com/embed/PvOBDDHPxt0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</body>
</html>