-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First version is just to test out the mobile layout (tested using iPhone SE dimensions).
- Loading branch information
Showing
8 changed files
with
200 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
The FontStruction “Insaniquarium Inspired” (https://fontstruct.com/fontstructions/show/1338823) by Jonathan Steele is licensed under a Creative Commons CC0 Public Domain Dedication license (http://creativecommons.org/publicdomain/zero/1.0/). | ||
|
||
The font "Jungle Fever NF" was made by Nick Curtis at Nick Font's (https://www.nicksfonts.com/) [Used under paid license] <-- This font must be paid for, do this later. | ||
|
||
The image "fish.jpg" is the Insaniquarium v1.0 icon © PopCap Games 2006. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<!-- Metadata --> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="A website containing mods and modding tools for PopCap's game Insaniquarium."> | ||
<meta name="keywords" content="modding, games, insaniquarium, aquarium, fish, popcap"> | ||
<meta name="author" content="Daemon Aitken"> | ||
<!-- Tab --> | ||
<title>InsaniModding - Mods</title> | ||
<!-- Stylesheets --> | ||
<link rel="stylesheet" href="css/normalise.css"> | ||
<link rel="stylesheet" href="css/defaultstyle.css"> | ||
<link rel="stylesheet" href="css/screensize.css"> | ||
<!-- Scripts --> | ||
<script src="js/jquery.js"></script> | ||
<script src="js/script.js"></script> | ||
</head> | ||
<body> | ||
<header> | ||
<h1>InsaniModding</h1> | ||
<nav> | ||
<a href="index.html"><button>Home</button></a> | ||
<a href="mods.html"><button>Mods</button></a> | ||
<a href="tools.html"><button>Tools</button></a> | ||
</nav> | ||
</header> | ||
|
||
<main> | ||
<article> | ||
<h2>Mods</h2> | ||
</article> | ||
<article id="ImagineAMod"> | ||
<img class="Preview" url="coolimage.png"> | ||
<h3 class="Name">Imagine a Mod...</h3> | ||
<p class="Author">Cool Author(s)</p> | ||
<p class="Description">Imagine a mod that was so awesome that your socks burst into flames...</p> | ||
</article> | ||
<article id="ImagineAnotherMod"> | ||
<img class="Preview" url="coolimage.png"> | ||
<h3 class="Name">Imagine Another Mod...</h3> | ||
<p class="Author">Cool Author(s)</p> | ||
<p class="Description">Imagine a mod that was so awesome that your socks AND your pants burst into flames...</p> | ||
</article> | ||
<article id="ImagineMoreMods"> | ||
<img class="Preview" url="coolimage.png"> | ||
<h3 class="Name">Imagine More Mods...</h3> | ||
<p class="Author">Cool Author(s)</p> | ||
<p class="Description">Imagine more mods that made EVERYTHING burst into flames...</p> | ||
</article> | ||
</main> | ||
|
||
<!-- Novelty Hidden Fish --> | ||
<article> | ||
<img width="43px" src="images/misc/fish.png"> | ||
</article> | ||
|
||
<footer> | ||
<p>Copyright Text (credit PopCap, EA, etc.)</p> | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<!-- Metadata --> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="A website containing mods and modding tools for PopCap's game Insaniquarium."> | ||
<meta name="keywords" content="modding, games, insaniquarium, aquarium, fish, popcap"> | ||
<meta name="author" content="Daemon Aitken"> | ||
<!-- Tab --> | ||
<title>InsaniModding - Tools</title> | ||
<!-- Stylesheets --> | ||
<link rel="stylesheet" href="css/normalise.css"> | ||
<link rel="stylesheet" href="css/defaultstyle.css"> | ||
<link rel="stylesheet" href="css/screensize.css"> | ||
<!-- Scripts --> | ||
<script src="js/jquery.js"></script> | ||
<script src="js/script.js"></script> | ||
</head> | ||
<body> | ||
<header> | ||
<h1>InsaniModding</h1> | ||
<nav> | ||
<a href="index.html"><button>Home</button></a> | ||
<a href="mods.html"><button>Mods</button></a> | ||
<a href="tools.html"><button>Tools</button></a> | ||
</nav> | ||
</header> | ||
|
||
<main> | ||
<article> | ||
<h2>Tools</h2> | ||
</article> | ||
<article id="ImagineATool"> | ||
<img class="Preview" url="coolimage.png"> | ||
<h3 class="Name">Imagine a Tool...</h3> | ||
<p class="Author">Cool Author(s)</p> | ||
<p class="Description">Imagine a tool that was so awesome that your socks burst into flames...</p> | ||
</article> | ||
<article id="ImagineAnotherTool"> | ||
<img class="Preview" url="coolimage.png"> | ||
<h3 class="Name">Imagine Another Tool...</h3> | ||
<p class="Author">Cool Author(s)</p> | ||
<p class="Description">Imagine a tool that was so awesome that your socks AND your pants burst into flames...</p> | ||
</article> | ||
<article id="ImagineMoreTools"> | ||
<img class="Preview" url="coolimage.png"> | ||
<h3 class="Name">Imagine More Tools...</h3> | ||
<p class="Author">Cool Author(s)</p> | ||
<p class="Description">Imagine more tools that made EVERYTHING burst into flames...</p> | ||
</article> | ||
</main> | ||
|
||
<!-- Novelty Hidden Fish --> | ||
<article> | ||
<img width="43px" src="images/misc/fish.png"> | ||
</article> | ||
|
||
<footer> | ||
<p>Copyright Text (credit PopCap, EA, etc.)</p> | ||
</footer> | ||
</body> | ||
</html> |