-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
28 lines (28 loc) · 1.17 KB
/
data.json
File metadata and controls
28 lines (28 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "Bijay Limbu",
"tagline": "I am software engineer in test looking for opportunity to work in software area",
"bio": "Placeholder bio for Senior Software Engineer. You can edit this later in data.json.",
"skills": ["C++", "JavaScript", "MATLAB", "Testing", "Software Engineering", "Debugging", "Problem Solving"],
"projects": [
{
"title": "Project One",
"description": "This is a placeholder project description.",
"link": "https://github.com/username/project1",
"image": "assets/project1-placeholder.jpg"
},
{
"title": "Project Two",
"description": "This is a placeholder project description.",
"link": "https://github.com/username/project2",
"image": "assets/project2-placeholder.jpg"
},
{
"title": "Project Three",
"description": "This is a placeholder project description.",
"link": "https://github.com/username/project3",
"image": "assets/project3-placeholder.jpg"
}
],
"email": "bijaylimbu01@gmail.com",
"linkedin": "https://linkedin.com/in/your-link"
}