From f79ef9f75b0cd0bbcd583092a3874ec04688c8bf Mon Sep 17 00:00:00 2001 From: koehr Date: Sun, 13 Dec 2020 23:34:57 +0100 Subject: [PATCH] make introduction and readme more clear --- README.md | 4 +++- build/index.html | 33 ++++++++++++++++++-------------- src/app.html | 8 ++++++-- src/components/InfoPopup.svelte | 3 ++- src/components/MainHeader.svelte | 17 ++++++++-------- 5 files changed, 39 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 51a9b504..b3bcab63 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,11 @@ Inspired by [Bredley Taunts 1MB.club](https://1mb.club/). I love the idea of a list of webpages that are still reasonably usable with a slow internet connection. But 1MB is, in my honest opinion, still way too much. Nobody wants to wait 10 seconds — on good days — to load a web site. But a very large chunk of the world population isn't gifted with Gigabit internet connections. +Of course, the absolute size of a website is not a perfect indicator. A page might contain a lot of text or images as important part of their content. It would be unfair to call them bloated in this case. This is why, additionally to the absolute size the ratio of visible to invisible content is shown as well. + ## Adding a web page -Please send a patch or pull request. If unsure, you can also write a ticket mentioning the website(s). The website(s) will be added after passing the review. +Please send a patch or pull request. If unsure, you can also write a ticket mentioning the website(s). The website(s) will be added after passing the review and measured for changes about once every week. ## What are those values? diff --git a/build/index.html b/build/index.html index b6beb69d..0e25c461 100644 --- a/build/index.html +++ b/build/index.html @@ -24,12 +24,16 @@ margin: 3em auto; } h1 { - font-size: 2.2em; - line-height: 1.2; + font: small-caps bold 2.2em/1.4 sans-serif; letter-spacing: 6px; text-align: center; margin-top: 1.2em; } + h2 { + font: small-caps bold 2.0em/1.4 sans-serif; + letter-spacing: 5px; + text-align: center; + } p { text-align: justify; } @@ -67,15 +71,15 @@ - - - + + +