Skip to content

Commit 8e0eeed

Browse files
committed
Update site config
1 parent aaf0146 commit 8e0eeed

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

src/config/SiteConfig.tsx

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export const siteConfig = {
55
siteName: "Moe Alothman Portfolio",
66
profile: {
77
fullName: 'Moe Alothman',
8+
position: 'Backend Software Engineer',
89
avatarSrcImg: '/profile_pic.png',
910
metadata: {
1011
role: 'Backend / Distributed Systems Engineer',
@@ -52,28 +53,28 @@ export const siteConfig = {
5253
},
5354
footer: {
5455
description: "Backend engineer building reliable APIs, distributed systems, and scalable production software with a focus on performance and clean design.",
56+
quickLinks: [
57+
{name: 'About', url: '#about'},
58+
{name: 'Skills', url: '#skills'},
59+
{name: 'Projects', url: '#projects'},
60+
{name: 'Experience', url: '#experience'},
61+
],
5562
socialLinks: [
5663
{
57-
href: 'https://github.com/alothmanmoe/',
64+
url: 'https://github.com/alothmanmoe/',
5865
icon: <FaGithub className="w-5 h-5"/>,
5966
label: 'GitHub',
6067
},
6168
{
62-
href: 'https://www.linkedin.com/in/alothmanmoe/',
69+
url: 'https://www.linkedin.com/in/alothmanmoe/',
6370
icon: <FaLinkedin className="w-5 h-5"/>,
6471
label: 'LinkedIn',
6572
},
6673
{
67-
href: 'alothmanmoe@gmail.com',
74+
url: 'alothmanmoe@gmail.com',
6875
icon: <FaEnvelope className="w-5 h-5"/>,
6976
label: 'Email',
7077
}
71-
],
72-
quickLinks: [
73-
{name: 'About', href: '#about'},
74-
{name: 'Skills', href: '#skills'},
75-
{name: 'Projects', href: '#projects'},
76-
{name: 'Experience', href: '#experience'},
7778
]
7879
}
7980
};

0 commit comments

Comments
 (0)