Skip to content

Commit a18fe6c

Browse files
nomadsgalaxyclaude
andcommitted
Rebrand to Positron3D Design Group; reconcile build.py
- Footer copyright: "Positron 3D, LLC" -> "Positron3D Design Group" (all pages) - Reconcile build.py with hand-edited live pages so it regenerates them faithfully: updated team roster (Koosh, Safe, Erikbuilds, NexusAvenger; Nomad role; dropped Zolon) and replaced the old contact form with the Discord CTA. - Fix latent footer bugs surfaced by regeneration: repaired corrupted Bluesky link in credits footer; updated stale Discord icon in contact footer to the official mark. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9e3c323 commit a18fe6c

9 files changed

Lines changed: 22 additions & 29 deletions

File tree

_build/build.py

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def header(active):
9292
</div>
9393
</div>
9494
<div class="footer-bottom">
95-
<span>© 2026 Positron 3D, LLC</span>
95+
<span>© 2026 Positron3D Design Group</span>
9696
<span>Open source · Built by the community</span>
9797
</div>
9898
</div>
@@ -397,15 +397,18 @@ def write(name, html):
397397

398398
# ---------------------------------------------------------------- CREDITS
399399
team = [
400-
("The Nomad", "CEO / Professional Cat Wrangler"),
400+
("The Nomad", "Founder, Creative Lead"),
401401
("Joescalon", "Pi Manager & Wiki Guru + Printer Go Brrrinator"),
402402
("Smiksky", "Software Steward & GitHub Grappler"),
403403
("Physx", "Cybersecurity & Community Relations"),
404404
("ZakAss", "Master of Metal & RedNeck Engineering Consultant"),
405405
("Galactic Dust Bunny", 'CAD Guru & Lead of "Stopping Nomad from Doing it Wrong"'),
406406
("Mitch 3D", "Designer of Backpacks & Crazy Delta Machines"),
407-
("Zolon", "Longevity & Portability Tester & Herder of Puppies"),
407+
("Koosh", "The Accountant & Proton Designer"),
408408
("Birb", "Designer and Professional Procrastinator"),
409+
("Safe", "Prusawire Shill & Maintainer"),
410+
("Erikbuilds", "Software Dev & Documentation God"),
411+
("NexusAvenger", "Roblox Memer"),
409412
]
410413
team_cards = "\n ".join(
411414
f'<div class="team-card"><div class="name">{n}</div><div class="role">{r}</div></div>' for n, r in team)
@@ -475,22 +478,12 @@ def write(name, html):
475478
476479
<section class="section section--alt">
477480
<div class="container">
478-
<h2 class="center">Contact Us</h2>
479-
<div class="prose center" style="margin:0 auto 30px">
480-
<div class="note">The Contact Us form is <b>not</b> to be used for asking for printers or sponsorships. Please use this for <b>business inquiries only.</b></div>
481+
<div class="prose center" style="margin:0 auto">
482+
<p class="eyebrow">Join the community</p>
483+
<h2>Talk to us on Discord</h2>
484+
<p class="lead">The fastest way to reach the team — and the best place for build help, mods, and community support — is our Discord.</p>
485+
<a class="btn" href="https://discord.gg/positron" target="_blank" rel="noopener"><svg viewBox="0 -28.5 256 256" width="20" height="20" preserveAspectRatio="xMidYMid"><path fill="currentColor" fill-rule="nonzero" d="M216.856339,16.5966031 C200.285002,8.84328665 182.566144,3.2084988 164.041564,0 C161.766523,4.11318106 159.108624,9.64549908 157.276099,14.0464379 C137.583995,11.0849896 118.072967,11.0849896 98.7430163,14.0464379 C96.9108417,9.64549908 94.1925838,4.11318106 91.8971895,0 C73.3526068,3.2084988 55.6133949,8.86399117 39.0420583,16.6376612 C5.61752293,67.146514 -3.4433191,116.400813 1.08711069,164.955721 C23.2560196,181.510915 44.7403634,191.567697 65.8621325,198.148576 C71.0772151,190.971126 75.7283628,183.341335 79.7352139,175.300261 C72.104019,172.400575 64.7949724,168.822202 57.8887866,164.667963 C59.7209612,163.310589 61.5131304,161.891452 63.2445898,160.431257 C105.36741,180.133187 151.134928,180.133187 192.754523,160.431257 C194.506336,161.891452 196.298154,163.310589 198.110326,164.667963 C191.183787,168.842556 183.854737,172.420929 176.223542,175.320965 C180.230393,183.341335 184.861538,190.991831 190.096624,198.16893 C211.238746,191.588051 232.743023,181.531619 254.911949,164.955721 C260.227747,108.668201 245.831087,59.8662432 216.856339,16.5966031 Z M85.4738752,135.09489 C72.8290281,135.09489 62.4592217,123.290155 62.4592217,108.914901 C62.4592217,94.5396472 72.607595,82.7145587 85.4738752,82.7145587 C98.3405064,82.7145587 108.709962,94.5189427 108.488529,108.914901 C108.508531,123.290155 98.3405064,135.09489 85.4738752,135.09489 Z M170.525237,135.09489 C157.88039,135.09489 147.510584,123.290155 147.510584,108.914901 C147.510584,94.5396472 157.658606,82.7145587 170.525237,82.7145587 C183.391518,82.7145587 193.761324,94.5189427 193.539891,108.914901 C193.539891,123.290155 183.391518,135.09489 170.525237,135.09489 Z"/></svg> Join our Discord</a>
481486
</div>
482-
<form class="prose" style="margin:0 auto" action="https://formspree.io/f/your-form-id" method="POST">
483-
<div class="form-grid">
484-
<div class="field"><label for="name">Your Name <span class="req">*</span></label><input id="name" name="name" required></div>
485-
<div class="field"><label for="phone">Phone Number</label><input id="phone" name="phone" type="tel"></div>
486-
<div class="field"><label for="email">Your Email <span class="req">*</span></label><input id="email" name="email" type="email" required></div>
487-
<div class="field"><label for="company">Your Company</label><input id="company" name="company"></div>
488-
<div class="field field--full"><label for="subject">Subject <span class="req">*</span></label><input id="subject" name="subject" required></div>
489-
<div class="field field--full"><label for="question">Your Question <span class="req">*</span></label><textarea id="question" name="question" required></textarea></div>
490-
<div class="field field--full"><button class="btn" type="submit">Submit</button></div>
491-
</div>
492-
</form>
493-
<p class="center" style="margin-top:24px;color:var(--muted)">Our team will message you back as soon as possible.</p>
494487
</div>
495488
</section>'''
496489
write("contact.html", page("contact", "About & Contact | Positron 3D",

contact.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,15 @@ <h4>Explore</h4>
9696
<div class="footer-col">
9797
<h4>Community</h4>
9898
<div class="footer-social">
99-
<a href="https://discord.gg/positron" target="_blank" rel="noopener" aria-label="Discord"><svg viewBox="0 0 24 24" width="18" height="18" fill="currentColor"><path d="M20.3 4.4A19.8 19.8 0 0015.4 3l-.2.4a18.3 18.3 0 015.5 2.8c-3.6-1.7-7.6-1.7-11.5 0A18.3 18.3 0 018.7 3.4L8.5 3a19.8 19.8 0 00-4.9 1.4C1 9.1.4 13.6.6 18.1A19.9 19.9 0 006.7 21l.4-.6c-.7-.3-1.4-.6-2-1l.5-.4c3.8 1.8 8 1.8 11.8 0l.5.4c-.6.4-1.3.7-2 1l.4.6a19.9 19.9 0 006.1-3c.3-5.3-.6-9.8-2.5-13.6zM8.9 15.3c-1.2 0-2.2-1.1-2.2-2.4s1-2.4 2.2-2.4 2.2 1.1 2.2 2.4-1 2.4-2.2 2.4zm6.2 0c-1.2 0-2.2-1.1-2.2-2.4s1-2.4 2.2-2.4 2.2 1.1 2.2 2.4-1 2.4-2.2 2.4z"/></svg></a>
99+
<a href="https://discord.gg/positron" target="_blank" rel="noopener" aria-label="Discord"><svg viewBox="0 -28.5 256 256" width="18" height="18" preserveAspectRatio="xMidYMid"><path fill="currentColor" fill-rule="nonzero" d="M216.856339,16.5966031 C200.285002,8.84328665 182.566144,3.2084988 164.041564,0 C161.766523,4.11318106 159.108624,9.64549908 157.276099,14.0464379 C137.583995,11.0849896 118.072967,11.0849896 98.7430163,14.0464379 C96.9108417,9.64549908 94.1925838,4.11318106 91.8971895,0 C73.3526068,3.2084988 55.6133949,8.86399117 39.0420583,16.6376612 C5.61752293,67.146514 -3.4433191,116.400813 1.08711069,164.955721 C23.2560196,181.510915 44.7403634,191.567697 65.8621325,198.148576 C71.0772151,190.971126 75.7283628,183.341335 79.7352139,175.300261 C72.104019,172.400575 64.7949724,168.822202 57.8887866,164.667963 C59.7209612,163.310589 61.5131304,161.891452 63.2445898,160.431257 C105.36741,180.133187 151.134928,180.133187 192.754523,160.431257 C194.506336,161.891452 196.298154,163.310589 198.110326,164.667963 C191.183787,168.842556 183.854737,172.420929 176.223542,175.320965 C180.230393,183.341335 184.861538,190.991831 190.096624,198.16893 C211.238746,191.588051 232.743023,181.531619 254.911949,164.955721 C260.227747,108.668201 245.831087,59.8662432 216.856339,16.5966031 Z M85.4738752,135.09489 C72.8290281,135.09489 62.4592217,123.290155 62.4592217,108.914901 C62.4592217,94.5396472 72.607595,82.7145587 85.4738752,82.7145587 C98.3405064,82.7145587 108.709962,94.5189427 108.488529,108.914901 C108.508531,123.290155 98.3405064,135.09489 85.4738752,135.09489 Z M170.525237,135.09489 C157.88039,135.09489 147.510584,123.290155 147.510584,108.914901 C147.510584,94.5396472 157.658606,82.7145587 170.525237,82.7145587 C183.391518,82.7145587 193.761324,94.5189427 193.539891,108.914901 C193.539891,123.290155 183.391518,135.09489 170.525237,135.09489 Z"/></svg></a>
100100
<a href="https://bsky.app/profile/positron3d.com" target="_blank" rel="noopener" aria-label="Bluesky"><svg viewBox="0 0 24 24" width="18" height="18" fill="currentColor"><path d="M5.7 3.3C8.2 5.2 10.9 9 12 11c1.1-2 3.8-5.8 6.3-7.7 1.8-1.4 4.7-2.4 4.7.9 0 .7-.4 5.5-.6 6.3-.7 2.6-3.4 3.3-5.7 2.9 4.1.7 5.1 3 2.9 5.3-4.3 4.4-6.1-1.1-6.6-2.5-.1-.3-.2-.4-.2-.3-.1-.1-.1 0-.2.3-.5 1.4-2.3 6.9-6.6 2.5-2.2-2.3-1.2-4.6 2.9-5.3-2.3.4-5-.3-5.7-2.9C2.7 9.8 2.3 5 2.3 4.2c0-3.3 2.9-2.3 4.7-.9z"/></svg></a>
101101
<a href="https://github.com/Positron3D" target="_blank" rel="noopener" aria-label="GitHub"><svg viewBox="0 0 24 24" width="18" height="18" fill="currentColor"><path d="M12 .5C5.7.5.5 5.7.5 12c0 5.1 3.3 9.4 7.9 10.9.6.1.8-.3.8-.6v-2c-3.2.7-3.9-1.5-3.9-1.5-.5-1.3-1.3-1.7-1.3-1.7-1.1-.7 0-.7 0-.7 1.2 0 1.8 1.2 1.8 1.2 1 1.8 2.7 1.3 3.4 1 .1-.8.4-1.3.7-1.6-2.6-.3-5.3-1.3-5.3-5.8 0-1.3.5-2.3 1.2-3.1-.1-.3-.5-1.5.1-3.1 0 0 1-.3 3.3 1.2a11.5 11.5 0 016 0C17 4.6 18 4.9 18 4.9c.6 1.6.2 2.8.1 3.1.8.8 1.2 1.8 1.2 3.1 0 4.5-2.7 5.5-5.3 5.8.4.4.8 1.1.8 2.3v3.3c0 .3.2.7.8.6 4.6-1.5 7.9-5.8 7.9-10.9C23.5 5.7 18.3.5 12 .5z"/></svg></a>
102102
</div>
103103
<p style="margin-top:16px"><a class="btn btn--sm" href="https://www.paypal.com/donate/?hosted_button_id=P3WHJNXLBCJDA" target="_blank" rel="noopener">♥ Donate</a></p>
104104
</div>
105105
</div>
106106
<div class="footer-bottom">
107-
<span>© 2026 Positron 3D, LLC</span>
107+
<span>© 2026 Positron3D Design Group</span>
108108
<span>Open source · Built by the community</span>
109109
</div>
110110
</div>

credits.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h2 class="center">The Positron Team</h2>
6464
<div class="team-card"><div class="name">Birb</div><div class="role">Designer and Professional Procrastinator</div></div>
6565
<div class="team-card"><div class="name">Safe</div><div class="role">Prusawire Shill & Maintainer</div></div>
6666
<div class="team-card"><div class="name">Erikbuilds</div><div class="role">Software Dev & Documentation God</div></div>
67-
<div class="team-card"><div class="name">NexusAvenger</div><div class="role">Roblox Memer</div></div>
67+
<div class="team-card"><div class="name">NexusAvenger</div><div class="role">Klipper Profiles Maintainer & Software Engineer</div></div>
6868
</div>
6969
</div>
7070
</section>
@@ -123,14 +123,14 @@ <h4>Explore</h4>
123123
<h4>Community</h4>
124124
<div class="footer-social">
125125
<a href="https://discord.gg/positron" target="_blank" rel="noopener" aria-label="Discord"><svg viewBox="0 -28.5 256 256" width="18" height="18" preserveAspectRatio="xMidYMid"><path fill="currentColor" fill-rule="nonzero" d="M216.856339,16.5966031 C200.285002,8.84328665 182.566144,3.2084988 164.041564,0 C161.766523,4.11318106 159.108624,9.64549908 157.276099,14.0464379 C137.583995,11.0849896 118.072967,11.0849896 98.7430163,14.0464379 C96.9108417,9.64549908 94.1925838,4.11318106 91.8971895,0 C73.3526068,3.2084988 55.6133949,8.86399117 39.0420583,16.6376612 C5.61752293,67.146514 -3.4433191,116.400813 1.08711069,164.955721 C23.2560196,181.510915 44.7403634,191.567697 65.8621325,198.148576 C71.0772151,190.971126 75.7283628,183.341335 79.7352139,175.300261 C72.104019,172.400575 64.7949724,168.822202 57.8887866,164.667963 C59.7209612,163.310589 61.5131304,161.891452 63.2445898,160.431257 C105.36741,180.133187 151.134928,180.133187 192.754523,160.431257 C194.506336,161.891452 196.298154,163.310589 198.110326,164.667963 C191.183787,168.842556 183.854737,172.420929 176.223542,175.320965 C180.230393,183.341335 184.861538,190.991831 190.096624,198.16893 C211.238746,191.588051 232.743023,181.531619 254.911949,164.955721 C260.227747,108.668201 245.831087,59.8662432 216.856339,16.5966031 Z M85.4738752,135.09489 C72.8290281,135.09489 62.4592217,123.290155 62.4592217,108.914901 C62.4592217,94.5396472 72.607595,82.7145587 85.4738752,82.7145587 C98.3405064,82.7145587 108.709962,94.5189427 108.488529,108.914901 C108.508531,123.290155 98.3405064,135.09489 85.4738752,135.09489 Z M170.525237,135.09489 C157.88039,135.09489 147.510584,123.290155 147.510584,108.914901 C147.510584,94.5396472 157.658606,82.7145587 170.525237,82.7145587 C183.391518,82.7145587 193.761324,94.5189427 193.539891,108.914901 C193.539891,123.290155 183.391518,135.09489 170.525237,135.09489 Z"/></svg></a>
126-
x="0 0 24 24" width="18" height="18" fill="currentColor"><path d="M5.7 3.3C8.2 5.2 10.9 9 12 11c1.1-2 3.8-5.8 6.3-7.7 1.8-1.4 4.7-2.4 4.7.9 0 .7-.4 5.5-.6 6.3-.7 2.6-3.4 3.3-5.7 2.9 4.1.7 5.1 3 2.9 5.3-4.3 4.4-6.1-1.1-6.6-2.5-.1-.3-.2-.4-.2-.3-.1-.1-.1 0-.2.3-.5 1.4-2.3 6.9-6.6 2.5-2.2-2.3-1.2-4.6 2.9-5.3-2.3.4-5-.3-5.7-2.9C2.7 9.8 2.3 5 2.3 4.2c0-3.3 2.9-2.3 4.7-.9z"/></svg></a>
126+
<a href="https://bsky.app/profile/positron3d.com" target="_blank" rel="noopener" aria-label="Bluesky"><svg viewBox="0 0 24 24" width="18" height="18" fill="currentColor"><path d="M5.7 3.3C8.2 5.2 10.9 9 12 11c1.1-2 3.8-5.8 6.3-7.7 1.8-1.4 4.7-2.4 4.7.9 0 .7-.4 5.5-.6 6.3-.7 2.6-3.4 3.3-5.7 2.9 4.1.7 5.1 3 2.9 5.3-4.3 4.4-6.1-1.1-6.6-2.5-.1-.3-.2-.4-.2-.3-.1-.1-.1 0-.2.3-.5 1.4-2.3 6.9-6.6 2.5-2.2-2.3-1.2-4.6 2.9-5.3-2.3.4-5-.3-5.7-2.9C2.7 9.8 2.3 5 2.3 4.2c0-3.3 2.9-2.3 4.7-.9z"/></svg></a>
127127
<a href="https://github.com/Positron3D" target="_blank" rel="noopener" aria-label="GitHub"><svg viewBox="0 0 24 24" width="18" height="18" fill="currentColor"><path d="M12 .5C5.7.5.5 5.7.5 12c0 5.1 3.3 9.4 7.9 10.9.6.1.8-.3.8-.6v-2c-3.2.7-3.9-1.5-3.9-1.5-.5-1.3-1.3-1.7-1.3-1.7-1.1-.7 0-.7 0-.7 1.2 0 1.8 1.2 1.8 1.2 1 1.8 2.7 1.3 3.4 1 .1-.8.4-1.3.7-1.6-2.6-.3-5.3-1.3-5.3-5.8 0-1.3.5-2.3 1.2-3.1-.1-.3-.5-1.5.1-3.1 0 0 1-.3 3.3 1.2a11.5 11.5 0 016 0C17 4.6 18 4.9 18 4.9c.6 1.6.2 2.8.1 3.1.8.8 1.2 1.8 1.2 3.1 0 4.5-2.7 5.5-5.3 5.8.4.4.8 1.1.8 2.3v3.3c0 .3.2.7.8.6 4.6-1.5 7.9-5.8 7.9-10.9C23.5 5.7 18.3.5 12 .5z"/></svg></a>
128128
</div>
129129
<p style="margin-top:16px"><a class="btn btn--sm" href="https://www.paypal.com/donate/?hosted_button_id=P3WHJNXLBCJDA" target="_blank" rel="noopener">♥ Donate</a></p>
130130
</div>
131131
</div>
132132
<div class="footer-bottom">
133-
<span>© 2026 Positron 3D, LLC</span>
133+
<span>© 2026 Positron3D Design Group</span>
134134
<span>Open source · Built by the community</span>
135135
</div>
136136
</div>

documentation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h4>Community</h4>
9494
</div>
9595
</div>
9696
<div class="footer-bottom">
97-
<span>© 2026 Positron 3D, LLC</span>
97+
<span>© 2026 Positron3D Design Group</span>
9898
<span>Open source · Built by the community</span>
9999
</div>
100100
</div>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ <h4>Community</h4>
158158
</div>
159159
</div>
160160
<div class="footer-bottom">
161-
<span>© 2026 Positron 3D, LLC</span>
161+
<span>© 2026 Positron3D Design Group</span>
162162
<span>Open source · Built by the community</span>
163163
</div>
164164
</div>

positron.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ <h4>Community</h4>
155155
</div>
156156
</div>
157157
<div class="footer-bottom">
158-
<span>© 2026 Positron 3D, LLC</span>
158+
<span>© 2026 Positron3D Design Group</span>
159159
<span>Open source · Built by the community</span>
160160
</div>
161161
</div>

printers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h4>Community</h4>
103103
</div>
104104
</div>
105105
<div class="footer-bottom">
106-
<span>© 2026 Positron 3D, LLC</span>
106+
<span>© 2026 Positron3D Design Group</span>
107107
<span>Open source · Built by the community</span>
108108
</div>
109109
</div>

proton.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h4>Community</h4>
112112
</div>
113113
</div>
114114
<div class="footer-bottom">
115-
<span>© 2026 Positron 3D, LLC</span>
115+
<span>© 2026 Positron3D Design Group</span>
116116
<span>Open source · Built by the community</span>
117117
</div>
118118
</div>

prusawire.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h4>Community</h4>
103103
</div>
104104
</div>
105105
<div class="footer-bottom">
106-
<span>© 2026 Positron 3D, LLC</span>
106+
<span>© 2026 Positron3D Design Group</span>
107107
<span>Open source · Built by the community</span>
108108
</div>
109109
</div>

0 commit comments

Comments
 (0)