Skip to content

Commit e39367d

Browse files
update job openings JSON with new positions and details
1 parent e741b9a commit e39367d

File tree

1 file changed

+113
-14
lines changed

1 file changed

+113
-14
lines changed

assets/data/job_openings.json

+113-14
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,114 @@
11
{
2-
"jobs": [
3-
{
4-
"id": "1",
5-
"title": "Example Job",
6-
"location": "India",
7-
"department": "Engineering",
8-
"experience": "3+ years",
9-
"description": "Dummy Jon",
10-
"contactEmail": "[email protected]",
11-
"applyLink": "https://example.com/apply/software-engineer"
12-
}
13-
]
14-
}
15-
2+
"jobs": [
3+
{
4+
"id": "1",
5+
"title": "Python Developer",
6+
"location": "India",
7+
"department": "Engineering",
8+
"experience": "2 to 5 years",
9+
"description": "Join our engineering team as a Python Developer and work on cutting-edge technologies.",
10+
"contactEmail": "[email protected]",
11+
"applyLink": "mailto:[email protected]?subject=Application%20for%20Python%20Developer"
12+
},
13+
{
14+
"id": "2",
15+
"title": "Python Lead",
16+
"location": "India",
17+
"department": "Engineering",
18+
"experience": "5 to 7 years",
19+
"description": "Lead a team of Python developers and drive technical excellence.",
20+
"contactEmail": "[email protected]",
21+
"applyLink": "mailto:[email protected]?subject=Application%20for%20Python%20Lead"
22+
},
23+
{
24+
"id": "3",
25+
"title": "Data Scientist",
26+
"location": "India",
27+
"department": "Data Science",
28+
"experience": "3 to 5 years",
29+
"description": "Analyze data and build machine learning models to drive business insights.",
30+
"contactEmail": "[email protected]",
31+
"applyLink": "mailto:[email protected]?subject=Application%20for%20Data%20Scientist"
32+
},
33+
{
34+
"id": "4",
35+
"title": "Paid Marketing Specialist",
36+
"location": "India",
37+
"department": "Marketing",
38+
"experience": "8 to 10 years",
39+
"description": "Plan and execute paid marketing campaigns to boost brand visibility.",
40+
"contactEmail": "[email protected]",
41+
"applyLink": "mailto:[email protected]?subject=Application%20for%20Paid%20Marketing%20Specialist"
42+
},
43+
{
44+
"id": "5",
45+
"title": "Graphics + UI Designer",
46+
"location": "India",
47+
"department": "Design",
48+
"experience": "3 to 5 years",
49+
"description": "Design visually stunning graphics and user interfaces for our products.",
50+
"contactEmail": "[email protected]",
51+
"applyLink": "mailto:[email protected]?subject=Application%20for%20Graphics%20+%20UI%20Designer"
52+
},
53+
{
54+
"id": "6",
55+
"title": "UI/UX Designer",
56+
"location": "India",
57+
"department": "Design",
58+
"experience": "3 to 5 years",
59+
"description": "Create intuitive user experiences and designs for web and mobile platforms.",
60+
"contactEmail": "[email protected]",
61+
"applyLink": "mailto:[email protected]?subject=Application%20for%20UI/UX%20Designer"
62+
},
63+
{
64+
"id": "7",
65+
"title": "Motion Graphics Designer (Video)",
66+
"location": "India",
67+
"department": "Design",
68+
"experience": "3 to 5 years",
69+
"description": "Create compelling motion graphics and video content for marketing campaigns.",
70+
"contactEmail": "[email protected]",
71+
"applyLink": "mailto:[email protected]?subject=Application%20for%20Motion%20Graphics%20Designer%20(Video)"
72+
},
73+
{
74+
"id": "8",
75+
"title": "Creative Manager",
76+
"location": "India",
77+
"department": "Creative",
78+
"experience": "5 to 8 years",
79+
"description": "Oversee and inspire a team of creatives to produce exceptional work.",
80+
"contactEmail": "[email protected]",
81+
"applyLink": "mailto:[email protected]?subject=Application%20for%20Creative%20Manager"
82+
},
83+
{
84+
"id": "9",
85+
"title": "Social Media Marketing Specialist",
86+
"location": "India",
87+
"department": "Marketing",
88+
"experience": "3 to 5 years",
89+
"description": "Manage social media platforms and create engaging content to grow our brand.",
90+
"contactEmail": "[email protected]",
91+
"applyLink": "mailto:[email protected]?subject=Application%20for%20Social%20Media%20Marketing%20Specialist"
92+
},
93+
{
94+
"id": "10",
95+
"title": "Technical Content Writer",
96+
"location": "India",
97+
"department": "Content",
98+
"experience": "3 to 6 years",
99+
"description": "Write high-quality technical content to educate and inform our audience.",
100+
"contactEmail": "[email protected]",
101+
"applyLink": "mailto:[email protected]?subject=Application%20for%20Technical%20Content%20Writer"
102+
},
103+
{
104+
"id": "11",
105+
"title": "Senior DevOps Engineer",
106+
"location": "India",
107+
"department": "Engineering",
108+
"experience": "5 to 8 years",
109+
"description": "Ensure robust and scalable deployment pipelines for our software systems.",
110+
"contactEmail": "[email protected]",
111+
"applyLink": "mailto:[email protected]?subject=Application%20for%20Senior%20DevOps%20Engineer"
112+
}
113+
]
114+
}

0 commit comments

Comments
 (0)