Remove legalese from footer
This commit is contained in:
parent
e9f425cd5e
commit
c14280e577
2 changed files with 1 additions and 3 deletions
|
|
@ -19,8 +19,6 @@
|
||||||
{{ content | safe }}
|
{{ content | safe }}
|
||||||
</article>
|
</article>
|
||||||
<footer>
|
<footer>
|
||||||
None of your personal data is transferred to third party servers while using these websites. Your IP address is <a href="https://manual.uberspace.de/web-logs/#privacy">anonymized, logged, and stored for 7 days</a>. This allows me to get an impression of the popularity of individual pages.
|
|
||||||
|
|
||||||
Contents are <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">CC-BY-SA</a> unless noted otherwise.
|
Contents are <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">CC-BY-SA</a> unless noted otherwise.
|
||||||
</footer>
|
</footer>
|
||||||
</main>
|
</main>
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ I did this in the way I know how to do those things, by creating a small web pag
|
||||||
|
|
||||||
It is a single HTML-file without any external resources like stylesheets, fonts or images. The data is regularly fetched from [https://covid-19.datasettes.com](https://covid-19.datasettes.com/covid/johns_hopkins_csse_daily_reports), which provides a simple way to query data gathered and provided by the [Johns Hopkins University Center for Systems Science and Engineering](https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data). The data is saved in a local SQLite database and queried in a Lua script, which draws one dot for each person that died globally.
|
It is a single HTML-file without any external resources like stylesheets, fonts or images. The data is regularly fetched from [https://covid-19.datasettes.com](https://covid-19.datasettes.com/covid/johns_hopkins_csse_daily_reports), which provides a simple way to query data gathered and provided by the [Johns Hopkins University Center for Systems Science and Engineering](https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data). The data is saved in a local SQLite database and queried in a Lua script, which draws one dot for each person that died globally.
|
||||||
|
|
||||||
I'm not sure if the page has a similar effect on anybody else or if I, as its author, am gazing at it with a unique perspective, but I found its effect quite profound. A couple of observations that I want to note:
|
I'm not sure if the page has a similar effect on anybody else or if I, as its author, am looking at it from a unique perspective, but I found its effect quite profound. A couple of observations that I want to note:
|
||||||
|
|
||||||
- The page is generated quicker than I care for, in a split-second. Rendering the document takes most of the time and broke on my mobile phone, which appeared to load the page endlessly.
|
- The page is generated quicker than I care for, in a split-second. Rendering the document takes most of the time and broke on my mobile phone, which appeared to load the page endlessly.
|
||||||
- The resulting document has a size of roughly 15MB for _just text_.
|
- The resulting document has a size of roughly 15MB for _just text_.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue