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
681e35b105
commit
f3d87f4eeb
14 changed files with 635 additions and 3 deletions
11
content/cri_cl.md
Normal file
11
content/cri_cl.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
+++
|
||||||
|
title = "cri.cl"
|
||||||
|
date = "2022-03-22"
|
||||||
|
updated = "2022-03-22"
|
||||||
|
weight = 106243
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
source = "https://cri.cl/"
|
||||||
|
ratio = 6
|
||||||
|
size = 104
|
||||||
|
+++
|
11
content/mha_fi.md
Normal file
11
content/mha_fi.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
+++
|
||||||
|
title = "mha.fi"
|
||||||
|
date = "2022-03-22"
|
||||||
|
updated = "2022-03-22"
|
||||||
|
weight = 69518
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
source = "https://mha.fi/"
|
||||||
|
ratio = 14
|
||||||
|
size = 68
|
||||||
|
+++
|
11
content/palashbauri_in.md
Normal file
11
content/palashbauri_in.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
+++
|
||||||
|
title = "palashbauri.in"
|
||||||
|
date = "2022-03-22"
|
||||||
|
updated = "2022-03-22"
|
||||||
|
weight = 18913
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
source = "https://palashbauri.in/"
|
||||||
|
ratio = 21
|
||||||
|
size = 18
|
||||||
|
+++
|
11
content/viniciushansen_github_io.md
Normal file
11
content/viniciushansen_github_io.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
+++
|
||||||
|
title = "viniciushansen.github.io"
|
||||||
|
date = "2022-03-22"
|
||||||
|
updated = "2022-03-22"
|
||||||
|
weight = 116041
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
source = "https://viniciushansen.github.io/"
|
||||||
|
ratio = 1
|
||||||
|
size = 113
|
||||||
|
+++
|
|
@ -282,3 +282,7 @@ https://ihsaan.glitch.me/
|
||||||
https://www.borfigat.org/
|
https://www.borfigat.org/
|
||||||
https://anabeatriz.dev/
|
https://anabeatriz.dev/
|
||||||
https://grapheneos.org/
|
https://grapheneos.org/
|
||||||
|
https://cri.cl/
|
||||||
|
https://palashbauri.in/
|
||||||
|
https://viniciushansen.github.io/
|
||||||
|
https://mha.fi/
|
||||||
|
|
135
public/cri-cl/index.html
Normal file
135
public/cri-cl/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>cri.cl</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://cri.cl/ target=_blank>cri.cl</a> is a member of the exclusive 250kb club. The page weighs only <strong>104kb</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>
|
135
public/mha-fi/index.html
Normal file
135
public/mha-fi/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>mha.fi</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://mha.fi/ target=_blank>mha.fi</a> is a member of the exclusive 250kb club. The page weighs only <strong>68kb</strong> and has a content-to-bloat ratio of <strong>14%</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/palashbauri-in/index.html
Normal file
135
public/palashbauri-in/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>palashbauri.in</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://palashbauri.in/ target=_blank>palashbauri.in</a> is a member of the exclusive 250kb club. The page weighs only <strong>18kb</strong> and has a content-to-bloat ratio of <strong>21%</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>
|
|
@ -365,6 +365,13 @@
|
||||||
<guid>https://250kb.club/crackle-dev/</guid>
|
<guid>https://250kb.club/crackle-dev/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<title>cri.cl</title>
|
||||||
|
<pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate>
|
||||||
|
<link>https://250kb.club/cri-cl/</link>
|
||||||
|
<guid>https://250kb.club/cri-cl/</guid>
|
||||||
|
<description></description>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>cronokirby.com</title>
|
<title>cronokirby.com</title>
|
||||||
<pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate>
|
<pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate>
|
||||||
|
@ -981,6 +988,13 @@
|
||||||
<guid>https://250kb.club/matthewstrom-com/</guid>
|
<guid>https://250kb.club/matthewstrom-com/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<title>mha.fi</title>
|
||||||
|
<pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate>
|
||||||
|
<link>https://250kb.club/mha-fi/</link>
|
||||||
|
<guid>https://250kb.club/mha-fi/</guid>
|
||||||
|
<description></description>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>midnight.pub</title>
|
<title>midnight.pub</title>
|
||||||
<pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate>
|
<pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate>
|
||||||
|
@ -1191,6 +1205,13 @@
|
||||||
<guid>https://250kb.club/page-mi-fu-berlin-de-jhermann/</guid>
|
<guid>https://250kb.club/page-mi-fu-berlin-de-jhermann/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<title>palashbauri.in</title>
|
||||||
|
<pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate>
|
||||||
|
<link>https://250kb.club/palashbauri-in/</link>
|
||||||
|
<guid>https://250kb.club/palashbauri-in/</guid>
|
||||||
|
<description></description>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>paulwilde.uk</title>
|
<title>paulwilde.uk</title>
|
||||||
<pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate>
|
<pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate>
|
||||||
|
@ -1625,6 +1646,13 @@
|
||||||
<guid>https://250kb.club/utsuho-rocks/</guid>
|
<guid>https://250kb.club/utsuho-rocks/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<title>viniciushansen.github.io</title>
|
||||||
|
<pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate>
|
||||||
|
<link>https://250kb.club/viniciushansen-github-io/</link>
|
||||||
|
<guid>https://250kb.club/viniciushansen-github-io/</guid>
|
||||||
|
<description></description>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>volleyball-baustetten.de</title>
|
<title>volleyball-baustetten.de</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
|
@ -211,6 +211,10 @@
|
||||||
<loc>https://250kb.club/crackle-dev/</loc>
|
<loc>https://250kb.club/crackle-dev/</loc>
|
||||||
<lastmod>2022-03-22</lastmod>
|
<lastmod>2022-03-22</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://250kb.club/cri-cl/</loc>
|
||||||
|
<lastmod>2022-03-22</lastmod>
|
||||||
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://250kb.club/cronokirby-com/</loc>
|
<loc>https://250kb.club/cronokirby-com/</loc>
|
||||||
<lastmod>2022-03-22</lastmod>
|
<lastmod>2022-03-22</lastmod>
|
||||||
|
@ -575,6 +579,10 @@
|
||||||
<loc>https://250kb.club/matthewstrom-com/</loc>
|
<loc>https://250kb.club/matthewstrom-com/</loc>
|
||||||
<lastmod>2022-03-22</lastmod>
|
<lastmod>2022-03-22</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://250kb.club/mha-fi/</loc>
|
||||||
|
<lastmod>2022-03-22</lastmod>
|
||||||
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://250kb.club/midnight-pub/</loc>
|
<loc>https://250kb.club/midnight-pub/</loc>
|
||||||
<lastmod>2022-03-22</lastmod>
|
<lastmod>2022-03-22</lastmod>
|
||||||
|
@ -704,6 +712,10 @@
|
||||||
<url>
|
<url>
|
||||||
<loc>https://250kb.club/page/3/</loc>
|
<loc>https://250kb.club/page/3/</loc>
|
||||||
</url>
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://250kb.club/palashbauri-in/</loc>
|
||||||
|
<lastmod>2022-03-22</lastmod>
|
||||||
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://250kb.club/paulwilde-uk/</loc>
|
<loc>https://250kb.club/paulwilde-uk/</loc>
|
||||||
<lastmod>2022-03-22</lastmod>
|
<lastmod>2022-03-22</lastmod>
|
||||||
|
@ -952,6 +964,10 @@
|
||||||
<loc>https://250kb.club/utsuho-rocks/</loc>
|
<loc>https://250kb.club/utsuho-rocks/</loc>
|
||||||
<lastmod>2022-03-22</lastmod>
|
<lastmod>2022-03-22</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://250kb.club/viniciushansen-github-io/</loc>
|
||||||
|
<lastmod>2022-03-22</lastmod>
|
||||||
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://250kb.club/volleyball-baustetten-de/</loc>
|
<loc>https://250kb.club/volleyball-baustetten-de/</loc>
|
||||||
<lastmod>2022-03-22</lastmod>
|
<lastmod>2022-03-22</lastmod>
|
||||||
|
|
135
public/viniciushansen-github-io/index.html
Normal file
135
public/viniciushansen-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>viniciushansen.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://viniciushansen.github.io/ target=_blank>viniciushansen.github.io</a> is a member of the exclusive 250kb club. The page weighs only <strong>113kb</strong> and has a content-to-bloat ratio of <strong>1%</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