diff --git a/content/license.md b/content/license/index.md similarity index 99% rename from content/license.md rename to content/license/index.md index a1b22c68..28c002a0 100644 --- a/content/license.md +++ b/content/license/index.md @@ -19,6 +19,8 @@ The [full license](https://creativecommons.org/licenses/by/4.0/legalcode) is re-

+ + > _Creative Commons Corporation ("Creative Commons") is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an "as-is" basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible._ ### Using Creative Commons Public Licenses @@ -175,3 +177,5 @@ d. Nothing in this Public License constitutes or may be interpreted as a limitat > Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the "Licensor." The text of the Creative Commons public licenses is dedicated to the public domain under the [_CC0 Public Domain Dedication_](https://creativecommons.org/publicdomain/zero/1.0/legalcode). Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at [creativecommons.org/policies](https://creativecommons.org/policies), Creative Commons does not authorize the use of the trademark "Creative Commons" or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses. > > Creative Commons may be contacted at [creativecommons.org](https://creativecommons.org/). + + diff --git a/content/privacy/images/fauna_hits.png b/content/privacy/images/fauna_hits.png new file mode 100644 index 00000000..2ef656c8 Binary files /dev/null and b/content/privacy/images/fauna_hits.png differ diff --git a/content/privacy.md b/content/privacy/index.md similarity index 61% rename from content/privacy.md rename to content/privacy/index.md index c783eec3..3087287a 100644 --- a/content/privacy.md +++ b/content/privacy/index.md @@ -11,13 +11,19 @@ Okay, this is an easy one. 😉 ## Analytics -This website uses a simple hit counter on each post to tally an aggregate number of pageviews. Individual views and identifying details are not stored. [The serverless function is open source.](https://github.com/jakejarvis/jarv.is/blob/main/api/hits.ts) +A simple hit counter on each page tallies an aggregate number of pageviews (i.e. `hits = hits + 1`). Individual views and identifying (or non-identifying) details are **never stored or logged**. + +The [serverless function](https://github.com/jakejarvis/jarv.is/blob/main/api/hits.ts) and [client script](https://github.com/jakejarvis/jarv.is/blob/main/assets/js/src/counter.js) are open source, and [snapshots of the database](https://github.com/jakejarvis/website-stats) are public. + +{{< image src="images/fauna_hits.png" alt="The entire database schema." link="/privacy/images/fauna_hits.png" />}} ## Hosting Pages and first-party assets on this website are served by [**▲ Vercel**](https://vercel.com/). Refer to their [privacy policy](https://vercel.com/legal/privacy-policy) for more information. -For a likely excessive level of privacy and security, this website is also mirrored on the [🧅 Tor network](https://www.torproject.org/) at: [**jarvis2i2vp4j4tbxjogsnqdemnte5xhzyi7hziiyzxwge3hzmh57zad.onion**](http://jarvis2i2vp4j4tbxjogsnqdemnte5xhzyi7hziiyzxwge3hzmh57zad.onion). +For a likely excessive level of privacy and security, this website is also mirrored on the [🧅 Tor network](https://www.torproject.org/) at: + +> [**jarvis2i2vp4j4tbxjogsnqdemnte5xhzyi7hziiyzxwge3hzmh57zad.onion**](http://jarvis2i2vp4j4tbxjogsnqdemnte5xhzyi7hziiyzxwge3hzmh57zad.onion) ## Third-Party Content diff --git a/content/projects.md b/content/projects/index.md similarity index 100% rename from content/projects.md rename to content/projects/index.md diff --git a/resources/_gen/images/privacy/images/fauna_hits_huc0106ad39f742c69c4631b101a52c06f_159857_1730x0_resize_lanczos_2.png b/resources/_gen/images/privacy/images/fauna_hits_huc0106ad39f742c69c4631b101a52c06f_159857_1730x0_resize_lanczos_2.png new file mode 100644 index 00000000..61056594 Binary files /dev/null and b/resources/_gen/images/privacy/images/fauna_hits_huc0106ad39f742c69c4631b101a52c06f_159857_1730x0_resize_lanczos_2.png differ