Skip to content

Commit cfdf743

Browse files
committed
removed and renamed roles stuff
1 parent f3272df commit cfdf743

File tree

2 files changed

+86
-192
lines changed

2 files changed

+86
-192
lines changed

src/app/join-team/page.js

Lines changed: 76 additions & 178 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,54 @@ export default function JoinTeam() {
2525
const [selectedJob, setSelectedJob] = useState(null);
2626
const [showForm, setShowForm] = useState(false);
2727

28-
const departments = ["Marketing", "Technology", "Education"];
28+
const departments = ["Marketing", "Technology", "Education", "Operations"];
2929

3030
const cardsInfo = useMemo(
3131
() => [
3232
{
33-
role: "Coding Roadmap Creator",
33+
role: "Software Engineer",
34+
35+
department: "Technology",
36+
responsibility: [
37+
"Contribute to the development and maintenance of the website.",
38+
"Execute design implementations using technologies such as NodeJS, CSS, and Next.js/React.js.",
39+
],
40+
shortDescription:
41+
"Develop and maintain the website using cutting-edge technologies like NodeJS, CSS, and Next.js/React.js.",
42+
requirements: [
43+
"Proven experience as a Web Developer",
44+
"Strong proficiency in NodeJS, CSS, Next.js/React.js",
45+
"Excellent problem-solving skills",
46+
"Ability to manage multiple assignments simultaneously",
47+
],
48+
questions: [
49+
{ type: "shortAnswer", question: "What is your full name?" },
50+
{ type: "shortAnswer", question: "How old are you?" },
51+
{ type: "shortAnswer", question: "What is your email?" },
52+
{
53+
type: "longAnswer",
54+
question: "What does Tech Optimum's mission mean to you?",
55+
},
56+
{
57+
type: "shortAnswer",
58+
question:
59+
"Describe your level of experience with Next.js/React.js.",
60+
},
61+
{
62+
type: "longAnswer",
63+
question:
64+
"Share a challenging bug or problem you encountered and how you resolved it.",
65+
},
66+
{
67+
type: "checkbox",
68+
question:
69+
"By pressing yes, you confirm that you understand the requirements and responsibilities should you be chosen for this position.",
70+
options: ["Yes"],
71+
},
72+
],
73+
},
74+
{
75+
role: "Development Roadmap Specialist",
3476
department: "Technology",
3577
responsibility: [
3678
"Collaborate with educational and technical teams to design coding roadmaps for different programming languages and technologies.",
@@ -55,10 +97,7 @@ export default function JoinTeam() {
5597
type: "longAnswer",
5698
question: "What does Tech Optimum's mission mean to you?",
5799
},
58-
{
59-
type: "shortAnswer",
60-
question: "In which timezone are you located?",
61-
},
100+
62101
{
63102
type: "shortAnswer",
64103
question: "How many years of experience do you have in creating educational content or coding roadmaps?",
@@ -103,10 +142,7 @@ export default function JoinTeam() {
103142
type: "longAnswer",
104143
question: "What does Tech Optimum's mission mean to you?",
105144
},
106-
{
107-
type: "shortAnswer",
108-
question: "In which timezone are you located?",
109-
},
145+
110146
{
111147
type: "shortAnswer",
112148
question: "How many years of video editing experience do you have?",
@@ -125,17 +161,18 @@ export default function JoinTeam() {
125161
],
126162
},
127163
{
128-
role: "Instagram Content Manager",
129-
164+
role: "Social Media Manager",
165+
130166
department: "Marketing",
131167
responsibility: [
132-
"Conceptualize and craft compelling content that resonates with the target audience.",
168+
"Conceptualize and craft compelling content that resonates with the target audience on both Instagram and TikTok.",
133169
"Deftly utilize various graphic design platforms such as Canva, Photoshop, etc., to accomplish a set number of tasks per week.",
170+
"Adapt content strategies to leverage the unique features and audience demographics of both Instagram and TikTok."
134171
],
135172
shortDescription:
136-
"Conceptualize and create captivating content for our Instagram platform.",
173+
"Conceptualize and create captivating content for our Instagram and TikTok platforms.",
137174
requirements: [
138-
"Proven experience with content creation.",
175+
"Proven experience with content creation on Instagram and TikTok.",
139176
"Proficiency in graphic design platforms such as Canva, Photoshop.",
140177
],
141178
questions: [
@@ -146,14 +183,11 @@ export default function JoinTeam() {
146183
type: "longAnswer",
147184
question: "What does Tech Optimum's mission mean to you?",
148185
},
149-
{
150-
type: "shortAnswer",
151-
question: "In which timezone are you located?",
152-
},
186+
153187
{
154188
type: "longAnswer",
155189
question:
156-
"Provide an example of captivating Instagram content you've created. What was the objective and outcome?",
190+
"Provide an example of captivating Instagram or TikTok content you've created. What was the objective and outcome?",
157191
},
158192
{
159193
type: "checkbox",
@@ -163,38 +197,10 @@ export default function JoinTeam() {
163197
},
164198
],
165199
},
166-
167-
{
168-
role: "Fundraising Manager",
169-
department: "Fundraising",
170-
responsibility: [
171-
"Develop and execute a comprehensive fundraising strategy for the organization.",
172-
"Identify, research, and target potential donors, grants, and fundraising opportunities.",
173-
"Coordinate and lead fundraising events and campaigns, both online and offline.",
174-
"Manage and update donor databases.",
175-
"Prepare and present regular fundraising reports and updates."
176-
],
177-
shortDescription: "Lead the charge in fundraising efforts to support Tech Optimum's initiatives.",
178-
requirements: [
179-
"Experience in fundraising and donor relations.",
180-
"Strong organizational and project management skills.",
181-
"Excellent communication skills, both written and verbal.",
182-
"Ability to meet fundraising targets and deadlines."
183-
],
184-
questions: [
185-
{ type: "shortAnswer", question: "What is your full name?" },
186-
{ type: "shortAnswer", question: "How old are you?" },
187-
{ type: "shortAnswer", question: "What is your email?" },
188-
{ type: "longAnswer", question: "What does Tech Optimum's mission mean to you?" },
189-
{ type: "shortAnswer", question: "In which timezone are you located?" },
190-
{ type: "longAnswer", question: "Describe a successful fundraising campaign you have managed. What were the key factors that contributed to its success?" },
191-
{ type: "shortAnswer", question: "What strategies would you employ to achieve fundraising targets for Tech Optimum?" },
192-
{ type: "checkbox", question: "By pressing yes, you confirm that you understand the requirements and responsibilities should you be chosen for this position.", options: ["Yes"] }
193-
]
194-
},
200+
195201

196202
{
197-
role: "Coding Course Instructor",
203+
role: "Computer Science Instructor",
198204

199205
department: "Education",
200206
responsibility: [
@@ -215,10 +221,7 @@ export default function JoinTeam() {
215221
type: "longAnswer",
216222
question: "What does Tech Optimum's mission mean to you?",
217223
},
218-
{
219-
type: "shortAnswer",
220-
question: "In which timezone are you located?",
221-
},
224+
222225
{
223226
type: "longAnswer",
224227
question:
@@ -236,49 +239,10 @@ export default function JoinTeam() {
236239
},
237240
],
238241
},
239-
{
240-
role: "TikTok Content Manager",
241-
242-
department: "Marketing",
243-
responsibility: [
244-
"Craft visually stunning and engaging video content to delight and entertain the programming community.",
245-
"Utilize state-of-the-art video editing tools to meticulously edit and refine content.",
246-
"Conduct extensive research to identify and develop novel and compelling ideas.",
247-
],
248-
shortDescription:
249-
"Create engaging video content for our TikTok platform.",
250-
requirements: [
251-
"Proven experience with video content creation.",
252-
"Proficiency in video editing tools.",
253-
],
254-
questions: [
255-
{ type: "shortAnswer", question: "What is your full name?" },
256-
{ type: "shortAnswer", question: "How old are you?" },
257-
{ type: "shortAnswer", question: "What is your email?" },
258-
{
259-
type: "longAnswer",
260-
question: "What does Tech Optimum's mission mean to you?",
261-
},
262-
{
263-
type: "shortAnswer",
264-
question: "In which timezone are you located?",
265-
},
266-
{
267-
type: "longAnswer",
268-
question:
269-
"Share an example of a TikTok video you've produced or contributed to. Describe the objective and the impact it had.",
270-
},
271-
{
272-
type: "checkbox",
273-
question:
274-
"By pressing yes, you confirm that you understand the requirements and responsibilities should you be chosen for this position.",
275-
options: ["Yes"],
276-
},
277-
],
278-
},
242+
279243

280244
{
281-
role: "Website Designer",
245+
role: "UX Designer",
282246

283247
department: "Technology",
284248
responsibility: [
@@ -301,10 +265,7 @@ export default function JoinTeam() {
301265
type: "longAnswer",
302266
question: "What does Tech Optimum's mission mean to you?",
303267
},
304-
{
305-
type: "shortAnswer",
306-
question: "In which timezone are you located?",
307-
},
268+
308269
{
309270
type: "shortAnswer",
310271
question: "Do you prefer Figma or AdobeXD? Why?",
@@ -322,82 +283,11 @@ export default function JoinTeam() {
322283
},
323284
],
324285
},
325-
{
326-
role: "Website Developer",
327286

328-
department: "Technology",
329-
responsibility: [
330-
"Contribute to the development and maintenance of the website.",
331-
"Execute design implementations using technologies such as NodeJS, CSS, and Next.js/React.js.",
332-
],
333-
shortDescription:
334-
"Develop and maintain the website using cutting-edge technologies like NodeJS, CSS, and Next.js/React.js.",
335-
requirements: [
336-
"Proven experience as a Web Developer",
337-
"Strong proficiency in NodeJS, CSS, Next.js/React.js",
338-
"Excellent problem-solving skills",
339-
"Ability to manage multiple assignments simultaneously",
340-
],
341-
questions: [
342-
{ type: "shortAnswer", question: "What is your full name?" },
343-
{ type: "shortAnswer", question: "How old are you?" },
344-
{ type: "shortAnswer", question: "What is your email?" },
345-
{
346-
type: "longAnswer",
347-
question: "What does Tech Optimum's mission mean to you?",
348-
},
349-
{
350-
type: "shortAnswer",
351-
question: "In which timezone are you located?",
352-
},
353-
{
354-
type: "shortAnswer",
355-
question:
356-
"Describe your level of experience with Next.js/React.js.",
357-
},
358-
{
359-
type: "longAnswer",
360-
question:
361-
"Share a challenging bug or problem you encountered and how you resolved it.",
362-
},
363-
{
364-
type: "checkbox",
365-
question:
366-
"By pressing yes, you confirm that you understand the requirements and responsibilities should you be chosen for this position.",
367-
options: ["Yes"],
368-
},
369-
],
370-
},
371-
{
372-
role: "Coding Course Assessment Creator",
373-
department: "Education",
374-
responsibility: [
375-
"Design coding challenges, quizzes, and project-based assessments tailored to the objectives of our coding courses.",
376-
"Collaborate with coding instructors to ensure the assessments align with the course material and learning objectives.",
377-
"Analyze student performance data to refine and improve assessment quality.",
378-
"Ensure assessments test not only basic coding syntax but also problem-solving and algorithmic thinking."
379-
],
380-
shortDescription: "Create assessments to gauge student proficiency and understanding in our coding courses.",
381-
requirements: [
382-
"Strong knowledge in various programming languages and coding paradigms.",
383-
"Understanding of pedagogical methods related to coding and computer science.",
384-
"Experience in educational settings, specifically around coding or computer science education.",
385-
"Excellent attention to detail."
386-
],
387-
questions: [
388-
{ type: "shortAnswer", question: "What is your full name?" },
389-
{ type: "shortAnswer", question: "How old are you?" },
390-
{ type: "shortAnswer", question: "What is your email?" },
391-
{ type: "longAnswer", question: "What does Tech Optimum's mission mean to you?" },
392-
{ type: "shortAnswer", question: "In which timezone are you located?" },
393-
{ type: "longAnswer", question: "Describe your experience in creating coding assessments. What are some key elements you focus on?" },
394-
{ type: "shortAnswer", question: "In which programming languages are you proficient?" },
395-
{ type: "checkbox", question: "By pressing yes, you confirm that you understand the requirements and responsibilities should you be chosen for this position.", options: ["Yes"] }
396-
]
397-
},
287+
398288
{
399-
role: "Online Hackathon Organizer",
400-
department: "Events",
289+
role: "Hackathon Organizer",
290+
department: "Operations",
401291
responsibility: [
402292
"Plan, coordinate, and execute online hackathons focused on coding and technology.",
403293
"Work closely with sponsors, mentors, and team members to ensure a smooth and enriching experience for participants.",
@@ -417,16 +307,14 @@ export default function JoinTeam() {
417307
{ type: "shortAnswer", question: "How old are you?" },
418308
{ type: "shortAnswer", question: "What is your email?" },
419309
{ type: "longAnswer", question: "What does Tech Optimum's mission mean to you?" },
420-
{ type: "shortAnswer", question: "In which timezone are you located?" },
421310
{ type: "longAnswer", question: "Describe a successful event you've helped organize in the past. What were the key factors that contributed to its success?" },
422311
{ type: "shortAnswer", question: "How familiar are you with various online event platforms?" },
423312
{ type: "checkbox", question: "By pressing yes, you confirm that you understand the requirements and responsibilities should you be chosen for this position.", options: ["Yes"] }
424313
]
425314
},
426315
{
427-
role: "Partnership/Sponsorship Manager",
428-
application: "https://forms.gle/YourGoogleFormLinkHere",
429-
department: "Partnerships",
316+
role: "Partnerships Manager",
317+
department: "Operations",
430318
responsibility: [
431319
"Identify, contact, and negotiate with potential sponsors and partners to secure financial and in-kind support.",
432320
"Maintain and manage relationships with existing sponsors and partners.",
@@ -446,7 +334,6 @@ export default function JoinTeam() {
446334
{ type: "shortAnswer", question: "How old are you?" },
447335
{ type: "shortAnswer", question: "What is your email?" },
448336
{ type: "longAnswer", question: "What does Tech Optimum's mission mean to you?" },
449-
{ type: "shortAnswer", question: "In which timezone are you located?" },
450337
{ type: "longAnswer", question: "Describe a successful partnership or sponsorship deal you've negotiated in the past. What were the key factors that contributed to its success?" },
451338
{ type: "shortAnswer", question: "How would you approach a potential new sponsor for Tech Optimum?" },
452339
{ type: "checkbox", question: "By pressing yes, you confirm that you understand the requirements and responsibilities should you be chosen for this position.", options: ["Yes"] }
@@ -654,6 +541,17 @@ export default function JoinTeam() {
654541
</chakra.li>
655542
<chakra.li>Gain new skills and leadership</chakra.li>
656543
</chakra.ul>
544+
<Text fontSize="sm">
545+
If you have any questions, please contact us at{" "}
546+
<Link
547+
color="blue.800"
548+
href="mailto:[email protected]"
549+
isExternal
550+
>
551+
552+
</Link>
553+
</Text>
554+
657555
</Flex>
658556
</SlideFade>
659557
<SlideFade in={showForm} unmountOnExit={true} offsetY="20px">

0 commit comments

Comments
 (0)