Skip to content

Commit 59af862

Browse files
authored
Merge pull request #7 from fabrinucci/develop
2 parents 02ea3ce + 6fcda84 commit 59af862

File tree

6 files changed

+26
-25
lines changed

6 files changed

+26
-25
lines changed

.astro/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"_variables": {
3-
"lastUpdateCheck": 1723763681576
3+
"lastUpdateCheck": 1742516392409
44
}
55
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
![Porfolio image](https://res.cloudinary.com/bosti-web/image/upload/v1699196076/Me/portfolio.png)
1+
![Porfolio image](https://res.cloudinary.com/bosti-web/image/upload/v1742579976/Me/portfolio_bg.jpg)
22

33
<h1 align="center">Welcome to My Portfolio 👋</h1>
44
<p>
5-
<img alt="Version" src="https://img.shields.io/badge/version-1.0.2-blue.svg?cacheSeconds=2592000" />
5+
<img alt="Version" src="https://img.shields.io/badge/version-1.0.3-blue.svg?cacheSeconds=2592000" />
66
<a href="https://github.com/fabrinucci/fabrinucci.github.io#readme" target="_blank">
77
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
88
</a>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fabrinucci-portfolio",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "My Personal Portfolio",
55
"author": "Fabrizio Nucci",
66
"license": "MIT",

src/data/index.ts

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { BiBook, BiMessageDetail, BiStar } from 'react-icons/bi'
22
import { IoHomeOutline } from 'react-icons/io5'
3+
import { PiTestTubeFill } from 'react-icons/pi'
34
import { RiLinkedinFill, RiMailLine, RiTwitterXFill } from 'react-icons/ri'
45
import {
56
SiCss3,
@@ -48,11 +49,11 @@ export const projects = [
4849
technologies: ['Next.js', 'TypeScript', 'Tailwindcss']
4950
},
5051
{
51-
title: 'Shopi',
52-
img: 'https://res.cloudinary.com/bosti-web/image/upload/v1699289914/Projects/shopi.webp',
53-
gitUrl: 'https://github.com/fabrinucci/react-shopi',
54-
demoUrl: 'https://shopi-lovat.vercel.app/',
55-
technologies: ['React', 'TypeScript', 'Tailwindcss']
52+
title: 'InmoBO',
53+
img: 'https://res.cloudinary.com/bosti-web/image/upload/v1718566080/Projects/inmobo.webp',
54+
gitUrl: 'https://github.com/fabrinucci/inmobo-client',
55+
demoUrl: 'https://inmobo.vercel.app/',
56+
technologies: ['Next.js', 'TypeScript', 'Tailwindcss']
5657
},
5758
{
5859
title: 'Pokemon App',
@@ -76,12 +77,12 @@ export const projects = [
7677
technologies: ['React', 'Material UI']
7778
},
7879
{
79-
title: 'InmoBO',
80-
img: 'https://res.cloudinary.com/bosti-web/image/upload/v1718566080/Projects/inmobo.webp',
81-
gitUrl: 'https://github.com/fabrinucci/inmobo-client',
82-
demoUrl: 'https://inmobo.vercel.app/',
83-
technologies: ['Next.js', 'TypeScript', 'Tailwindcss']
84-
}
80+
title: 'Shopi',
81+
img: 'https://res.cloudinary.com/bosti-web/image/upload/v1699289914/Projects/shopi.webp',
82+
gitUrl: 'https://github.com/fabrinucci/react-shopi',
83+
demoUrl: 'https://shopi-lovat.vercel.app/',
84+
technologies: ['React', 'TypeScript', 'Tailwindcss']
85+
},
8586
]
8687

8788
export const contact = [
@@ -115,7 +116,7 @@ export const skills = [
115116
Icon: SiCss3
116117
},
117118
{
118-
name: 'Tailwindcss',
119+
name: 'Tailwind CSS',
119120
Icon: SiTailwindcss
120121
},
121122
{
@@ -138,18 +139,18 @@ export const skills = [
138139
name: 'Astro',
139140
Icon: SiAstro
140141
},
142+
{
143+
name: 'Testing',
144+
Icon: PiTestTubeFill
145+
},
141146
{
142147
name: 'Node.js',
143148
Icon: SiNodedotjs
144149
},
145150
{
146-
name: 'Mongodb',
151+
name: 'MongoDB',
147152
Icon: SiMongodb
148153
},
149-
{
150-
name: 'MySQL',
151-
Icon: SiMysql
152-
},
153154
{
154155
name: 'Git',
155156
Icon: SiGit

src/i18n/ui.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const ui = {
1313
work: 'Web Developer',
1414
about: 'About me',
1515
description:
16-
"I'm a web development lover and my goal is to create products that offer great experiences with attractive and high quality designs. Always ready to solve client's problems and face challenges that allow me to grow in the industry."
16+
"I am a web development lover and enjoy creating functional products with attractive and high quality designs. My priority is to understand the client's needs and offer solutions that make a difference. For me, every challenge is an opportunity to learn and improve in this industry that inspires me."
1717
},
1818
nav: {
1919
home: 'Home',
@@ -57,7 +57,7 @@ export const ui = {
5757
work: 'Desarrollador Web',
5858
about: 'Sobre mí',
5959
description:
60-
'Soy un amante del desarrollo web y mi objetivo es crear productos que ofrezcan grandes experiencias con diseños atractivos y de alta calidad. Siempre estoy dispuesto a solucionar las problemáticas del cliente y enfrentarme a desafíos que me permitan crecer en la industria.'
60+
'Soy un amante del desarrollo web y disfruto creando productos funcionales con diseños atractivos y de alta calidad. Mi prioridad es entender las necesidades del cliente y ofrecer soluciones que hagan la diferencia. Para mí, cada desafío es una oportunidad para aprender y mejorar en esta industria que me inspira.'
6161
},
6262
nav: {
6363
home: 'Inicio',

0 commit comments

Comments
 (0)