removed pages

This commit is contained in:
Norman Köhring 2023-02-01 10:10:07 +01:00
parent 0673f732fa
commit 4f0cb421d7
18 changed files with 5 additions and 975 deletions

View file

@ -1,11 +0,0 @@
+++
title = "heavymetalmusic.reviews"
date = "2022-06-08"
updated = "2022-11-28"
weight = 19760
[extra]
source = "https://heavymetalmusic.reviews/"
ratio = 12
size = 19
+++

View file

@ -1,11 +0,0 @@
+++
title = "kerkour.fr"
date = "2022-03-22"
updated = "2022-11-27"
weight = 188520
[extra]
source = "https://kerkour.fr/"
ratio = 3
size = 184
+++

View file

@ -1,11 +0,0 @@
+++
title = "saucecode.bar"
date = "2022-03-23"
updated = "2022-11-28"
weight = 6740
[extra]
source = "https://saucecode.bar/"
ratio = 100
size = 7
+++

View file

@ -1,11 +0,0 @@
+++
title = "si3t.ch"
date = "2022-03-22"
updated = "2022-11-28"
weight = 2073
[extra]
source = "https://si3t.ch/"
ratio = 0
size = 2
+++

View file

@ -1,11 +0,0 @@
+++
title = "webzine.puffy.cafe"
date = "2022-03-22"
updated = "2022-11-28"
weight = 2781
[extra]
source = "https://webzine.puffy.cafe/"
ratio = 100
size = 3
+++

View file

@ -87,7 +87,6 @@ https://www.dustri.org
https://leonardschuetz.ch/ https://leonardschuetz.ch/
https://lambdapapers.com https://lambdapapers.com
https://phreedom.club/ https://phreedom.club/
https://kerkour.fr/
https://zupzup.org/ https://zupzup.org/
https://processwire.dev/ https://processwire.dev/
https://guts.plus/ https://guts.plus/
@ -228,7 +227,6 @@ https://phate6660.github.io/
https://miku86.com/ https://miku86.com/
https://na20a.neocities.org/ https://na20a.neocities.org/
https://sizi.ng/ https://sizi.ng/
https://webzine.puffy.cafe/
http://plasmasturm.org/ http://plasmasturm.org/
https://free.mg/ https://free.mg/
https://xslendi.xyz/ https://xslendi.xyz/
@ -251,7 +249,6 @@ https://bvnf.space/
https://pools.xmr.wiki/ https://pools.xmr.wiki/
https://gennext.net.au/ https://gennext.net.au/
https://xmdr.nl/ https://xmdr.nl/
https://si3t.ch/
https://ccsleep.net/ https://ccsleep.net/
https://s1.flatpackapps.com/app.php?appId=22 https://s1.flatpackapps.com/app.php?appId=22
https://jason.nabein.me/ https://jason.nabein.me/
@ -267,7 +264,6 @@ https://oopsallmarquees.com/
https://pumpopoly.com/ https://pumpopoly.com/
https://jagatsoker.blogspot.com/ https://jagatsoker.blogspot.com/
https://25kb.xyz/ https://25kb.xyz/
https://saucecode.bar/
http://ratfactor.com/ http://ratfactor.com/
https://toby3d.me/ https://toby3d.me/
https://colean.cc/ https://colean.cc/
@ -279,7 +275,6 @@ https://casperlefantom.net/
https://rectangles.app/ https://rectangles.app/
https://davidjenei.com https://davidjenei.com
https://jundimubarok.com https://jundimubarok.com
https://heavymetalmusic.reviews/
https://jaxson.neocities.org/ https://jaxson.neocities.org/
https://feather.wiki/ https://feather.wiki/
https://jasonsanta.xyz https://jasonsanta.xyz

View file

@ -1,171 +0,0 @@
<!doctype html><html lang=en><head><meta charset=utf-8><meta content="width=device-width,initial-scale=1" name=viewport><title>The 250kb Club</title><meta content="An exclusive membership for web pages presenting themselves in no more than 250kb." name=description><meta content="Norman Köhring" name=author><meta content="The 250kb Club" name=DC.title><link href=https://koehr.in rel=author><link href=/favicon.png rel=icon type=image/x-icon><link href=https://250kb.club/rss.xml rel=alternate title=RSS type=application/rss+xml><style>body {
font: 16px/1.4 sans-serif;
margin: 0;
padding: 0;
background: white;
color: #333;
}
body>header,main,body>footer {
max-width: calc(720px - 2em);
width: calc(100% - 2em);
margin: 0 auto;
padding: 0 1em;
}
#main-footer {
border-top: 1px solid lightgrey;
margin: 3rem auto 0;
font-size: 85%;
}
main {
margin: 3em auto;
}
h1 {
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;
}
a,a:visited {
color: currentColor;
text-decoration: underline;
}
select, label {
padding: .25em .5em;
border: 2px solid gray;
background: none;
color: currentColor;
font: inherit;
}
ol {
list-style: none;
padding: 0;
}
li {
margin-bottom: 1em;
background-color: #0002;
}
aside {
position: relative;
display: flex;
flex-flow: row break;
justify-content: space-between;
}
.hidden { visibility: hidden; }
.big { font-size: 1.5em; }
.center { text-align: center; }
#info-toggle { display: none; }
#info-toggle ~ label { text-align: center; }
#info-toggle ~ label > .info-close { display: none; }
#info-toggle:checked ~ label > .info-close { display: inline; }
#info-toggle:checked ~ label > .info-text { display: none; }
#info-popup {
display: none;
position: absolute;
top: 2.5em;
left: -1em;
width: calc(720px - 2em - 6px);
max-width: calc(100vw - 2em - 6px);
padding: 0 1em;
background: #FFF;
border: 3px solid #DDD;
}
#info-toggle:checked ~ #info-popup { display: block; }
.entry {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
padding: .5em .5em 0;
height: 2em;
line-height: 2em;
font-size: 1.3em;
}
.entry > .url {
flex: 1 1 auto;
width: 70%;
overflow: hidden;
text-overflow: ellipsis;
}
.entry > .size, .entry > .ratio, .entry > .open-page {
flex: 0 0 auto;
width: 10%;
text-align: right;
}
.entry > .open-page img {
max-height: 32px;
margin-top: 4px;
}
.entry-size-bar, .entry-ratio-bar {
height: 0;
margin-bottom: 2px;
border-bottom: 2px solid;
}
.entry-size-bar.highlighted, .entry-ratio-bar.highlighted {
border-bottom-width: 4px;
}
.entry-size-bar {
border-bottom-color: #E44;
width: calc(var(--size)/256 * 100%);
}
.entry-ratio-bar {
border-bottom-color: #56B;
width: var(--ratio);
}
#pager {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
}
.badges > img {
margin-bottom: -5px;
}
pre {
display: block;
height: 11em;
background: #8885;
}
@media (prefers-color-scheme: dark) {
body { background: #222; color: white; }
#info-popup { background: #000; border-color: #444; }
}</style><body><main id=member><h1 class="p-name dated" id=title>heavymetalmusic.reviews</h1><p class="big center">Proud member of the exclusive 250kb club!<p><time class=dt-published content=2022-06-08 datetime=2022-06-08 itemprop=datePublished pubdate> Added: 2022-06-08 </time> | <time class=dt-published content=2022-06-08 datetime=2022-06-08 itemprop=datePublished pubdate> Last updated: 2022-06-08 </time><p class=e-content><a rel="noopener nofollow" href=https://heavymetalmusic.reviews/ target=_blank>heavymetalmusic.reviews</a> is a member of the exclusive 250kb club. The page weighs <strong> only 19kb </strong> and has a content-to-bloat ratio of <strong>12%</strong>.<p>They are now entitled to add one of those shiny badges to your page. But don't forget, even though I tried to make them as small as possibe, a badge will add some kilobytes to your page weight. A code snipped can be found by clicking on the respective badge.<p class=badges>The badges can either be downloaded and served by yourself or linked directly from 250kb.club. The latter might save a few users some bandwidth if the badge is already cached. On the other hand this gives the 250kb.club server a log entry for <i>every visitor of <strong>your</strong> page</i>. I'm not interested in those logs but you still have to trust my word. So decide for yourself.<details><summary><img alt="simple badge, dark" src=/simple_badge_dark.png> (1.4kB)</summary> <pre><code>
&LTa title="250kb club page" src="https://250kb.club/heavymetalmusic-reviews">
&LTimg
alt="badge: proud member of the 250kb club"
src="https://250kb.club/simple_badge_dark.png"
/>
&LT/a>
</code></pre></details><details><summary><img alt="simple badge, bright" src=/simple_badge_bright.png> (1.7kB)</summary> <pre><code>
&LTa title="250kb club page" src="https://250kb.club/heavymetalmusic-reviews">
&LTimg
alt="badge: proud member of the 250kb club"
src="https://250kb.club/simple_badge_bright.png"
/>
&LT/a>
</code></pre></details><details><summary><img alt="color badge, bright" src=/color_badge_bright.png> (4.0kB)</summary> <pre><code>
&LTa title="250kb club page" src="https://250kb.club/heavymetalmusic-reviews">
&LTimg
alt="badge: proud member of the 250kb club"
src="https://250kb.club/color_badge_bright.png"
/>
&LT/a>
</code></pre></details><details><summary><img alt="color badge, dark" src=/color_badge_dark.png> (5.7kB)</summary> <pre><code>
&LTa title="250kb club page" src="https://250kb.club/heavymetalmusic-reviews">
&LTimg
alt="badge: proud member of the 250kb club"
src="https://250kb.club/color_badge_dark.png"
/>
&LT/a>
</code></pre></details><p><a href=/>back</a></main></body><script async data-goatcounter=https://250kb-club.goatcounter.com/count src=//gc.zgo.at/count.js></script>

File diff suppressed because one or more lines are too long

View file

@ -1,171 +0,0 @@
<!doctype html><html lang=en><head><meta charset=utf-8><meta content="width=device-width,initial-scale=1" name=viewport><title>The 250kb Club</title><meta content="An exclusive membership for web pages presenting themselves in no more than 250kb." name=description><meta content="Norman Köhring" name=author><meta content="The 250kb Club" name=DC.title><link href=https://koehr.in rel=author><link href=/favicon.png rel=icon type=image/x-icon><link href=https://250kb.club/rss.xml rel=alternate title=RSS type=application/rss+xml><style>body {
font: 16px/1.4 sans-serif;
margin: 0;
padding: 0;
background: white;
color: #333;
}
body>header,main,body>footer {
max-width: calc(720px - 2em);
width: calc(100% - 2em);
margin: 0 auto;
padding: 0 1em;
}
#main-footer {
border-top: 1px solid lightgrey;
margin: 3rem auto 0;
font-size: 85%;
}
main {
margin: 3em auto;
}
h1 {
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;
}
a,a:visited {
color: currentColor;
text-decoration: underline;
}
select, label {
padding: .25em .5em;
border: 2px solid gray;
background: none;
color: currentColor;
font: inherit;
}
ol {
list-style: none;
padding: 0;
}
li {
margin-bottom: 1em;
background-color: #0002;
}
aside {
position: relative;
display: flex;
flex-flow: row break;
justify-content: space-between;
}
.hidden { visibility: hidden; }
.big { font-size: 1.5em; }
.center { text-align: center; }
#info-toggle { display: none; }
#info-toggle ~ label { text-align: center; }
#info-toggle ~ label > .info-close { display: none; }
#info-toggle:checked ~ label > .info-close { display: inline; }
#info-toggle:checked ~ label > .info-text { display: none; }
#info-popup {
display: none;
position: absolute;
top: 2.5em;
left: -1em;
width: calc(720px - 2em - 6px);
max-width: calc(100vw - 2em - 6px);
padding: 0 1em;
background: #FFF;
border: 3px solid #DDD;
}
#info-toggle:checked ~ #info-popup { display: block; }
.entry {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
padding: .5em .5em 0;
height: 2em;
line-height: 2em;
font-size: 1.3em;
}
.entry > .url {
flex: 1 1 auto;
width: 70%;
overflow: hidden;
text-overflow: ellipsis;
}
.entry > .size, .entry > .ratio, .entry > .open-page {
flex: 0 0 auto;
width: 10%;
text-align: right;
}
.entry > .open-page img {
max-height: 32px;
margin-top: 4px;
}
.entry-size-bar, .entry-ratio-bar {
height: 0;
margin-bottom: 2px;
border-bottom: 2px solid;
}
.entry-size-bar.highlighted, .entry-ratio-bar.highlighted {
border-bottom-width: 4px;
}
.entry-size-bar {
border-bottom-color: #E44;
width: calc(var(--size)/256 * 100%);
}
.entry-ratio-bar {
border-bottom-color: #56B;
width: var(--ratio);
}
#pager {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
}
.badges > img {
margin-bottom: -5px;
}
pre {
display: block;
height: 11em;
background: #8885;
}
@media (prefers-color-scheme: dark) {
body { background: #222; color: white; }
#info-popup { background: #000; border-color: #444; }
}</style><body><main id=member><h1 class="p-name dated" id=title>kerkour.fr</h1><p class="big center">Proud member of the exclusive 250kb club!<p><time class=dt-published content=2022-03-22 datetime=2022-03-22 itemprop=datePublished pubdate> Added: 2022-03-22 </time> | <time class=dt-published content=2022-03-22 datetime=2022-03-22 itemprop=datePublished pubdate> Last updated: 2022-03-22 </time><p class=e-content><a rel="noopener nofollow" href=https://kerkour.fr/ target=_blank>kerkour.fr</a> is a member of the exclusive 250kb club. The page weighs <strong> only 184kb </strong> and has a content-to-bloat ratio of <strong>3%</strong>.<p>They are now entitled to add one of those shiny badges to your page. But don't forget, even though I tried to make them as small as possibe, a badge will add some kilobytes to your page weight. A code snipped can be found by clicking on the respective badge.<p class=badges>The badges can either be downloaded and served by yourself or linked directly from 250kb.club. The latter might save a few users some bandwidth if the badge is already cached. On the other hand this gives the 250kb.club server a log entry for <i>every visitor of <strong>your</strong> page</i>. I'm not interested in those logs but you still have to trust my word. So decide for yourself.<details><summary><img alt="simple badge, dark" src=/simple_badge_dark.png> (1.4kB)</summary> <pre><code>
&LTa title="250kb club page" src="https://250kb.club/kerkour-fr">
&LTimg
alt="badge: proud member of the 250kb club"
src="https://250kb.club/simple_badge_dark.png"
/>
&LT/a>
</code></pre></details><details><summary><img alt="simple badge, bright" src=/simple_badge_bright.png> (1.7kB)</summary> <pre><code>
&LTa title="250kb club page" src="https://250kb.club/kerkour-fr">
&LTimg
alt="badge: proud member of the 250kb club"
src="https://250kb.club/simple_badge_bright.png"
/>
&LT/a>
</code></pre></details><details><summary><img alt="color badge, bright" src=/color_badge_bright.png> (4.0kB)</summary> <pre><code>
&LTa title="250kb club page" src="https://250kb.club/kerkour-fr">
&LTimg
alt="badge: proud member of the 250kb club"
src="https://250kb.club/color_badge_bright.png"
/>
&LT/a>
</code></pre></details><details><summary><img alt="color badge, dark" src=/color_badge_dark.png> (5.7kB)</summary> <pre><code>
&LTa title="250kb club page" src="https://250kb.club/kerkour-fr">
&LTimg
alt="badge: proud member of the 250kb club"
src="https://250kb.club/color_badge_dark.png"
/>
&LT/a>
</code></pre></details><p><a href=/>back</a></main></body><script async data-goatcounter=https://250kb-club.goatcounter.com/count src=//gc.zgo.at/count.js></script>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -498,13 +498,6 @@
<guid>https://250kb.club/davidjenei-com/</guid> <guid>https://250kb.club/davidjenei-com/</guid>
<description></description> <description></description>
</item> </item>
<item>
<title>heavymetalmusic.reviews</title>
<pubDate>Wed, 08 Jun 2022 00:00:00 +0000</pubDate>
<link>https://250kb.club/heavymetalmusic-reviews/</link>
<guid>https://250kb.club/heavymetalmusic-reviews/</guid>
<description></description>
</item>
<item> <item>
<title>jundimubarok.com</title> <title>jundimubarok.com</title>
<pubDate>Wed, 08 Jun 2022 00:00:00 +0000</pubDate> <pubDate>Wed, 08 Jun 2022 00:00:00 +0000</pubDate>
@ -596,13 +589,6 @@
<guid>https://250kb.club/ratfactor-com/</guid> <guid>https://250kb.club/ratfactor-com/</guid>
<description></description> <description></description>
</item> </item>
<item>
<title>saucecode.bar</title>
<pubDate>Wed, 23 Mar 2022 00:00:00 +0000</pubDate>
<link>https://250kb.club/saucecode-bar/</link>
<guid>https://250kb.club/saucecode-bar/</guid>
<description></description>
</item>
<item> <item>
<title>toby3d.me</title> <title>toby3d.me</title>
<pubDate>Wed, 23 Mar 2022 00:00:00 +0000</pubDate> <pubDate>Wed, 23 Mar 2022 00:00:00 +0000</pubDate>
@ -1317,13 +1303,6 @@
<guid>https://250kb.club/kayafirat-com/</guid> <guid>https://250kb.club/kayafirat-com/</guid>
<description></description> <description></description>
</item> </item>
<item>
<title>kerkour.fr</title>
<pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate>
<link>https://250kb.club/kerkour-fr/</link>
<guid>https://250kb.club/kerkour-fr/</guid>
<description></description>
</item>
<item> <item>
<title>kevq.uk</title> <title>kevq.uk</title>
<pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate> <pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate>
@ -1898,13 +1877,6 @@
<guid>https://250kb.club/shazow-net/</guid> <guid>https://250kb.club/shazow-net/</guid>
<description></description> <description></description>
</item> </item>
<item>
<title>si3t.ch</title>
<pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate>
<link>https://250kb.club/si3t-ch/</link>
<guid>https://250kb.club/si3t-ch/</guid>
<description></description>
</item>
<item> <item>
<title>sizi.ng</title> <title>sizi.ng</title>
<pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate> <pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate>
@ -2143,13 +2115,6 @@
<guid>https://250kb.club/webperf-xyz/</guid> <guid>https://250kb.club/webperf-xyz/</guid>
<description></description> <description></description>
</item> </item>
<item>
<title>webzine.puffy.cafe</title>
<pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate>
<link>https://250kb.club/webzine-puffy-cafe/</link>
<guid>https://250kb.club/webzine-puffy-cafe/</guid>
<description></description>
</item>
<item> <item>
<title>werc.cat-v.org</title> <title>werc.cat-v.org</title>
<pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate> <pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate>

View file

@ -1,171 +0,0 @@
<!doctype html><html lang=en><head><meta charset=utf-8><meta content="width=device-width,initial-scale=1" name=viewport><title>The 250kb Club</title><meta content="An exclusive membership for web pages presenting themselves in no more than 250kb." name=description><meta content="Norman Köhring" name=author><meta content="The 250kb Club" name=DC.title><link href=https://koehr.in rel=author><link href=/favicon.png rel=icon type=image/x-icon><link href=https://250kb.club/rss.xml rel=alternate title=RSS type=application/rss+xml><style>body {
font: 16px/1.4 sans-serif;
margin: 0;
padding: 0;
background: white;
color: #333;
}
body>header,main,body>footer {
max-width: calc(720px - 2em);
width: calc(100% - 2em);
margin: 0 auto;
padding: 0 1em;
}
#main-footer {
border-top: 1px solid lightgrey;
margin: 3rem auto 0;
font-size: 85%;
}
main {
margin: 3em auto;
}
h1 {
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;
}
a,a:visited {
color: currentColor;
text-decoration: underline;
}
select, label {
padding: .25em .5em;
border: 2px solid gray;
background: none;
color: currentColor;
font: inherit;
}
ol {
list-style: none;
padding: 0;
}
li {
margin-bottom: 1em;
background-color: #0002;
}
aside {
position: relative;
display: flex;
flex-flow: row break;
justify-content: space-between;
}
.hidden { visibility: hidden; }
.big { font-size: 1.5em; }
.center { text-align: center; }
#info-toggle { display: none; }
#info-toggle ~ label { text-align: center; }
#info-toggle ~ label > .info-close { display: none; }
#info-toggle:checked ~ label > .info-close { display: inline; }
#info-toggle:checked ~ label > .info-text { display: none; }
#info-popup {
display: none;
position: absolute;
top: 2.5em;
left: -1em;
width: calc(720px - 2em - 6px);
max-width: calc(100vw - 2em - 6px);
padding: 0 1em;
background: #FFF;
border: 3px solid #DDD;
}
#info-toggle:checked ~ #info-popup { display: block; }
.entry {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
padding: .5em .5em 0;
height: 2em;
line-height: 2em;
font-size: 1.3em;
}
.entry > .url {
flex: 1 1 auto;
width: 70%;
overflow: hidden;
text-overflow: ellipsis;
}
.entry > .size, .entry > .ratio, .entry > .open-page {
flex: 0 0 auto;
width: 10%;
text-align: right;
}
.entry > .open-page img {
max-height: 32px;
margin-top: 4px;
}
.entry-size-bar, .entry-ratio-bar {
height: 0;
margin-bottom: 2px;
border-bottom: 2px solid;
}
.entry-size-bar.highlighted, .entry-ratio-bar.highlighted {
border-bottom-width: 4px;
}
.entry-size-bar {
border-bottom-color: #E44;
width: calc(var(--size)/256 * 100%);
}
.entry-ratio-bar {
border-bottom-color: #56B;
width: var(--ratio);
}
#pager {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
}
.badges > img {
margin-bottom: -5px;
}
pre {
display: block;
height: 11em;
background: #8885;
}
@media (prefers-color-scheme: dark) {
body { background: #222; color: white; }
#info-popup { background: #000; border-color: #444; }
}</style><body><main id=member><h1 class="p-name dated" id=title>saucecode.bar</h1><p class="big center">Proud member of the exclusive 250kb club!<p><time class=dt-published content=2022-03-23 datetime=2022-03-23 itemprop=datePublished pubdate> Added: 2022-03-23 </time> | <time class=dt-published content=2022-03-23 datetime=2022-03-23 itemprop=datePublished pubdate> Last updated: 2022-03-23 </time><p class=e-content><a rel="noopener nofollow" href=https://saucecode.bar/ target=_blank>saucecode.bar</a> is a member of the exclusive 250kb club. The page weighs <strong> only 7kb </strong> and has a content-to-bloat ratio of <strong>100%</strong>.<p>They are now entitled to add one of those shiny badges to your page. But don't forget, even though I tried to make them as small as possibe, a badge will add some kilobytes to your page weight. A code snipped can be found by clicking on the respective badge.<p class=badges>The badges can either be downloaded and served by yourself or linked directly from 250kb.club. The latter might save a few users some bandwidth if the badge is already cached. On the other hand this gives the 250kb.club server a log entry for <i>every visitor of <strong>your</strong> page</i>. I'm not interested in those logs but you still have to trust my word. So decide for yourself.<details><summary><img alt="simple badge, dark" src=/simple_badge_dark.png> (1.4kB)</summary> <pre><code>
&LTa title="250kb club page" src="https://250kb.club/saucecode-bar">
&LTimg
alt="badge: proud member of the 250kb club"
src="https://250kb.club/simple_badge_dark.png"
/>
&LT/a>
</code></pre></details><details><summary><img alt="simple badge, bright" src=/simple_badge_bright.png> (1.7kB)</summary> <pre><code>
&LTa title="250kb club page" src="https://250kb.club/saucecode-bar">
&LTimg
alt="badge: proud member of the 250kb club"
src="https://250kb.club/simple_badge_bright.png"
/>
&LT/a>
</code></pre></details><details><summary><img alt="color badge, bright" src=/color_badge_bright.png> (4.0kB)</summary> <pre><code>
&LTa title="250kb club page" src="https://250kb.club/saucecode-bar">
&LTimg
alt="badge: proud member of the 250kb club"
src="https://250kb.club/color_badge_bright.png"
/>
&LT/a>
</code></pre></details><details><summary><img alt="color badge, dark" src=/color_badge_dark.png> (5.7kB)</summary> <pre><code>
&LTa title="250kb club page" src="https://250kb.club/saucecode-bar">
&LTimg
alt="badge: proud member of the 250kb club"
src="https://250kb.club/color_badge_dark.png"
/>
&LT/a>
</code></pre></details><p><a href=/>back</a></main></body><script async data-goatcounter=https://250kb-club.goatcounter.com/count src=//gc.zgo.at/count.js></script>

File diff suppressed because one or more lines are too long

View file

@ -1,171 +0,0 @@
<!doctype html><html lang=en><head><meta charset=utf-8><meta content="width=device-width,initial-scale=1" name=viewport><title>The 250kb Club</title><meta content="An exclusive membership for web pages presenting themselves in no more than 250kb." name=description><meta content="Norman Köhring" name=author><meta content="The 250kb Club" name=DC.title><link href=https://koehr.in rel=author><link href=/favicon.png rel=icon type=image/x-icon><link href=https://250kb.club/rss.xml rel=alternate title=RSS type=application/rss+xml><style>body {
font: 16px/1.4 sans-serif;
margin: 0;
padding: 0;
background: white;
color: #333;
}
body>header,main,body>footer {
max-width: calc(720px - 2em);
width: calc(100% - 2em);
margin: 0 auto;
padding: 0 1em;
}
#main-footer {
border-top: 1px solid lightgrey;
margin: 3rem auto 0;
font-size: 85%;
}
main {
margin: 3em auto;
}
h1 {
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;
}
a,a:visited {
color: currentColor;
text-decoration: underline;
}
select, label {
padding: .25em .5em;
border: 2px solid gray;
background: none;
color: currentColor;
font: inherit;
}
ol {
list-style: none;
padding: 0;
}
li {
margin-bottom: 1em;
background-color: #0002;
}
aside {
position: relative;
display: flex;
flex-flow: row break;
justify-content: space-between;
}
.hidden { visibility: hidden; }
.big { font-size: 1.5em; }
.center { text-align: center; }
#info-toggle { display: none; }
#info-toggle ~ label { text-align: center; }
#info-toggle ~ label > .info-close { display: none; }
#info-toggle:checked ~ label > .info-close { display: inline; }
#info-toggle:checked ~ label > .info-text { display: none; }
#info-popup {
display: none;
position: absolute;
top: 2.5em;
left: -1em;
width: calc(720px - 2em - 6px);
max-width: calc(100vw - 2em - 6px);
padding: 0 1em;
background: #FFF;
border: 3px solid #DDD;
}
#info-toggle:checked ~ #info-popup { display: block; }
.entry {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
padding: .5em .5em 0;
height: 2em;
line-height: 2em;
font-size: 1.3em;
}
.entry > .url {
flex: 1 1 auto;
width: 70%;
overflow: hidden;
text-overflow: ellipsis;
}
.entry > .size, .entry > .ratio, .entry > .open-page {
flex: 0 0 auto;
width: 10%;
text-align: right;
}
.entry > .open-page img {
max-height: 32px;
margin-top: 4px;
}
.entry-size-bar, .entry-ratio-bar {
height: 0;
margin-bottom: 2px;
border-bottom: 2px solid;
}
.entry-size-bar.highlighted, .entry-ratio-bar.highlighted {
border-bottom-width: 4px;
}
.entry-size-bar {
border-bottom-color: #E44;
width: calc(var(--size)/256 * 100%);
}
.entry-ratio-bar {
border-bottom-color: #56B;
width: var(--ratio);
}
#pager {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
}
.badges > img {
margin-bottom: -5px;
}
pre {
display: block;
height: 11em;
background: #8885;
}
@media (prefers-color-scheme: dark) {
body { background: #222; color: white; }
#info-popup { background: #000; border-color: #444; }
}</style><body><main id=member><h1 class="p-name dated" id=title>si3t.ch</h1><p class="big center">Proud member of the exclusive 250kb club!<p><time class=dt-published content=2022-03-22 datetime=2022-03-22 itemprop=datePublished pubdate> Added: 2022-03-22 </time> | <time class=dt-published content=2022-03-22 datetime=2022-03-22 itemprop=datePublished pubdate> Last updated: 2022-03-22 </time><p class=e-content><a rel="noopener nofollow" href=https://si3t.ch/ target=_blank>si3t.ch</a> is a member of the exclusive 250kb club. The page weighs <strong> only 2kb </strong> and has a content-to-bloat ratio of <strong>0%</strong>.<p>They are now entitled to add one of those shiny badges to your page. But don't forget, even though I tried to make them as small as possibe, a badge will add some kilobytes to your page weight. A code snipped can be found by clicking on the respective badge.<p class=badges>The badges can either be downloaded and served by yourself or linked directly from 250kb.club. The latter might save a few users some bandwidth if the badge is already cached. On the other hand this gives the 250kb.club server a log entry for <i>every visitor of <strong>your</strong> page</i>. I'm not interested in those logs but you still have to trust my word. So decide for yourself.<details><summary><img alt="simple badge, dark" src=/simple_badge_dark.png> (1.4kB)</summary> <pre><code>
&LTa title="250kb club page" src="https://250kb.club/si3t-ch">
&LTimg
alt="badge: proud member of the 250kb club"
src="https://250kb.club/simple_badge_dark.png"
/>
&LT/a>
</code></pre></details><details><summary><img alt="simple badge, bright" src=/simple_badge_bright.png> (1.7kB)</summary> <pre><code>
&LTa title="250kb club page" src="https://250kb.club/si3t-ch">
&LTimg
alt="badge: proud member of the 250kb club"
src="https://250kb.club/simple_badge_bright.png"
/>
&LT/a>
</code></pre></details><details><summary><img alt="color badge, bright" src=/color_badge_bright.png> (4.0kB)</summary> <pre><code>
&LTa title="250kb club page" src="https://250kb.club/si3t-ch">
&LTimg
alt="badge: proud member of the 250kb club"
src="https://250kb.club/color_badge_bright.png"
/>
&LT/a>
</code></pre></details><details><summary><img alt="color badge, dark" src=/color_badge_dark.png> (5.7kB)</summary> <pre><code>
&LTa title="250kb club page" src="https://250kb.club/si3t-ch">
&LTimg
alt="badge: proud member of the 250kb club"
src="https://250kb.club/color_badge_dark.png"
/>
&LT/a>
</code></pre></details><p><a href=/>back</a></main></body><script async data-goatcounter=https://250kb-club.goatcounter.com/count src=//gc.zgo.at/count.js></script>

View file

@ -447,10 +447,6 @@
<loc>https://250kb.club/guts-plus/</loc> <loc>https://250kb.club/guts-plus/</loc>
<lastmod>2023-01-31</lastmod> <lastmod>2023-01-31</lastmod>
</url> </url>
<url>
<loc>https://250kb.club/heavymetalmusic-reviews/</loc>
<lastmod>2022-11-28</lastmod>
</url>
<url> <url>
<loc>https://250kb.club/humaidq-ae/</loc> <loc>https://250kb.club/humaidq-ae/</loc>
<lastmod>2022-06-08</lastmod> <lastmod>2022-06-08</lastmod>
@ -563,10 +559,6 @@
<loc>https://250kb.club/kayafirat-com/</loc> <loc>https://250kb.club/kayafirat-com/</loc>
<lastmod>2023-01-31</lastmod> <lastmod>2023-01-31</lastmod>
</url> </url>
<url>
<loc>https://250kb.club/kerkour-fr/</loc>
<lastmod>2022-11-27</lastmod>
</url>
<url> <url>
<loc>https://250kb.club/kevq-uk/</loc> <loc>https://250kb.club/kevq-uk/</loc>
<lastmod>2023-01-31</lastmod> <lastmod>2023-01-31</lastmod>
@ -1003,10 +995,6 @@
<loc>https://250kb.club/satchlj-us/</loc> <loc>https://250kb.club/satchlj-us/</loc>
<lastmod>2023-01-31</lastmod> <lastmod>2023-01-31</lastmod>
</url> </url>
<url>
<loc>https://250kb.club/saucecode-bar/</loc>
<lastmod>2022-11-28</lastmod>
</url>
<url> <url>
<loc>https://250kb.club/searchbot-app/</loc> <loc>https://250kb.club/searchbot-app/</loc>
<lastmod>2023-01-31</lastmod> <lastmod>2023-01-31</lastmod>
@ -1027,10 +1015,6 @@
<loc>https://250kb.club/shiver-asia/</loc> <loc>https://250kb.club/shiver-asia/</loc>
<lastmod>2023-02-01</lastmod> <lastmod>2023-02-01</lastmod>
</url> </url>
<url>
<loc>https://250kb.club/si3t-ch/</loc>
<lastmod>2022-11-28</lastmod>
</url>
<url> <url>
<loc>https://250kb.club/sizi-ng/</loc> <loc>https://250kb.club/sizi-ng/</loc>
<lastmod>2023-01-31</lastmod> <lastmod>2023-01-31</lastmod>
@ -1219,10 +1203,6 @@
<loc>https://250kb.club/webseiten-vorlage-seopunkt-de/</loc> <loc>https://250kb.club/webseiten-vorlage-seopunkt-de/</loc>
<lastmod>2023-02-01</lastmod> <lastmod>2023-02-01</lastmod>
</url> </url>
<url>
<loc>https://250kb.club/webzine-puffy-cafe/</loc>
<lastmod>2022-11-28</lastmod>
</url>
<url> <url>
<loc>https://250kb.club/werc-cat-v-org/</loc> <loc>https://250kb.club/werc-cat-v-org/</loc>
<lastmod>2023-01-31</lastmod> <lastmod>2023-01-31</lastmod>

View file

@ -1,171 +0,0 @@
<!doctype html><html lang=en><head><meta charset=utf-8><meta content="width=device-width,initial-scale=1" name=viewport><title>The 250kb Club</title><meta content="An exclusive membership for web pages presenting themselves in no more than 250kb." name=description><meta content="Norman Köhring" name=author><meta content="The 250kb Club" name=DC.title><link href=https://koehr.in rel=author><link href=/favicon.png rel=icon type=image/x-icon><link href=https://250kb.club/rss.xml rel=alternate title=RSS type=application/rss+xml><style>body {
font: 16px/1.4 sans-serif;
margin: 0;
padding: 0;
background: white;
color: #333;
}
body>header,main,body>footer {
max-width: calc(720px - 2em);
width: calc(100% - 2em);
margin: 0 auto;
padding: 0 1em;
}
#main-footer {
border-top: 1px solid lightgrey;
margin: 3rem auto 0;
font-size: 85%;
}
main {
margin: 3em auto;
}
h1 {
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;
}
a,a:visited {
color: currentColor;
text-decoration: underline;
}
select, label {
padding: .25em .5em;
border: 2px solid gray;
background: none;
color: currentColor;
font: inherit;
}
ol {
list-style: none;
padding: 0;
}
li {
margin-bottom: 1em;
background-color: #0002;
}
aside {
position: relative;
display: flex;
flex-flow: row break;
justify-content: space-between;
}
.hidden { visibility: hidden; }
.big { font-size: 1.5em; }
.center { text-align: center; }
#info-toggle { display: none; }
#info-toggle ~ label { text-align: center; }
#info-toggle ~ label > .info-close { display: none; }
#info-toggle:checked ~ label > .info-close { display: inline; }
#info-toggle:checked ~ label > .info-text { display: none; }
#info-popup {
display: none;
position: absolute;
top: 2.5em;
left: -1em;
width: calc(720px - 2em - 6px);
max-width: calc(100vw - 2em - 6px);
padding: 0 1em;
background: #FFF;
border: 3px solid #DDD;
}
#info-toggle:checked ~ #info-popup { display: block; }
.entry {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
padding: .5em .5em 0;
height: 2em;
line-height: 2em;
font-size: 1.3em;
}
.entry > .url {
flex: 1 1 auto;
width: 70%;
overflow: hidden;
text-overflow: ellipsis;
}
.entry > .size, .entry > .ratio, .entry > .open-page {
flex: 0 0 auto;
width: 10%;
text-align: right;
}
.entry > .open-page img {
max-height: 32px;
margin-top: 4px;
}
.entry-size-bar, .entry-ratio-bar {
height: 0;
margin-bottom: 2px;
border-bottom: 2px solid;
}
.entry-size-bar.highlighted, .entry-ratio-bar.highlighted {
border-bottom-width: 4px;
}
.entry-size-bar {
border-bottom-color: #E44;
width: calc(var(--size)/256 * 100%);
}
.entry-ratio-bar {
border-bottom-color: #56B;
width: var(--ratio);
}
#pager {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
}
.badges > img {
margin-bottom: -5px;
}
pre {
display: block;
height: 11em;
background: #8885;
}
@media (prefers-color-scheme: dark) {
body { background: #222; color: white; }
#info-popup { background: #000; border-color: #444; }
}</style><body><main id=member><h1 class="p-name dated" id=title>webzine.puffy.cafe</h1><p class="big center">Proud member of the exclusive 250kb club!<p><time class=dt-published content=2022-03-22 datetime=2022-03-22 itemprop=datePublished pubdate> Added: 2022-03-22 </time> | <time class=dt-published content=2022-03-22 datetime=2022-03-22 itemprop=datePublished pubdate> Last updated: 2022-03-22 </time><p class=e-content><a rel="noopener nofollow" href=https://webzine.puffy.cafe/ target=_blank>webzine.puffy.cafe</a> is a member of the exclusive 250kb club. The page weighs <strong> only 3kb </strong> and has a content-to-bloat ratio of <strong>100%</strong>.<p>They are now entitled to add one of those shiny badges to your page. But don't forget, even though I tried to make them as small as possibe, a badge will add some kilobytes to your page weight. A code snipped can be found by clicking on the respective badge.<p class=badges>The badges can either be downloaded and served by yourself or linked directly from 250kb.club. The latter might save a few users some bandwidth if the badge is already cached. On the other hand this gives the 250kb.club server a log entry for <i>every visitor of <strong>your</strong> page</i>. I'm not interested in those logs but you still have to trust my word. So decide for yourself.<details><summary><img alt="simple badge, dark" src=/simple_badge_dark.png> (1.4kB)</summary> <pre><code>
&LTa title="250kb club page" src="https://250kb.club/webzine-puffy-cafe">
&LTimg
alt="badge: proud member of the 250kb club"
src="https://250kb.club/simple_badge_dark.png"
/>
&LT/a>
</code></pre></details><details><summary><img alt="simple badge, bright" src=/simple_badge_bright.png> (1.7kB)</summary> <pre><code>
&LTa title="250kb club page" src="https://250kb.club/webzine-puffy-cafe">
&LTimg
alt="badge: proud member of the 250kb club"
src="https://250kb.club/simple_badge_bright.png"
/>
&LT/a>
</code></pre></details><details><summary><img alt="color badge, bright" src=/color_badge_bright.png> (4.0kB)</summary> <pre><code>
&LTa title="250kb club page" src="https://250kb.club/webzine-puffy-cafe">
&LTimg
alt="badge: proud member of the 250kb club"
src="https://250kb.club/color_badge_bright.png"
/>
&LT/a>
</code></pre></details><details><summary><img alt="color badge, dark" src=/color_badge_dark.png> (5.7kB)</summary> <pre><code>
&LTa title="250kb club page" src="https://250kb.club/webzine-puffy-cafe">
&LTimg
alt="badge: proud member of the 250kb club"
src="https://250kb.club/color_badge_dark.png"
/>
&LT/a>
</code></pre></details><p><a href=/>back</a></main></body><script async data-goatcounter=https://250kb-club.goatcounter.com/count src=//gc.zgo.at/count.js></script>