diff options
-rw-r--r-- | index.html | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/index.html b/index.html index c772089..4187b74 100644 --- a/index.html +++ b/index.html @@ -49,11 +49,7 @@ <hr /> <div id="quotes"> <h2>Quotes</h2> - <blockquote><p>Arguing that you don't care about the - right to privacy because you have nothing to hide is no - different from saying you don't care about free speech - because you have nothing to say. —Edward - Snowden</p></blockquote> + <blockquote><p>Arguing that you don't care about the right to privacy because you have nothing to hide is no different from saying you don't care about free speech because you have nothing to say. —Edward Snowden</p></blockquote> </div> <hr /> <div id="me"> @@ -92,8 +88,9 @@ <div id="randlinks"> <h2>Random Links</h2> <ul> - <li><a href="/favor.css">My favorite CSS to go with this Website</a>;</li> + <li><a href="/favor.css">A nice stylesheet to go with this Website</a>;</li> <li><a href="https://fsf.org">The Free Software Foundation</a>;</li> + <li><a href="https://minifree.org">Leah Rowe</a>;</li> <li><a href="https://stallmansupport.org">Defend Richard Stallman</a>;</li> <li><a href="https://based.cooking">A simple clean receipe site</a>;</li> <li><a href="https://www.gnu.org/philosophy/surveillance-vs-democracy.html">Surveillance vs democracy</a>;</li> @@ -103,8 +100,8 @@ </div> <hr /> <div id="footer"> - <p>Works hosted on this subdomain (<code>www.andrewyu.org</code>) with the HTTP protocol is under <a href="/cc0.txt">the CC0 public domain dedicator.</a></p> - <p>Works on this website that's supposed to be publicly accessible (don't try to get around my htaccess, don't crack my ssh, don't snoop on my email, etc) is public domain. This does not include my projects and my git repos, see their LICENSE files for per-project information. <a href="https://stpeter.im/writings/essays/publicdomain.html">https://stpeter.im/writings/essays/publicdomain.html</a> is a good explanation on why people put stuff in the public domain. However, you might want to see the GNU AGPL section on this page.</p> + <p>Works hosted on this subdomain (<code>www.andrewyu.org</code>) with the HTTP protocol is under <a href="/cc0.txt">the CC0 public domain dedicator</a>.</p> + <p>Works on this website that's supposed to be publicly accessible (don't try to get around my htaccess, don't crack my ssh, don't snoop on my email, etc) is public domain. This does not include my projects and my git repos, see their LICENSE files for per-project information. <a href="https://stpeter.im/writings/essays/publicdomain.html">https://stpeter.im/writings/essays/publicdomain.html</a> is a good explanation on why people put stuff in the public domain.</p> </div> </body> </html> |