mirror of
https://github.com/danbulant/1mb-club
synced 2026-06-24 17:11:57 +00:00
update referral to use ThriftyName instead of Fathom
This commit is contained in:
parent
da1e499ed7
commit
3521824a1f
2 changed files with 5 additions and 12 deletions
|
|
@ -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>
|
||||
|
|
|
|||
15
style.css
15
style.css
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue