Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion img/hero-principal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 53 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-i18next": "^16.5.3",
"react-router-dom": "^7.12.0"
"react-router-dom": "^7.12.0",
"react-router-hash-link": "^2.4.3"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Contador.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function Contador() {
}, []);

return (
<div className="contador">
<div className="contador" id="contador-home">
<div className="contador_itens">
<div className="tempo">
<span>{tempo.dias}</span>
Expand Down
49 changes: 25 additions & 24 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,46 +14,47 @@ export default function Footer() {
<div className="Footer_links_site">
<h4>{t("footer.site")}</h4>
<li>
<ul>{t("footer.inicio")}</ul>
<ul>{t("footer.oEvento")}</ul>
<ul>Keynotes</ul>
<ul>{t("footer.programacao")}</ul>
<ul>{t("footer.guiaDaCidade")}</ul>
<ul>{t("footer.patrocinadores")}</ul>
<ul>FAQ</ul>
<ul>{t("footer.contato")}</ul>
<ul>{t("footer.inscrevaSe")}</ul>
<ul> <a href="#contador-home">{t("footer.inicio")}</a></ul>
<ul> <a href="#O_EVENTO">{t("footer.oEvento")}</a></ul>
{/* <ul>Keynotes</ul> */}
<ul><a href="#SUBMISSAO_DE_ATIVIDADES">{t("home.section4.submissaoDeAtividades")}</a></ul>
{/* <ul>{t("footer.programacao")}</ul> */}
{/* <ul>{t("footer.guiaDaCidade")}</ul> */}
{/* <ul>{t("footer.patrocinadores")}</ul> */}
{/* <ul>FAQ</ul> */}
{/* <ul>{t("footer.contato")}</ul> */}
{/* <ul>{t("footer.inscrevaSe")}</ul> */}
</li>
</div>
<div className="Footer_links_nossas_redes">
<h4>{t("footer.nossasRedes")}</h4>
<li>
<ul><img src="" alt="" />Instagram</ul>
<ul><img src="" alt="" />Linkedin</ul>
<ul><img src="" alt="" />Facebook</ul>
<ul><img src="" alt="" />X</ul>
<ul><img src="" alt="" />Bluesky</ul>
<ul><img src="" alt="" />Youtube</ul>
<ul><img src="" alt="" />E-mail</ul>
<ul><img src="" alt="" />Flickr</ul>
<ul><img src="" alt="" />Telegram</ul>
<ul> <a href="https://www.instagram.com/pythonbrasil/" target="_blank"><img src="" alt="" />Instagram</a></ul>
<ul> <a href="https://www.linkedin.com/company/apyb/" target="_blank"><img src="" alt="" />Linkedin</a></ul>
<ul> <a href="https://www.facebook.com/pythonbrasil/" target="_blank"><img src="" alt="" />Facebook</a></ul>
<ul> <a href="https://x.com/pythonbrasil" target="_blank"><img src="" alt="" />X</a></ul>
<ul> <a href="https://bsky.app/profile/pythonbrasil.bsky.social" target="_blank"><img src="" alt="" />Bluesky</a></ul>
<ul> <a href="https://www.youtube.com/@pythonbrasiloficial" target="_blank"><img src="" alt="" />Youtube</a></ul>
<ul> <a href="mailto:brasil@python.org.br" target="_blank"><img src="" alt="" />E-mail</a></ul>
<ul> <a href="https://www.flickr.com/photos/pythonbrasil/" target="_blank"><img src="" alt="" />Flickr</a></ul>
{/* <ul> <a href="https://t.me/pythonbrasil" target="_blank"><img src="" alt="" />Telegram</a></ul> */}
</li>
</div>
<div className="Footer_links_da_apyb">
<h4>{t("footer.linksDaAPyB")}</h4>
<li>
<ul>APyB</ul>
<ul>{t("footer.codigoDeConduta")}</ul>
<ul>{t("footer.formulario")}</ul>
<ul>Dormeles Tremea / Jean Ferri</ul>
<ul><a href="https://www.python.org.br/codigo-de-conduta/" target="_blank">{t("footer.codigoDeConduta")}</a></ul>
{/* <ul>{t("footer.formulario")}</ul> */}
{/* <ul>Dormeles Tremea / Jean Ferri</ul> */}
</li>
</div>
<div className="Footer_links_botoes_politicas">
<div className="Footer_links_botoes_politicas_buttons">
<button>{t("footer.comprarIngressos")}</button>
<button>{t("footer.planoDePatrocinio")}</button>
<button><a href="https://www.eventbrite.com.br/e/python-brasil-2026-tickets-1011861115217" target="_blank">{t("footer.comprarIngressos")}</a></button>
<button><a href={t("buttonPrincipal.linkPlanoDePatrocinio")} target="_blank">{t("footer.planoDePatrocinio")}</a></button>
</div>
<h4>{t("footer.politicasDePrivacidade")}</h4>
{/* <h4>{t("footer.politicasDePrivacidade")}</h4> */}
</div>
</div>
</footer>)
Expand Down
22 changes: 12 additions & 10 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import "./styles/Header.css"
import "./styles/Menu.css"
import { useState } from 'react';
import { Link, useNavigate } from "react-router-dom"
import { Link } from "react-router-dom"
import { HashLink } from "react-router-hash-link";
import { useTranslation } from "react-i18next";
import icone_acima_do_menu from "/img/components/header/icone_acima_do_menu.png"
import logo from "/img/components/header/logo.svg"
Expand Down Expand Up @@ -36,19 +37,19 @@ export default function Header() {
</div>
<div className="Menu_itens_botoes_linha2">
<Link to='/'><a href="#HOME" onClick={() => setIsModalOpen(false)}>{t("header.menu.inicio")}</a></Link>
<a href="#O_EVENTO" onClick={() => setIsModalOpen(false)}>{t("header.menu.oEvento")}</a>
<a href="#KEYNOTES" onClick={() => setIsModalOpen(false)}>KEYNOTES</a>
<HashLink smooth to="/#O_EVENTO" onClick={() => setIsModalOpen(false)}>{t("header.menu.oEvento")}</HashLink>
{/* <a href="#KEYNOTES" onClick={() => setIsModalOpen(false)}>KEYNOTES</a> */}
{/* <Link to="/programacao" onClick={() => setIsModalOpen(false)}>{t("header.menu.programacao")}</Link> */}
<a href="#GUIA_DA_CIDADE" onClick={() => setIsModalOpen(false)}>{t("header.menu.guiaDaCidade")}</a>
<a href="#PATROCINADORES" onClick={() => setIsModalOpen(false)}>{t("header.menu.patrocinadores")}</a>
{/* <a href="#GUIA_DA_CIDADE" onClick={() => setIsModalOpen(false)}>{t("header.menu.guiaDaCidade")}</a> */}
{/* <a href="#PATROCINADORES" onClick={() => setIsModalOpen(false)}>{t("header.menu.patrocinadores")}</a> */}
<Link to="/perguntas_frequentes" onClick={() => setIsModalOpen(false)}>FAQ</Link>
<a href="#CONTATO_footer" onClick={() => setIsModalOpen(false)}>{t("header.menu.contato")}</a>
<HashLink smooth to="/#CONTATO_footer" onClick={() => setIsModalOpen(false)}>{t("header.menu.contato")}</HashLink>
</div>
<div className="Menu_itens_botoes_linha3">
<a href="https://pybr2026.eventbrite.com.br/" target="_blank">
<button>{t("header.menu.ComprarIngresso")}</button>
</a>
<a href="">
<a href={t("buttonPrincipal.linkPlanoDePatrocinio")} target="_blank">
<button>{t("header.menu.planoDePatrocinio")}</button>
</a>
</div>
Expand All @@ -61,10 +62,11 @@ export default function Header() {

</div>
</ul>
<ul className="Header_menu_desktop"><a href="#O_EVENTO">{t("header.OEvento")}</a></ul>
<ul className="Header_menu_desktop"><a href="#KEYNOTES">Keynotes</a></ul>
<ul className="Header_menu_desktop"><HashLink smooth to="/#O_EVENTO">{t("header.OEvento")}</HashLink></ul>
<ul className="Header_menu_desktop"><HashLink smooth to="/#SUBMISSAO_DE_ATIVIDADES">{t("home.section4.submissaoDeAtividades")}</HashLink></ul>
{/* <ul className="Header_menu_desktop"><a href="#KEYNOTES">Keynotes</a></ul> */}
{/* <Link to="/programacao"><ul className="Header_menu_desktop">{t("header.Programacao")}</ul></Link> */}
<Link to="/"><ul className="Header_menu_desktop">{t("header.Programacao")}</ul></Link>
{/* <Link to="/"><ul className="Header_menu_desktop">{t("header.Programacao")}</ul></Link> */}
</li>
</div>
<div className="Header_logo Header_menu_desktop_logo">
Expand Down
5 changes: 3 additions & 2 deletions src/components/styles/Menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
display: flex;
flex-direction: column;
align-items: start;
justify-content: space-between;
justify-content: start;
gap: 15px;

height: 55%;

Expand All @@ -80,7 +81,7 @@
display: flex;
flex-wrap: wrap;
align-items: start;
justify-content: space-between;
justify-content: start;

height: 65px;
width: 50%;
Expand Down
Loading