add more websites, include referral link to help support the on-going site admin

This commit is contained in:
Bradley Taunt 2021-01-14 10:10:23 -05:00
parent 3c9ea057d4
commit e1fad92600
24 changed files with 114 additions and 5 deletions

View file

@ -0,0 +1,4 @@
---
pageurl: antiquetech.com
size: 925.3
---

View file

@ -0,0 +1,4 @@
---
pageurl: bellard.org
size: 8.6
---

View file

@ -0,0 +1,4 @@
---
pageurl: brainstones.narod.ru
size: 505.4
---

View file

@ -0,0 +1,4 @@
---
pageurl: charron.dev
size: 196.1
---

View file

@ -0,0 +1,4 @@
---
pageurl: cpu-world.com
size: 216.5
---

View file

@ -0,0 +1,4 @@
---
pageurl: erdaniels.com
size: 18.2
---

View file

@ -0,0 +1,4 @@
---
pageurl: esper.net
size: 20.3
---

View file

@ -0,0 +1,4 @@
---
pageurl: freenode.net
size: 170.2
---

View file

@ -0,0 +1,4 @@
---
pageurl: giovanni.curlybrackets.it
size: 18.9
---

View file

@ -0,0 +1,4 @@
---
pageurl: knoppix.net
size: 132.5
---

View file

@ -0,0 +1,4 @@
---
pageurl: mcsrvstat.us
size: 368.3
---

View file

@ -0,0 +1,4 @@
---
pageurl: netspurt.com
size: 40.1
---

View file

@ -0,0 +1,4 @@
---
pageurl: nintil.com
size: 95.3
---

View file

@ -0,0 +1,4 @@
---
pageurl: paulmakesthe.net
size: 126.3
---

View file

@ -0,0 +1,4 @@
---
pageurl: protean.studio
size: 259.6
---

View file

@ -0,0 +1,4 @@
---
pageurl: slackware.com
size: 42.0
---

View file

@ -0,0 +1,4 @@
---
pageurl: troyhunt.com
size: 371.9
---

View file

@ -0,0 +1,4 @@
---
pageurl: virtualbox.org
size: 218.5
---

View file

@ -0,0 +1,4 @@
---
pageurl: weboas.is
size: 353.2
---

4
_site_listings/who.is.md Normal file
View file

@ -0,0 +1,4 @@
---
pageurl: who.is
size: 374.1
---

View file

@ -0,0 +1,4 @@
---
pageurl: wiki.eth0.nl
size: 683.9
---

View file

@ -1,4 +1,4 @@
---
pageurl: xubuntu.org
size: 225.3
size: 270.7
---

View file

@ -1,10 +1,13 @@
---
layout: default
title: Articles & Essays
summary: Personal articles, demos and occasional ramblings
title: 1MB Club
summary: Listing all websites under 1MB in total size
---
<header>
<div class="referral">
<p><a href="https://usefathom.com/ref/DKHJVX">Fathom</a> - Lightweight, privacy-focused web analytics. Get $10 off your first invoice.</p>
</div>
<h1>1MB Club</h1>
<p>The internet has become a <em>bloated mess</em>. Massive javascript libraries. Countless client-side queries. Overly complex frontend frameworks.</p>
<p>These things are a <strong>cancerous growth</strong> on the web.</p>
@ -13,7 +16,7 @@ summary: Personal articles, demos and occasional ramblings
<li>Total resources downloaded client-side must not exceed 1 megabyte</li>
</ol>
<blockquote>
<p><strong>Update</strong></p>
<h3><strong>Update</strong>: How to Submit</h3>
<p>Due to the huge number of submissions on initial launch, requesting new sites to be added is temporarily paused. Once the backlog has been worked through, submissions will open up again. Thanks!</p>
</blockquote>
<span>Jump to: &nbsp;</span>

View file

@ -25,6 +25,25 @@ a:hover,a:focus {
color: blue;
}
.referral {
background: rgba(108, 95, 245, 0.1);
border-left: 5px solid rgba(108, 95, 245, 1);
color: slategrey;
margin: 1rem 0 2rem;
padding: 10px;
}
.referral p {
margin: 0;
padding: 0;
}
.referral a, .referral a:visited {
color: rgba(108, 95, 245, 1);
font-weight: 600;
}
.referral a:hover, .referral a:focus {
color: black;
}
ul {
list-style: none;
margin: 3rem 0 0 0;
@ -63,10 +82,13 @@ ul li a {
blockquote {
background: blanchedalmond;
border-left: 10px solid burlywood;
border-left: 5px solid burlywood;
margin: 3rem 0 2rem;
padding: 20px;
}
blockquote h3 {
margin-top: 0;
}
blockquote p {
margin: 0;
}