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

Commit d064ebc

Browse files
authored
Merge pull request #331 from openforge/feature/about-redesign
feat(app-about): new design frontend implementation
2 parents 47dcb09 + b615ab0 commit d064ebc

28 files changed

+378
-328
lines changed

src/assets/about-photo-team.jpg

1.16 MB
Loading

src/assets/i18n/en.ts

Lines changed: 29 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,25 @@ export const translations = {
4646
text: 'Our team of industry leading designers will help bring your vision to market with a complete branding design package. Don’t let your customers feel disconnected. Let our experts use design theory and psychology to help better connect to your business with your customers.',
4747
example: 'JuntoScope'
4848
}
49-
},
50-
contact: {
51-
title: 'Got a vision?',
52-
subTitle: `We've got your back.`,
53-
subText: 'Contact us today to get started!',
54-
link: 'GET IN TOUCH',
55-
},
49+
}
5650
},
51+
5752
about: {
58-
title: 'We Are Passionate About Technology and Design',
59-
text:
60-
"We believe that your success is our success. We're here to challenge your assumptions and help you discover your web or mobile applications full potential.",
61-
meet: {
62-
header: 'Meet the Team',
53+
header: {
54+
title: 'We Are Passionate About Technology and Design',
55+
text:
56+
"We believe that your success is our success. We're here to challenge your assumptions and help you discover your web or mobile applications full potential.",
57+
action: "LEARN MORE"
58+
},
59+
values: {
60+
title: 'Our Values',
61+
text: 'While we specialize in user experience design and application development, our true strength lies in our team values. We believe that transparency, honesty, and integrity, and a desire to help others is paramount to a happy and successful lifestyle. We love working with our partners who share similar beliefs; and hope to collaborate on impactful projects worldwide!',
62+
value1: 'Honesty',
63+
value2: 'Integrity',
64+
value3: 'Transparency'
65+
},
66+
team: {
67+
title: 'Get to Know Us',
6368
text:
6469
"There's no doubt that our team is made up of brilliant and talented individuals who are passionate about technology and design thinking. Together we design, code, grow, and evolve.",
6570
member: {
@@ -69,7 +74,8 @@ export const translations = {
6974
designer: 'Designer',
7075
developer: 'Software Engineer',
7176
frontEndDeveloper: 'Front End Developer',
72-
projectManager: 'Project Manager / QA Engineer',
77+
projectManager: 'Project Manager',
78+
qualityManager: 'Quality Manager',
7379
consultant: 'Consultant',
7480
officer: 'Chief Happiness Officer',
7581
softwareIntern: 'Software Intern',
@@ -78,6 +84,7 @@ export const translations = {
7884
},
7985
},
8086
},
87+
8188
contact: {
8289
hero: {
8390
title: "Let's Work Together",
@@ -128,6 +135,7 @@ export const translations = {
128135
unsure: 'Unsure',
129136
},
130137
},
138+
131139
services: {
132140
general: {
133141
development: {
@@ -241,6 +249,7 @@ export const translations = {
241249
link: 'Get in touch',
242250
},
243251
},
252+
244253
opportunities: {
245254
hero: {
246255
title: "Great News! We're Hiring.",
@@ -359,6 +368,13 @@ export const translations = {
359368
'Progressive Web Apps can offer your business an array of benefits and improvements to your web and mobile users that can have a direct impact on your costs and revenue.',
360369
},
361370

371+
cta: {
372+
title: 'Got a vision?',
373+
subTitle: `We've got your back.`,
374+
text: 'Contact us today to get started!',
375+
link: 'GET IN TOUCH',
376+
},
377+
362378
header: {
363379
scrollText: 'Scroll to content',
364380
},
@@ -407,11 +423,5 @@ export const translations = {
407423
github: 'Openforge Github account',
408424
},
409425
},
410-
411-
members: {
412-
mailAccount: 'mail account',
413-
twitterAccount: 'twitter account',
414-
githubAccount: 'github account',
415-
},
416426
},
417427
};

src/assets/svg/about-graphic-header.svg

Lines changed: 1 addition & 0 deletions
Loading

src/assets/svg/about-graphic-honesty.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

src/assets/svg/about-graphic-ribbon.svg

Lines changed: 21 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)