This repository was archived by the owner on Feb 5, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +34
-9
lines changed Expand file tree Collapse file tree 3 files changed +34
-9
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,9 @@ export const translations = {
8383 } ,
8484 } ,
8585 } ,
86+ mission : {
87+ statement : 'Our mission is to forge a bond between people and technology through digital experiences.'
88+ }
8689 } ,
8790
8891 contact : {
Original file line number Diff line number Diff line change 11.about {
22 font-family : ' Muli' , sans-serif ;
3+ overflow-x : hidden ;
34
45 .hero {
56 background : url (' /assets/svg/about-graphic-header.svg' ) right top no-repeat ;
3940 height : 100% ;
4041 min-height : 540px ;
4142
42- @include media-breakpoint-down (xs) {
43- background-image : none ;
44- min-height : 100px ;
43+ @include media-breakpoint-down (sm) {
44+ min-height : 240px ;
4545 }
4646
4747 app-img {
5050 transform : translate (-50% , -50% );
5151 width : 100% ;
5252
53- @include media-breakpoint-down (xs) {
54- align-content : center ;
55- display : flex ;
56- position : relative ;
57- top : 0 ;
58- transform : none ;
53+ @include media-breakpoint-down (sm) {
54+ display : none ;
5955 }
6056 }
6157 }
6258
59+ .mission-statement {
60+ background : linear-gradient (-160deg , #f99a2a 0% , #f9902a 100% );
61+ display : none ;
62+ height : 100px ;
63+
64+ p {
65+ line-height : 24px ;
66+ margin : 0 ;
67+ }
68+
69+ @include media-breakpoint-down (sm) {
70+ display : block ;
71+ }
72+ }
73+
6374 .values , .members {
6475 padding : 5rem 0 ;
6576
6980 }
7081 }
7182
83+
7284 .value-text {
7385 font-size : 24px ;
7486 }
87+
7588}
Original file line number Diff line number Diff line change @@ -271,6 +271,15 @@ export class AppAbout {
271271 </ div >
272272 </ section >
273273
274+ { /* section - mission statement */ }
275+ < section id = "mission-statement" class = "mission-statement" >
276+ < div class = "mission-statement d-flex text-center" >
277+ < p class = "text-white align-self-center" >
278+ < app-translate key = "about.mission.statement" />
279+ </ p >
280+ </ div >
281+ </ section >
282+
274283 { /* section - values */ }
275284 < section id = "values" class = "values" >
276285 < div class = "container text-center" >
You can’t perform that action at this time.
0 commit comments