summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew <andrew@andrewyu.org>2022-09-26 07:24:16 +0800
committerAndrew <andrew@andrewyu.org>2022-09-26 07:24:16 +0800
commitfd8047772188337ebb8c1b1ab87e03986525c76c (patch)
treeda5bc3dbd11c7b7076dcf3b2cc271ecd6846bfb6
parent3b63318f3add5edf3822931acb686a802cce353e (diff)
downloadwww-fd8047772188337ebb8c1b1ab87e03986525c76c.tar.gz
www-fd8047772188337ebb8c1b1ab87e03986525c76c.zip
Indicate copyright tags.
-rw-r--r--event/debate.html6
-rw-r--r--index.html2
-rw-r--r--plain.css4
3 files changed, 8 insertions, 4 deletions
diff --git a/event/debate.html b/event/debate.html
index ec29f04..5f9e46d 100644
--- a/event/debate.html
+++ b/event/debate.html
@@ -11,7 +11,7 @@
<p>
My friends Sophia and Yulisa are hosting a debate tournament ``I-Las''. The upcoming debate will be held some time between October 8th and October 9th with the motion ``This house believes that beauty pageants for women is actually empowering and not sexist.'' The following is Sophia's ``poster'' thing.
</p>
- <blockquote>
+ <blockquote class="copyright">
<p>
Hi!👋
</p>
@@ -50,13 +50,13 @@ We sincerely hope that we can see you participating! ✨
<p>
They have a <a target="_parent" href="./debate-qr.jpg">WeChat QR code</a>. (They don't seem to have a mailing list, sad.) You can nudge <a href="/contact.html">me</a>, <code>sophia07px2026 AT saschina DOT org</code> and/or <code>yma26 AT missporters DOT org</code> for more information.
</p>
- <p>
+ <p class="copyright">
Note: A beauty pageant or beauty contest is a competition that has traditionally focused on judging and ranking the physical attributes of the contestants. Pageants have now evolved to include inner beauty, with criteria covering judging of personality, intelligence, talent, character, and charitable involvement, through private interviews with judges and answers to public on-stage questions. The term beauty pageant refers originally to the Big Four international beauty pageants. (<a href="https://en.wikipedia.org/wiki/Beauty_pageant">Wikipedia</a>.)
</p>
<p>
Copying more from the Wikipedia page, that I believe is relevant:
</p>
- <blockquote>
+ <blockquote class="copyright">
<p>Critics of beauty pageants argue that such contests reinforce the idea that girls and women should be valued primarily for their physical appearance, and that this puts tremendous pressure on women to conform to conventional beauty standards by spending time and money on fashion, cosmetics, hair styling, and even cosmetic surgery. They say that this pursuit of physical beauty even encourages some women to diet to the point of harming themselves. </p>
<p>The London Feminist Network argues that rather than being empowering, beauty pageants do the opposite: denying women's full humanity by subjecting them to objectification, denying their full humanity by maintaining that their primary purpose is to be attractive. </p>
<p>Another criticism is in the way beauty pageant is quantifiably scored as highlighted by the "Myth of the Perfect 10". Beauty becomes a numerical coefficient in ranking contestants, and this type of scoring still remains followed as a system even in nationwide beauty pageants such as Miss America. </p>
diff --git a/index.html b/index.html
index 4da2de1..79e9a3f 100644
--- a/index.html
+++ b/index.html
@@ -43,7 +43,7 @@
</ul>
<div id="footer">
<hr />
- <p>Works hosted on this subdomain (<code>www.andrewyu.org</code>) served with the HTTP(S) protocol is in the public domain. (In juristictions where it is impossible to publish into the public domain, the following applies: Permission is hereby granted, free of charge, to any person obtaining a copy of this work, to deal in the work without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of this work, and to permit persons to whom the work is furnished to do so.)</p>
+ <p>Unless otherwise specified with the ``<span class="copyright">copyright</span>'' HTML/CSS class, works hosted on this subdomain (<code>www.andrewyu.org</code>) served with the HTTP(S) protocol is in the public domain. (In juristictions where it is impossible to publish into the public domain, the following applies: Permission is hereby granted, free of charge, to any person obtaining a copy of this work, to deal in the work without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of this work, and to permit persons to whom the work is furnished to do so.)</p>
</div>
</body>
</html>
diff --git a/plain.css b/plain.css
index 35c8630..f73bd37 100644
--- a/plain.css
+++ b/plain.css
@@ -3,6 +3,10 @@ body {
color: #552800;
}
+body {
+ color: #222222;
+}
+
a.link {color: #0000A0;}
a.visited {color: #A000A0;}
a.active {color: #00A000;}