diff options
author | Runxi Yu <me@runxiyu.org> | 2024-05-01 18:40:15 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-05-01 18:40:15 +0800 |
commit | 3959cc6265c275f89d98680406a5b59ccc4aa4d8 (patch) | |
tree | 02b9a7fb3ce36941804d5cfad6caeee26ef33f2d /school | |
parent | 6b1a6f8f7b2c5840c107ccb9f9ba99a3e2bfdfc2 (diff) | |
download | www-3959cc6265c275f89d98680406a5b59ccc4aa4d8.tar.gz |
Fix remaining andrewyu.org's
Diffstat (limited to 'school')
-rw-r--r-- | school/contact.html | 6 | ||||
-rw-r--r-- | school/index.html | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/school/contact.html b/school/contact.html index 8aaa56f..caaf200 100644 --- a/school/contact.html +++ b/school/contact.html @@ -14,14 +14,14 @@ The following ways to contact me are recommended for school-related matters. <a href="/contact.html">Not school-related?</a> </p> <ul> - <li>Talk to me in real life. For those at the Songjiang Campus: I'm often in the library in my free time. I'm usually in E104 from 21:00.</li> + <li>Talk to me in real life. For those at the Songjiang Campus: I'm often in the library in my free time. I'm usually in E106 from 21:00.</li> <li>Electronic mail to <code>s22537@ykpaoschool.cn</code>.</li> - <li>Paper mail to E104.</li> + <li>Paper mail to E106, or my locker near S210 (infrequently checked).</li> </ul> <div id="footer"> <hr /> <p><a href="/">Runxi Yu's Website</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.runxiyu.org/note/pubdom.html">Runxi Yu's Public Domain Dedication</a>.</p> + </div> </body> </html> diff --git a/school/index.html b/school/index.html index 87f9a78..085aa70 100644 --- a/school/index.html +++ b/school/index.html @@ -13,13 +13,13 @@ <hr /> <ul> <li><a href="/article/purple-hibiscus.html">Random thoughts on Purple Hibiscus</a> (pretty horrible)</li> - <li><a href="https://piwg.andrewyu.org/">Pao Inclusiveness Working Group</a></li> + <!--li><a href="https://piwg.andrewyu.org/">Pao Inclusiveness Working Group</a></li--> <li><a href="contact.html">Contact me at school</a></li> </ul> <div id="footer"> <hr /> <p><a href="/">Runxi Yu's Website</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.runxiyu.org/note/pubdom.html">Runxi Yu's Public Domain Dedication</a>.</p> + </div> </body> </html> |