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

Commit 922ca70

Browse files
committed
Merge branch 'develop' into feat/sw-reload
2 parents a5d60b1 + e8fd71d commit 922ca70

File tree

137 files changed

+2397
-474
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+2397
-474
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openforge/main-website",
33
"private": true,
4-
"version": "2.4.1",
4+
"version": "2.5.0",
55
"description": "The official website for OpenForge",
66
"files": [
77
"dist/"

src/assets/fonts/Roboto.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* cyrillic-ext */
22
@font-face {
3-
font-family: 'Roboto';
3+
font-family: 'Roboto-Bold';
44
font-style: normal;
55
font-weight: 700;
66
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCRc4AMP6lbBP.woff2) format('woff2');
@@ -9,7 +9,7 @@
99
}
1010
/* cyrillic */
1111
@font-face {
12-
font-family: 'Roboto';
12+
font-family: 'Roboto-Bold';
1313
font-style: normal;
1414
font-weight: 700;
1515
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfABc4AMP6lbBP.woff2) format('woff2');
@@ -18,7 +18,7 @@
1818
}
1919
/* greek-ext */
2020
@font-face {
21-
font-family: 'Roboto';
21+
font-family: 'Roboto-Bold';
2222
font-style: normal;
2323
font-weight: 700;
2424
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCBc4AMP6lbBP.woff2) format('woff2');
@@ -27,7 +27,7 @@
2727
}
2828
/* greek */
2929
@font-face {
30-
font-family: 'Roboto';
30+
font-family: 'Roboto-Bold';
3131
font-style: normal;
3232
font-weight: 700;
3333
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBxc4AMP6lbBP.woff2) format('woff2');
@@ -36,7 +36,7 @@
3636
}
3737
/* vietnamese */
3838
@font-face {
39-
font-family: 'Roboto';
39+
font-family: 'Roboto-Bold';
4040
font-style: normal;
4141
font-weight: 700;
4242
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCxc4AMP6lbBP.woff2) format('woff2');
@@ -54,7 +54,7 @@
5454
}
5555
/* latin */
5656
@font-face {
57-
font-family: 'Roboto';
57+
font-family: 'Roboto-Bold';
5858
font-style: normal;
5959
font-weight: 700;
6060
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format('woff2');

src/assets/i18n/en.ts

Lines changed: 71 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,10 @@ export const translations = {
133133
fullName: 'Full Name*',
134134
company: 'Company',
135135
email: 'E-mail*',
136-
phone: 'Phone',
137-
github: 'GitHub URL',
136+
phone: 'Phone*',
137+
contact_phone: 'Phone',
138+
github: 'GitHub URL*',
139+
designProfile: 'Portfolio*',
138140
whatAreYouWorkingOn: 'What are you working on?',
139141
appDevelopment: 'App Development',
140142
webDevelopment: 'Web Development',
@@ -160,6 +162,9 @@ export const translations = {
160162
email: 'example@gmail.com',
161163
phone: 'Your Phone Number',
162164
message: 'Briefly describe your project',
165+
fullName: 'Your Name Here',
166+
github: 'Your Github account',
167+
designProfile: 'Your Portfolio',
163168
},
164169
},
165170
},
@@ -307,9 +312,64 @@ export const translations = {
307312

308313
opportunities: {
309314
hero: {
310-
title: "Great News! We're Hiring.",
311-
text: "If you're curious, hardworking, and adventurous, we're looking for you! Check out our job description and apply today.",
312-
text2: 'Learn More',
315+
title: 'Looking for a New Adventure?',
316+
text: 'If you’re a talented designer or developer, we want to hear from you! Choose the role that best describes you to continue.',
317+
text2: 'Let’s get to know each other…',
318+
developer: 'DEVELOPER',
319+
designer: 'DESIGNER',
320+
develop: {
321+
title: 'Show Us What You’re Made Of',
322+
text: "If you're curious, hardworking, and adventurous, we're looking for you! Check out our job description and apply today.",
323+
button: 'Apply Now',
324+
},
325+
design: {
326+
title: 'Show Us What You’re Made Of',
327+
text: "If you're curious, hardworking, and adventurous, we're looking for you! Check out our job description and apply today.",
328+
button: 'Apply Now',
329+
},
330+
},
331+
candidate: {
332+
develop: {
333+
title: 'The ideal candidate can....',
334+
text1: 'Be a great team player experienced in working with agile teams with the ability to collaborate closely with developers, copywriters and UX designers.',
335+
text2: 'Continually keep yourself and your design team updated with the latest changes in your industry’s standards.',
336+
text3: 'Be self-starter.',
337+
text4: 'Be a team player -- you put the interests of the team and the company above your own.',
338+
text5: 'Be passionate about open source software',
339+
},
340+
design: {
341+
title: 'The ideal candidate can....',
342+
text1: 'Be a great team player experienced in working with agile teams with the ability to collaborate closely with developers, copywriters and UX designers.',
343+
text2: 'Create, improve and utilize wireframes, prototypes, style guides, user flows, and effectively communicate your interaction ideas using any of these methods.',
344+
text3:
345+
'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.)',
346+
text4: 'Continually keep yourself and your design team updated with the latest changes in your industry’s standards.',
347+
},
348+
},
349+
requisites: {
350+
develop: {
351+
title: 'And can meet the following prerequisites:',
352+
text1: 'Three or more years of experience and proven track record.',
353+
text2: 'Strong portfolio to be presented and defended during interview.',
354+
text3: 'Experience using Firebase products (Database, Authentication, Notifications).',
355+
text4: 'Experience in CSS (SCSS, BEM, LESS, SASS).',
356+
text5: 'Experience in JavaScript (React, Angular, Node, Express).',
357+
text6: 'Experience in Hybrid Apps (Ionic).',
358+
text7: 'Experience with Heroku, Github Pages, or AWS is a plus.',
359+
text8: 'Experience building web applications and/or mobile apps is a plus.',
360+
text9: 'Experience in working on open source projects is a plus.',
361+
},
362+
design: {
363+
title: 'And can meet the following prerequisites',
364+
text1: 'Three or more years of experience and proven track record.',
365+
text2: 'Strong portfolio to be presented and defended during the interview.',
366+
text3: 'Hands-on experience creating wireframes, prototypes, storyboards, user flows, etc.',
367+
text4: 'Proficiency with tools such as Photoshop, Sketch, Illustrator, InVision, MarvelApp, etc.',
368+
text5: 'Understanding of basic front-end languages: HTML5, CSS3 Javascript.',
369+
text6: 'The ability to generate creative ideas with problem-solving mindset.',
370+
text7: 'Experience working in an agile/scrum development process.',
371+
text8: 'Be open to receiving objective criticism and improving upon it.',
372+
},
313373
},
314374
intro: {
315375
title: 'Forget normal interviews!',
@@ -356,18 +416,19 @@ export const translations = {
356416
form: {
357417
allset: "You're all set! Let's get started.",
358418
almost: 'Not quite...keep sliding or keep learning; you can do it!',
359-
request: 'Request an interview',
419+
request: 'Apply',
360420
midLevelTitle: 'Mid-Level Developer',
361421
technology: 'Technology',
362422
fullTime: 'Full-Time',
363423
submitTitle: 'Submit your application',
364-
resume: 'Resume/CV',
424+
resume: 'Resume/CV*',
365425
unique: {
366426
title: 'What makes you unique?',
367-
text: 'In 150 characters or fewer, tell us what makes you unique. Try to be creative and say something that will catch our eye!',
427+
text: 'In 200 characters or less, tell us what makes you unique.',
368428
},
369429
submit: 'Submit Application',
370-
submitted: 'Application Submitted',
430+
submitted: 'Application Submitted!',
431+
thanks_interest: 'Thank you for your interest in OpenForge.',
371432
thanks: {
372433
title: 'Thank you!',
373434
text: 'If your resume is a match, someone will be in touch to deliver the necessary materials to complete the challenge.',
@@ -466,6 +527,7 @@ export const translations = {
466527
button: 'View Project',
467528
},
468529
worked_with: "Who We've Worked With",
530+
more_projects: 'More Projects',
469531
},
470532

471533
cta: {
89.7 KB
Loading
100 KB
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)