-
Notifications
You must be signed in to change notification settings - Fork 194
Description
What's your idea?
Description
The "Our Journey" page is currently displaying the main, multi-column site footer. This is inconsistent with other project-focused pages, which should display a simpler footer containing information about the open-source repository.
Current Behavior 🐞
The "Our Journey" page shows the standard four-column footer, which includes sections for Quick Links, Contact Us, and a Newsletter subscription form.
Expected Behavior ✅
The page should display the simpler, centered footer that provides context about the open-source nature of the project. This version includes a link to the repository, an invitation for developers, and licensing information, which is more relevant to the "Our Journey" page's content.
Suggested Solution
- Locate the HTML file for the "Our Journey" page.
- Remove the HTML block for the standard, multi-column footer.
- Replace it with the HTML block for the simpler, project-focused footer.
- Verify that the necessary CSS for the simpler footer is correctly applied.

What inspired it? (Optional)
No response
Why would it be cool for readers?
Why This Is Important
Using the correct footer provides contextually relevant information to the user and maintains design consistency across different types of pages on the website.