Skip to content

Commit

Permalink
Merge pull request #10 from KirbyPaint/properStructure
Browse files Browse the repository at this point in the history
update site structure
  • Loading branch information
KirbyPaint authored Jun 3, 2024
2 parents f183f13 + a5fa9b2 commit b6eec1f
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 22 deletions.
Binary file added assets/hexen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 9 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,21 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="styling.css" />
<link rel="stylesheet" href="../styling/styling.css" />
<title>Hexen Wiki</title>
</head>

<body>
<div class="section">
<h1>Hexen Wiki</h1>
<p><a href="character-sheet.html">Character Sheet</a></p>
<p><a href="mechanics.html">Mechanics</a></p>
<p><a href="basic-moves.html">Basic Moves</a></p>
<p><a href="downtime.html">Downtime</a></p>
<p><a href="appendix-a.html">Appendix A</a></p>
<p><a href="appendix-b.html">Appendix B</a></p>
<p><a href="appendix-c.html">Appendix C</a></p>
<p><a href="wiki/character-sheet.html">Character Sheet</a></p>
<p><a href="wiki/mechanics.html">Mechanics</a></p>
<p><a href="wiki/basic-moves.html">Basic Moves</a></p>
<p><a href="wiki/downtime.html">Downtime</a></p>
<p><a href="wiki/appendix-a.html">Appendix A</a></p>
<p><a href="wiki/appendix-b.html">Appendix B</a></p>
<p><a href="wiki/appendix-c.html">Appendix C</a></p>
<p><a href="wiki/hexen.html">Skill Tree</a></p>
</div>
</body>

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions appendix-a.html → wiki/appendix-a.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styling.css" />
<link rel="stylesheet" href="../styling/styling.css" />
<title>Appendix A</title>
<script type="text/javascript">
window.onload = function () {
Expand Down Expand Up @@ -108,7 +108,7 @@ <h3>Status Effects</h3>
</div>

<footer>
<p><a href="index.html">Back to Index</a></p>
<p><a href="../index.html">Back to Index</a></p>
</footer>

</body>
Expand Down
4 changes: 2 additions & 2 deletions appendix-b.html → wiki/appendix-b.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styling.css" />
<link rel="stylesheet" href="../styling/styling.css" />
<title>Appendix B</title>
<script type="text/javascript">
window.onload = function () {
Expand Down Expand Up @@ -430,7 +430,7 @@ <h1>Appendix B: Old Gods Powers and Spells</h1>
</div>

<footer>
<p><a href="index.html">Back to Index</a></p>
<p><a href="../index.html">Back to Index</a></p>
</footer>
</body>

Expand Down
4 changes: 2 additions & 2 deletions appendix-c.html → wiki/appendix-c.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styling.css" />
<link rel="stylesheet" href="../styling/styling.css" />
<title>Appendix C</title>
<script type="text/javascript">
window.onload = function () {
Expand Down Expand Up @@ -397,7 +397,7 @@ <h2>Other Skills</h2>
</div>

<footer>
<p><a href="index.html">Back to Index</a></p>
<p><a href="../index.html">Back to Index</a></p>
</footer>
</body>

Expand Down
4 changes: 2 additions & 2 deletions basic-moves.html → wiki/basic-moves.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styling.css" />
<link rel="stylesheet" href="../styling/styling.css" />
<title>Basic Moves</title>
<script type="text/javascript">
window.onload = function () {
Expand Down Expand Up @@ -147,7 +147,7 @@ <h2>Help/Hinder</h2>
the player making the move does.</p>
</div>
<footer>
<p><a href="index.html">Back to Index</a></p>
<p><a href="../index.html">Back to Index</a></p>
</footer>
</body>

Expand Down
4 changes: 2 additions & 2 deletions character-sheet.html → wiki/character-sheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styling.css" />
<link rel="stylesheet" href="../styling/styling.css" />
<title>Character Sheet</title>
<script type="text/javascript">
window.onload = function () {
Expand Down Expand Up @@ -124,7 +124,7 @@ <h1>Character Sheet</h1>
</div>

<footer>
<p><a href="index.html">Back to Index</a></p>
<p><a href="../index.html">Back to Index</a></p>
</footer>

</body>
Expand Down
4 changes: 2 additions & 2 deletions downtime.html → wiki/downtime.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styling.css" />
<link rel="stylesheet" href="../styling/styling.css" />
<title>Downtime</title>
<script type="text/javascript">
window.onload = function () {
Expand Down Expand Up @@ -98,7 +98,7 @@ <h3>Bonding - 0</h3>
</p>
</div>
<footer>
<p><a href="index.html">Back to Index</a></p>
<p><a href="../index.html">Back to Index</a></p>
</footer>
</body>

Expand Down
14 changes: 14 additions & 0 deletions wiki/hexen.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hexen Skills</title>
</head>

<body>
<img src="../assets/hexen.png" alt="Hexen">
</body>

</html>
4 changes: 2 additions & 2 deletions mechanics.html → wiki/mechanics.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="styling.css">
<link rel="stylesheet" href="../styling/styling.css" />
<title>Mechanics</title>
<script type="text/javascript">
window.onload = function () {
Expand Down Expand Up @@ -399,7 +399,7 @@ <h2>Guarding</h2>
</p>
</div>
<footer>
<p><a href="index.html">Back to Index</a></p>
<p><a href="../index.html">Back to Index</a></p>
</footer>
</body>

Expand Down

0 comments on commit b6eec1f

Please sign in to comment.