diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 5efc921..77c7e9b 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -22,7 +22,6 @@ const menuItems = [ { href: "#home", label: "home" }, { href: "#about-me", label: "about" }, { href: "#projects", label: "projects" }, - { href: "#certifications", label: "certifications" }, ]; --- @@ -75,7 +74,7 @@ const menuItems = [ { )) } - -
- - {t("projects.viewAll")} - - -
diff --git a/src/components/Welcome.astro b/src/components/Welcome.astro index 56b6970..eff773d 100644 --- a/src/components/Welcome.astro +++ b/src/components/Welcome.astro @@ -111,13 +111,14 @@ const t = useTranslations(lang); const developer = {`{`} name: "Carlos Henrique", + age: 19, skills: [ - "JavaScript/TypeScript", - "React/Next.js", - "Node.js", - "Astro" + "JavaScript", + "Astro.js" + "React" + "Node.js/Express", + "PHP/Laravel", ], - passion: "{t("welcome.passion")}" }; print("Hello World! 👋"); diff --git a/src/i18n/ui.ts b/src/i18n/ui.ts index c88e83a..56176e9 100644 --- a/src/i18n/ui.ts +++ b/src/i18n/ui.ts @@ -1,13 +1,3 @@ -export const languages = { - "pt-br": "Português", - en: "English", -} as const; - -export const DEVELOPER_INFO = { - name: "Carlos Henrique", - skills: ["JavaScript/TypeScript", "React/Next.js", "Node.js", "Astro"], -} as const; - export const ui = { "pt-br": { "welcome.greeting": "Olá, eu sou o", @@ -15,7 +5,6 @@ export const ui = { "Prazer em receber você no meu portifólio. Atualmente sou um estudante de Análise e Desenvolvimento de Sistemas no IFSul câmpus gravataí.", "welcome.terminal.file": "sobreMim.js", "welcome.codeComment": "// Desenvolvedor Full Stack", - "welcome.passion": "Construindo experiências incríveis", "nav.home": "Início", "nav.about": "Sobre Mim", "nav.projects": "Projetos", @@ -72,7 +61,6 @@ export const ui = { "Welcome to my portfolio. I am currently a Systems Analysis and Development student at IFSul Gravataí campus.", "welcome.terminal.file": "aboutMe.js", "welcome.codeComment": "// Full Stack Developer", - "welcome.passion": "Building great user experiences", "nav.home": "Home", "nav.about": "About Me", "nav.lang.english": "English", @@ -98,8 +86,7 @@ export const ui = { "JavaScript", "Express", "Prisma", - "MySQL", - "PostgreSQL", + "SQL", "Tailwind CSS", "React", "Astro", diff --git a/src/pages/[lang]/projects/[...slug].astro b/src/pages/[lang]/projects/[...slug].astro index 331a8aa..67ee5f3 100644 --- a/src/pages/[lang]/projects/[...slug].astro +++ b/src/pages/[lang]/projects/[...slug].astro @@ -67,7 +67,7 @@ const t = useTranslations(lang); height={200} quality={80} format="webp" - class="h-[350px] hover:h-full transition-all w-full rounded-lg object-cover shadow-lg" + class="h-[350px] transition-all w-full rounded-lg object-cover shadow-lg" />

{project.data.title}

{project.data.description}