Rebrand public site to RM Circle Team Build (remove Crypto Team Build Network)
Public promo is now RM-Circle-only; the Crypto Team Build Network is learned after joining, not surfaced to prospects. - nav brand "Crypto Team Build" -> "RM Circle" (subtitle "Premium Team Build") - all <title>, og:site_name, twitter meta, footers, disclaimers, 404, chatbot system prompt + canned answers, config siteName/supportLabel swept - removed "a project of the Crypto Team Build Network" framing from prose - banners regenerated: eyebrow now "The RM Circle · Polygon" (was Crypto Team Build) - og-card.jpg regenerated (was "CRYPTO TEAM BUILD NETWORK PRESENTS") - roadmap.webp already RM-Circle branded (no change needed) - social posts/swipes: #CryptoTeamBuild -> #RMCircle, "crypto team build" -> "RM Circle team build" Videos still reference old branding (VO + embedded site screenshot) — rebuilt next. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ async function load(){
|
||||
if(c.siteName){document.title=`Get Started | ${c.siteName}`;const bn=document.getElementById('brandName');if(bn)bn.textContent=c.siteName}
|
||||
document.getElementById('sponsorId').textContent=`ID ${currentSponsor.id}`;
|
||||
document.getElementById('sponsorIdInline').textContent=currentSponsor.id;
|
||||
document.getElementById('sponsorName').textContent=currentSponsor.name||'Current Crypto Team Build placement';
|
||||
document.getElementById('sponsorName').textContent=currentSponsor.name||'Current RM Circle placement';
|
||||
document.getElementById('progressText').textContent=`${currentSponsor.directs} / 2`;
|
||||
document.getElementById('progressBar').style.width=`${Math.min(100,(currentSponsor.directs/2)*100)}%`;
|
||||
document.getElementById('entryPol').textContent=c.premiumEntryPol;
|
||||
|
||||
Reference in New Issue
Block a user