This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

update supporter page

+20 -4
+1 -3
src/components/Navbar/Navbar.js
··· 68 68 <button 69 69 className="navbar-support-button" 70 70 type="button" 71 - onClick={() => window.open( 72 - `https://www.patreon.com/dameis`, '_blank' 73 - )} 71 + onClick={() => navigate(`/supporter`)} 74 72 > 75 73 become a supporter 76 74 </button>
+15
src/components/Supporter/Supporter.css
··· 15 15 padding: 0px; 16 16 width: 100%; 17 17 opacity: 0.5; 18 + } 19 + 20 + .supporter-buttons { 21 + text-align: center; 22 + display: flex; 23 + gap: 17.3px; 24 + justify-content: center; 25 + } 26 + 27 + .patreon-button { 28 + margin: 0px; 29 + } 30 + 31 + .ko-fi-button { 32 + margin: 0px; 18 33 }
+4 -1
src/components/Supporter/Supporter.js
··· 29 29 One-time Tip 30 30 </button> 31 31 </div> 32 - <p>My name is Dame. I'm an artist and software experimentalist who has been creating resources, tools, and content for the AT Protocol + Bluesky community for the past several months during my professional (unpaid) sabbatical. I've been a part of Bluesky since almost the very beginning (user #1,216), and I've developed a keen interest in helping make the "Atmosphere" better.</p> 32 + <p>Hello there,</p> 33 + 34 + <p>My name is <a href="https://bsky.app/profile/dame.is" target="_blank" rel="noreferrer">Dame</a>. I'm an artist and software experimentalist who has been creating resources, tools, and content for the AT Protocol + Bluesky community for the past several months during my professional (unpaid) sabbatical. I've been a part of Bluesky since almost the very beginning (user #1,216), and I've developed a keen interest in helping make the "Atmosphere" better.</p> 33 35 34 36 <p>Today I'm launching the beta version of a new platform I've created called cred.blue. It allows you to generate a Bluesky "credibility" score, helps you understand your AT Protocol data footprint, and let's you vibe check strangers and new accounts. Bots, fake accounts, and bad actors are all over the place these days, so it's my hope that this platform can play a small part in helping you better navigate the digital spaces we inhabit.</p> 35 37 ··· 38 40 <p>Thank you for considering supporting me,</p> 39 41 40 42 <p>Dame</p> 43 + <p><a href="https://bsky.app/profile/dame.is" target="_blank" rel="noreferrer">@dame.is</a></p> 41 44 </div> 42 45 </main> 43 46 </>