This repository has no description
0

Configure Feed

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

zen link

+26 -10
+6
README.md
··· 12 12 13 13 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. 14 14 15 + ## The Scoring Methodology 16 + 17 + 18 + 19 + ### How do I increase my score? 20 + 15 21 ## FAQs 16 22 17 23 ### Who created cred.blue?
+4 -1
src/components/Footer/Footer.js
··· 22 22 </div> 23 23 {/* Additional Info */} 24 24 <div className="footer-info"> 25 - <p>&copy; {new Date().getFullYear()} cred.blue. All rights reserved.</p> 25 + <p>&copy; {new Date().getFullYear()} cred.blue. All rights reserved. <Link to="/zen" className="zen-link">Zen</Link></p> 26 + </div> 27 + <div className="zen-info"> 28 + <Link to="/zen">Zen</Link> 26 29 </div> 27 30 </div> 28 31 </footer>
+1 -1
src/components/PrivacyTerms/Privacy.js
··· 62 62 <ul> 63 63 <li>We use Bluesky's authentication system for user login</li> 64 64 <li>We access public data through AT Protocol/Bluesky PDSs</li> 65 - <li>We do not share any collected information with third parties</li> 65 + <li>We do not share any collected information with third parties unless necessary to establish and maintain important services or features</li> 66 66 </ul> 67 67 68 68 <h2>Your Rights</h2>
+13
src/components/PrivacyTerms/PrivacyTerms.css
··· 11 11 .privacy-terms-page p { 12 12 margin-top: 0.1em; 13 13 margin-bottom: 0.2em; 14 + } 15 + 16 + .section h2 { 17 + margin-top: 18px; 18 + } 19 + 20 + .privacy-terms-page h3 { 21 + margin-top: 17px; 22 + margin-bottom: 1.5px; 23 + } 24 + 25 + .privacy-terms-page h2 { 26 + margin-top: 13px; 14 27 }
+2 -8
src/components/PrivacyTerms/Terms.js
··· 9 9 <main className="privacy-terms-page"> 10 10 <div className="alt-card"> 11 11 <h1>Terms of Service</h1> 12 - <div class="last-updated">Last Updated: February 13, 2025</div> 12 + <div class="last-updated">Last Updated: February 19, 2025</div> 13 13 14 14 <div class="section"> 15 15 <h2>1. Acceptance of Terms</h2> ··· 32 32 <p>You agree to:</p> 33 33 <ul> 34 34 <li>Use the Service in compliance with all applicable laws</li> 35 - <li>Not attempt to manipulate or game the credibility scoring system</li> 36 35 <li>Not use the Service to harass, abuse, or harm others</li> 37 36 <li>Not attempt to access non-public data or bypass security measures</li> 38 37 </ul> ··· 85 84 </ul> 86 85 </div> 87 86 88 - <div class="section"> 89 - <h2>9. Governing Law</h2> 90 - <p>These Terms shall be governed by and construed in accordance with the laws of [Jurisdiction], without regard to its conflict of law provisions.</p> 91 - </div> 92 - 93 87 <div class="contact"> 94 - <h2>10. Contact Information</h2> 88 + <h2>9. Contact Information</h2> 95 89 <p>For questions about these Terms, please contact us at terms @ cred.blue</p> 96 90 </div> 97 91 </div>