Skip to content

Commit 523e90f

Browse files
authored
Merge pull request #13 from mateonunez/chore/change-job-description
chore(*): change default job description
2 parents ac9041e + 7889323 commit 523e90f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

components/about/about.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const About = ({ ...props }) => {
4949
{/* Intro */}
5050
<Fade direction="left" distance={150} delay={0.5} trigger={introRef}>
5151
<div className={s.introInner} ref={introRef}>
52-
<span>I&apos;m a Software Engineer & Solutions Architect based in Milan 🤌</span>
52+
<span>I&apos;m a Software Architect & Team Leader based in Milan 🤌</span>
5353
</div>
5454
</Fade>
5555
{/* Profile */}

lib/config/seo.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"title": "Mateo Nunez | Software Engineer and Solution Architect",
3-
"titleTemplate": "%s - Mateo Nunez | Software Engineer and Solution Architect",
4-
"description": "Hi There! I'm Mateo Nunez, I'm a Software Engineer and Solution Architect based in Milan, Italy. Born in Colombia. Self-taught developer, I ❤️ the music, the food, the challenges and the continous improvement.",
2+
"title": "Mateo Nunez | Software Architect and Team Leader",
3+
"titleTemplate": "%s - Mateo Nunez | Software Architect and Team Leader",
4+
"description": "Hi There! I'm Mateo Nunez, I'm a Software Architect and Team Leader based in Milan, Italy. Born in Colombia. Self-taught developer, I ❤️ the music, the food, the challenges and the continous improvement.",
55
"openGraph": {
6-
"title": "Mateo Nunez | Software Engineer and Solution Architect",
7-
"description": "Hi There! I'm Mateo Nunez, I'm a Software Engineer and Solution Architect based in Milan, Italy. Born in Colombia. Self-taught developer, I ❤️ the music, the food, the challenges and the continous improvement.",
6+
"title": "Mateo Nunez | Software Architect and Team Leader",
7+
"description": "Hi There! I'm Mateo Nunez, I'm a Software Architect and Team Leader based in Milan, Italy. Born in Colombia. Self-taught developer, I ❤️ the music, the food, the challenges and the continous improvement.",
88
"type": "website",
99
"locale": "it_IT",
1010
"url": "https://mateonunez.dev",

public/site.webmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"display": "standalone",
55
"scope": ".",
66
"start_url": "/",
7-
"name": "Mateo Nunez | Software Engineer and Solution Architect",
7+
"name": "Mateo Nunez | Software Architect and Team Leader",
88
"short_name": "Mateo Nunez",
9-
"description": "Mateo Nunez | Software Engineer and Solution Architect",
9+
"description": "Mateo Nunez | Software Architect and Team Leader",
1010
"icons": [
1111
{
1212
"src": "/icon-192x192.png",

0 commit comments

Comments
 (0)