From d2e4da10c806d815eded44ade076babb78802c16 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Mon, 22 Jan 2024 13:06:19 -0500 Subject: Initial commit to new cgit platform --- index.html | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 index.html (limited to 'index.html') diff --git a/index.html b/index.html new file mode 100644 index 0000000..27a8744 --- /dev/null +++ b/index.html @@ -0,0 +1,54 @@ +--- +layout: homepage +title: A collection of web pages weighing in less than 1MB +summary: Listing all web pages under 1MB in total size +--- + +
+

1MB Club is a growing collection of performance-focused web pages weighing less than 1 megabyte.

+
+ +
+ {% assign famers = site.site_listings %} + {% assign websites = site.site_listings | sort: 'size' %} +

Official Members

+ HTTP badge +

  Items marked with this clickable badge support out-of-date browsers via HTTP (Why?)

+
+ + + + + + + + + {% for item in websites %} + + + + + {% endfor %} + +
URLSize (KB)
+ {% if item.http == true %} + + HTTP badge +   + {% endif %} + {{ item.pageurl }} + {{ item.size }}
+
+

🏆 Hall of Fame 🏆

+

Supporters of a leaner web!

+

+ {% for item in famers %} + {% if item.hof == true %} + {{ item.pageurl }} + {% endif %} + {% endfor %} +

+

These 1MB Club members donated to this project and are now immortalized into the "Hall of Fame"

+

Looking to join the Hall of Fame?
Become a supporter today →

+
+
-- cgit v1.2.3-54-g00ecf