diff options
author | Runxi Yu <me@runxiyu.org> | 2024-06-01 08:00:00 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-06-01 08:00:00 +0800 |
commit | 808a210b5009c81e6e4e7c69cbf57c0f82492233 (patch) | |
tree | 0e059cdfdadb3a5c66d0c047e7718958e88a8239 | |
parent | e665dee72514d3f4df6156a0f34fa4974c1176c1 (diff) | |
download | www-808a210b5009c81e6e4e7c69cbf57c0f82492233.tar.gz |
Planned v. Casey
-rw-r--r-- | index.html | 3 | ||||
-rw-r--r-- | style.css | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/index.html b/index.html index d78d1fc..d5c4e01 100644 --- a/index.html +++ b/index.html @@ -29,6 +29,9 @@ <article> <p id="about-me">I am Runxi Yu, a 16-year-old student. I am interested in philosophy (e.g. epistemology and political philosophy), mathematics, and some physics. I wouldn't say that I'm that interested in academic computer science, although I do have computer-related projects.</p> <p id="pronouns">My pronouns are they/them in English and 他 in Chinese.</p> +<blockquote> + <p><q cite="https://supreme.justia.com/cases/federal/us/505/833/case.pdf">Liberty finds no refuge in a jurisprudence of doubt.</q> <i>Planned Parenthood</i> v.<i> Casey</i>, 505 U.S. 833 (1992). But neither does liberty find refuge in a jurisprudence that seeks to <em>deny the very freedoms</em> that the constituency has came to expect under <i>stare decisis</i>.</p> +</blockquote> <h2 id="contact">Contact</h2> <p>Please do not copy these email addresses; they've been slightly obfuscated to prevent some types of spam. Type them yourself.</p> diff --git a/style.css b/style.css index 8497a41..7685305 100644 --- a/style.css +++ b/style.css @@ -363,3 +363,4 @@ nav { article li + li { margin-top: 0.5rem; } + |