mirror of
https://github.com/nkoehring/250kb-club.git
synced 2025-04-19 21:59:04 +02:00
pages update
This commit is contained in:
parent
c196fe9e7f
commit
737c98d8de
15 changed files with 636 additions and 4 deletions
11
content/colean_cc.md
Normal file
11
content/colean_cc.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
+++
|
||||||
|
title = "colean.cc"
|
||||||
|
date = "2022-03-23"
|
||||||
|
updated = "2022-03-23"
|
||||||
|
weight = 2112
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
source = "https://colean.cc/"
|
||||||
|
ratio = 71
|
||||||
|
size = 2
|
||||||
|
+++
|
11
content/ratfactor_com.md
Normal file
11
content/ratfactor_com.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
+++
|
||||||
|
title = "ratfactor.com"
|
||||||
|
date = "2022-03-23"
|
||||||
|
updated = "2022-03-23"
|
||||||
|
weight = 62476
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
source = "http://ratfactor.com/"
|
||||||
|
ratio = 44
|
||||||
|
size = 61
|
||||||
|
+++
|
11
content/saucecode_bar.md
Normal file
11
content/saucecode_bar.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
+++
|
||||||
|
title = "saucecode.bar"
|
||||||
|
date = "2022-03-23"
|
||||||
|
updated = "2022-03-23"
|
||||||
|
weight = 5689
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
source = "https://saucecode.bar/"
|
||||||
|
ratio = 100
|
||||||
|
size = 6
|
||||||
|
+++
|
11
content/toby3d_me.md
Normal file
11
content/toby3d_me.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
+++
|
||||||
|
title = "toby3d.me"
|
||||||
|
date = "2022-03-23"
|
||||||
|
updated = "2022-03-23"
|
||||||
|
weight = 151970
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
source = "https://toby3d.me/"
|
||||||
|
ratio = 6
|
||||||
|
size = 148
|
||||||
|
+++
|
|
@ -291,3 +291,7 @@ 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/
|
||||||
|
https://toby3d.me/
|
||||||
|
https://colean.cc/
|
||||||
|
|
135
public/colean-cc/index.html
Normal file
135
public/colean-cc/index.html
Normal file
|
@ -0,0 +1,135 @@
|
||||||
|
<!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;
|
||||||
|
}
|
||||||
|
|
||||||
|
@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>colean.cc</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://colean.cc/ target=_blank>colean.cc</a> is a member of the exclusive 250kb club. The page weighs only <strong>2kb</strong> and has a content-to-bloat ratio of <strong>71%</strong>.<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
135
public/ratfactor-com/index.html
Normal file
135
public/ratfactor-com/index.html
Normal file
|
@ -0,0 +1,135 @@
|
||||||
|
<!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;
|
||||||
|
}
|
||||||
|
|
||||||
|
@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>ratfactor.com</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=http://ratfactor.com/ target=_blank>ratfactor.com</a> is a member of the exclusive 250kb club. The page weighs only <strong>61kb</strong> and has a content-to-bloat ratio of <strong>44%</strong>.<p><a href=/>back</a></main></body><script async data-goatcounter=https://250kb-club.goatcounter.com/count src=//gc.zgo.at/count.js></script>
|
|
@ -15,6 +15,13 @@
|
||||||
<guid>https://250kb.club/25kb-xyz/</guid>
|
<guid>https://250kb.club/25kb-xyz/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<title>colean.cc</title>
|
||||||
|
<pubDate>Wed, 23 Mar 2022 00:00:00 +0000</pubDate>
|
||||||
|
<link>https://250kb.club/colean-cc/</link>
|
||||||
|
<guid>https://250kb.club/colean-cc/</guid>
|
||||||
|
<description></description>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>jagatsoker.blogspot.com</title>
|
<title>jagatsoker.blogspot.com</title>
|
||||||
<pubDate>Wed, 23 Mar 2022 00:00:00 +0000</pubDate>
|
<pubDate>Wed, 23 Mar 2022 00:00:00 +0000</pubDate>
|
||||||
|
@ -29,6 +36,27 @@
|
||||||
<guid>https://250kb.club/pumpopoly-com/</guid>
|
<guid>https://250kb.club/pumpopoly-com/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<title>ratfactor.com</title>
|
||||||
|
<pubDate>Wed, 23 Mar 2022 00:00:00 +0000</pubDate>
|
||||||
|
<link>https://250kb.club/ratfactor-com/</link>
|
||||||
|
<guid>https://250kb.club/ratfactor-com/</guid>
|
||||||
|
<description></description>
|
||||||
|
</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>
|
||||||
|
<title>toby3d.me</title>
|
||||||
|
<pubDate>Wed, 23 Mar 2022 00:00:00 +0000</pubDate>
|
||||||
|
<link>https://250kb.club/toby3d-me/</link>
|
||||||
|
<guid>https://250kb.club/toby3d-me/</guid>
|
||||||
|
<description></description>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>0xedward.io</title>
|
<title>0xedward.io</title>
|
||||||
<pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate>
|
<pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate>
|
||||||
|
|
135
public/saucecode-bar/index.html
Normal file
135
public/saucecode-bar/index.html
Normal file
|
@ -0,0 +1,135 @@
|
||||||
|
<!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;
|
||||||
|
}
|
||||||
|
|
||||||
|
@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 only <strong>6kb</strong> and has a content-to-bloat ratio of <strong>100%</strong>.<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
|
@ -195,6 +195,10 @@
|
||||||
<loc>https://250kb.club/codingotaku-com/</loc>
|
<loc>https://250kb.club/codingotaku-com/</loc>
|
||||||
<lastmod>2022-03-22</lastmod>
|
<lastmod>2022-03-22</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://250kb.club/colean-cc/</loc>
|
||||||
|
<lastmod>2022-03-23</lastmod>
|
||||||
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://250kb.club/concise-encoding-org/</loc>
|
<loc>https://250kb.club/concise-encoding-org/</loc>
|
||||||
<lastmod>2022-03-22</lastmod>
|
<lastmod>2022-03-22</lastmod>
|
||||||
|
@ -792,6 +796,10 @@
|
||||||
<loc>https://250kb.club/quitsocialmedia-club/</loc>
|
<loc>https://250kb.club/quitsocialmedia-club/</loc>
|
||||||
<lastmod>2022-03-22</lastmod>
|
<lastmod>2022-03-22</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://250kb.club/ratfactor-com/</loc>
|
||||||
|
<lastmod>2022-03-23</lastmod>
|
||||||
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://250kb.club/rc-lite-xyz/</loc>
|
<loc>https://250kb.club/rc-lite-xyz/</loc>
|
||||||
<lastmod>2022-03-22</lastmod>
|
<lastmod>2022-03-22</lastmod>
|
||||||
|
@ -824,6 +832,10 @@
|
||||||
<loc>https://250kb.club/satchlj-us/</loc>
|
<loc>https://250kb.club/satchlj-us/</loc>
|
||||||
<lastmod>2022-03-22</lastmod>
|
<lastmod>2022-03-22</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://250kb.club/saucecode-bar/</loc>
|
||||||
|
<lastmod>2022-03-23</lastmod>
|
||||||
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://250kb.club/searchbot-app/</loc>
|
<loc>https://250kb.club/searchbot-app/</loc>
|
||||||
<lastmod>2022-03-22</lastmod>
|
<lastmod>2022-03-22</lastmod>
|
||||||
|
@ -928,6 +940,10 @@
|
||||||
<loc>https://250kb.club/timotijhof-net/</loc>
|
<loc>https://250kb.club/timotijhof-net/</loc>
|
||||||
<lastmod>2022-03-22</lastmod>
|
<lastmod>2022-03-22</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://250kb.club/toby3d-me/</loc>
|
||||||
|
<lastmod>2022-03-23</lastmod>
|
||||||
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://250kb.club/tom-kobalt-dev-map/</loc>
|
<loc>https://250kb.club/tom-kobalt-dev-map/</loc>
|
||||||
<lastmod>2022-03-22</lastmod>
|
<lastmod>2022-03-22</lastmod>
|
||||||
|
|
135
public/toby3d-me/index.html
Normal file
135
public/toby3d-me/index.html
Normal file
|
@ -0,0 +1,135 @@
|
||||||
|
<!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;
|
||||||
|
}
|
||||||
|
|
||||||
|
@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>toby3d.me</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://toby3d.me/ target=_blank>toby3d.me</a> is a member of the exclusive 250kb club. The page weighs only <strong>148kb</strong> and has a content-to-bloat ratio of <strong>6%</strong>.<p><a href=/>back</a></main></body><script async data-goatcounter=https://250kb-club.goatcounter.com/count src=//gc.zgo.at/count.js></script>
|
Loading…
Add table
Reference in a new issue