summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--about.html3
-rw-r--r--info/pac_a.html13
-rw-r--r--info/pac_a.pngbin0 -> 526050 bytes
-rw-r--r--info/pac_a.webpbin0 -> 117296 bytes
-rw-r--r--info/pac_c.html13
-rw-r--r--info/pac_c.pngbin0 -> 582312 bytes
-rw-r--r--info/pac_c.webpbin0 -> 129570 bytes
-rw-r--r--info/pac_m.html13
-rw-r--r--info/pac_m.pngbin0 -> 542078 bytes
-rw-r--r--info/pac_m.webpbin0 -> 125980 bytes
-rw-r--r--play.html5
11 files changed, 46 insertions, 1 deletions
diff --git a/about.html b/about.html
index 526e01e..4e3b6b5 100644
--- a/about.html
+++ b/about.html
@@ -10,4 +10,7 @@ Programming © 2024 by Frans Bongers.
<ul>
<li><a href="/land-and-freedom/info/rules.html">Rulebook</a>
+<li><a href="/land-and-freedom/info/pac_a.html">Player Aid: Anarchist</a>
+<li><a href="/land-and-freedom/info/pac_c.html">Player Aid: Communist</a>
+<li><a href="/land-and-freedom/info/pac_m.html">Player Aid: Moderate</a>
</ul>
diff --git a/info/pac_a.html b/info/pac_a.html
new file mode 100644
index 0000000..f8552bc
--- /dev/null
+++ b/info/pac_a.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta name="viewport" content="width=1120">
+<title>Anarchists</title>
+<link rel="stylesheet" href="/fonts/fonts.css">
+<style>
+body{background-color:slategray}
+div{background-color:white;margin:1em auto;box-shadow:1px 1px 8px -2px black}
+</style>
+</head>
+<body>
+<div style="background-image:url(pac_a.webp);width:1100px;height:850px"></div>
diff --git a/info/pac_a.png b/info/pac_a.png
new file mode 100644
index 0000000..1732873
--- /dev/null
+++ b/info/pac_a.png
Binary files differ
diff --git a/info/pac_a.webp b/info/pac_a.webp
new file mode 100644
index 0000000..3f40312
--- /dev/null
+++ b/info/pac_a.webp
Binary files differ
diff --git a/info/pac_c.html b/info/pac_c.html
new file mode 100644
index 0000000..708d86c
--- /dev/null
+++ b/info/pac_c.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta name="viewport" content="width=1120">
+<title>Communists</title>
+<link rel="stylesheet" href="/fonts/fonts.css">
+<style>
+body{background-color:slategray}
+div{background-color:white;margin:1em auto;box-shadow:1px 1px 8px -2px black}
+</style>
+</head>
+<body>
+<div style="background-image:url(pac_c.webp);width:1100px;height:850px"></div>
diff --git a/info/pac_c.png b/info/pac_c.png
new file mode 100644
index 0000000..0476d3c
--- /dev/null
+++ b/info/pac_c.png
Binary files differ
diff --git a/info/pac_c.webp b/info/pac_c.webp
new file mode 100644
index 0000000..d13aeb6
--- /dev/null
+++ b/info/pac_c.webp
Binary files differ
diff --git a/info/pac_m.html b/info/pac_m.html
new file mode 100644
index 0000000..b6f75e6
--- /dev/null
+++ b/info/pac_m.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta name="viewport" content="width=1120">
+<title>Moderates</title>
+<link rel="stylesheet" href="/fonts/fonts.css">
+<style>
+body{background-color:slategray}
+div{background-color:white;margin:1em auto;box-shadow:1px 1px 8px -2px black}
+</style>
+</head>
+<body>
+<div style="background-image:url(pac_m.webp);width:1100px;height:850px"></div>
diff --git a/info/pac_m.png b/info/pac_m.png
new file mode 100644
index 0000000..b532844
--- /dev/null
+++ b/info/pac_m.png
Binary files differ
diff --git a/info/pac_m.webp b/info/pac_m.webp
new file mode 100644
index 0000000..76b73c3
--- /dev/null
+++ b/info/pac_m.webp
Binary files differ
diff --git a/play.html b/play.html
index b22fc41..d89b2a9 100644
--- a/play.html
+++ b/play.html
@@ -25,7 +25,10 @@
<details>
<summary><img src="/images/cog.svg"></summary>
<menu>
- <li><a href="info/rules.html" target="_blank">Rules</a>
+ <li><a href="info/rules.html" target="_blank">Rulebook</a>
+ <li><a href="info/pac_a.html" target="_blank">Player Aid: Anarchist</a>
+ <li><a href="info/pac_c.html" target="_blank">Player Aid: Communist</a>
+ <li><a href="info/pac_m.html" target="_blank">Player Aid: Moderate</a>
</menu>
</details>
</div>