Skip to content

Commit

Permalink
[TechGuide] Add logo Alura (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateushenrique-dev authored Jun 25, 2024
1 parent 3380f31 commit 80d4465
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1 deletion.
1 change: 1 addition & 0 deletions _data/locale/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export default {
"HEAD.DESCRIPTION": "Find the perfect guide for your tech career. Tips, hints, priorities and links to content. All of it following the T-professional approach.",
"HEAD.SHARE_IMAGE": "https://techguide.sh/assets/image/share-image-en.png",
"MENU.LOGO_ALT": "Logo Tech Guide Alura",
"MENU.LOGO_ALURA_ALT": "Logo Alura",
"MENU.CTA_TEXT": "<Emoji name='fire'/> Build your &lt;T&gt;",
"SCREEN_HERO_CONTAINER.PRE_TITLE": "<Emoji name='star'/> Guide your career!",
"SCREEN_HERO_CONTAINER.TITLE": "Discover possible paths<br /> to become a <br /><strong>&lt;T&gt;-shaped</strong> professional",
Expand Down
1 change: 1 addition & 0 deletions _data/locale/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export default {
"HEAD.DESCRIPTION": "Encuentre la guía perfecta para tu carrera tecnológica. Consejos, sugerencias, prioridades y enlaces a contenidos. Todo con el enfoque del profesional en T.",
"HEAD.SHARE_IMAGE": "https://techguide.sh/assets/image/share-image-es.png",
"MENU.LOGO_ALT": "Logo Tech Guide Alura",
"MENU.LOGO_ALURA_ALT": "Logo Alura",
"MENU.CTA_TEXT": "<Emoji name='fire'/> Construye tu &lt;T&gt;",
"SCREEN_HERO_CONTAINER.PRE_TITLE": "<Emoji name='star'/> ¡Guía tu carrera!",
"SCREEN_HERO_CONTAINER.TITLE": "Descubre posibles caminos<br /> para convertirte en un profesional <strong>&lt;en T&gt;</strong>",
Expand Down
1 change: 1 addition & 0 deletions _data/locale/pt-BR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export default {
"HEAD.DESCRIPTION": "Encontre o guia perfeito para a sua carreira de tecnologia. Dicas, sugestões, prioridades e links para conteúdo. Tudo isso com a abordagem do profissional em T.",
"HEAD.SHARE_IMAGE": "https://techguide.sh/assets/image/share-image.jpg",
"MENU.LOGO_ALT": "Logo Tech Guide Alura",
"MENU.LOGO_ALURA_ALT": "Logo Alura",
"MENU.CTA_TEXT": "<Emoji name='fire'/> Monte seu &lt;T&gt;",
"SCREEN_HERO_CONTAINER.PRE_TITLE": "<Emoji name='star'/> Guie sua carreira!",
"SCREEN_HERO_CONTAINER.TITLE": "Descubra possíveis caminhos<br /> para se tornar profissional <strong>&lt;em T&gt;</strong>",
Expand Down
1 change: 1 addition & 0 deletions public/assets/image/alura-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 16 additions & 1 deletion src/patterns/Menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,15 @@ export default function Menu() {
justifyContent: "space-between",
}}
>
<Link href="/">
<Link
href="/"
styleSheet={{
display: "flex",
flexDirection: "row",
alignItems: "center",
gap: "16px",
}}
>
<Image
src="/assets/image/logo.svg"
alt={i18n.content("MENU.LOGO_ALT")}
Expand All @@ -34,6 +42,13 @@ export default function Menu() {
height: "29px",
}}
/>
<Image
src="/assets/image/alura-logo.svg"
alt={i18n.content("MENU.LOGO_ALURA_ALT")}
styleSheet={{
width: "50px",
}}
/>
</Link>
<iframe
src="https://ghbtns.com/github-btn.html?user=alura&repo=techguide&type=star&count=true"
Expand Down

0 comments on commit 80d4465

Please sign in to comment.