Skip to content

Commit 0b93265

Browse files
committed
chore: update profile
1 parent d6680c2 commit 0b93265

6 files changed

Lines changed: 7 additions & 11 deletions

File tree

components/LeftPanel/Bio.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ const Bio = () => {
1414
loading="eager"
1515
alt="Avatar"
1616
placeholder="blur"
17-
src="/profile.png"
17+
src="/profile.jpg"
1818
width={120}
1919
height={120}
20-
blurDataURL="/profile.png"
20+
blurDataURL="/profile.jpg"
2121
style={{
2222
borderRadius: "50%",
2323
border: "0.1px solid transparent",

config/site-config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ const ExpItems: ExperienceItemInterface[] = [
127127
{
128128
layout: "2x4",
129129
type: "certificate",
130-
title: "Software Engineer @ QBurst",
130+
title: "Senior Software Engineer @ QBurst",
131131
image: "/background.jpg",
132132
languages: [
133133
{
@@ -402,7 +402,7 @@ const GridItems: GridItemInterface[] = [
402402
icon: "linkedin",
403403
username: "@b-t-k",
404404
description:
405-
"Professional software developer, Freelance web developer & Data warehouse enthusiast",
405+
"Senior software engineer, Freelance web developer & Data warehouse enthusiast",
406406
color: "#0a66c2",
407407
buttonTitle: "Follow",
408408
buttonLink: "https://www.linkedin.com/in/b-t-k/",

package-lock.json

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

public/profile.jpg

38.9 KB
Loading

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,6 @@
136136
resolved "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.1.4.tgz"
137137
integrity sha512-ubmUkbmW65nIAOmoxT1IROZdmmJMmdYvXIe8211send9ZYJu+SqxSnJM4TrPj9wmL6g9Atvj0S/2cFmMSS99jg==
138138

139-
"@next/swc-darwin-x64@14.1.4":
140-
version "14.1.4"
141-
resolved "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-14.1.4.tgz"
142-
integrity sha512-b0Xo1ELj3u7IkZWAKcJPJEhBop117U78l70nfoQGo4xUSvv0PJSTaV4U9xQBLvZlnjsYkc8RwQN1HoH/oQmLlQ==
143-
144139
"@nodelib/fs.scandir@2.1.5":
145140
version "2.1.5"
146141
resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz"

0 commit comments

Comments
 (0)