diff options
-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; } + |