-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (42 loc) · 1.71 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
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Lumin</title>
<meta name="description" content="A light-based puzzle platformer game.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link href="/style.css" rel="stylesheet">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
</head>
<body>
<div id="content">
<img id="header" src="lumin.png" alt="Lumin Header">
<br />
<div id="description">
Lumin is a light-based puzzle platformer game. Utilize light to
interact with the environment and complete all 20 levels!
</div>
<div id="links">
<div class="link-col">
<a href="https://github.com/lumin-game/lumin">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</div>
<div class="link-col">
<a href="https://github.com/lumin-game/lumin/releases/download/v1.0/Lumin-macOS.zip">
<i class="fa fa-apple" aria-hidden="true"></i>
</a>
</div>
<div class="link-col">
<a href="https://github.com/lumin-game/lumin/releases/download/v1.0/Lumin-Windows.zip">
<i class="fa fa-windows" aria-hidden="true"></i>
</a>
</div>
</div>
<div id="trailer">
<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/346798674?title=0&byline=0&portrait=0" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></div>
<script src="https://player.vimeo.com/api/player.js"></script>
</div>
</div>
</body>
</html>