diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-07-27 22:21:38 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-07-27 22:21:38 +0800 |
commit | bc6263aac2f0647572c7aecb10e637d62b89b4bb (patch) | |
tree | e7af1997c8b14ec075e240a2032c5bae998d0305 | |
parent | 5b0f0651ef216ee078aa5c9cf4eecad038ce6873 (diff) | |
download | www-bc6263aac2f0647572c7aecb10e637d62b89b4bb.tar.gz |
demo
-rw-r--r-- | article/democracy-fundementals.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/article/democracy-fundementals.html b/article/democracy-fundementals.html new file mode 100644 index 0000000..f6b188e --- /dev/null +++ b/article/democracy-fundementals.html @@ -0,0 +1,22 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> + <head> + <title>Democracy: Fundementals</title> + <link rel="stylesheet" href="/plain.css" /> + <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> + </head> + <body> + <h1>Democracy: Fundementals (Unfinished)</h1> + <p><i>Unless otherwise specified, ``democracy'' in this article refers to representative democracy. ``Country'' can additionally refer to other regions that have people and its own policies, such as a state, provinces in some countries, etc.</i></p> + <p> + We usually think of ``democracy'' as people influencing the policies of the country by electing trustworthy experts that serve their interst to make actual decisions. This type of democracy, representative democracy, has evolved from direct democracy aging back two thousand years ago as created by Athens in Greece. Representative democracy is more scalable than direct democracy and also avoids some forms of populism and uninformed decisions as its the experts in the field that are making the actual policies. + </p> + <p> + There's another part of democracy, that we take for granted and is an outcome of democracy <span style="color: red; font-size: 50%;">(Proof!)</span> but is often ommited when talking about democracy: liberty. + </p> + <div id="footer"> + <hr /> + <p><a href="/">Andrew Yu's Website</a></p> + </div> + </body> +</html> |