Rebrand community-facing pages from FPBench to FPTalks#38
Rebrand community-facing pages from FPBench to FPTalks#38
Conversation
- Title tags, header h1, logo alt text on main pages - About page body text and URLs (fpbench.org -> fptalks.org) - Monthly talk series renamed to "FPTalks Seminar" - Workshop page footer links updated - Workshop page breadcrumbs updated - Spec pages, benchmark pages, and talk abstracts left as-is Does NOT change CNAME — DNS flip is a separate step. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Rebrands the site’s community-facing pages from “FPBench” to “FPTalks” (titles/headings/alt text and selected copy/links), while leaving FPBench project/spec content unchanged.
Changes:
- Updated page branding (titles, H1s, and logo alt text) across the homepage, about, education, community, and workshop pages.
- Rewrote About page copy to describe FPTalks as the community initiative and updated several
fpbench.orglinks tofptalks.org. - Updated workshop pages’ “more information” links to point to the FPTalks community site.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| talks/fptalks25.html | Updates logo alt text and “more information” link to FPTalks. |
| talks/fptalks24.html | Updates logo alt text and “more information” link to FPTalks. |
| talks/fptalks23.html | Updates logo alt text and “more information” link to FPTalks. |
| talks/fptalks22.html | Updates logo alt text and home-link label to FPTalks. |
| talks/fptalks21.html | Updates logo alt text and home-link label to FPTalks. |
| talks/fptalks20.html | Updates logo alt text and home-link label to FPTalks. |
| index.html | Rebrands homepage title/header and meeting description to FPTalks. |
| education.html | Rebrands header logo alt text to FPTalks. |
| community.html | Rebrands header logo alt text to FPTalks. |
| about.html | Rebrands About page title/header/body and updates community meeting/touchpoint URLs to fptalks.org. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <header> | ||
| <a href='.' style='color: black; text-decoration: none;'> | ||
| <img src='img/logo.png' height='150' alt='FPBench Logo' /> | ||
| <img src='img/logo.png' height='150' alt='FPTalks Logo' /> |
There was a problem hiding this comment.
The PR description says title tags were updated on all community-facing pages, but this page’s <title> is still just "Education" (no FPTalks branding). Consider updating it (e.g., "FPTalks - Education") for consistency with index/about and to avoid SEO ambiguity.
| <header> | ||
| <a href='.' style='color: black; text-decoration: none;'> | ||
| <img src='img/logo.png' height='150' alt='FPBench Logo' /> | ||
| <img src='img/logo.png' height='150' alt='FPTalks Logo' /> |
There was a problem hiding this comment.
The PR description mentions title tags were updated on all community-facing pages, but this page’s <title> remains "Community Tools" (missing FPTalks branding). Consider updating it (e.g., "FPTalks - Community Tools") for consistency and clearer page identity in browser tabs/search results.
pavpanchekha
left a comment
There was a problem hiding this comment.
We should only commit this once the new URL is set up
Summary
What's NOT in this PR
How to deploy
Test plan
🤖 Generated with Claude Code