-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtyping-gladiators.html
50 lines (42 loc) · 1.75 KB
/
typing-gladiators.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"/>
<title>Rabbit Flick | Doodad Games</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<nav class="header-nav">
<a href="index.html"><img src="img/doodad-games-wide.svg" alt="Doodad Games Logo" class="header-nav__main-logo"/></a>
<div class="header-nav__social-links">
<a href="https://discord.gg/sqXEFyptdz"><img src="img/discord-icon-white.png" alt="Discord Logo" class="header-nav__discord-logo"/></a>
<a href="https://twitter.com/Doodad_Games"><img src="img/x-icon-white.png" alt="X Logo" class="header-nav__x-logo"/></a>
<a href="mailto:[email protected]"><img src="img/email-icon-white.png" alt="Email Icon" class="header-nav__email-icon"/></a>
</div>
</nav>
<h2 class="inline-icon-title">
<span><img src="img/typing-gladiators.png" alt="Typing Gladiators logo"/></span>
<span>Typing Gladiators</span>
</h2>
<video controls>
<source src="https://d3pq7nh4ihq3as.cloudfront.net/typing-gladiators-1.0-trailer.mp4" type="video/mp4">
</video>
<ul>
<li>Browser: <a href="https://doodadgames.itch.io/typing-gladiators">itch.io</a></li>
<li>GameMaker project source: <a href="https://github.com/doodad-games/typing-gladiators">GitHub</a></li>
</ul>
<p>
This game was made with <a href="https://www.youtube.com/@KevinBlueml">Kevin Blüml</a>,
who taught me GameMaker and was the game's mastermind.
</p>
<footer>
<hr/>
<nav>
<ul>
<li><a href="privacy.html">Privacy policy</a></li>
</ul>
</nav>
</footer>
</body>
</html>