You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/config/SiteConfig.tsx
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ export const siteConfig = {
5
5
siteName: "Moe Alothman Portfolio",
6
6
profile: {
7
7
fullName: 'Moe Alothman',
8
+
position: 'Backend Software Engineer',
8
9
avatarSrcImg: '/profile_pic.png',
9
10
metadata: {
10
11
role: 'Backend / Distributed Systems Engineer',
@@ -52,28 +53,28 @@ export const siteConfig = {
52
53
},
53
54
footer: {
54
55
description: "Backend engineer building reliable APIs, distributed systems, and scalable production software with a focus on performance and clean design.",
0 commit comments