diff options
author | Preston Pan <preston@nullring.xyz> | 2022-11-08 10:28:58 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2022-11-08 10:28:58 -0800 |
commit | dc2fd65e6bfeaa2c475d5042f64263ac9427c22f (patch) | |
tree | 3f680c74d831c984048080e0ff7d86fb7c5f1f05 /website/economics |
completely changed backend
Diffstat (limited to 'website/economics')
-rw-r--r-- | website/economics/index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/website/economics/index.html b/website/economics/index.html new file mode 100644 index 0000000..07a7265 --- /dev/null +++ b/website/economics/index.html @@ -0,0 +1,21 @@ +$$START TITLE +Economics +$$END TITLE + +$$START CONTENT +<h1>Economics</h1> +<p> + Economics is a field that is commonly misunderstood because personal bias + and personal convictions are everywhere. It also happens to be an extremely + interesting field; rationalizing the economy seems to be a bad way to make + policy but it also seems to be a good way of having fun. +</p> + +<h2>Articles</h2> +<ul> + <li><a href="minimum_wage.pdf">Minimum Wage</a> -- a dialogue between four rather important figures on the minimum wage.</li> + <li><a href="economic_epistemology.pdf">Economic Epistemology</a> -- when economists think they know too much.</li> + <li><a href="source/">Source documents</a> -- The source groff documents for all the articles above (written with ms macros).</li> +</ul> + +$$END CONTENT |