-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgames.html
71 lines (66 loc) · 3.1 KB
/
games.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE HTML>
<html>
<head>
<title>Moop Games</title>
<meta name="description" content="The website for Moop." />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="style/style.css" title="style" />
</head>
<body>
<div id="main">
<div id="header">
<div id="logo">
<div id="logo_text">
<!-- class="logo_colour", allows you to change the colour of the text -->
<h1><a href="index.html">Moop Games</span></a></h1>
<h2>Moop Games</h2>
</div>
</div>
<div id="menubar">
<ul id="menu">
<!-- put class="selected" in the li tag for the selected page - to highlight which page you're on -->
<li><a href="index.html">Home</a></li>
<li><a href="koudaha.html">Moop People</a></li>
<li class="selected"><a href="games.html">Moop Games</a></li>
<li><a href="people.html">Resources</a></li>
<li><a href="PETS.html">P.E.T.S</a></li>
<!-- Don't need these atm but might in future
<li><a href="contact.html">Contact Us</a></li>-->
</ul>
</div>
</div>
<div id="site_content">
<div class="sidebar">
<!-- insert your sidebar items here -->
<h3>Useful Links</h3>
<ul>
<!-- <li><a href="https://toot.moop.uk/home">Our Mastodon Instance</a></li> -->
<li><a href="https://twitter.com/ukmoop">Twitter/X</a></li>
<li><a href="https://www.instagram.com/ukmoop/">Instagram</a></li>
<li><a href="https://www.linkedin.com/company/ukmoop">LinkedIn</a></li>
<li><a href="https://ko-fi.com/ukmoop">Ko-fi Donations Bucket</a></li>
<li><a href="https://www.etsy.com/uk/shop/AdoptATribbleForMoop?ref=profile_header#about">Adopt a Tribble for Moop Etsy Page</a></li>
</ul>
</div>
<div id="content">
<!-- insert the page content here -->
<h1>Moop Games</h1>
<h2>Any games made with Moop, and the information for source code, game engines used, etc.</h2>
<h3>Moop Games:</h3>
<ul>
<li><a href="https://kouda-ha.itch.io/nunch0">Nairda Nun: Chapter 0</a>: Solo project (<a href="https://kouda-ha.itch.io/">Kouda_Ha</a>), Visual Novel done on the game engine <a href="https://www.renpy.org/">Ren'Py</a>. Source code: <a href="https://github.com/MoopUK/NNC0">GitHub Repo</a></li>
</ul>
<ul>
<li><a href="https://kouda-ha.itch.io/carl">Carl</a>: Solo project (<a href="https://kouda-ha.itch.io/">Kouda_Ha</a>), Visual Novel done on the game engine <a href="https://www.renpy.org/">Ren'Py</a>, drawings done with <a href="https://krita.org/en/">Krita</a> on
an drawing tablet. Source code: <a href="https://github.com/Kouda-Ha/MothGameJam">GitHub Repo</a>, for Game Jam <a href="https://itch.io/jam/games-made-qviick-hd-remix">GAMES MADE QVIIVK HD Remix</a> </li>
</ul>
</div>
</div>
<div id="footer">
Copyright © Moop, 2025
</div>
</div>
</body>
</html>
<!-- <a href="website">example</a> -->