diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-07-30 23:51:53 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-07-30 23:51:53 +0800 |
commit | 1a938f8063e6127940e893c1d50e3ec1d4e257c1 (patch) | |
tree | f17a4a25ae041ea163499059584df908f50bfab8 | |
parent | 04cfe8122c683e0b584132af3a95d65aa6dc78a5 (diff) | |
download | www-1a938f8063e6127940e893c1d50e3ec1d4e257c1.tar.gz |
y
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | article/democracy-us.html | 13 | ||||
-rw-r--r-- | index.html | 1 | ||||
-rw-r--r-- | plain.css | 2 |
4 files changed, 16 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 0d27750..dd9ea68 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ -sitemap.txt: +sitemap: find . -name '*.html' | sed 's/^\./https:\/\/www.andrewyu.org/' > sitemap.txt diff --git a/article/democracy-us.html b/article/democracy-us.html index 62a3e9c..bb3ed53 100644 --- a/article/democracy-us.html +++ b/article/democracy-us.html @@ -27,10 +27,21 @@ </p> <p> - + According to the study, the influence of economic elites and business interest groups on politics is rather high with a rough positive correlation as opposed to the flatline for the general public, making the US an oligarchy rather than a democracy. Mass-based interest groups have discernable impact on policies, but are still trivial compared with economic elites and businesses. About three billion dollars are spent yearly by large ``politically active'' businesses to bribe politicians to pass policies for their interest. While businesses should have a say in legislation, it is unacceptable that they have superior dominance over public opinion. + </p> + + <h2 id="senate">The Senate</h2> + + <p> + The Senate of the USA consists of 100 members, with 2 from each state. Two senators from California represent 39 million people while the two from Wyoming represent 500 thousand people. The founding fathers never could have imagined such a huge a difference between the population of states. + </p> + <p> + Some people believe that the Senate helps against populism as opposed to the House. Although the number of Senators for each state do indeed not correspond to the population, this has no correlation whatsoever with preventing populism and doesn't serve an obvious purpose. </p> <h2 id="electoral-college">The Electoral College</h2> + <p> + </p> <div id="footer"> <hr /> diff --git a/index.html b/index.html index 90f9dd0..49cade4 100644 --- a/index.html +++ b/index.html @@ -29,6 +29,7 @@ <li>Paper mail. (I cannot provide my home address to the general public.)</li> <li>Electronic mail to <code>andrew</code> AT <code>andrewyu</code> DOT <code>org</code>.</li> <li>Internet Relay Chat: <code>Andrew</code> on <a href="https://libera.chat/">Libera Chat</a> and <a href="https://irc.andrewyu.org/">LibreIRC</a>.</li> + <li>Matrix: <code>@libreirc_Andrew:vern.cc</code>. May occasionally fail.</li> </ul> <p><a href="/note/wechat.html">Do not contact me via WeChat.</a></p> <p><a href="/note/social-media.html">I do not use social media.</a></p> diff --git a/plain.css b/plain.css index cdd170d..69cdae6 100644 --- a/plain.css +++ b/plain.css @@ -2,6 +2,8 @@ body { background-color: #F8F4E7; color: #552800; text-align: justify; + max-width: 55em; + margin: auto; } h1 { |