diff --git a/templates/index.html b/templates/index.html index f039b535..59291b69 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,7 +2,7 @@ {% block content %}
-

The 250kb Club

+

The 250KB Club

The Web Is Doom @@ -10,7 +10,7 @@

Lets do something about it!

- The 250kb Club is a collection of web pages that focus on + The 250KB Club is a collection of web pages that focus on performance, efficiency and accessibility.

Websites in this list must not exceed 256kb compressed size!

@@ -20,7 +20,7 @@ total size, while the impact of media is basically unaffected.

- If your pages exceeds 250kb, you might consider + If your pages exceeds 250KB, you might consider 512kB.club or 1MB.club.

diff --git a/templates/page.html b/templates/page.html index fb38aca3..a2f86a86 100644 --- a/templates/page.html +++ b/templates/page.html @@ -6,7 +6,7 @@ {{ page.title }}

- Proud member of the exclusive 250kb club! + Proud member of the exclusive 250KB Club!

{{ page.title }} - is a member of the exclusive 250kb club. The page weighs + is a member of the exclusive 250KB Club. The page weighs {% if page.extra.size == 0 %} under 1kb @@ -34,9 +34,9 @@ A code snipped can be found by clicking on the respective badge.

- 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 every visitor of your page. + On the other hand this gives the 250KB.club server a log entry for every visitor of your page. I'm not interested in those logs but you still have to trust my word. So decide for yourself.

@@ -46,9 +46,9 @@ (1.4kB)

-  <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)
     
     

-  <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)
     
     

-  <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)
     
     

-  <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>