fix: update job title and terminology to reflect "Software Engineer" in metadata
All checks were successful
Build and Deploy Gabriel Kaszewski Portfolio / build-and-deploy-local (push) Successful in 3m38s
All checks were successful
Build and Deploy Gabriel Kaszewski Portfolio / build-and-deploy-local (push) Successful in 3m38s
This commit is contained in:
@@ -16,21 +16,21 @@ const geistMono = Geist_Mono({
|
|||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: {
|
title: {
|
||||||
default: "Gabriel Kaszewski | Full-Stack Developer",
|
default: "Gabriel Kaszewski | Software Engineer",
|
||||||
template: "%s | Gabriel Kaszewski",
|
template: "%s | Gabriel Kaszewski",
|
||||||
},
|
},
|
||||||
description:
|
description:
|
||||||
"The portfolio of Gabriel Kaszewski, a self-taught full-stack developer specializing in Rust, Python, and modern web technologies.",
|
"The portfolio of Gabriel Kaszewski, a software engineer specializing in Rust, Python, and modern web technologies.",
|
||||||
keywords: [
|
keywords: [
|
||||||
"Gabriel Kaszewski",
|
"Gabriel Kaszewski",
|
||||||
"Full-Stack Developer",
|
"Software Engineer",
|
||||||
"Rust Developer",
|
"Rust Developer",
|
||||||
"Python Developer",
|
"Python Developer",
|
||||||
"Next.js",
|
"Next.js",
|
||||||
"Portfolio",
|
"Portfolio",
|
||||||
],
|
],
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Gabriel Kaszewski | Full-Stack Developer",
|
title: "Gabriel Kaszewski | Software Engineer",
|
||||||
description:
|
description:
|
||||||
"Welcome to my portfolio. Discover my projects, skills, and journey.",
|
"Welcome to my portfolio. Discover my projects, skills, and journey.",
|
||||||
url: "https://gabrielkaszewski.dev",
|
url: "https://gabrielkaszewski.dev",
|
||||||
@@ -41,9 +41,9 @@ export const metadata: Metadata = {
|
|||||||
|
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image",
|
||||||
title: "Gabriel Kaszewski | Full-Stack Developer",
|
title: "Gabriel Kaszewski | Software Engineer",
|
||||||
description:
|
description:
|
||||||
"Explore my work as a full-stack developer, from web apps to game development.",
|
"Explore my work as a software engineer, from web apps to game development.",
|
||||||
},
|
},
|
||||||
|
|
||||||
robots: {
|
robots: {
|
||||||
@@ -73,7 +73,7 @@ export default function RootLayout({
|
|||||||
"https://github.com/GKaszewski",
|
"https://github.com/GKaszewski",
|
||||||
"https://www.linkedin.com/in/gabriel-kaszewski-5344b3183",
|
"https://www.linkedin.com/in/gabriel-kaszewski-5344b3183",
|
||||||
],
|
],
|
||||||
jobTitle: "Full-Stack Developer",
|
jobTitle: "Software Engineer",
|
||||||
alumniOf: "University of Gdańsk",
|
alumniOf: "University of Gdańsk",
|
||||||
knowsAbout: [
|
knowsAbout: [
|
||||||
"Rust",
|
"Rust",
|
||||||
|
|||||||
Reference in New Issue
Block a user