This repository has no description
0

Configure Feed

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

update about page

+10 -4
+7 -2
src/components/About/About.css
··· 9 9 } 10 10 11 11 .about-page ul { 12 - margin-top: -5px; 13 - } 12 + list-style: none; 13 + text-align: center; 14 + margin: 0px auto; 15 + padding: 0px; 16 + width: 100%; 17 + opacity: 0.5; 18 + }
+3 -2
src/components/About/About.js
··· 14 14 <li>Understand your AT Proto data footprint.</li> 15 15 <li>Vibe check strangers and new accounts.</li> 16 16 </ul> 17 - 18 - <h2>About</h2> 17 + <h2>Intro</h2> 19 18 <p>The <strong>cred.blue</strong> platform allows anyone to better understand the data footprint that an <strong>AT Protocol</strong> or <strong>Bluesky</strong> identity is creating. During its beta launch, <strong>cred.blue</strong> provides an early version of its custom scoring algorithm that generates a "credibility" score based on an identity's activity in the ecosystem. Additionally, there is an <strong>Alt Text Rating Tool</strong> that allows you to see how consistently an account includes accessibility alt-text when posting images on Bluesky.</p> 20 19 21 20 <p>The <strong>cred.blue</strong> scoring methodology is intended to provide a helpful contextual analysis of the public data associated with an AT Protocol or Bluesky identity. The hope is that the scoring system might help incentivize healthier behaviors and activity patterns on the network.</p> 22 21 23 22 <p>Future versions of cred.blue may include authenticated data analysis (for your personal AT Proto data that isn't public), a custom score/credibility tracking lexicon, and an in-app labeler for the Bluesky platform.</p> 23 + 24 + <a href="https://bsky.app/profile/did:plc:7lazllqgiktcts3gs4i6xtv6" target="_blank" rel="noreferrer">Follow cred.blue on Bluesky</a> 24 25 25 26 <h2>FAQs</h2> 26 27