Update About Us page to reflect broader project scope beyond Catena-X - #1543
Merged
Merged
Conversation
Copilot created this pull request from a session on behalf of
matbmoser
May 19, 2026 18:05
View session
matbmoser
marked this pull request as ready for review
September 14, 2026 09:20
Restructure the About Us page around the ecosystem, contributing organizations, history, and ways to contribute. Add an organization logo carousel to the About Us and home pages, and remove the KIT community footer from About Us.
…-timeline feat: show About Us history timeline newest first
matbmoser
added a commit
that referenced
this pull request
Sep 14, 2026
matbmoser
added a commit
that referenced
this pull request
Sep 14, 2026
matbmoser
added a commit
that referenced
this pull request
Sep 14, 2026
matbmoser
added a commit
that referenced
this pull request
Sep 14, 2026
matbmoser
added a commit
that referenced
this pull request
Sep 14, 2026
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
matbmoser
added a commit
that referenced
this pull request
Sep 14, 2026
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
The Hackathon II post links to /AboutUs#history-title. The About Us page is plain JSX, so Docusaurus did not know its anchors and failed the build. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
matbmoser
added a commit
that referenced
this pull request
Sep 14, 2026
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
- Replace the react-slick ticker with a dependency-free rotator: glass bar, prev/next controls, dot indicators, pause on hover/focus/hidden tab - Keep the ticker in the hero's normal flow so it never overlaps the buttons on small screens - List the About Us page, Hackathon II, Release 27.03 planning and the Seventh Community Days as current news - Announcement bar: point to the new homepage information instead of KITs 2.0 Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
matbmoser
added a commit
that referenced
this pull request
Sep 14, 2026
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rewrites the About Us page to position Eclipse Tractus-X as a multi-industry dataspace project rather than one scoped solely to Catena-X, adds a community partners logo carousel to the About Us and home pages, and introduces public funding information (Tractus-X Accelerator, BMWE) across the site.
Changes
About Us page (
src/components/AboutUsContent/,src/components/AboutUsHeader/)Ecosystem,History, andTractusXAcceleratorcomponentsOrganization carousel (
src/components/OrganizationCarousel/,data/tractusxOrganizations.js)prefers-reduced-motionacceleratorLogoScalefor the accelerator partner logosFunding badge (
src/components/FundingBadge/,src/theme/BlogPostItem/Header/Authors/)FundingBadgecomponent: the funder's official logo on a white plate (also in dark mode) with an English caption and an optional funding-amount popoverfunding: bmwein the front matter, which shows a compact badge next to the authors (used on the Community Days and Hackathon II posts)Home page (
src/pages/index.js,docusaurus.config.js)News ticker (
src/components/NewsTicker/,utils/newsTitles.js)react-slick: glass bar with the date next to the "News" pill, prev/next controls and dot indicators (stacked below the headline on phones), an enter animation, and pause on hover, focus, or when the tab is hidden; respectsprefers-reduced-motionBlog (
blog/2026-09-14-new-about-us-page.md)Screenshots
Home page: Announcement bar
Home page: Our Community Partners
Home page: News ticker
Before, on a small phone the ticker overlapped the hero buttons:
Footer: Project supported by
About Us: Intro
About Us: Ecosystem
About Us: Organizations engaged in Eclipse Tractus-X
About Us: History
About Us: Tractus-X Accelerator with funding badge
About Us: How we work together
About Us: Ways to Contribute and Ready to Get Started (KIT footer removed)
Blog: New About Us page announcement
Blog: Funding badge next to the authors
🤖 Generated with Claude Code