-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (50 loc) · 1.64 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
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Jesmo Game Showcase</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="jumbotron">
<div class="content">
<h1>Hi, I'm <span class="name">Jesper Møller Jensen</span></h1>
<p>
This is a collection of games I've made over the years. For now only
one has been polished enough for me to consider uploading. More will
come when I get the time to make them playable outside the editor.
</p>
<br />
<p>
Note: This page is still under construction.
</p>
<a class="socials-youtube" href="https://www.youtube.com/c/jesmodev">
<img src="images/youtube.png" alt="YouTube" style="height:32px" />
<span>
jesmodev
</span>
</a>
</div>
</div>
<div class="wrapper">
<a href="flip">
<div class="game-link">
<div class="game-text">
<div class="title">FLIP</div>
<div class="engine">Engine: Unity</div>
<div class="description">
A physics based puzzle game with speedrunning elements for the
competitive player. <br /><br />
"Speedy thing goes in, speedy thing comes out"
</div>
</div>
<div class="game-picture">
<img src="images/flip.png" alt="FLIP" />
</div>
</div>
</a>
</div>
</body>
</html>