Skip to content

Commit 941ae27

Browse files
committed
Refactor skills array formatting and ensure proper JSON structure in beingaayush.json
1 parent 7247156 commit 941ae27

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

public/data/beingaayush.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,23 @@
44
"bio": "I'm Aayush, a Full Stack Developer specialised in MERN stack. I am fascinated with the connection between web development and scalable web applications.",
55
"avatar": "https://github.com/beingaayush.png",
66
"portfolio": "https://aayush-portfolio-pink.vercel.app/",
7-
"skills": ["c++", "HTML", "CSS", "JAVASCRIPT", "REACTJS", "NODEJS", "EXPRESSJS", "MONGODB", "MYSQL", "TAILWIND",],
7+
"skills": [
8+
"c++",
9+
"HTML",
10+
"CSS",
11+
"JAVASCRIPT",
12+
"REACTJS",
13+
"NODEJS",
14+
"EXPRESSJS",
15+
"MONGODB",
16+
"MYSQL",
17+
"TAILWIND"
18+
],
819
"social": {
920
"GitHub": "https://github.com/beingaayush",
1021
"Twitter": "https://twitter.com/beingaayushraj3",
1122
"LinkedIn": "https://www.linkedin.com/in/beingaayush",
1223
"Instagram": "https://www.instagram.com/beingaayush__",
13-
"Email": "beingaayushraj@gmail.com",
24+
"Email": "beingaayushraj@gmail.com"
1425
}
15-
}
26+
}

0 commit comments

Comments
 (0)