-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscreenshots.html
More file actions
67 lines (58 loc) · 4.3 KB
/
screenshots.html
File metadata and controls
67 lines (58 loc) · 4.3 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<title>Screenshots & Videos - Naikari</title>
<meta charset="UTF-8">
<meta name="description" content="2-D freeform space mystery game.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body>
<h1 class="header"><img src="images/logo.png" alt="Naikari"></h1>
<nav class="header">
<ul>
<li><a href="index.html">Home</a></li>
<li class="current"><a href="screenshots.html">Screenshots & Videos</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="https://github.com/naikari/naikari">Project Page</a></li>
</ul>
</nav>
<main>
<h2>Screenshots</h2>
<div class="gameslist">
<a href="images/screenshot1.png"><img src="images/screenshot1.png" alt=""></a>
<a href="images/screenshot2.png"><img src="images/screenshot2.png" alt=""></a>
<a href="images/screenshot3.png"><img src="images/screenshot3.png" alt=""></a>
<a href="images/screenshot4.png"><img src="images/screenshot4.png" alt=""></a>
<a href="images/screenshot5.png"><img src="images/screenshot5.png" alt=""></a>
<a href="images/screenshot6.png"><img src="images/screenshot6.png" alt=""></a>
<a href="images/screenshot7.png"><img src="images/screenshot7.png" alt=""></a>
<a href="images/screenshot8.png"><img src="images/screenshot8.png" alt=""></a>
<a href="images/screenshot9.png"><img src="images/screenshot9.png" alt=""></a>
<a href="images/screenshot10.png"><img src="images/screenshot10.png" alt=""></a>
<a href="images/screenshot11.png"><img src="images/screenshot11.png" alt=""></a>
<a href="images/screenshot12.png"><img src="images/screenshot12.png" alt=""></a>
<a href="images/screenshot13.png"><img src="images/screenshot13.png" alt=""></a>
<a href="images/screenshot14.png"><img src="images/screenshot14.png" alt=""></a>
<a href="images/screenshot15.png"><img src="images/screenshot15.png" alt=""></a>
<a href="images/screenshot16.png"><img src="images/screenshot16.png" alt=""></a>
<a href="images/screenshot17.png"><img src="images/screenshot17.png" alt=""></a>
<a href="images/screenshot18.png"><img src="images/screenshot18.png" alt=""></a>
<a href="images/screenshot19.png"><img src="images/screenshot19.png" alt=""></a>
<a href="images/screenshot20.png"><img src="images/screenshot20.png" alt=""></a>
</div>
<h2>Videos</h2>
<p>Gameplay videos are listed in this section following a course of normal Naikari gameplay. All of these videos are collected in chronological order into the <a href="https://www.youtube.com/playlist?list=PLTUpaJtrRfCuCZGpS0oRhOWtuCK7n6kk2">Naikari: Ashe's Adventure Playlist</a>.</p>
<p>There is also an old playlist of gameplay videos called <a href="https://www.youtube.com/playlist?list=PLTUpaJtrRfCsKUscE_A0aAH8G1f0CzOnn">Naikari: Red's Journey</a>. Note that these videos are out of date.</p>
<h3>The Journey Begins</h3>
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/n074klDiuno" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<h3>(Mostly) Honest Living</h3>
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/VeZD5KQ43k0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</main>
<div class="footer">
<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/"><img alt="CC BY-SA" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/3.0/88x31.png"></a><br>This page is licensed under the <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
</div>
</body>
</html>