diff options
author | Andrew Yu <andrew@andrewyu.org> | 2023-06-07 10:03:30 +0800 |
---|---|---|
committer | Automatic Merge <andrew+automerge@andrewyu.org> | 2023-07-15 00:31:14 +0800 |
commit | d81632fbcc13bb779d77a6bcd1ae08508acbfcf9 (patch) | |
tree | 10f59ca6251acf8ada4549c4da589dec03b644db /index.html | |
parent | 8808a4bd7f91c09c0b946b73dc40eb40e1e4917c (diff) | |
download | www-d81632fbcc13bb779d77a6bcd1ae08508acbfcf9.tar.gz |
Use HTML quotes
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html index c04d2cc..1003a90 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ </p> <hr /> <p id="about-me">I am Andrew Yu, a 15-year-old student in Shanghai, China, currently studying at YK Pao School. I am interested in fundamental computer science, philosophy, biology, and physics.</p> - <p id="pronouns"><a href="/note/pronouns.html">My pronouns in English are ``they/them/their/theirs/themself''. 我的中文代词是“他”。</a></p> + <p id="pronouns"><a href="/note/pronouns.html">My pronouns in English are “they/them/their/theirs/themself”. 我的中文代词是“他”。</a></p> <hr /> <ul> <li><a href="https://www.andrewyu.org/">My Personal Website</a></li> @@ -32,19 +32,19 @@ <ul> <li><a href="/note/pronouns.html">My Pronouns</a></li> <li><a href="/note/comms.html">Communication Guidelines</a></li> - <li><a href="/note/wechat.html">``WeChat''</a></li> + <li><a href="/note/wechat.html">“WeChat”</a></li> <li><a href="/note/ask.html">Don't ask to ask, just ask</a></li> <li><a href="/note/social-media.html">Modern Social Media</a></li> <li><a href="/note/emacs.html">My Problem with Emacs</a></li> <li><a href="/note/suicide-jokes.html">On Jokes about Suicide</a></li> <li><a href="/note/on-racist-jokes.html">On Racist Jokes</a></li> <li><a href="/note/tone.html">Tone Indicators</a></li> - <li><a href="/note/really.html">``Really'' is a confusing word</a></li> + <li><a href="/note/really.html">“Really” is a confusing word</a></li> <li><a href="/note/mailing-list-guidelines.html">Mailing List Guidelines</a></li> </ul> <div id="footer"> <hr /> - <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 available under <a href="https://www.andrewyu.org/note/pubdom.html">Andrew Yu's Public Domain Dedication</a>.</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 available under <a href="https://www.andrewyu.org/note/pubdom.html">Andrew Yu's Public Domain Dedication</a>.</p> </div> </body> </html> |