Skip to content

Rebrand community-facing pages from FPBench to FPTalks#38

Open
ztatlock wants to merge 1 commit intomasterfrom
fptalks-rebrand
Open

Rebrand community-facing pages from FPBench to FPTalks#38
ztatlock wants to merge 1 commit intomasterfrom
fptalks-rebrand

Conversation

@ztatlock
Copy link
Copy Markdown
Member

@ztatlock ztatlock commented Apr 4, 2026

Summary

  • Title tags, header h1, logo alt text updated on all community-facing pages
  • About page body text rebranded, URLs changed from fpbench.org to fptalks.org
  • Monthly talk series renamed to "FPTalks Seminar"
  • Workshop page footer links and breadcrumbs updated
  • 10 files, 29 lines changed

What's NOT in this PR

  • CNAME change (DNS flip is a separate step)
  • Spec pages, benchmark pages, papers pages (these correctly refer to the FPBench project)
  • Talk abstracts (speakers' own words mentioning "FPBench")
  • Google Group URLs (can't change without migrating the group)
  • Logo image (staying as-is for now)
  • CSS filename (cosmetic, not user-facing)

How to deploy

  1. Merge this PR
  2. Zach flips DNS: fptalks.org points to GitHub Pages, fpbench.org redirects to fptalks.org
  3. Update CNAME file in a follow-up commit

Test plan

  • Verify fptalks.org URLs work (currently redirect to fpbench.org, so links are valid in both directions)
  • Check all page headers render correctly
  • Confirm spec pages are unaffected

🤖 Generated with Claude Code

- 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>
Copilot AI review requested due to automatic review settings April 4, 2026 12:58
@ztatlock ztatlock requested a review from pavpanchekha April 4, 2026 12:58
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.org links to fptalks.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' />
Copy link

Copilot AI Apr 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
<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' />
Copy link

Copilot AI Apr 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Contributor

@pavpanchekha pavpanchekha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should only commit this once the new URL is set up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants