-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathUXWWhoWeAre.js
304 lines (288 loc) · 12.1 KB
/
UXWWhoWeAre.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
const data = [
{
name: 'Laura',
role: 'Co-Organizer of UX Wizards',
image: '/assets/laura.jpg',
description: 'Laura built the Who We Are Page.',
link: 'https://www.linkedin.com/in/lewilliams89/'
},
{
name: 'Seiko',
role: 'Product Designer',
image: '/assets/seiko.jpg',
description: 'Seiko built the Logo and Component.',
link: 'https://www.linkedin.com/in/seikoigi/'
},
{
name: 'Kaisen',
role: 'UX Enthusiast',
image: '/assets/kaisen.jpg',
description: 'Kaisen kept us on track.',
link: 'https://www.linkedin.com/in/kaisen-lin-02bb0864/'
},
{
name: 'Javi',
role: 'Frontend Developer',
image: '/assets/javi.jpg',
description: 'Javi built the Design Assets page.',
link: 'https://www.linkedin.com/in/javigme/'
},
{
name: 'Max',
role: 'Product Designer',
image: '/assets/max.png',
description: 'Max built the Colors page.',
link: 'https://linkedin.com/in/uxeverything'
},
{
name: 'Sidney',
role: 'Product Designer',
image: '/assets/sidney.jpg',
description: 'Sidney built the Typography page.',
link: 'https://www.linkedin.com/in/sidneyrhoads/'
},
{
name: 'Dhruv',
role: 'Software Engineer',
image: '/assets/dhruv.jpg',
description: 'Dhruv built contributors.',
link: 'https://www.linkedin.com/in/dhruv-madhok-9290a2a3/'
},
{
name: 'Chaela',
role: 'Product Designer',
image: '/assets/chaela.jpg',
description: 'Chaela worked on the Colors page.',
link: 'https://www.linkedin.com/in/chaelacristobal/'
},
{
name: 'Bi',
role: 'Product Designer',
image: '/assets/bi.jpg',
description: 'Bi updated Typography page.',
link: 'https://www.linkedin.com/in/dungtnguyen/'
},
]
const titleStyle = {
color: "grey"
}
const columnStyle = {
width: "33.3%",
marginBottom: "16px",
padding: "0 8px"
}
const cardStyle = {
boxShadow: "0 4px 8px 0 rgba(0, 0, 0, 0.2)",
fontSize: "16px",
height: "480px",
width: "340px",
margin: "8px",
paddingLeft: "20px",
paddingRight: "20px",
paddingTop: "20px",
paddingBottom: "20px"
}
const paddingStyle = {
paddingTop: "6px"
}
const linkStyle = {
color: "white !important"
}
function UXWWhoWeAre(props) {
return (
<div className="container">
<UXWSubsection anchor="about--about" title="About Us">
<p className="pb-4 max-w-prose">
UX Wizards is a community of passionate, supportive learners and UX enthusiasts.
</p>
<p className="pb-4 max-w-prose">
Together we host a variety of events each month that include casual hangouts, game nights, and learning events. You can find us active on the UX Wizards MeetUp group, our dedicated Slack, and our hangout Discord.
</p>
<p className="pb-4 max-w-prose">
Membership is completely free! We welcome all that want to participate and join with the intention of making real connections, a willingness to support others, and an interest in learning together.
</p>
</UXWSubsection>
<UXWSubsection anchor="about--mission" title="Our Mission">
<p className="pb-4 max-w-prose italic">
Our mission is a compass to guide our decisions made in the name of the community. It ensures that every event we hold, every project we start, and every piece of content we create is working toward the same goal in order to best serve our fellow Wizards.
</p>
<div className="flex max-w-prose p-8 my-4 uxw-bg-steel-2 rounded-lg border-black rounded-md shadow-inner">
<p className="max-w-prose">
To provide a variety of opportunities for UX enthusiasts to connect so that they may find support and growth through sharing experiences.
</p>
</div>
</UXWSubsection>
<UXWSubsection anchor="about--personality" title="Personality">
<div className="grid grid-cols-2 gap-8 pt-4 pb-8 max-w-prose ">
<div className="flex flex-col"> {/* first box - Fun & Whimsical */}
<div className="flex flex-row justify-center bg-gray-200 rounded-t-lg">
<div className="p-4">
<img className="w-40" src="assets/icon_unicorn.svg" alt="party unicorn" />
</div>
</div>
<div className="flex flex-row py-4 px-6 justify-center bg-gray-100 text-lg font-bold">
<p>Fun & Whimsical</p>
</div>
<div className="flex flex-row px-6 pb-4 justify-left bg-gray-100 rounded-b-lg">
<p>
And occasionally nerdy 🤓. We’re unpretentious, playful, and love a good joke or pun.
</p>
</div>
</div>
<div className="flex flex-col items-stretch"> {/* second box - Passionate & Excited */}
<div className="flex flex-row justify-center bg-gray-200 rounded-t-lg">
<div className="p-4">
<img className="w-40" src="assets/icon_magic.svg" alt="hand holding magic sparkle" />
</div>
</div>
<div className="flex flex-row py-4 px-6 justify-center bg-gray-100 text-lg font-bold">
<p>Passionate & Excited</p>
</div>
<div className="flex flex-row px-6 pb-4 justify-left bg-gray-100 rounded-b-lg">
<p>
We’re eager to learn and share knowledge with others.
</p>
</div>
</div>
<div className="flex flex-col"> {/* third box - Motivated & Scrappy */}
<div className="flex flex-row justify-center bg-gray-200 rounded-t-lg">
<div className="p-4">
<img className="w-40" src="assets/icon_megaphone.svg" alt="checklist" />
</div>
</div>
<div className="flex flex-row py-4 px-6 justify-center bg-gray-100 text-lg font-bold">
<p>Motivated & Scrappy</p>
</div>
<div className="flex flex-row px-6 pb-4 justify-left bg-gray-100 rounded-b-lg">
<p>
We’re willing to jump in and take risks. You don't need a title to be a leader. We encourage everyone to take a stab at it.
</p>
</div>
</div>
<div className="flex flex-col"> {/* fourth box - Empathetic & Approachable */}
<div className="flex flex-row justify-center bg-gray-200 rounded-t-lg">
<div className="p-4">
<img className="w-40" src="assets/icon_hands.svg" alt="hands holding" />
</div>
</div>
<div className="flex flex-row py-4 px-6 justify-center bg-gray-100 text-lg font-bold">
<p>Empathetic & Approachable</p>
</div>
<div className="flex flex-row px-6 pb-4 justify-left bg-gray-100 rounded-b-lg">
<p>
We’re understanding and unpretentious. Everyone has a voice here.
</p>
</div>
</div>
<div className="flex flex-col"> {/* fifth box - Adventurous & Imaginative */}
<div className="flex flex-row justify-center bg-gray-200 rounded-t-lg">
<div className="p-4">
<img className="w-40" src="assets/icon_rocket.svg" alt="rocket blasting off" />
</div>
</div>
<div className="flex flex-row py-4 px-6 justify-center bg-gray-100 text-lg font-bold">
<p>Adventurous & Imaginative</p>
</div>
<div className="flex flex-row px-6 pb-4 justify-left bg-gray-100 rounded-b-lg">
<p>
We’re interested in all ideas, even if it’s just a random thought or a little out of the box.
</p>
</div>
</div>
</div>
</UXWSubsection>
<UXWSubsection anchor="about--values" title="Values">
<div className="flex flex-col gap-4 pt-4 max-w-prose">
<div className="flex flex-row">
<div className="flex flex-none w-40 p-4 justify-center bg-gray-200 rounded-l-lg items-center">
<p className="text-lg">
Friendship
</p>
</div>
<div className="flex w-4/5 px-6 py-4 bg-gray-100 rounded-r-lg">
<p className="max-w-prose">
Doing things with friends makes it all that much more fun.
</p>
</div>
</div>
<div className="flex flex-row">
<div className="flex flex-none w-40 p-4 justify-center bg-gray-200 rounded-l-lg items-center">
<p className="text-lg">
Curiosity
</p>
</div>
<div className="flex w-4/5 px-6 py-4 bg-gray-100 rounded-r-lg ">
<p className="max-w-prose">
A passion to learn. There is no such thing as a stupid question.
</p>
</div>
</div>
<div className="flex flex-row">
<div className="flex flex-none w-40 p-4 justify-center bg-gray-200 rounded-l-lg items-center">
<p className="text-lg">
Inclusion
</p>
</div>
<div className="flex w-4/5 px-6 py-4 bg-gray-100 rounded-r-lg ">
<p className="max-w-prose">
All are welcome. People, opinions, backgrounds. All.
</p>
</div>
</div>
<div className="flex flex-row">
<div className="flex flex-none w-40 p-4 justify-center bg-gray-200 rounded-l-lg items-center">
<p className="text-lg">
Growth
</p>
</div>
<div className="flex w-4/5 px-6 py-4 bg-gray-100 rounded-r-lg">
<p className="max-w-prose">
We’re not looking for experts or perfection. We strive for new experiences, never perfection.
</p>
</div>
</div>
<div className="flex flex-row">
<div className="flex flex-none w-40 p-4 justify-center self-auto bg-gray-200 rounded-l-lg items-center">
<p className="text-lg">
Collaboration
</p>
</div>
<div className="flex w-4/5 px-6 py-4 bg-gray-100 rounded-r-lg ">
<p className="max-w-prose">
Share knowledge and work together. Learn from others and in return teach others, so we may rise together.
</p>
</div>
</div>
<div className="flex flex-row flex-shrink-0">
<div className="flex flex-none w-40 p-4 justify-center bg-gray-200 rounded-l-lg items-center ">
<p className="text-lg">
Initiative
</p>
</div>
<div className="flex w-4/5 px-6 py-4 bg-gray-100 rounded-r-lg ">
<p className="max-w-prose">
We exist thanks to volunteers that step up and get things done.
</p>
</div>
</div>
</div>
</UXWSubsection>
<UXWSubsection anchor="about--wizards" title="Contributors">
<div className="flex flex-wrap">
{data.map(({image, name, role, description, link}) => (
<div className="card" style={cardStyle}>
<img src={image} alt={name} style={{width: '300px', height: '300px'}} />
<div className="container">
<h2 style={paddingStyle}>{name}</h2>
<p className="title" style={titleStyle}>{role}</p>
<p>{description}</p>
<br></br>
<a href={link} className="text-white py-4 px-12 from-indigo-600 to-indigo-900 bg-gradient-to-r rounded-md uppercase tracking-widest font-light hover:shadow-2xl transition duration-500 ease-in-out hover:bg-opacity-40"><span style ={{color: "#ffffff"}}>Contact</span></a>
</div>
</div>
))}
</div>
</UXWSubsection>
</div>
)
}