-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam_v1.html
448 lines (423 loc) · 13.5 KB
/
team_v1.html
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
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
<html>
<head>
<meta charset="utf-8" />
<meta
id="metaViewport"
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no, maximum-scale=1, minimum-scale=1"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB"
crossorigin="anonymous"
/>
<title>Sample Site</title>
<style>
.container {
width: 100%;
padding-right: 70px;
padding-left: 70px;
margin-right: auto;
margin-left: auto;
}
@media only screen and (max-width: 1200px) {
.container {
width: 100%;
padding-right: 0px !important;
padding-left: 0px !important;
margin-right: auto;
margin-left: auto;
}
}
body {
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
}
p,
label {
font-family: 'Open Sans', sans-serif;
}
p {
font-size: 16px;
}
.header {
background-color: #f3f3f3;
color: #fff;
}
.live-page {
padding: 0px;
margin: 0 auto;
padding-left: 1.5em;
padding-right: 1.5em;
}
.logo {
width: 110px;
}
.main-container {
display: flex;
padding-right: 76px;
padding-left: 76px;
}
.left-column {
padding: 20px;
width: 100%;
/* padding-left: 150px; */
padding-top: 20px;
}
.right-column {
padding: 20px;
width: 100%;
}
/* left column container */
.video-container {
padding: 0px;
}
.video-title {
padding: 10px;
}
.video {
padding: 10px;
}
.contact-container {
padding: 20px;
background: #f3f3f3;
font-size: 19px;
}
.contact-container h2 {
font-size: 25px !important;
}
.contact-container h2 {
font-size: 1.5em;
text-transform: none;
letter-spacing: 0;
border: none;
color: #313131;
margin: 0;
padding: 0;
}
.contact-options {
display: flex;
}
.one-third {
width: 222px;
padding: 10px;
}
.video-info {
padding: 20px;
padding-left: 10px;
}
/* right column container */
.article-container {
padding-top: 10px;
padding-bottom: 0px;
padding-left: 0px;
padding-top: 50px;
}
h2 {
margin-bottom: 10px;
margin-top: 10px;
}
.expand a {
float: right;
}
li {
font-size: 17px;
}
/* Links */
.articles a {
text-decoration: none;
}
.articles a:hover {
color: #d52327;
}
a {
color: #a73e3f;
text-decoration: underline;
}
a:hover {
color: #d52327;
text-decoration: underline;
}
/* List */
li {
padding-bottom: 15px;
}
.articles {
list-style: none !important;
padding-left: 0px;
}
/* Forms */
form {
display: block;
margin-top: 0em;
margin-block-end: 1em;
}
.p-10-0 {
padding: 10px 0;
}
.p-l-10 {
padding-left: 10px;
}
.button {
font-size: 16px;
font-weight: 700;
border: none;
padding: 10px;
background: #bd1f23;
color: #fff;
}
.button:hover {
background-color: #d52327;
cursor: pointer;
}
.contact-options-font {
font-size: 19px;
}
</style>
</head>
<body>
<div class="wrapper">
<!-- HEADER -->
<!-- <header> -->
<!-- </header> -->
<!-- END HEADER -->
<div class="container">
<div class="row">
<!-- LEFT COLUMN -->
<div class="col-sm-12 col-md-12 col-lg-8 col-xl-8 p-5">
<div>
<h4 class="pb-2">
Design is a Team Sport
</h4>
</div>
<div class="pb-3">
<div style="padding:56.25% 0 0 0;position:relative;">
<iframe
src="https://player.vimeo.com/video/162872494"
style="position:absolute;top:0;left:0;width:100%;height:100%;"
frameborder="0"
allow="autoplay; fullscreen"
allowfullscreen
></iframe>
</div>
<script src="https://player.vimeo.com/api/player.js"></script>
</div>
<div class="pt-2">
<p>
Every seasoned designer has fallen into the trap. They see the
bad design in front of them. They can’t help but see how bad it
is. And they want to redesign it. Show the world how it could be
done. How it should be done.
</p>
<p>
Well-intentioned as the desire to rid the world of this bad
design is, their approach often is a disaster. It pushes their
allies away, accidentally giving off the air of superiority
filled with the smells of arrogance and contempt.
</p>
<p>
An alternative is a well-designed process for creating your
designs. The secret sauce in that well-designed process is a
realization and inclusiveness of everyone on the team. It’s
infused with an understanding of how people contribute to the
design process, even when they aren’t trained in design skills.
And it opens up opportunities to give everyone—not just your
trained designers—the superpowers necessary to rid your products
and services of bad design.
</p>
<p>
This talk will inspire you and your team to:
</p>
<ul>
<li>
Realize the reason everyone thinks they are a designer is they
are a designer, however unskilled
</li>
<li>
Learn that our design processes need to be designed, with
intention and thoughtfulness
</li>
<li>
Focus on helping every contributing influencer of your designs
become a consciously competent designer themselves
</li>
</ul>
<p class="font-italic pl-2">
This talk is 45 minutes (60 minutes with Q&A). A 30 min version
is also available.
</p>
</div>
<!-- START CONTACT CONTAINER -->
<div class="contact-container p-4">
<h5>
Want Jared to give this talk? Let's Chat
</h5>
<p class="pt-2">
Contact us. We'll set up a call with you to discuss
availability, rates, anwser any questions you have, and if
you're ready for the awesomness–schedule a date for Jared's
visit.
</p>
<div class="contact-options row px-3">
<div class="one-third column col-md">
<span class="center">
<p>
<a
class="center contact-options-font"
href="https://reg.uie.com/feedback"
>Contact Us</a
>
</p>
</span>
<p>Contact us online.</p>
</div>
<div class="one-third column col-md">
<span class="center ">
<p class="contact-options-font">(800) 588-9855</p>
</span>
<p>Within the U.S. & Canada.</p>
</div>
<div class="one-third column col-md">
<span class="center">
<p class="contact-options-font">
+1 (978) 327-5561
</p>
</span>
<p>Anywhere, worldwide.</p>
</div>
</div>
</div>
<!-- END CONTACT CONTAINER -->
</div>
<!-- END LEFT COLUMN -->
<!-- RIGHT COLUMN -->
<div class="col-sm-12 col-md-12 col-lg-4 col-xl-4">
<div class="right-column">
<div class="article-container">
<h5 class="pb-2">Related Content</h5>
<ul class="articles">
<li>
<a
href="https://aycl.uie.com/virtual_seminars/Accessibility_through_User_Research?source=Test1sotd"
>Understanding the Kano Model – A Tool for Sophisticated
Designers</a
>
</li>
<li>
<a
href="https://aycl.uie.com/virtual_seminars/Accessibility_through_User_Research?source=Test1sotd"
>Building a Winning UX Strategy Using the Kano Model</a
>
</li>
<li>
<a
href="https://aycl.uie.com/virtual_seminars/Accessibility_through_User_Research?source=Test1sotd"
>Pleasure, Flow, and Meaning - The 3 Approaches to
Designing for Delight</a
>
</li>
</ul>
</div>
<hr/ >
<div class="signup-container">
<h5 class="pb-2">UX Strategy with Jared Spool</h5>
<div>
<p>
Want to improve your organization's UX strategy? Subscribe
to our new newsletter UX Strategy with Jared Spool. Learn
how successful organizations have made UX strategic through
research, articles, and advice sent straight to your inbox.
</p>
</div>
<div class="form-section" id="form">
<form
class="newsletter"
action="https://reg.uie.com/newsletter"
method="post"
>
<div>
<div class="p-10-0">
<label for="email"><strong>First Name:</strong></label>
<input
class="w-100 p-10-0 p-l-10"
type="text"
name="fname"
id="fname"
placeholder="First Name"
/>
</div>
<!--
<div class="p-10-0">
<label for="email"><strong>Last Name:</strong></label>
<input class="w-100 p-10-0 p-l-10" type="text" name="lname" id="lname" placeholder="Last Name">
</div> -->
<input
type="hidden"
name="lname"
id="lname"
placeholder="Last Name"
/>
<div class="p-10-0 ">
<label for="email"
><strong>Email Address:</strong></label
>
<input
class="w-100 p-10-0 p-l-10"
type="email"
name="email"
id="email"
placeholder="Email"
required=""
/>
</div>
</div>
<div>
<!--input id="signup-btn" class="w-100 btn" type="submit" value="Sign up for UX Strategy with Jared Spool" >-->
<button
type="submit"
id="signup-btn"
class="w-100 button"
>
Sign up for the Newsletter
</button>
</div>
<input
type="hidden"
id="listid"
name="listid"
value="382de78e4c"
/>
<input
type="hidden"
id="interestid"
name="interestid"
value="b2e886c648"
/>
<input
type="hidden"
name="successurl"
value="https://www.centercentre-uie.com/uxstrategy/signup/#success"
/>
<input
type="hidden"
name="directsignup"
value="https://mailchi.mp/uie.com/uxstrategy"
/>
</form>
</div>
</div>
</div>
</div>
<!-- END RIGHT COLUMN -->
</div>
</div>
<!-- START FOOTER -->
<!-- <footer class="global">
</footer> -->
<!-- END OF FOOTER -->
</div>
<!-- end of wrapper -->
</body>
</html>