Added beginnings of project website.

This commit is contained in:
Simon Brooke 2021-11-18 14:05:28 +00:00
parent 31b20f012e
commit 4ff29c4ddd
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
27 changed files with 1156 additions and 41 deletions

View file

@ -0,0 +1,12 @@
<!DOCTYPE html PUBLIC ""
"">
<html><head><meta charset="UTF-8" /><title>Political Parties</title><link rel="stylesheet" type="text/css" href="css/default.css" /><link rel="stylesheet" type="text/css" href="css/highlight.css" /><script type="text/javascript" src="js/highlight.min.js"></script><script type="text/javascript" src="js/jquery.min.js"></script><script type="text/javascript" src="js/page_effects.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div id="header"><h2>Generated by <a href="https://github.com/weavejester/codox">Codox</a></h2><h1><a href="index.html"><span class="project-title"><span class="project-name">Climate-game</span> <span class="project-version">0.1.0-SNAPSHOT</span></span></a></h1></div><div class="sidebar primary"><h3 class="no-link"><span class="inner">Project</span></h3><ul class="index-link"><li class="depth-1 "><a href="index.html"><div class="inner">Index</div></a></li></ul><h3 class="no-link"><span class="inner">Topics</span></h3><ul><li class="depth-1 "><a href="Algorithmic_Play.html"><div class="inner"><span>Algorithmic play</span></div></a></li><li class="depth-1 "><a href="Climate_Events.html"><div class="inner"><span>Climate Events</span></div></a></li><li class="depth-1 "><a href="Influencing_other_territories.html"><div class="inner"><span>Influencing other territories</span></div></a></li><li class="depth-1 "><a href="Playable_Territories.html"><div class="inner"><span>Playable Territories</span></div></a></li><li class="depth-1 current"><a href="Political_Parties.html"><div class="inner"><span>Political Parties</span></div></a></li><li class="depth-1 "><a href="Strategic_Materials.html"><div class="inner"><span>Strategic materials</span></div></a></li><li class="depth-1 "><a href="User_Interface.html"><div class="inner"><span>User Interface</span></div></a></li><li class="depth-1 "><a href="intro.html"><div class="inner"><span>The Climate Game</span></div></a></li></ul><h3 class="no-link"><span class="inner">Namespaces</span></h3><ul><li class="depth-1"><div class="no-link"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>cc</span></div></div></li><li class="depth-2"><div class="no-link"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>journeyman</span></div></div></li><li class="depth-3"><div class="no-link"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>climate-game</span></div></div></li><li class="depth-4 branch"><a href="cc.journeyman.climate-game.core.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>core</span></div></a></li><li class="depth-4"><div class="no-link"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>planet</span></div></div></li><li class="depth-5"><a href="cc.journeyman.climate-game.planet.geometry.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>geometry</span></div></a></li></ul></div><div class="document" id="content"><div class="doc"><div class="markdown"><h1><a href="#political-parties" id="political-parties"></a>Political Parties</h1>
<p>Broadly there will be three main political parties in all territories. These will be Blue (or Right), Red (or Left), and Green.</p>
<h2><a href="#blue" id="blue"></a>Blue</h2>
<p>Represents the Trump/Bolsanaro/Johnson/Putin position generally. Blue administrations will favour economic growth over climate stability, will favour military that over diplomacy, and will favour wealth disparity over social cohesion.</p>
<h2><a href="#red" id="red"></a>Red</h2>
<p>Represents the Chinese communist party but also the European left. Red administrations favour economic growth over climate stability, diplomacy over the military, and social cohesion over wealth disparity.</p>
<h2><a href="#green" id="green"></a>Green</h2>
<p>Represents a faction closer to the New Zealand, English or Scottish Green parties that to the German. Green administrations will favour climate stability over economic growth, diplomacy over the military, and social cohesion over wealth disparity.</p>
<h3><a href="#"></a></h3>
</div></div></div></body></html>