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

Commit 46a4e95

Browse files
style(app-team-landing): updates to marvel designs
1 parent ec68469 commit 46a4e95

File tree

5 files changed

+401
-291
lines changed

5 files changed

+401
-291
lines changed

src/assets/i18n/en.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ export const translations = {
9595
},
9696
landing: {
9797
container: {
98-
title1: 'About',
98+
title1: 'What',
99+
title2: 'Does',
99100
skills: 'Skills',
100101
},
101102
cta: {

src/components/app-members-section/app-members-section.tsx

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export class AppMembersSection {
1313
mail: 'jedi@openforge.io',
1414
twitter: 'https://twitter.com/jedihacks',
1515
github: 'https://github.com/jedihacks',
16+
url: '/about/jedi-weller',
1617
},
1718
{
1819
name: 'Paulina Gallo',
@@ -39,6 +40,7 @@ export class AppMembersSection {
3940
mail: 'leon@openforge.io',
4041
twitter: '',
4142
github: '',
43+
url: '/about/leon-degtar',
4244
},
4345
{
4446
name: 'Fernando Del Olmo',
@@ -65,6 +67,7 @@ export class AppMembersSection {
6567
mail: 'claudio@openforge.io',
6668
twitter: '',
6769
github: '',
70+
url: '/about/claudio-del-valle',
6871
},
6972
{
7073
name: 'Min Lee',
@@ -73,13 +76,14 @@ export class AppMembersSection {
7376
mail: 'min@openforge.io',
7477
twitter: '',
7578
github: '',
79+
url: '/about/min-lee',
7680
},
7781
{
7882
name: 'William Holloran',
7983
image: './../../assets/headshot-billy.png',
8084
title: translate('about.team.member.title.qualityManager'),
8185
mail: 'william@openforge.io',
82-
url: '/about/billy-holloran',
86+
url: '/about/william-holloran',
8387
},
8488
{
8589
name: 'May Alkhraisha',
@@ -88,6 +92,7 @@ export class AppMembersSection {
8892
mail: 'may@openforge.io',
8993
twitter: '',
9094
github: '',
95+
url: '/about/may-alkhraisha',
9196
},
9297
{
9398
name: 'Mariela Mora',
@@ -96,6 +101,7 @@ export class AppMembersSection {
96101
mail: 'mariela@openforge.io',
97102
twitter: '',
98103
github: '',
104+
url: '/about/mariela-mora',
99105
},
100106
{
101107
name: 'Petrell Vereen',
@@ -104,6 +110,7 @@ export class AppMembersSection {
104110
mail: 'petrell@openforge.io',
105111
twitter: '',
106112
github: '',
113+
url: '/about/petrell-vereen',
107114
},
108115
{
109116
name: 'Jared Bradshaw',
@@ -112,6 +119,7 @@ export class AppMembersSection {
112119
mail: 'jared@openforge.io',
113120
twitter: '',
114121
github: '',
122+
url: '/about/jared-bradshaw',
115123
},
116124
{
117125
name: 'Harry Scheuerle',
@@ -120,6 +128,7 @@ export class AppMembersSection {
120128
mail: 'harry@openforge.io',
121129
twitter: '',
122130
github: '',
131+
url: '/about/harry-scheuerle',
123132
},
124133
{
125134
name: 'Matt Moran',
@@ -128,6 +137,7 @@ export class AppMembersSection {
128137
mail: 'matt@openforge.io',
129138
twitter: '',
130139
github: '',
140+
url: '/about/matt-moran',
131141
},
132142
{
133143
name: 'Carter Simonson',
@@ -136,6 +146,7 @@ export class AppMembersSection {
136146
mail: 'carter@openforge.io',
137147
twitter: '',
138148
github: '',
149+
url: '/about/carter-simonson',
139150
},
140151
{
141152
name: 'Griffin Robbins',
@@ -144,6 +155,7 @@ export class AppMembersSection {
144155
mail: 'griffin@openforge.io',
145156
twitter: '',
146157
github: '',
158+
url: '/about/griffin-robbins',
147159
},
148160
{
149161
name: 'Pablo Huerta',
@@ -152,6 +164,7 @@ export class AppMembersSection {
152164
mail: 'pablo@openforge.io',
153165
twitter: '',
154166
github: '',
167+
url: '/about/pablo-huerta',
155168
},
156169
{
157170
name: 'Alberto Carniel',
@@ -160,6 +173,7 @@ export class AppMembersSection {
160173
mail: 'alberto@openforge.io',
161174
twitter: '',
162175
github: '',
176+
url: '/about/alberto-carniel',
163177
},
164178
{
165179
name: 'Join Us',
@@ -168,6 +182,7 @@ export class AppMembersSection {
168182
mail: '',
169183
twitter: '',
170184
github: '',
185+
url: '/about/join-us',
171186
},
172187
// {
173188
// name: 'YOU?',

0 commit comments

Comments
 (0)