diff options
-rw-r--r-- | about.html | 3 | ||||
-rw-r--r-- | info/pac_a.html | 13 | ||||
-rw-r--r-- | info/pac_a.png | bin | 0 -> 526050 bytes | |||
-rw-r--r-- | info/pac_a.webp | bin | 0 -> 117296 bytes | |||
-rw-r--r-- | info/pac_c.html | 13 | ||||
-rw-r--r-- | info/pac_c.png | bin | 0 -> 582312 bytes | |||
-rw-r--r-- | info/pac_c.webp | bin | 0 -> 129570 bytes | |||
-rw-r--r-- | info/pac_m.html | 13 | ||||
-rw-r--r-- | info/pac_m.png | bin | 0 -> 542078 bytes | |||
-rw-r--r-- | info/pac_m.webp | bin | 0 -> 125980 bytes | |||
-rw-r--r-- | play.html | 5 |
11 files changed, 46 insertions, 1 deletions
@@ -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 Binary files differnew file mode 100644 index 0000000..1732873 --- /dev/null +++ b/info/pac_a.png diff --git a/info/pac_a.webp b/info/pac_a.webp Binary files differnew file mode 100644 index 0000000..3f40312 --- /dev/null +++ b/info/pac_a.webp 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 Binary files differnew file mode 100644 index 0000000..0476d3c --- /dev/null +++ b/info/pac_c.png diff --git a/info/pac_c.webp b/info/pac_c.webp Binary files differnew file mode 100644 index 0000000..d13aeb6 --- /dev/null +++ b/info/pac_c.webp 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 Binary files differnew file mode 100644 index 0000000..b532844 --- /dev/null +++ b/info/pac_m.png diff --git a/info/pac_m.webp b/info/pac_m.webp Binary files differnew file mode 100644 index 0000000..76b73c3 --- /dev/null +++ b/info/pac_m.webp @@ -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> |