diff --git a/src/components/compensation.tsx b/src/components/compensation.tsx index 2aca285..c1d4ce4 100644 --- a/src/components/compensation.tsx +++ b/src/components/compensation.tsx @@ -164,10 +164,22 @@ const Compensation: React.FC = () => { Flexible working hours -
+
Flexible remote work
+
+ Work anniversary swag +
+
Free-lunch Fridays
diff --git a/src/data.json b/src/data.json index d544a58..fe52c8a 100644 --- a/src/data.json +++ b/src/data.json @@ -258,6 +258,24 @@ ] } ] + }, + { + "name": "Administration", + "descriptor": "in administration", + "roles": [ + { + "levels": [ + { + "title": "Office Assistant", + "description": "An office assistant—a part-time role requiring 20 hours per week—is responsible for keeping our office running smoothly through a myriad of responsibilities. They have experience supporting a team in an office setting, and they have exposure to a variety of office-based duties. They play an integral part in keeping the office an enjoyable space by ensuring office supplies are stocked and orderly; checking and distributing mail appropriately; and maintaining equipment throughout. The office assistant has a hand in fostering positive company culture by helping plan and organize company events, replenishing the break room, and performing other duties that set the team up for success. They are reliable, dependable, and capable of performing their tasks in a timely fashion with limited oversight. They are friendly, approachable, and eager to collaborate with their teammates.", + "startingSalary": 17500, + "annualRaises": [ + 0.05, 0.035, 0.03, 0.025, 0.02, 0.02, 0.015, 0.015 + ] + } + ] + } + ] } ] }