Skip to content

Add full GitHub Dev Days name and official logo to landing pages - #22

Open
brunoborges wants to merge 1 commit into
mainfrom
brunoborges-event-branding
Open

brunoborges wants to merge 1 commit into
mainfrom
brunoborges-event-branding

Conversation

@brunoborges

@brunoborges brunoborges commented Sep 25, 2026 •

Copy link
Copy Markdown
Collaborator

The landing page shortened the event name to "Dev Days" and lacked prominent GitHub branding. This change makes the full event identity clear while preserving the existing design.

  • Use "GitHub Dev Days" for the heading and browser title in English, Spanish, and Brazilian Portuguese.
  • Place official, unmodified GitHub SVG artwork above the heading, with white and black variants for dark and light themes.
  • Bundle the assets locally and include them in the GitHub Pages deployment.

Validation

Verified all three locales in Chrome at mobile and desktop widths, including logo loading and theme switching.

Screenshots

Dark theme Light theme
GitHub Dev Days landing page in dark theme GitHub Dev Days landing page in light theme

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 47c92a91-9a12-4fa7-8232-d8ea1aeb38d7
Copilot AI balanced review requested due to automatic review settings September 25, 2026 12:52

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot review overview

🟢 Approval recommended

The localized branding, theme behavior, asset paths, and deployment updates are consistent and complete.

Review effort: Balanced
Findings: None

What changed in this PR

Adds complete GitHub Dev Days branding across all localized landing pages.

Changes:

  • Updates page titles and headings in all three locales.
  • Adds theme-aware GitHub logo assets.
  • Includes logo assets in GitHub Pages deployment.
File Description
website/​styles.css Styles theme-specific hero logos.
website/​index.html Updates English branding.
website/​es/​index.html Updates Spanish-page branding.
website/​pt_BR/​index.html Updates Portuguese-page branding.
website/​assets/​github-mark-white.svg Adds dark-theme logo.
website/​assets/​github-mark-black.svg Adds light-theme logo.
.github/​workflows/​deploy.yml Deploys bundled assets.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread website/es/index.html
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dev Days</title>
<title>GitHub Dev Days</title>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
<title>GitHub Dev Days</title>
<title>Dev Days</title>

@katiesavage katiesavage left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I like the official logo updates but the name should remain as "Dev Days"

Comment thread website/es/index.html
<img class="github-mark-dark" src="../assets/github-mark-white.svg" alt="" width="98" height="96">
<img class="github-mark-light" src="../assets/github-mark-black.svg" alt="" width="98" height="96">
</div>
<h1>GitHub Dev Days</h1>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
<h1>GitHub Dev Days</h1>
<h1>Dev Days</h1>

Comment thread website/pt_BR/index.html
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dev Days</title>
<title>GitHub Dev Days</title>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
<title>GitHub Dev Days</title>
<title>Dev Days</title>

Comment thread website/pt_BR/index.html
<img class="github-mark-dark" src="../assets/github-mark-white.svg" alt="" width="98" height="96">
<img class="github-mark-light" src="../assets/github-mark-black.svg" alt="" width="98" height="96">
</div>
<h1>GitHub Dev Days</h1>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
<h1>GitHub Dev Days</h1>
<h1>Dev Days</h1>

Comment thread website/index.html
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dev Days</title>
<title>GitHub Dev Days</title>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
<title>GitHub Dev Days</title>
<title>Dev Days</title>

Comment thread website/index.html
<img class="github-mark-dark" src="assets/github-mark-white.svg" alt="" width="98" height="96">
<img class="github-mark-light" src="assets/github-mark-black.svg" alt="" width="98" height="96">
</div>
<h1>GitHub Dev Days</h1>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
<h1>GitHub Dev Days</h1>
<h1>Dev Days</h1>

This branch has not been deployed

No deployments
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