Skip to content

Fix website issues: logo visibility, magazine link, typography, and JS bugs#39

Merged
NekshaDeSilva merged 4 commits intomainfrom
copilot/update-open-rockets-website
Feb 17, 2026
Merged

Fix website issues: logo visibility, magazine link, typography, and JS bugs#39
NekshaDeSilva merged 4 commits intomainfrom
copilot/update-open-rockets-website

Conversation

Copy link
Contributor

Copilot AI commented Feb 17, 2026

Website had several issues: white logo invisible on white background, incorrect magazine URL, outdated fonts, and JavaScript bugs in calendar/community modules.

Changes

Logo Visibility

  • Added CSS filter to invert white logo on light backgrounds
.nav-logo img {
    filter: invert(1) brightness(0.3);
}

Magazine Link

  • Fixed URL from openrocketsmag.commag.openrockets.com

Typography

  • Replaced IBM Plex Sans with Space Grotesk for a more distinctive, modern look
  • Added Inter as secondary font, JetBrains Mono for monospace

Bug Fixes

  • calendar.js: Fixed hardcoded Dec 2024 dates → relative dates using getDateOffset()
  • community.js: Fixed syntax error with duplicate closing braces breaking the CommunityManager class

Screenshots

Navigation with visible logo:
Screenshot

Join page:
Screenshot

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • thebulleteen.com
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)
  • thehatclub.com
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 3 commits February 17, 2026 13:27
Co-authored-by: NekshaDeSilva <102156620+NekshaDeSilva@users.noreply.github.com>
Co-authored-by: NekshaDeSilva <102156620+NekshaDeSilva@users.noreply.github.com>
…ming

Co-authored-by: NekshaDeSilva <102156620+NekshaDeSilva@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix logo color and improve website design Fix website issues: logo visibility, magazine link, typography, and JS bugs Feb 17, 2026
Copilot AI requested a review from NekshaDeSilva February 17, 2026 13:33
@NekshaDeSilva NekshaDeSilva marked this pull request as ready for review February 17, 2026 15:26
@NekshaDeSilva NekshaDeSilva merged commit 4686f79 into main Feb 17, 2026
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.

2 participants