dev: add liberapay link

Changed files
+17
assets
css
+10
assets/css/main.css
··· 20 20 url("https://assets.tangled.network/tangled_dolly_face_only_white_on_trans.svg"); 21 21 } 22 22 23 + .icon-liberapay::before { 24 + content: ""; 25 + display: inline-block; 26 + width: 100%; 27 + height: 100%; 28 + background: center / contain no-repeat 29 + url("https://liberapay.com/assets/liberapay/icon-v2_black.svg"); 30 + filter: brightness(0) invert(1); 31 + } 32 + 23 33 .pronouns { 24 34 font-weight: bold; 25 35 }
+7
index.html
··· 103 103 > 104 104 <i class="icon icon-tangled"></i> Tangled (Git) 105 105 </a> 106 + <a 107 + href="https://liberapay.com/lighty" 108 + target="_blank" 109 + class="social-link social-link-wide part" 110 + > 111 + <i class="icon icon-liberapay"></i> Liberapay (Donations) 112 + </a> 106 113 </section> 107 114 </body> 108 115 </html>