mirror of
https://github.com/nkoehring/250kb-club.git
synced 2025-04-19 21:59:04 +02:00
fix to 250KB Club
This commit is contained in:
parent
706e01ebec
commit
145e0fb274
2 changed files with 15 additions and 15 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
{% block content %}
|
||||
<header>
|
||||
<h1>The 250kb Club</h1>
|
||||
<h1>The 250KB Club</h1>
|
||||
<h2>
|
||||
<a rel="noopener nofollow" href="https://mobiforge.com/research-analysis/the-web-is-doom" target="_blank">
|
||||
The Web Is Doom
|
||||
|
@ -10,7 +10,7 @@
|
|||
</h2>
|
||||
<p>Lets do something about it!</p>
|
||||
<p>
|
||||
The <em>250kb Club</em> is a collection of web pages that focus on
|
||||
The <em>250KB Club</em> is a collection of web pages that focus on
|
||||
performance, efficiency and accessibility.
|
||||
</p>
|
||||
<p class="big">Websites in this list must not exceed 256kb <em>compressed</em> size!</p>
|
||||
|
@ -20,7 +20,7 @@
|
|||
total size, while the impact of media is basically unaffected.
|
||||
</p>
|
||||
<p>
|
||||
If your pages exceeds 250kb, you might consider
|
||||
If your pages exceeds 250KB, you might consider
|
||||
<a rel="noopener nofollow" href="https://512kb.club" target="_blank">512kB.club</a> or
|
||||
<a rel="noopener nofollow" href="https://1MB.club" target="_blank">1MB.club</a>.
|
||||
</p>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
{{ page.title }}
|
||||
</h1>
|
||||
<p class="big center">
|
||||
Proud member of the exclusive 250kb club!
|
||||
Proud member of the exclusive 250KB Club!
|
||||
</p>
|
||||
<p>
|
||||
<time class="dt-published" datetime="{{ page.date }}" pubdate="" itemprop="datePublished" content="{{ page.date }}">
|
||||
|
@ -19,7 +19,7 @@
|
|||
</p>
|
||||
<p class="e-content">
|
||||
<a rel="noopener nofollow" href="{{ page.extra.source }}" target="_blank">{{ page.title }}</a>
|
||||
is a member of the exclusive 250kb club. The page weighs
|
||||
is a member of the exclusive 250KB Club. The page weighs
|
||||
<strong>
|
||||
{% if page.extra.size == 0 %}
|
||||
under 1kb
|
||||
|
@ -34,9 +34,9 @@
|
|||
A code snipped can be found by clicking on the respective badge.
|
||||
</p>
|
||||
<p class="badges">
|
||||
The badges can either be downloaded and served by yourself or linked directly from 250kb.club.
|
||||
The badges can either be downloaded and served by yourself or linked directly from 250KB.club.
|
||||
The latter might save a few users some bandwidth if the badge is already cached.
|
||||
On the other hand this gives the 250kb.club server a log entry for <i>every visitor of <strong>your</strong> page</i>.
|
||||
On the other hand this gives the 250KB.club server a log entry for <i>every visitor of <strong>your</strong> page</i>.
|
||||
I'm not interested in those logs but you still have to trust my word. So decide for yourself.
|
||||
</p>
|
||||
|
||||
|
@ -46,9 +46,9 @@
|
|||
(1.4kB)
|
||||
</summary>
|
||||
<pre><code>
|
||||
<a title="250kb club page" href="https://250kb.club/{{ page.slug }}">
|
||||
<a title="250KB Club page" href="https://250kb.club/{{ page.slug }}">
|
||||
<img
|
||||
alt="badge: proud member of the 250kb club"
|
||||
alt="badge: proud member of the 250KB Club"
|
||||
src="https://250kb.club/simple_badge_dark.png"
|
||||
/>
|
||||
</a>
|
||||
|
@ -61,9 +61,9 @@
|
|||
(1.7kB)
|
||||
</summary>
|
||||
<pre><code>
|
||||
<a title="250kb club page" href="https://250kb.club/{{ page.slug }}">
|
||||
<a title="250KB Club page" href="https://250kb.club/{{ page.slug }}">
|
||||
<img
|
||||
alt="badge: proud member of the 250kb club"
|
||||
alt="badge: proud member of the 250KB Club"
|
||||
src="https://250kb.club/simple_badge_bright.png"
|
||||
/>
|
||||
</a>
|
||||
|
@ -76,9 +76,9 @@
|
|||
(4.0kB)
|
||||
</summary>
|
||||
<pre><code>
|
||||
<a title="250kb club page" href="https://250kb.club/{{ page.slug }}">
|
||||
<a title="250KB Club page" href="https://250kb.club/{{ page.slug }}">
|
||||
<img
|
||||
alt="badge: proud member of the 250kb club"
|
||||
alt="badge: proud member of the 250KB Club"
|
||||
src="https://250kb.club/color_badge_bright.png"
|
||||
/>
|
||||
</a>
|
||||
|
@ -91,9 +91,9 @@
|
|||
(5.7kB)
|
||||
</summary>
|
||||
<pre><code>
|
||||
<a title="250kb club page" href="https://250kb.club/{{ page.slug }}">
|
||||
<a title="250KB Club page" href="https://250kb.club/{{ page.slug }}">
|
||||
<img
|
||||
alt="badge: proud member of the 250kb club"
|
||||
alt="badge: proud member of the 250KB Club"
|
||||
src="https://250kb.club/color_badge_dark.png"
|
||||
/>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue