-
Notifications
You must be signed in to change notification settings - Fork 22
Add full GitHub Dev Days name and official logo to landing pages #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |||||
| <head> | ||||||
| <meta charset="UTF-8"> | ||||||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||||||
| <title>Dev Days</title> | ||||||
| <title>GitHub Dev Days</title> | ||||||
| <link rel="preconnect" href="https://fonts.googleapis.com"> | ||||||
| <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;600&display=swap" rel="stylesheet"> | ||||||
| <link rel="stylesheet" href="../styles.css"> | ||||||
|
|
@@ -51,7 +51,11 @@ | |||||
|
|
||||||
| <section class="hero"> | ||||||
| <div class="container"> | ||||||
| <h1>Dev Days</h1> | ||||||
| <div class="hero-logo" aria-hidden="true"> | ||||||
| <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. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| <p class="hero-subtitle">Talleres prácticos para dominar GitHub Copilot. Esta temporada de Dev Days se enfoca en la aplicación GitHub Copilot para el desarrollo basado en agentes. Recoge issues, ejecuta agentes, revisa cambios y fusiona pull requests — todo en un solo lugar.</p> | ||||||
| <div class="hero-cta"> | ||||||
| <a href="#workshops" class="btn btn-primary">🚀 Ver Talleres</a> | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |||||
| <head> | ||||||
| <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. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| <link rel="preconnect" href="https://fonts.googleapis.com"> | ||||||
| <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;600&display=swap" rel="stylesheet"> | ||||||
| <link rel="stylesheet" href="styles.css"> | ||||||
|
|
@@ -51,7 +51,11 @@ | |||||
|
|
||||||
| <section class="hero"> | ||||||
| <div class="container"> | ||||||
| <h1>Dev Days</h1> | ||||||
| <div class="hero-logo" aria-hidden="true"> | ||||||
| <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. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| <p class="hero-subtitle">Hands-on workshops to master GitHub Copilot. This season of Dev Days focuses on the GitHub Copilot app for agent-driven development. Pick up issues, run agents, review changes, and merge pull requests — all in one place.</p> | ||||||
| <div class="hero-cta"> | ||||||
| <a href="#workshops" class="btn btn-primary">🚀 Browse Workshops</a> | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |||||
| <head> | ||||||
| <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. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| <link rel="preconnect" href="https://fonts.googleapis.com"> | ||||||
| <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;600&display=swap" rel="stylesheet"> | ||||||
| <link rel="stylesheet" href="../styles.css"> | ||||||
|
|
@@ -51,7 +51,11 @@ | |||||
|
|
||||||
| <section class="hero"> | ||||||
| <div class="container"> | ||||||
| <h1>Dev Days</h1> | ||||||
| <div class="hero-logo" aria-hidden="true"> | ||||||
| <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. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| <p class="hero-subtitle">Workshops práticos para dominar o GitHub Copilot. Esta temporada do Dev Days é focada no aplicativo GitHub Copilot para desenvolvimento baseado em agentes. Pegue issues, execute agentes, revise mudanças e faça merge de pull requests — tudo em um único lugar.</p> | ||||||
| <div class="hero-cta"> | ||||||
| <a href="#workshops" class="btn btn-primary">🚀 Ver Workshops</a> | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.