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

Commit 0d38ccc

Browse files
committed
feat(opportunities): start the new design for the opportunities
1 parent a696bc6 commit 0d38ccc

24 files changed

+516
-142
lines changed

src/assets/i18n/en.ts

Lines changed: 60 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,64 @@ export const translations = {
294294

295295
opportunities: {
296296
hero: {
297-
title: "Great News! We're Hiring.",
298-
text: "If you're curious, hardworking, and adventurous, we're looking for you! Check out our job description and apply today.",
299-
text2: 'Learn More',
297+
title: 'Looking for a New Adventure?',
298+
text: 'If you’re a talented designer or developer, we want to hear from you! Choose the role that best describes you to continue.',
299+
text2: 'Let’s get to know each other…',
300+
developer: 'DEVELOPER',
301+
designer: 'DESIGNER',
302+
develop: {
303+
title: 'Show Us What You’re Made Of',
304+
text: "If you're curious, hardworking, and adventurous, we're looking for you! Check out our job description and apply today.",
305+
button: 'Apply Now',
306+
},
307+
design: {
308+
title: 'Show Us What You’re Made Of',
309+
text: "If you're curious, hardworking, and adventurous, we're looking for you! Check out our job description and apply today.",
310+
button: 'Apply Now',
311+
},
312+
},
313+
candidate: {
314+
develop: {
315+
title: 'The ideal candidate can....',
316+
text1: 'Be a great team player experienced in working with agile teams with the ability to collaborate closely with developers, copywriters and UX designers.',
317+
text2: 'Continually keep yourself and your design team updated with the latest changes in your industry’s standards.',
318+
text3: 'Be self-starter.',
319+
text4: 'Be a team player -- you put the interests of the team and the company above your own.',
320+
text5: 'Be passionate about open source software',
321+
},
322+
design: {
323+
title: 'The ideal candidate can....',
324+
text1: 'Be a great team player experienced in working with agile teams with the ability to collaborate closely with developers, copywriters and UX designers.',
325+
text2: 'Create, improve and utilize wireframes, prototypes, style guides, user flows, and effectively communicate your interaction ideas using any of these methods.',
326+
text3:
327+
'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.)',
328+
text4: 'Continually keep yourself and your design team updated with the latest changes in your industry’s standards.',
329+
},
330+
},
331+
requisites: {
332+
develop: {
333+
title: 'And can meet the following prerequisites:',
334+
text1: 'Three or more years of experience and proven track record.',
335+
text2: 'Strong portfolio to be presented and defended during interview.',
336+
text3: 'Experience using Firebase products (Database, Authentication, Notifications).',
337+
text4: 'Experience in CSS (SCSS, BEM, LESS, SASS).',
338+
text5: 'Experience in JavaScript (React, Angular, Node, Express).',
339+
text6: 'Experience in Hybrid Apps (Ionic).',
340+
text7: 'Experience with Heroku, Github Pages, or AWS is a plus.',
341+
text8: 'Experience building web applications and/or mobile apps is a plus.',
342+
text9: 'Experience in working on open source projects is a plus.',
343+
},
344+
design: {
345+
title: 'And can meet the following prerequisites',
346+
text1: 'Three or more years of experience and proven track record.',
347+
text2: 'Strong portfolio to be presented and defended during the interview.',
348+
text3: 'Hands-on experience creating wireframes, prototypes, storyboards, user flows, etc.',
349+
text4: 'Proficiency with tools such as Photoshop, Sketch, Illustrator, InVision, MarvelApp, etc.',
350+
text5: 'Understanding of basic front-end languages: HTML5, CSS3 Javascript.',
351+
text6: 'The ability to generate creative ideas with problem-solving mindset.',
352+
text7: 'Experience working in an agile/scrum development process.',
353+
text8: 'Be open to receiving objective criticism and improving upon it.',
354+
},
300355
},
301356
intro: {
302357
title: 'Forget normal interviews!',
@@ -306,7 +361,7 @@ export const translations = {
306361
},
307362
design: {
308363
text:
309-
'At OpenForge, we believe that sometimes actions speak louder than words, so as part of your interview assignment, we’d like to challenge you to design 3 pages of an app of your choosing.',
364+
"From our work to our interview process, we break the norm. We believe in Open Source contributions; so part of your interview assignment will be exactly that - build out a simple (open source) <a href='https://ionicframework.com/' target='_blank' rel='noopener'>Ionic</a> or <a href='https://reactjs.org/' target='_blank' rel='noopener'>React App!</a>.",
310365
},
311366
},
312367
test: {
@@ -343,7 +398,7 @@ export const translations = {
343398
form: {
344399
allset: "You're all set! Let's get started.",
345400
almost: 'Not quite...keep sliding or keep learning; you can do it!',
346-
request: 'Request an interview',
401+
request: 'Apply',
347402
midLevelTitle: 'Mid-Level Developer',
348403
technology: 'Technology',
349404
fullTime: 'Full-Time',
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)