Skip to content

Commit

Permalink
added IANAL statement + general fixes
Browse files Browse the repository at this point in the history
- added disclaimers (IANAL, minor statement) to legal.html
- minor copy-editing for index.html
- replaced Leahy calendar explainer w/ link to personal blog
- changed page titles to be more logical
- updated last updated date
  • Loading branch information
duck-master committed Jun 26, 2021
1 parent 41ecb7d commit d3202b1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 16 deletions.
13 changes: 6 additions & 7 deletions 404.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>dreamstuck</title>
<title>duck_master's personal website | 404</title>
<meta charset="utf-8">
<meta name="description" content="legal etc. - duck_master's personal website">
<link rel="stylesheet" href="main.css">
Expand All @@ -21,15 +21,14 @@ <h2>mathematical/rationalist/whatever weirdness since 2020 AD</h2>
<div class = "content-box">
<h1>404</h1>
<p>It looks like the page you were looking for doesn't exist! (Unless you were looking for this 404 page; in this case, congratulations I guess.)</p>
<p>You can return to the <a href = "https://duck-master.github.io/">main page</a>.</p>
<p>You can return to the <a href = "index.html">main page</a>.</p>
</div>
</div>

<div class = "tailer">
<p> Questions, comments, or concerns? Please contact me. Email: duckmaster0 at protonmail dot com</p>
<p> Last updated 15 February 2021 AD/CE (Gregorian/Leahy* calendar)</p>
<p> (Informal and possibly unenforceable) legal/terms/conditions/privacy stuff <a href = "legal-etc.html">here</a>.</p>
<p>*The Leahy calendar, proposed in December 1974 by Francis Leahy, would agree with the Gregorian calendar in October 1582, but instead skip a leap year when the year number is a multiple of 128. Currently the Gregorian and Leahy calendar agree, but they are set to diverge in 2048.</p>
<p> Questions, comments, or concerns? Please contact me. Email: duckmaster0 at protonmail dot com </p>
<p> Last updated 26 June 2021 AD/CE (Gregorian/<a href = "https://artofproblemsolving.com/community/c1665352h2418436_entry_26">Leahy</a> calendar)</p>
<p> (Informal and possibly unenforceable) legal/terms/conditions/privacy stuff is <a href = "legal-etc.html">here</a>.</p>
</div>
</body>
</html>
</html>
10 changes: 4 additions & 6 deletions index.html
Expand Up @@ -4,7 +4,7 @@
<title>duck_master's personal website</title>
<meta charset="utf-8">
<meta name="description" content="duck_master's personal website">
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="main copy.css">
</head>
<body>
<div class = "header">
Expand All @@ -22,13 +22,12 @@ <h2>mathematical/rationalist/whatever content since 2020 AD</h2>
<h2> whoami</h2>
<p> I'm duck_master: a</p>
<ul>
<li>a teenage high school student,</li>
<li>math nerd,</li>
<li>high school student,</li>
<li>mathematics enthusiast,</li>
<li>coder, </li>
<li>rationalist (with {agnostic, Buddhist, generic Christian, humanist} flavors), </li>
<li>writer, </li>
<li>pianist, </li>
<li>Ingham!enlightenment speedrunner, </li>
<li>and sometimes philosopher.</li>
</ul>
</div>
Expand Down Expand Up @@ -97,9 +96,8 @@ <h2>links</h2>

<div class = "tailer">
<p> Questions, comments, or concerns? Please contact me. Email: duckmaster0 at protonmail dot com</p>
<p> Last updated 15 February 2021 AD/CE (Gregorian/Leahy* calendar)</p>
<p> Last updated 26 June 2021 AD/CE (Gregorian/<a href = "https://artofproblemsolving.com/community/c1665352h2418436_entry_26">Leahy</a> calendar)</p>
<p> (Informal and possibly unenforceable) legal/terms/conditions/privacy stuff <a href = "legal-etc.html">here</a>.</p>
<p>*The Leahy calendar, proposed in December 1974 by Francis Leahy, would agree with the Gregorian calendar in October 1582, but instead skip a leap year when the year number is a multiple of 128. Currently the Gregorian and Leahy calendar agree, but they are set to diverge in 2048.</p>
</div>
</body>
</html>
15 changes: 12 additions & 3 deletions legal-etc.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>dreamstuck</title>
<title>duck_master's personal website | terms, etc.</title>
<meta charset="utf-8">
<meta name="description" content="legal etc. - duck_master's personal website">
<link rel="stylesheet" href="main.css">
Expand All @@ -18,21 +18,30 @@ <h2>mathematical/rationalist/whatever weirdness since 2020 AD</h2>
</div>

<div class = "middler">
<div class = "content-box">
<h2>disclaimers</h2>
<ul>
<li><strong>I am not a lawyer</strong>, and this document is not legal advice. I don't really know how documents like this are supposed to work, so some or all of this document may be invalid. For legal advice, please ask a real lawyer. </li>
<li>As of the date of last update (displayed at the bottom of the page), I am legally a <strong>minor</strong>, which means that I cannot enter into legal contracts. However, you may consider this an ethical contract. I will remove this disclaimer after I am no longer a minor.</li>
<li></li>
</ul>
</div>

<div class = "content-box">
<h2>legal/terms/conditions/privacy*</h2>
<p>This website was produced entirely by me, duck_master, and is copyrighted accordingly. However, I release all of it under the MIT license. GitHub provides this website on my behalf and makes no guarantees about quality or accuracy.</p>
<p>I allow any legal usage of this website. GitHub allows as much usage as they describe in their <a href = "https://docs.github.com/en/github/site-policy/github-terms-of-service">Terms of Service</a>, incorporated herein by reference.</p>
<p>I collect no personal information from this website. GitHub collects as much personal information as they describe in their <a href = "https://docs.github.com/en/github/site-policy/github-privacy-statement">Privacy Statement</a>, also incorporated by reference.</p>
<p>Illegal and/or meaningless parts are void.</p>

<p>*I'm not a lawyer.</p>
</div>
</div>

<div class = "tailer">
<p> Questions, comments, or concerns? Please contact me. Email: duckmaster0 at protonmail dot com </p>
<p> Last updated 27 February 2021 AD/CE (Gregorian/Leahy* calendar)</p>
<p> Last updated 26 June 2021 AD/CE (Gregorian/<a href = "https://artofproblemsolving.com/community/c1665352h2418436_entry_26">Leahy</a> calendar)</p>
<p> (Informal and possibly unenforceable) legal/terms/conditions/privacy stuff is here.</p>
<p>*The Leahy calendar, proposed in December 1974 by Francis Leahy, would agree with the Gregorian calendar in October 1582, but instead skip a leap year when the year number is a multiple of 128. Currently the Gregorian and Leahy calendar agree, but they are set to diverge in 2048.</p>
</div>
</body>
</html>

0 comments on commit d3202b1

Please sign in to comment.