Add full GitHub Dev Days name and official logo to landing pages - #22
Open
brunoborges wants to merge 1 commit into
Open
brunoborges wants to merge 1 commit into
brunoborges wants to merge 1 commit into
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 47c92a91-9a12-4fa7-8232-d8ea1aeb38d7
Contributor
There was a problem hiding this comment.
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.
katiesavage
reviewed
Sep 25, 2026
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <title>Dev Days</title> | ||
| <title>GitHub Dev Days</title> |
Collaborator
There was a problem hiding this comment.
Suggested change
| <title>GitHub Dev Days</title> | |
| <title>Dev Days</title> |
katiesavage
reviewed
Sep 25, 2026
katiesavage
left a comment
Collaborator
There was a problem hiding this comment.
I like the official logo updates but the name should remain as "Dev Days"
| <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> |
Collaborator
There was a problem hiding this comment.
Suggested change
| <h1>GitHub Dev Days</h1> | |
| <h1>Dev Days</h1> |
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <title>Dev Days</title> | ||
| <title>GitHub Dev Days</title> |
Collaborator
There was a problem hiding this comment.
Suggested change
| <title>GitHub Dev Days</title> | |
| <title>Dev Days</title> |
| <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> |
Collaborator
There was a problem hiding this comment.
Suggested change
| <h1>GitHub Dev Days</h1> | |
| <h1>Dev Days</h1> |
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <title>Dev Days</title> | ||
| <title>GitHub Dev Days</title> |
Collaborator
There was a problem hiding this comment.
Suggested change
| <title>GitHub Dev Days</title> | |
| <title>Dev Days</title> |
| <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> |
Collaborator
There was a problem hiding this comment.
Suggested change
| <h1>GitHub Dev Days</h1> | |
| <h1>Dev Days</h1> |
This branch has not been deployed
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.
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.
Validation
Verified all three locales in Chrome at mobile and desktop widths, including logo loading and theme switching.
Screenshots