summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--downs.html31
-rw-r--r--style.css3
2 files changed, 33 insertions, 1 deletions
diff --git a/downs.html b/downs.html
index a93f673..508dfb5 100644
--- a/downs.html
+++ b/downs.html
@@ -16,14 +16,43 @@
 	<h1>Please stop mocking Down's Syndrome</h1>
 </header>
 
+<p>
+(This page is unlisted&mdash;not linked from the site index&mdash;for obvious reasons.)
+</p>
+
 <article>
+<p>
+It has been a while since the onset of this rather unfortunate pattern, but the use of "唐" and its derivative "🍬" to address whatever day-to-day behavior that they seem to be used to refer to, is quite infuriating.
+</p>
 
 <p>
-It has been a while since the onset of this rather unfortunate pattern, but the use of 
+<a href="https://en.wikipedia.org/wiki/Down_syndrome">Down's Syndrome</a> is a genetic disorder. <a href="https://books.google.com/books?id=0Y20AQAAQBAJ&pg=PA5">Patients nearly always have some type of disability.</a>  Mockery and discrimination towards people with Down's Syndrome is therefore a type of <a href="https://en.wikipedia.org/wiki/Ableism">ableism</a>.</p>
+
+<p>
+Please stop clowning around with exlamations that create random and unsupported references to Down's Syndrome, or, in fact, any other condition that may correlate to disabilities. This behavior is disgusting, profoundly disrespectful, uneducated, rude, impudent, etc.
 </p>
 
+<details>
+	<summary>But what about freedom of speech?</summary>
+	<p>
+	Interesting point, but mind the difference between what is <em>legal</em> and what is <em>right</em>.
+	By the text of the statutes this may be legal, but note <a href="https://www.law.cornell.edu/constitution-conan/amendment-1/freedom-of-speech-historical-background">the historical background of the 1st amendment</a>&mdash;note that most clauses relating to freedom of speech intended to disallow limitations on political speech as to prevent a tyranny of government. I don't see how shouting "Down's Syndrome" at everything fits into any valid political purpose.
+	</p>
+</details>
+
 </article>
 
+<section id="see-also">
+<p>
+See also:
+</p>
+<ul>
+	<li>
+	<a href="https://www.deannajsmith.com/www.deannajsmith.com//2018/01/it-is-never-okay-to-mock-someone-with.html">It Is Never Okay To Mock Someone With Down Syndrome</a>
+	</li>
+</ul>
+</section>
+
 <footer>
 	<ul role="list">
 		<li><a href="./">Home</a></li>
diff --git a/style.css b/style.css
index 6af24c3..cb58198 100644
--- a/style.css
+++ b/style.css
@@ -190,6 +190,9 @@ section {
   width:100%;
   max-width:var(--max-page-width)
 }
+section#see-also {
+  margin-top: 5rem;
+}
 code.block {
   display:block;
   max-width:100%