Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit f829ef6

Browse files
authored
Merge pull request #419 from openforge/feat/opportunities
feat(opportunities): start the new design for the opportunities
2 parents 3b68b47 + 8c834b4 commit f829ef6

38 files changed

+917
-284
lines changed

src/assets/i18n/en.ts

Lines changed: 69 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,9 @@ export const translations = {
131131
fullName: 'Full Name*',
132132
company: 'Company',
133133
email: 'E-mail*',
134-
phone: 'Phone',
135-
github: 'GitHub URL',
134+
phone: 'Phone*',
135+
github: 'GitHub URL*',
136+
designProfile: 'Portfolio*',
136137
whatAreYouWorkingOn: 'What are you working on?',
137138
appDevelopment: 'App Development',
138139
webDevelopment: 'Web Development',
@@ -158,6 +159,9 @@ export const translations = {
158159
email: 'example@gmail.com',
159160
phone: 'Your Phone Number',
160161
message: 'Briefly describe your project',
162+
fullName: 'Your Name Here',
163+
github: 'Your Github account',
164+
designProfile: 'Your Portfolio',
161165
},
162166
},
163167
},
@@ -305,9 +309,64 @@ export const translations = {
305309

306310
opportunities: {
307311
hero: {
308-
title: "Great News! We're Hiring.",
309-
text: "If you're curious, hardworking, and adventurous, we're looking for you! Check out our job description and apply today.",
310-
text2: 'Learn More',
312+
title: 'Looking for a New Adventure?',
313+
text: 'If you’re a talented designer or developer, we want to hear from you! Choose the role that best describes you to continue.',
314+
text2: 'Let’s get to know each other…',
315+
developer: 'DEVELOPER',
316+
designer: 'DESIGNER',
317+
develop: {
318+
title: 'Show Us What You’re Made Of',
319+
text: "If you're curious, hardworking, and adventurous, we're looking for you! Check out our job description and apply today.",
320+
button: 'Apply Now',
321+
},
322+
design: {
323+
title: 'Show Us What You’re Made Of',
324+
text: "If you're curious, hardworking, and adventurous, we're looking for you! Check out our job description and apply today.",
325+
button: 'Apply Now',
326+
},
327+
},
328+
candidate: {
329+
develop: {
330+
title: 'The ideal candidate can....',
331+
text1: 'Be a great team player experienced in working with agile teams with the ability to collaborate closely with developers, copywriters and UX designers.',
332+
text2: 'Continually keep yourself and your design team updated with the latest changes in your industry’s standards.',
333+
text3: 'Be self-starter.',
334+
text4: 'Be a team player -- you put the interests of the team and the company above your own.',
335+
text5: 'Be passionate about open source software',
336+
},
337+
design: {
338+
title: 'The ideal candidate can....',
339+
text1: 'Be a great team player experienced in working with agile teams with the ability to collaborate closely with developers, copywriters and UX designers.',
340+
text2: 'Create, improve and utilize wireframes, prototypes, style guides, user flows, and effectively communicate your interaction ideas using any of these methods.',
341+
text3:
342+
'Present and defend your design decisions. All your design decisions should be based on the overall design roadmap as well as your own design thinking and fundamental principles (i.e. color theory, visual weight, etc.)',
343+
text4: 'Continually keep yourself and your design team updated with the latest changes in your industry’s standards.',
344+
},
345+
},
346+
requisites: {
347+
develop: {
348+
title: 'And can meet the following prerequisites:',
349+
text1: 'Three or more years of experience and proven track record.',
350+
text2: 'Strong portfolio to be presented and defended during interview.',
351+
text3: 'Experience using Firebase products (Database, Authentication, Notifications).',
352+
text4: 'Experience in CSS (SCSS, BEM, LESS, SASS).',
353+
text5: 'Experience in JavaScript (React, Angular, Node, Express).',
354+
text6: 'Experience in Hybrid Apps (Ionic).',
355+
text7: 'Experience with Heroku, Github Pages, or AWS is a plus.',
356+
text8: 'Experience building web applications and/or mobile apps is a plus.',
357+
text9: 'Experience in working on open source projects is a plus.',
358+
},
359+
design: {
360+
title: 'And can meet the following prerequisites',
361+
text1: 'Three or more years of experience and proven track record.',
362+
text2: 'Strong portfolio to be presented and defended during the interview.',
363+
text3: 'Hands-on experience creating wireframes, prototypes, storyboards, user flows, etc.',
364+
text4: 'Proficiency with tools such as Photoshop, Sketch, Illustrator, InVision, MarvelApp, etc.',
365+
text5: 'Understanding of basic front-end languages: HTML5, CSS3 Javascript.',
366+
text6: 'The ability to generate creative ideas with problem-solving mindset.',
367+
text7: 'Experience working in an agile/scrum development process.',
368+
text8: 'Be open to receiving objective criticism and improving upon it.',
369+
},
311370
},
312371
intro: {
313372
title: 'Forget normal interviews!',
@@ -354,18 +413,19 @@ export const translations = {
354413
form: {
355414
allset: "You're all set! Let's get started.",
356415
almost: 'Not quite...keep sliding or keep learning; you can do it!',
357-
request: 'Request an interview',
416+
request: 'Apply',
358417
midLevelTitle: 'Mid-Level Developer',
359418
technology: 'Technology',
360419
fullTime: 'Full-Time',
361420
submitTitle: 'Submit your application',
362-
resume: 'Resume/CV',
421+
resume: 'Resume/CV*',
363422
unique: {
364423
title: 'What makes you unique?',
365-
text: 'In 150 characters or fewer, tell us what makes you unique. Try to be creative and say something that will catch our eye!',
424+
text: 'In 200 characters or less, tell us what makes you unique.',
366425
},
367426
submit: 'Submit Application',
368-
submitted: 'Application Submitted',
427+
submitted: 'Application Submitted!',
428+
thanks_interest: 'Thank you for your interest in OpenForge.',
369429
thanks: {
370430
title: 'Thank you!',
371431
text: 'If your resume is a match, someone will be in touch to deliver the necessary materials to complete the challenge.',
89.7 KB
Loading
100 KB
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)