@@ -11,126 +11,130 @@ import { Layout } from "../_components/layout";
11
11
12
12
export const component = (
13
13
< Row >
14
- < Hr style = { { borderColor : "#CCCCCC " , margin : "16px 0" } } />
14
+ < Hr style = { { borderColor : "rgb(209,213,219) " , margin : "16px 0 0 0" } } />
15
15
< Section >
16
16
{ [
17
17
{
18
- name : "Zeno Rocha " ,
18
+ name : "Steve Jobs " ,
19
19
title : "Co-Founder & CEO" ,
20
- imgSrc : "/static/zeno-rocha.jpeg " ,
20
+ imgSrc : "/static/steve-jobs.jpg " ,
21
21
showDivider : true ,
22
22
} ,
23
23
{
24
- name : "Bu Kinoshita " ,
24
+ name : "Steve Wozniak " ,
25
25
title : "Co-Founder & CTO" ,
26
- imgSrc : "/static/bu-kinoshita.jpeg " ,
26
+ imgSrc : "/static/steve-wozniak.jpg " ,
27
27
showDivider : false ,
28
28
} ,
29
29
] . map ( ( author , index ) => (
30
- < Section
31
- align = "left"
32
- key = { index }
33
- style = { {
34
- width : "50%" ,
35
- paddingLeft : author . showDivider ? "0" : "16px" ,
36
- borderRight : author . showDivider ? "1px solid #CCCCCC" : "none" ,
37
- } }
38
- >
30
+ < >
39
31
< Section
40
- style = { {
41
- display : "inline-block" ,
42
- marginTop : "5px" ,
43
- maxHeight : "48px" ,
44
- maxWidth : "48px" ,
45
- textAlign : "left" ,
46
- } }
32
+ align = "left"
33
+ key = { index }
34
+ style = { { marginTop : "16px" , maxWidth : "288px" } }
47
35
>
48
- < Img
49
- alt = { author . name }
50
- src = { author . imgSrc }
36
+ < Section
51
37
style = { {
52
- borderRadius : "50%" ,
53
- display : "block" ,
54
- height : "48px" ,
55
- objectFit : "cover" ,
56
- objectPosition : "center" ,
57
- width : "48px" ,
58
- } }
59
- />
60
- </ Section >
61
- < Section
62
- style = { {
63
- display : "inline-block" ,
64
- marginLeft : "18px" ,
65
- maxWidth : "120px" ,
66
- textAlign : "left" ,
67
- verticalAlign : "top" ,
68
- } }
69
- >
70
- < Heading
71
- as = "h3"
72
- style = { {
73
- color : "#1A202C" ,
74
- fontSize : "14px" ,
75
- fontWeight : 500 ,
76
- lineHeight : "20px" ,
77
- margin : 0 ,
38
+ display : "inline-block" ,
39
+ marginTop : "5px" ,
40
+ maxHeight : "48px" ,
41
+ maxWidth : "48px" ,
42
+ textAlign : "left" ,
78
43
} }
79
44
>
80
- { author . name }
81
- </ Heading >
82
- < Text
45
+ < Img
46
+ alt = { author . name }
47
+ height = { 48 }
48
+ src = { author . imgSrc }
49
+ style = { {
50
+ borderRadius : 9999 ,
51
+ display : "block" ,
52
+ objectFit : "cover" ,
53
+ objectPosition : "center" ,
54
+ width : "48px" ,
55
+ } }
56
+ width = { 48 }
57
+ />
58
+ </ Section >
59
+ < Section
83
60
style = { {
84
- color : "#718096 " ,
85
- fontSize : "12px " ,
86
- fontWeight : 500 ,
87
- lineHeight : "14px " ,
88
- margin : 0 ,
61
+ display : "inline-block " ,
62
+ marginLeft : "18px " ,
63
+ maxWidth : "120px" ,
64
+ textAlign : "left " ,
65
+ verticalAlign : "top" ,
89
66
} }
90
67
>
91
- { author . title }
92
- </ Text >
93
- < Section style = { { marginTop : "4px" } } >
94
- < Link
95
- href = "#"
68
+ < Heading
69
+ as = "h3"
96
70
style = { {
97
- color : "#9CA3AF" ,
98
- height : "12px" ,
99
- width : "12px" ,
71
+ color : "#1A202C" ,
72
+ fontSize : "14px" ,
73
+ fontWeight : 500 ,
74
+ lineHeight : "20px" ,
75
+ margin : 0 ,
100
76
} }
101
77
>
102
- < svg
103
- fill = "currentColor"
104
- height = "12"
105
- viewBox = "0 0 16 16"
106
- width = "12"
107
- xmlns = "http://www.w3.org/2000/svg"
108
- >
109
- < path d = "M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z" />
110
- </ svg >
111
- </ Link >
112
- < Link
113
- href = "#"
78
+ { author . name }
79
+ </ Heading >
80
+ < Text
114
81
style = { {
115
- color : "#9CA3AF" ,
116
- height : "12px" ,
117
- marginLeft : "8px" ,
118
- width : "12px" ,
82
+ color : "rgb(107,114,128)" ,
83
+ fontSize : "12px" ,
84
+ fontWeight : 500 ,
85
+ lineHeight : "14px" ,
86
+ margin : 0 ,
119
87
} }
120
88
>
121
- < svg
122
- fill = "currentColor"
123
- height = "12"
124
- viewBox = "0 0 16 16"
125
- width = "12"
126
- xmlns = "http://www.w3.org/2000/svg"
89
+ { author . title }
90
+ </ Text >
91
+ < Section style = { { marginTop : "4px" } } >
92
+ < Link
93
+ href = "#"
94
+ style = { {
95
+ display : "inline-flex" ,
96
+ height : "12px" ,
97
+ width : "12px" ,
98
+ } }
99
+ >
100
+ < Img
101
+ alt = "X"
102
+ src = "/static/x-icon.png"
103
+ style = { { height : "12px" , width : "12px" } }
104
+ />
105
+ </ Link >
106
+ < Link
107
+ href = "#"
108
+ style = { {
109
+ display : "inline-flex" ,
110
+ height : "12px" ,
111
+ marginLeft : "8px" ,
112
+ width : "12px" ,
113
+ } }
127
114
>
128
- < path d = "M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z" />
129
- </ svg >
130
- </ Link >
115
+ < Img
116
+ alt = "LinkedIn"
117
+ src = "/static/in-icon.png"
118
+ style = { { height : "12px" , width : "12px" } }
119
+ />
120
+ </ Link >
121
+ </ Section >
131
122
</ Section >
132
123
</ Section >
133
- </ Section >
124
+ { author . showDivider ? (
125
+ < Hr
126
+ style = { {
127
+ border : "none" ,
128
+ backgroundColor : "rgb(209,213,219)" ,
129
+ display : "inline-block" ,
130
+ float : "left" ,
131
+ height : "58px" ,
132
+ marginRight : "16px" ,
133
+ width : "1px" ,
134
+ } }
135
+ />
136
+ ) : null }
137
+ </ >
134
138
) ) }
135
139
</ Section >
136
140
</ Row >
0 commit comments