mirror of
https://github.com/nkoehring/250kb-club.git
synced 2025-04-19 05:39:04 +02:00
pages update
This commit is contained in:
parent
1be11ff21b
commit
2004b95e51
11 changed files with 4 additions and 474 deletions
|
@ -1,11 +0,0 @@
|
||||||
+++
|
|
||||||
title = "cri.cl"
|
|
||||||
date = "2022-03-22"
|
|
||||||
updated = "2022-04-11"
|
|
||||||
weight = 333968
|
|
||||||
|
|
||||||
[extra]
|
|
||||||
source = "https://cri.cl/"
|
|
||||||
ratio = 2
|
|
||||||
size = 326
|
|
||||||
+++
|
|
|
@ -1,11 +0,0 @@
|
||||||
+++
|
|
||||||
title = "ihsaan.glitch.me"
|
|
||||||
date = "2022-03-22"
|
|
||||||
updated = "2022-04-11"
|
|
||||||
weight = 319349
|
|
||||||
|
|
||||||
[extra]
|
|
||||||
source = "https://ihsaan.glitch.me/"
|
|
||||||
ratio = 2
|
|
||||||
size = 312
|
|
||||||
+++
|
|
|
@ -1,11 +0,0 @@
|
||||||
+++
|
|
||||||
title = "slackjeff.com.br"
|
|
||||||
date = "2022-03-22"
|
|
||||||
updated = "2022-04-11"
|
|
||||||
weight = 5178160
|
|
||||||
|
|
||||||
[extra]
|
|
||||||
source = "https://slackjeff.com.br/"
|
|
||||||
ratio = 1
|
|
||||||
size = 5057
|
|
||||||
+++
|
|
|
@ -1,135 +0,0 @@
|
||||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta content="width=device-width,initial-scale=1" name=viewport><title>The 250kb Club</title><meta content="An exclusive membership for web pages presenting themselves in no more than 250kb." name=description><meta content="Norman Köhring" name=author><meta content="The 250kb Club" name=DC.title><link href=https://koehr.in rel=author><link href=/favicon.png rel=icon type=image/x-icon><link href=https://250kb.club/rss.xml rel=alternate title=RSS type=application/rss+xml><style>body {
|
|
||||||
font: 16px/1.4 sans-serif;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
background: white;
|
|
||||||
color: #333;
|
|
||||||
}
|
|
||||||
body>header,main,body>footer {
|
|
||||||
max-width: calc(720px - 2em);
|
|
||||||
width: calc(100% - 2em);
|
|
||||||
margin: 0 auto;
|
|
||||||
padding: 0 1em;
|
|
||||||
}
|
|
||||||
#main-footer {
|
|
||||||
border-top: 1px solid lightgrey;
|
|
||||||
margin: 3rem auto 0;
|
|
||||||
font-size: 85%;
|
|
||||||
}
|
|
||||||
main {
|
|
||||||
margin: 3em auto;
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
font: small-caps bold 2.2em/1.4 sans-serif;
|
|
||||||
letter-spacing: 6px;
|
|
||||||
text-align: center;
|
|
||||||
margin-top: 1.2em;
|
|
||||||
}
|
|
||||||
h2 {
|
|
||||||
font: small-caps bold 2.0em/1.4 sans-serif;
|
|
||||||
letter-spacing: 5px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
text-align: justify;
|
|
||||||
}
|
|
||||||
a,a:visited {
|
|
||||||
color: currentColor;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
select, label {
|
|
||||||
padding: .25em .5em;
|
|
||||||
border: 2px solid gray;
|
|
||||||
background: none;
|
|
||||||
color: currentColor;
|
|
||||||
font: inherit;
|
|
||||||
}
|
|
||||||
ol {
|
|
||||||
list-style: none;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
li {
|
|
||||||
margin-bottom: 1em;
|
|
||||||
background-color: #0002;
|
|
||||||
}
|
|
||||||
aside {
|
|
||||||
position: relative;
|
|
||||||
display: flex;
|
|
||||||
flex-flow: row break;
|
|
||||||
justify-content: space-between;
|
|
||||||
}
|
|
||||||
.hidden { visibility: hidden; }
|
|
||||||
.big { font-size: 1.5em; }
|
|
||||||
.center { text-align: center; }
|
|
||||||
#info-toggle { display: none; }
|
|
||||||
#info-toggle ~ label { text-align: center; }
|
|
||||||
#info-toggle ~ label > .info-close { display: none; }
|
|
||||||
#info-toggle:checked ~ label > .info-close { display: inline; }
|
|
||||||
#info-toggle:checked ~ label > .info-text { display: none; }
|
|
||||||
|
|
||||||
#info-popup {
|
|
||||||
display: none;
|
|
||||||
position: absolute;
|
|
||||||
top: 2.5em;
|
|
||||||
left: -1em;
|
|
||||||
width: calc(720px - 2em - 6px);
|
|
||||||
max-width: calc(100vw - 2em - 6px);
|
|
||||||
padding: 0 1em;
|
|
||||||
background: #FFF;
|
|
||||||
border: 3px solid #DDD;
|
|
||||||
}
|
|
||||||
#info-toggle:checked ~ #info-popup { display: block; }
|
|
||||||
|
|
||||||
.entry {
|
|
||||||
display: flex;
|
|
||||||
flex-flow: row nowrap;
|
|
||||||
justify-content: space-between;
|
|
||||||
padding: .5em .5em 0;
|
|
||||||
height: 2em;
|
|
||||||
line-height: 2em;
|
|
||||||
font-size: 1.3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.entry > .url {
|
|
||||||
flex: 1 1 auto;
|
|
||||||
width: 70%;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
|
||||||
.entry > .size, .entry > .ratio, .entry > .open-page {
|
|
||||||
flex: 0 0 auto;
|
|
||||||
width: 10%;
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
.entry > .open-page img {
|
|
||||||
max-height: 32px;
|
|
||||||
margin-top: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.entry-size-bar, .entry-ratio-bar {
|
|
||||||
height: 0;
|
|
||||||
margin-bottom: 2px;
|
|
||||||
border-bottom: 2px solid;
|
|
||||||
}
|
|
||||||
.entry-size-bar.highlighted, .entry-ratio-bar.highlighted {
|
|
||||||
border-bottom-width: 4px;
|
|
||||||
}
|
|
||||||
.entry-size-bar {
|
|
||||||
border-bottom-color: #E44;
|
|
||||||
width: calc(var(--size)/256 * 100%);
|
|
||||||
}
|
|
||||||
.entry-ratio-bar {
|
|
||||||
border-bottom-color: #56B;
|
|
||||||
width: var(--ratio);
|
|
||||||
}
|
|
||||||
#pager {
|
|
||||||
display: flex;
|
|
||||||
flex-flow: row nowrap;
|
|
||||||
justify-content: space-between;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
@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>326kb</strong> and has a content-to-bloat ratio of <strong>2%</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>
|
|
|
@ -1,135 +0,0 @@
|
||||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta content="width=device-width,initial-scale=1" name=viewport><title>The 250kb Club</title><meta content="An exclusive membership for web pages presenting themselves in no more than 250kb." name=description><meta content="Norman Köhring" name=author><meta content="The 250kb Club" name=DC.title><link href=https://koehr.in rel=author><link href=/favicon.png rel=icon type=image/x-icon><link href=https://250kb.club/rss.xml rel=alternate title=RSS type=application/rss+xml><style>body {
|
|
||||||
font: 16px/1.4 sans-serif;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
background: white;
|
|
||||||
color: #333;
|
|
||||||
}
|
|
||||||
body>header,main,body>footer {
|
|
||||||
max-width: calc(720px - 2em);
|
|
||||||
width: calc(100% - 2em);
|
|
||||||
margin: 0 auto;
|
|
||||||
padding: 0 1em;
|
|
||||||
}
|
|
||||||
#main-footer {
|
|
||||||
border-top: 1px solid lightgrey;
|
|
||||||
margin: 3rem auto 0;
|
|
||||||
font-size: 85%;
|
|
||||||
}
|
|
||||||
main {
|
|
||||||
margin: 3em auto;
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
font: small-caps bold 2.2em/1.4 sans-serif;
|
|
||||||
letter-spacing: 6px;
|
|
||||||
text-align: center;
|
|
||||||
margin-top: 1.2em;
|
|
||||||
}
|
|
||||||
h2 {
|
|
||||||
font: small-caps bold 2.0em/1.4 sans-serif;
|
|
||||||
letter-spacing: 5px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
text-align: justify;
|
|
||||||
}
|
|
||||||
a,a:visited {
|
|
||||||
color: currentColor;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
select, label {
|
|
||||||
padding: .25em .5em;
|
|
||||||
border: 2px solid gray;
|
|
||||||
background: none;
|
|
||||||
color: currentColor;
|
|
||||||
font: inherit;
|
|
||||||
}
|
|
||||||
ol {
|
|
||||||
list-style: none;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
li {
|
|
||||||
margin-bottom: 1em;
|
|
||||||
background-color: #0002;
|
|
||||||
}
|
|
||||||
aside {
|
|
||||||
position: relative;
|
|
||||||
display: flex;
|
|
||||||
flex-flow: row break;
|
|
||||||
justify-content: space-between;
|
|
||||||
}
|
|
||||||
.hidden { visibility: hidden; }
|
|
||||||
.big { font-size: 1.5em; }
|
|
||||||
.center { text-align: center; }
|
|
||||||
#info-toggle { display: none; }
|
|
||||||
#info-toggle ~ label { text-align: center; }
|
|
||||||
#info-toggle ~ label > .info-close { display: none; }
|
|
||||||
#info-toggle:checked ~ label > .info-close { display: inline; }
|
|
||||||
#info-toggle:checked ~ label > .info-text { display: none; }
|
|
||||||
|
|
||||||
#info-popup {
|
|
||||||
display: none;
|
|
||||||
position: absolute;
|
|
||||||
top: 2.5em;
|
|
||||||
left: -1em;
|
|
||||||
width: calc(720px - 2em - 6px);
|
|
||||||
max-width: calc(100vw - 2em - 6px);
|
|
||||||
padding: 0 1em;
|
|
||||||
background: #FFF;
|
|
||||||
border: 3px solid #DDD;
|
|
||||||
}
|
|
||||||
#info-toggle:checked ~ #info-popup { display: block; }
|
|
||||||
|
|
||||||
.entry {
|
|
||||||
display: flex;
|
|
||||||
flex-flow: row nowrap;
|
|
||||||
justify-content: space-between;
|
|
||||||
padding: .5em .5em 0;
|
|
||||||
height: 2em;
|
|
||||||
line-height: 2em;
|
|
||||||
font-size: 1.3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.entry > .url {
|
|
||||||
flex: 1 1 auto;
|
|
||||||
width: 70%;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
|
||||||
.entry > .size, .entry > .ratio, .entry > .open-page {
|
|
||||||
flex: 0 0 auto;
|
|
||||||
width: 10%;
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
.entry > .open-page img {
|
|
||||||
max-height: 32px;
|
|
||||||
margin-top: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.entry-size-bar, .entry-ratio-bar {
|
|
||||||
height: 0;
|
|
||||||
margin-bottom: 2px;
|
|
||||||
border-bottom: 2px solid;
|
|
||||||
}
|
|
||||||
.entry-size-bar.highlighted, .entry-ratio-bar.highlighted {
|
|
||||||
border-bottom-width: 4px;
|
|
||||||
}
|
|
||||||
.entry-size-bar {
|
|
||||||
border-bottom-color: #E44;
|
|
||||||
width: calc(var(--size)/256 * 100%);
|
|
||||||
}
|
|
||||||
.entry-ratio-bar {
|
|
||||||
border-bottom-color: #56B;
|
|
||||||
width: var(--ratio);
|
|
||||||
}
|
|
||||||
#pager {
|
|
||||||
display: flex;
|
|
||||||
flex-flow: row nowrap;
|
|
||||||
justify-content: space-between;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
@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>ihsaan.glitch.me</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://ihsaan.glitch.me/ target=_blank>ihsaan.glitch.me</a> is a member of the exclusive 250kb club. The page weighs only <strong>312kb</strong> and has a content-to-bloat ratio of <strong>2%</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
|
@ -456,13 +456,6 @@
|
||||||
<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>
|
||||||
|
@ -750,13 +743,6 @@
|
||||||
<guid>https://250kb.club/ihaque-org/</guid>
|
<guid>https://250kb.club/ihaque-org/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<title>ihsaan.glitch.me</title>
|
|
||||||
<pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate>
|
|
||||||
<link>https://250kb.club/ihsaan-glitch-me/</link>
|
|
||||||
<guid>https://250kb.club/ihsaan-glitch-me/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
<item>
|
<item>
|
||||||
<title>inatri.com</title>
|
<title>inatri.com</title>
|
||||||
<pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate>
|
<pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate>
|
||||||
|
@ -1499,13 +1485,6 @@
|
||||||
<guid>https://250kb.club/sjmulder-nl/</guid>
|
<guid>https://250kb.club/sjmulder-nl/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<title>slackjeff.com.br</title>
|
|
||||||
<pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate>
|
|
||||||
<link>https://250kb.club/slackjeff-com-br/</link>
|
|
||||||
<guid>https://250kb.club/slackjeff-com-br/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
<item>
|
<item>
|
||||||
<title>սոնա.հայ</title>
|
<title>սոնա.հայ</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
|
@ -223,10 +223,6 @@
|
||||||
<loc>https://250kb.club/crackle-dev/</loc>
|
<loc>https://250kb.club/crackle-dev/</loc>
|
||||||
<lastmod>2022-04-11</lastmod>
|
<lastmod>2022-04-11</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
|
||||||
<loc>https://250kb.club/cri-cl/</loc>
|
|
||||||
<lastmod>2022-04-11</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://250kb.club/cronokirby-com/</loc>
|
<loc>https://250kb.club/cronokirby-com/</loc>
|
||||||
<lastmod>2022-04-11</lastmod>
|
<lastmod>2022-04-11</lastmod>
|
||||||
|
@ -391,10 +387,6 @@
|
||||||
<loc>https://250kb.club/ihaque-org/</loc>
|
<loc>https://250kb.club/ihaque-org/</loc>
|
||||||
<lastmod>2022-04-11</lastmod>
|
<lastmod>2022-04-11</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
|
||||||
<loc>https://250kb.club/ihsaan-glitch-me/</loc>
|
|
||||||
<lastmod>2022-04-11</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://250kb.club/inatri-com/</loc>
|
<loc>https://250kb.club/inatri-com/</loc>
|
||||||
<lastmod>2022-04-11</lastmod>
|
<lastmod>2022-04-11</lastmod>
|
||||||
|
@ -868,10 +860,6 @@
|
||||||
<loc>https://250kb.club/sjmulder-nl/</loc>
|
<loc>https://250kb.club/sjmulder-nl/</loc>
|
||||||
<lastmod>2022-04-11</lastmod>
|
<lastmod>2022-04-11</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
|
||||||
<loc>https://250kb.club/slackjeff-com-br/</loc>
|
|
||||||
<lastmod>2022-04-11</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://250kb.club/sona-hay/</loc>
|
<loc>https://250kb.club/sona-hay/</loc>
|
||||||
<lastmod>2022-04-11</lastmod>
|
<lastmod>2022-04-11</lastmod>
|
||||||
|
|
|
@ -1,135 +0,0 @@
|
||||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta content="width=device-width,initial-scale=1" name=viewport><title>The 250kb Club</title><meta content="An exclusive membership for web pages presenting themselves in no more than 250kb." name=description><meta content="Norman Köhring" name=author><meta content="The 250kb Club" name=DC.title><link href=https://koehr.in rel=author><link href=/favicon.png rel=icon type=image/x-icon><link href=https://250kb.club/rss.xml rel=alternate title=RSS type=application/rss+xml><style>body {
|
|
||||||
font: 16px/1.4 sans-serif;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
background: white;
|
|
||||||
color: #333;
|
|
||||||
}
|
|
||||||
body>header,main,body>footer {
|
|
||||||
max-width: calc(720px - 2em);
|
|
||||||
width: calc(100% - 2em);
|
|
||||||
margin: 0 auto;
|
|
||||||
padding: 0 1em;
|
|
||||||
}
|
|
||||||
#main-footer {
|
|
||||||
border-top: 1px solid lightgrey;
|
|
||||||
margin: 3rem auto 0;
|
|
||||||
font-size: 85%;
|
|
||||||
}
|
|
||||||
main {
|
|
||||||
margin: 3em auto;
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
font: small-caps bold 2.2em/1.4 sans-serif;
|
|
||||||
letter-spacing: 6px;
|
|
||||||
text-align: center;
|
|
||||||
margin-top: 1.2em;
|
|
||||||
}
|
|
||||||
h2 {
|
|
||||||
font: small-caps bold 2.0em/1.4 sans-serif;
|
|
||||||
letter-spacing: 5px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
text-align: justify;
|
|
||||||
}
|
|
||||||
a,a:visited {
|
|
||||||
color: currentColor;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
select, label {
|
|
||||||
padding: .25em .5em;
|
|
||||||
border: 2px solid gray;
|
|
||||||
background: none;
|
|
||||||
color: currentColor;
|
|
||||||
font: inherit;
|
|
||||||
}
|
|
||||||
ol {
|
|
||||||
list-style: none;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
li {
|
|
||||||
margin-bottom: 1em;
|
|
||||||
background-color: #0002;
|
|
||||||
}
|
|
||||||
aside {
|
|
||||||
position: relative;
|
|
||||||
display: flex;
|
|
||||||
flex-flow: row break;
|
|
||||||
justify-content: space-between;
|
|
||||||
}
|
|
||||||
.hidden { visibility: hidden; }
|
|
||||||
.big { font-size: 1.5em; }
|
|
||||||
.center { text-align: center; }
|
|
||||||
#info-toggle { display: none; }
|
|
||||||
#info-toggle ~ label { text-align: center; }
|
|
||||||
#info-toggle ~ label > .info-close { display: none; }
|
|
||||||
#info-toggle:checked ~ label > .info-close { display: inline; }
|
|
||||||
#info-toggle:checked ~ label > .info-text { display: none; }
|
|
||||||
|
|
||||||
#info-popup {
|
|
||||||
display: none;
|
|
||||||
position: absolute;
|
|
||||||
top: 2.5em;
|
|
||||||
left: -1em;
|
|
||||||
width: calc(720px - 2em - 6px);
|
|
||||||
max-width: calc(100vw - 2em - 6px);
|
|
||||||
padding: 0 1em;
|
|
||||||
background: #FFF;
|
|
||||||
border: 3px solid #DDD;
|
|
||||||
}
|
|
||||||
#info-toggle:checked ~ #info-popup { display: block; }
|
|
||||||
|
|
||||||
.entry {
|
|
||||||
display: flex;
|
|
||||||
flex-flow: row nowrap;
|
|
||||||
justify-content: space-between;
|
|
||||||
padding: .5em .5em 0;
|
|
||||||
height: 2em;
|
|
||||||
line-height: 2em;
|
|
||||||
font-size: 1.3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.entry > .url {
|
|
||||||
flex: 1 1 auto;
|
|
||||||
width: 70%;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
|
||||||
.entry > .size, .entry > .ratio, .entry > .open-page {
|
|
||||||
flex: 0 0 auto;
|
|
||||||
width: 10%;
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
.entry > .open-page img {
|
|
||||||
max-height: 32px;
|
|
||||||
margin-top: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.entry-size-bar, .entry-ratio-bar {
|
|
||||||
height: 0;
|
|
||||||
margin-bottom: 2px;
|
|
||||||
border-bottom: 2px solid;
|
|
||||||
}
|
|
||||||
.entry-size-bar.highlighted, .entry-ratio-bar.highlighted {
|
|
||||||
border-bottom-width: 4px;
|
|
||||||
}
|
|
||||||
.entry-size-bar {
|
|
||||||
border-bottom-color: #E44;
|
|
||||||
width: calc(var(--size)/256 * 100%);
|
|
||||||
}
|
|
||||||
.entry-ratio-bar {
|
|
||||||
border-bottom-color: #56B;
|
|
||||||
width: var(--ratio);
|
|
||||||
}
|
|
||||||
#pager {
|
|
||||||
display: flex;
|
|
||||||
flex-flow: row nowrap;
|
|
||||||
justify-content: space-between;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
@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>slackjeff.com.br</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://slackjeff.com.br/ target=_blank>slackjeff.com.br</a> is a member of the exclusive 250kb club. The page weighs only <strong>5057kb</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>
|
|
|
@ -1,2 +1,3 @@
|
||||||
docker ps | grep yellowlabtools || docker run --privileged -p 8383:8383 -v $PWD/yltresults:/usr/src/ylt/results ousamabenyounes/yellowlabtools &
|
docker ps | grep yellowlabtools || docker run --privileged -p 8383:8383 -v $PWD/yltresults:/usr/src/ylt/results ousamabenyounes/yellowlabtools &
|
||||||
deno run --allow-read --allow-write --allow-net index.ts
|
sleep 10
|
||||||
|
deno run --allow-read --allow-write --allow-net index.ts && zola build && git add -A && git commit -m 'pages update' && git push && git push origin
|
||||||
|
|
Loading…
Add table
Reference in a new issue