update referral to use ThriftyName instead of Fathom

This commit is contained in:
Bradley Taunt 2021-02-25 09:41:49 -05:00
parent da1e499ed7
commit 3521824a1f
2 changed files with 5 additions and 12 deletions

View file

@ -6,7 +6,7 @@ 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>
<p><a target="_blank" href="https://thrifty.name">ThriftyName</a> - Get a Brand Name for $5.</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>

View file

@ -26,18 +26,18 @@ a:hover,a:focus {
}
.referral {
background: rgba(108, 95, 245, 0.1);
border-left: 5px solid rgba(108, 95, 245, 1);
color: slategrey;
background: #27ae60;
color: white;
margin: 1rem 0 2rem;
padding: 10px;
text-align: center;
}
.referral p {
margin: 0;
padding: 0;
}
.referral a, .referral a:visited {
color: rgba(108, 95, 245, 1);
color: white;
font-weight: 600;
}
.referral a:hover, .referral a:focus {
@ -113,13 +113,6 @@ footer p {
background: #2d2d2d;
color: white;
}
.referral {
background: rgba(108, 95, 245, 0.4);
color: white;
}
.referral a, .referral a:visited {
color: white;
}
blockquote {
background: #191919;
border-left: 5px solid black;