Skip to content

Commit

Permalink
Merge pull request #6 from AurinoJunior/fix/general-adjustments
Browse files Browse the repository at this point in the history
fix: general adjustments
  • Loading branch information
AurinoJunior authored Oct 1, 2024
2 parents 89f4756 + 83d79ac commit d1e051a
Show file tree
Hide file tree
Showing 10 changed files with 2,905 additions and 2,406 deletions.
5,239 changes: 2,891 additions & 2,348 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export function App() {
<About />
<Stack />
<Contact />
<Footer />
</Container>
<Footer />
</>
)
}
33 changes: 0 additions & 33 deletions src/components/About/index.tsx
Original file line number Diff line number Diff line change
@@ -1,28 +1,11 @@
import { Brush } from 'lucide-react'
import { useTranslation } from 'react-i18next'

interface IOtherItemsData {
id: string
title: string
link: string
}

const ICONS = {
instagram: <Brush size={18} />
}

type IconsKeys = keyof typeof ICONS

export function About() {
const { t } = useTranslation()
const paragraphs = t('about.paragraphs', {
returnObjects: true
}) as Array<string>

const othersItems = t('about.others_items', {
returnObjects: true
}) as IOtherItemsData[]

return (
<section id="about" className="pt-24">
<h2 className="text-2xl font-bold italic md:text-3xl">
Expand All @@ -34,22 +17,6 @@ export function About() {
</p>
))}

<p className="mt-4 text-slate-500 dark:text-slate-400">
{t('about.others')}
</p>
{othersItems.map((item) => (
<a
className="ml-2 mt-4 flex w-fit cursor-pointer items-center gap-2 underline decoration-1 transition hover:text-pink-500"
target="_blank"
key={item.id}
href={item.link}
rel="noreferrer"
>
{ICONS[item.id as IconsKeys]}
{item.title}
</a>
))}

<div className="mt-8 italic text-slate-400 dark:text-slate-500">
<p>{t('about.quote')}</p>
<p className="ml-2 mt-2">{t('about.quote_author')}</p>
Expand Down
9 changes: 7 additions & 2 deletions src/components/Stack/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,13 @@ export function Stack() {

<div className="mt-4">
{skillset.map((item) => (
<Accordion key={item.value} type="single" collapsible>
<AccordionItem value={String(item.value)}>
<Accordion
className="border-b last:border-none"
key={item.value}
type="single"
collapsible
>
<AccordionItem className="border-none" value={String(item.value)}>
<AccordionTrigger>{item.title}</AccordionTrigger>
<AccordionContent className="text-sky-600">
{item.skills.map((s) => (
Expand Down
2 changes: 1 addition & 1 deletion src/components/Work/WorkCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function WorkCard({
}: IWorkCardProps) {
return (
<div className="mt-4 p-2 md:p-6">
<div className="flex items-center gap-4">
<div className="flex items-center justify-between gap-4">
<a
href={link}
target="_blank"
Expand Down
10 changes: 1 addition & 9 deletions src/data/en/about.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,5 @@
"Well, I hope I can share a little of my studies with you and learn a lot during this process, let's learn together 🚀"
],
"quote": "Never stop learning, there is always a path you don't know.",
"quote_author": "~~ Irelia - League of legends",
"others": "My other interests:",
"others_items": [
{
"id": "instagram",
"title": "Instagram of drawings",
"link": "https://www.instagram.com/aurigod.art"
}
]
"quote_author": "~~ Irelia - League of legends"
}
2 changes: 1 addition & 1 deletion src/data/en/hero.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Aurino Junior",
"phrase_animation": ["Software developer", "Frontend Engineer"],
"description": "Hello, my name is Aurino Junior, I have a degree in computer science and I work as a Frontend software developer. Take the opportunity to get to know me better in the about section or see my projects.",
"description": "Hello, my name is Aurino Junior, I have a degree in computer science and I work as a Frontend software developer. Welcome to my personal website, take the opportunity to get to know me better in the about section or see my projects below.",
"locale": "São Paulo - SP, Brasil",
"status": "Open to work"
}
10 changes: 1 addition & 9 deletions src/data/pt/about.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,5 @@
"Bom, espero conseguir compartilhar um pouco dos meus estudos com vocês e aprender bastante durantes esse processo, bora aprender juntos 🚀"
],
"quote": "Nunca deixe de aprender sempre há uma forma que você não conhece.",
"quote_author": "~~ Irelia - League of legends",
"others": "Meus outros interesses:",
"others_items": [
{
"id": "instagram",
"title": "Instagram de desenhos",
"link": "https://www.instagram.com/aurigod.art"
}
]
"quote_author": "~~ Irelia - League of legends"
}
2 changes: 1 addition & 1 deletion src/data/pt/hero.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Aurino Junior",
"phrase_animation": ["Software developer", "Frontend Engineer"],
"description": "Olá meu nome é Aurino Junior, sou formado em ciência da computação e trabalho como desenvolvedor de software Frontend. Aproveite para me conhecer melhor na seção sobre ou ver meus projetos.",
"description": "Olá meu nome é Aurino Junior, sou formado em ciência da computação e trabalho como desenvolvedor de software Frontend. Seja muito bem-vindo ao meu site pessoal, aproveite para me conhecer melhor na seção sobre ou ver meus projetos abaixo.",
"locale": "São Paulo - SP, Brasil",
"status": "Open to work"
}
2 changes: 1 addition & 1 deletion src/data/pt/work.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"companies": [
{
"name": "MB Labs",
"description": "Como consultor de desenvolvimento de software, fui um dos principais desenvolvedores frontend no projeto de reestruturação do site Cinemark Brasil. Utilizei diversas ferramentas, como Chakra UI, Next.js e Azure Cloud, para criar uma plataforma moderna e responsiva",
"description": "Como consultor de desenvolvimento de software, fui um dos principais desenvolvedores frontend no projeto de construção do novo site do Cinemark Brasil. Aqui trabalhei com diversas ferramentas, como Chakra UI, Next.js e Azure Cloud, para criar uma plataforma moderna e responsiva",
"tag": "atual",
"work_time": "out 2023",
"role": "Frontend developer",
Expand Down

0 comments on commit d1e051a

Please sign in to comment.