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
f3d87f4eeb
commit
c196fe9e7f
17 changed files with 795 additions and 5 deletions
11
content/25kb_xyz.md
Normal file
11
content/25kb_xyz.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
+++
|
||||||
|
title = "25kb.xyz"
|
||||||
|
date = "2022-03-23"
|
||||||
|
updated = "2022-03-23"
|
||||||
|
weight = 1400
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
source = "https://25kb.xyz/"
|
||||||
|
ratio = 100
|
||||||
|
size = 1
|
||||||
|
+++
|
11
content/jagatsoker_blogspot_com.md
Normal file
11
content/jagatsoker_blogspot_com.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
+++
|
||||||
|
title = "jagatsoker.blogspot.com"
|
||||||
|
date = "2022-03-23"
|
||||||
|
updated = "2022-03-23"
|
||||||
|
weight = 100825
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
source = "https://jagatsoker.blogspot.com/"
|
||||||
|
ratio = 7
|
||||||
|
size = 98
|
||||||
|
+++
|
11
content/oopsallmarquees_com.md
Normal file
11
content/oopsallmarquees_com.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
+++
|
||||||
|
title = "oopsallmarquees.com"
|
||||||
|
date = "2022-03-22"
|
||||||
|
updated = "2022-03-22"
|
||||||
|
weight = 702
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
source = "https://oopsallmarquees.com/"
|
||||||
|
ratio = 100
|
||||||
|
size = 1
|
||||||
|
+++
|
11
content/pdgonzalez872_github_io.md
Normal file
11
content/pdgonzalez872_github_io.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
+++
|
||||||
|
title = "pdgonzalez872.github.io"
|
||||||
|
date = "2022-03-22"
|
||||||
|
updated = "2022-03-22"
|
||||||
|
weight = 1397
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
source = "https://pdgonzalez872.github.io/"
|
||||||
|
ratio = 100
|
||||||
|
size = 1
|
||||||
|
+++
|
11
content/pumpopoly_com.md
Normal file
11
content/pumpopoly_com.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
+++
|
||||||
|
title = "pumpopoly.com"
|
||||||
|
date = "2022-03-23"
|
||||||
|
updated = "2022-03-23"
|
||||||
|
weight = 27477
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
source = "https://pumpopoly.com/"
|
||||||
|
ratio = 49
|
||||||
|
size = 27
|
||||||
|
+++
|
|
@ -286,3 +286,8 @@ https://cri.cl/
|
||||||
https://palashbauri.in/
|
https://palashbauri.in/
|
||||||
https://viniciushansen.github.io/
|
https://viniciushansen.github.io/
|
||||||
https://mha.fi/
|
https://mha.fi/
|
||||||
|
https://pdgonzalez872.github.io/
|
||||||
|
https://oopsallmarquees.com/
|
||||||
|
https://pumpopoly.com/
|
||||||
|
https://jagatsoker.blogspot.com/
|
||||||
|
https://25kb.xyz/
|
||||||
|
|
135
public/25kb-xyz/index.html
Normal file
135
public/25kb-xyz/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>25kb.xyz</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://25kb.xyz/ target=_blank>25kb.xyz</a> is a member of the exclusive 250kb club. The page weighs only <strong>1kb</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
135
public/jagatsoker-blogspot-com/index.html
Normal file
135
public/jagatsoker-blogspot-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>jagatsoker.blogspot.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=https://jagatsoker.blogspot.com/ target=_blank>jagatsoker.blogspot.com</a> is a member of the exclusive 250kb club. The page weighs only <strong>98kb</strong> and has a content-to-bloat ratio of <strong>7%</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>
|
135
public/oopsallmarquees-com/index.html
Normal file
135
public/oopsallmarquees-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>oopsallmarquees.com</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://oopsallmarquees.com/ target=_blank>oopsallmarquees.com</a> is a member of the exclusive 250kb club. The page weighs only <strong>1kb</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
File diff suppressed because one or more lines are too long
135
public/pdgonzalez872-github-io/index.html
Normal file
135
public/pdgonzalez872-github-io/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>pdgonzalez872.github.io</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://pdgonzalez872.github.io/ target=_blank>pdgonzalez872.github.io</a> is a member of the exclusive 250kb club. The page weighs only <strong>1kb</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>
|
135
public/pumpopoly-com/index.html
Normal file
135
public/pumpopoly-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>pumpopoly.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=https://pumpopoly.com/ target=_blank>pumpopoly.com</a> is a member of the exclusive 250kb club. The page weighs only <strong>27kb</strong> and has a content-to-bloat ratio of <strong>49%</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>
|
|
@ -7,7 +7,28 @@
|
||||||
<generator>Zola</generator>
|
<generator>Zola</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<atom:link href="https://250kb.club/rss.xml" rel="self" type="application/rss+xml"/>
|
<atom:link href="https://250kb.club/rss.xml" rel="self" type="application/rss+xml"/>
|
||||||
<lastBuildDate>Tue, 22 Mar 2022 00:00:00 +0000</lastBuildDate>
|
<lastBuildDate>Wed, 23 Mar 2022 00:00:00 +0000</lastBuildDate>
|
||||||
|
<item>
|
||||||
|
<title>25kb.xyz</title>
|
||||||
|
<pubDate>Wed, 23 Mar 2022 00:00:00 +0000</pubDate>
|
||||||
|
<link>https://250kb.club/25kb-xyz/</link>
|
||||||
|
<guid>https://250kb.club/25kb-xyz/</guid>
|
||||||
|
<description></description>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<title>jagatsoker.blogspot.com</title>
|
||||||
|
<pubDate>Wed, 23 Mar 2022 00:00:00 +0000</pubDate>
|
||||||
|
<link>https://250kb.club/jagatsoker-blogspot-com/</link>
|
||||||
|
<guid>https://250kb.club/jagatsoker-blogspot-com/</guid>
|
||||||
|
<description></description>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<title>pumpopoly.com</title>
|
||||||
|
<pubDate>Wed, 23 Mar 2022 00:00:00 +0000</pubDate>
|
||||||
|
<link>https://250kb.club/pumpopoly-com/</link>
|
||||||
|
<guid>https://250kb.club/pumpopoly-com/</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>
|
||||||
|
@ -1184,6 +1205,13 @@
|
||||||
<guid>https://250kb.club/ohio-araw-xyz/</guid>
|
<guid>https://250kb.club/ohio-araw-xyz/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<title>oopsallmarquees.com</title>
|
||||||
|
<pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate>
|
||||||
|
<link>https://250kb.club/oopsallmarquees-com/</link>
|
||||||
|
<guid>https://250kb.club/oopsallmarquees-com/</guid>
|
||||||
|
<description></description>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>oscarforner.com</title>
|
<title>oscarforner.com</title>
|
||||||
<pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate>
|
<pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate>
|
||||||
|
@ -1226,6 +1254,13 @@
|
||||||
<guid>https://250kb.club/pbanks-net/</guid>
|
<guid>https://250kb.club/pbanks-net/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<title>pdgonzalez872.github.io</title>
|
||||||
|
<pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate>
|
||||||
|
<link>https://250kb.club/pdgonzalez872-github-io/</link>
|
||||||
|
<guid>https://250kb.club/pdgonzalez872-github-io/</guid>
|
||||||
|
<description></description>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>pgjones.dev</title>
|
<title>pgjones.dev</title>
|
||||||
<pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate>
|
<pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate>
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -23,6 +23,10 @@
|
||||||
<loc>https://250kb.club/250kb-club/</loc>
|
<loc>https://250kb.club/250kb-club/</loc>
|
||||||
<lastmod>2022-03-22</lastmod>
|
<lastmod>2022-03-22</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://250kb.club/25kb-xyz/</loc>
|
||||||
|
<lastmod>2022-03-23</lastmod>
|
||||||
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://250kb.club/512kb-club/</loc>
|
<loc>https://250kb.club/512kb-club/</loc>
|
||||||
<lastmod>2022-03-22</lastmod>
|
<lastmod>2022-03-22</lastmod>
|
||||||
|
@ -395,6 +399,10 @@
|
||||||
<loc>https://250kb.club/inatri-com/</loc>
|
<loc>https://250kb.club/inatri-com/</loc>
|
||||||
<lastmod>2022-03-22</lastmod>
|
<lastmod>2022-03-22</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://250kb.club/jagatsoker-blogspot-com/</loc>
|
||||||
|
<lastmod>2022-03-23</lastmod>
|
||||||
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://250kb.club/jaime-gomezobregon-com/</loc>
|
<loc>https://250kb.club/jaime-gomezobregon-com/</loc>
|
||||||
<lastmod>2022-03-22</lastmod>
|
<lastmod>2022-03-22</lastmod>
|
||||||
|
@ -691,6 +699,10 @@
|
||||||
<loc>https://250kb.club/ohio-araw-xyz/</loc>
|
<loc>https://250kb.club/ohio-araw-xyz/</loc>
|
||||||
<lastmod>2022-03-22</lastmod>
|
<lastmod>2022-03-22</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://250kb.club/oopsallmarquees-com/</loc>
|
||||||
|
<lastmod>2022-03-22</lastmod>
|
||||||
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://250kb.club/oscarforner-com/</loc>
|
<loc>https://250kb.club/oscarforner-com/</loc>
|
||||||
<lastmod>2022-03-22</lastmod>
|
<lastmod>2022-03-22</lastmod>
|
||||||
|
@ -724,6 +736,10 @@
|
||||||
<loc>https://250kb.club/pbanks-net/</loc>
|
<loc>https://250kb.club/pbanks-net/</loc>
|
||||||
<lastmod>2022-03-22</lastmod>
|
<lastmod>2022-03-22</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://250kb.club/pdgonzalez872-github-io/</loc>
|
||||||
|
<lastmod>2022-03-22</lastmod>
|
||||||
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://250kb.club/pgjones-dev/</loc>
|
<loc>https://250kb.club/pgjones-dev/</loc>
|
||||||
<lastmod>2022-03-22</lastmod>
|
<lastmod>2022-03-22</lastmod>
|
||||||
|
@ -760,6 +776,10 @@
|
||||||
<loc>https://250kb.club/processwire-dev/</loc>
|
<loc>https://250kb.club/processwire-dev/</loc>
|
||||||
<lastmod>2022-03-22</lastmod>
|
<lastmod>2022-03-22</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://250kb.club/pumpopoly-com/</loc>
|
||||||
|
<lastmod>2022-03-23</lastmod>
|
||||||
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://250kb.club/qubyte-codes/</loc>
|
<loc>https://250kb.club/qubyte-codes/</loc>
|
||||||
<lastmod>2022-03-22</lastmod>
|
<lastmod>2022-03-22</lastmod>
|
||||||
|
|
Loading…
Add table
Reference in a new issue