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

Commit 50e3bef

Browse files
Merge branch 'develop' into fix/about-banner-mobile
2 parents 178d4c6 + e03f828 commit 50e3bef

13 files changed

+67
-18
lines changed

src/assets/i18n/en.ts

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ export const translations = {
5656
"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.",
5757
action: "LEARN MORE"
5858
},
59+
mission: {
60+
statement: 'Our mission is to forge a bond between people and technology through digital experiences.'
61+
},
5962
values: {
6063
title: 'Our Values',
6164
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!',
@@ -83,8 +86,16 @@ export const translations = {
8386
},
8487
},
8588
},
86-
mission: {
87-
statement: 'Our mission is to forge a bond between people and technology through digital experiences.'
89+
landing: {
90+
container: {
91+
title1: 'What',
92+
title2: 'Does',
93+
skills: 'Skills'
94+
},
95+
cta: {
96+
title: 'Meet The Team',
97+
button: `Let's Go`
98+
}
8899
}
89100
},
90101

src/assets/team-landing-design.png

-21.3 KB
Binary file not shown.
-29.2 KB
Binary file not shown.
13 KB
Loading
15.8 KB
Loading
18.3 KB
Loading
13.7 KB
Loading
-44.1 KB
Binary file not shown.

src/assets/team-landing-pet.png

-46.2 KB
Binary file not shown.

src/components/app-cta/app-cta.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,4 @@
5656
margin: 2rem 0;
5757
}
5858
}
59-
60-
.btn {
61-
margin-top: 4rem;
62-
@include media-breakpoint-down(sm) {
63-
margin-top: 2rem;
64-
}
65-
}
6659
}

0 commit comments

Comments
 (0)