Skip to content

Commit f221ce4

Browse files
authored
Merge pull request #4 from pintoderian/main
fix text in about and fix skill desing
2 parents 284da3d + 6397876 commit f221ce4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/components/experiences/_children/resume.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const Resume = ({ text, textLarge }) => {
1919
)}
2020
<div className="flex w-full justify-end">
2121
<button
22-
className="border-neutral-100 dark:border-neutral-800 border text-sm px-2 py-1 rounded-lg hover:ring-2 ring-neutral-200 dark:ring-gray-300 transition-all"
22+
className="bg-gray-200 rounded-lg dark:bg-neutral-800 text-sm px-2 py-1 hover:ring-2 ring-neutral-200 dark:ring-gray-300 transition-all"
2323
onClick={() => setOpen(!open)}
2424
>
2525
{translate('readmore')}

app/components/skills/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const SkillSection = () => {
1616
const Icon = skill.icon;
1717
return (
1818
<div
19-
className="bg-gray-200 rounded-lg dark:bg-neutral-800 flex flex-col justify-center gap-2 w-full items-center py-3"
19+
className="rounded-lg border-neutral-100 dark:border-neutral-800 border flex flex-col justify-center gap-2 w-full items-center py-3"
2020
key={index}
2121
>
2222
<i className="text-2xl">

data/languages/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"resume": "I'm looking for challenges to grow professionally and collaborate on robust web projects.",
88
"aboutme": [
99
"I am a passionate software developer specializing in advanced technologies such as Git, React, Node, Typescript, Tailwind, and PHP. With extensive experience in creating robust and efficient web applications, I am known for my focus on code quality.",
10-
"If you're looking to take your projects to the next level and benefit from my experience and enthusiasm, I'm here to help."
10+
"If you're looking to take your projects to the next level and benefit from my experience, I'm here to help."
1111
],
1212
"readmore": "Read more",
1313
"created": "Created with",

data/languages/es.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"resume": "Busco desafíos para crecer profesionalmente y colaborar en proyectos web sólidos.",
88
"aboutme": [
99
"Soy un apasionado desarrollador de software especializado en tecnologías avanzadas como Git, React, Node, Typescript, Tailwind y PHP. Con amplia experiencia en la creación de aplicaciones web sólidas y eficientes, me destaco por mi enfoque en la calidad del código.",
10-
"Si estás buscando elevar tus proyectos al siguiente nivel, de contribuir con mi experiencia y entusiasmo."
10+
"Si estás buscando llevar tus proyectos al siguiente nivel y beneficiarte de mi experiencia, estoy aquí para ayudarte."
1111
],
1212
"readmore": "Ver más",
1313
"created": "Creado con",

0 commit comments

Comments
 (0)