-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-me.html
454 lines (450 loc) · 26.1 KB
/
about-me.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
449
450
451
452
453
454
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Jeff Sanders">
<title>Jeff Sanders Jr. - About Me</title>
<!-- Favicon -->
<link href="../assets/img/brand/favicon.png" rel="icon" type="image/png">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
<!-- Icons -->
<link href="../assets/vendor/nucleo/css/nucleo.css" rel="stylesheet">
<link href="../assets/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<!-- Argon CSS -->
<link type="text/css" href="../assets/css/argon.css?v=1.0.1" rel="stylesheet">
<!-- Docs CSS -->
<link type="text/css" href="../assets/css/docs.min.css" rel="stylesheet">
<!-- Google Tag Manager -->
<script>
(function(w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-N2ZHDPF');
</script>
<!-- End Google Tag Manager -->
<style>
.section-shaped .shape-style-1.shape-primary {
background: linear-gradient(150deg, #263238 15%, #37474F 70%, #455A64 94%);
}
.headroom--not-top {
background: linear-gradient(150deg, #263238 15%, #37474F 70%, #455A64 94%) !important;
}
</style>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N2ZHDPF" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<header class="header-global">
<nav id="navbar-main" class="navbar navbar-main navbar-expand-lg navbar-transparent navbar-light headroom">
<div class="container">
<a class="navbar-brand mr-lg-5" href="/">
<img src="../assets/img/brand/white.png">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar_global" aria-controls="navbar_global" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbar_global">
<div class="navbar-collapse-header">
<div class="row">
<div class="col-6 collapse-brand">
<a href="/">
<img src="../assets/img/brand/blue.png">
</a>
</div>
<div class="col-6 collapse-close">
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar_global" aria-controls="navbar_global" aria-expanded="false" aria-label="Toggle navigation">
<span></span>
<span></span>
</button>
</div>
</div>
</div>
<ul class="navbar-nav navbar-nav-hover align-items-lg-center">
<li class="nav-item">
<a href="./" class="nav-link" role="button">
<i class="fa fa-home d-lg-none"></i>
<span class="nav-link-inner--text">Home</span>
</a>
</li>
<!-- <li class="nav-item">
<a href="./design-process.html" class="nav-link" role="button">
<i class="fa fa-rocket d-lg-none"></i>
<span class="nav-link-inner--text">My Design Process</span>
</a>
</li> -->
<li class="nav-item">
<a href="./challenge/" class="nav-link" role="button">
<i class="fa fa-desktop d-lg-none"></i>
<span class="nav-link-inner--text">UI Challenges</span>
</a>
</li>
<li class="nav-item">
<a href="./redesign/" class="nav-link" role="button">
<i class="fa fa-repeat d-lg-none"></i>
<span class="nav-link-inner--text">Redesigns</span>
</a>
</li>
<li class="nav-item">
<a href="./about-me.html" class="nav-link active" role="button">
<i class="ni ni-circle-08 d-lg-none"></i>
<span class="nav-link-inner--text">About Me</span>
</a>
</li>
</ul>
<ul class="navbar-nav align-items-lg-center ml-lg-auto">
<li class="nav-item">
<a class="nav-link nav-link-icon" href="https://twitter.com/jsandersjr11" target="_blank" data-toggle="tooltip" title="Follow me on Twitter">
<i class="fa fa-twitter-square"></i>
<span class="nav-link-inner--text d-lg-none">Twitter</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link nav-link-icon" href="https://www.linkedin.com/in/jeffsandersjr" target="_blank" data-toggle="tooltip" title="Connect on LinkedIn">
<i class="fa fa-linkedin-square"></i>
<span class="nav-link-inner--text d-lg-none">LinkedIn</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main class="profile-page">
<section class="section-profile-cover section-shaped my-0">
<!-- Circles background -->
<div class="shape shape-style-1 shape-primary alpha-4">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<!-- SVG separator -->
<div class="separator separator-bottom separator-skew">
<svg x="0" y="0" viewBox="0 0 2560 100" preserveAspectRatio="none" version="1.1" xmlns="http://www.w3.org/2000/svg">
<polygon class="fill-white" points="2560 0 2560 100 0 100"></polygon>
</svg>
</div>
</section>
<section class="section">
<div class="container">
<div class="card card-profile shadow mt--450">
<div class="px-4">
<div class="row justify-content-center">
<div class="col-lg-3 order-lg-2">
<div class="card-profile-image">
<a href="#">
<img src="../assets/img/theme/team-4-800x800.jpg" class="rounded-circle">
</a>
</div>
</div>
<div class="col-lg-4 order-lg-3 text-lg-right align-self-lg-center">
<div class="card-profile-actions py-4 mt-lg-0">
<!-- <a href="https://www.linkedin.com/in/jeffsandersjr" target="_blank" class="btn btn-sm btn-info mr-4">Connect</a> -->
<a class="btn btn-sm btn-info mr-4" href="https://www.linkedin.com/in/jeffsandersjr" target="_blank" data-toggle="tooltip" title="Connect on LinkedIn">Connect</a>
<!-- <a href="#" class="btn btn-sm btn-default float-right">Message</a> -->
</div>
</div>
<div class="col-lg-4 order-lg-1">
<!-- <div class="card-profile-stats d-flex justify-content-center">
<div>
<span class="heading">22</span>
<span class="description">Friends</span>
</div>
<div>
<span class="heading">10</span>
<span class="description">Photos</span>
</div>
<div>
<span class="heading">89</span>
<span class="description">Comments</span>
</div>
</div> -->
</div>
</div>
<div class="text-center mt-5">
<h3>Jeff Sanders, Jr.
<span class="font-weight-light"></span>
</h3>
<div class="h6 font-weight-300"><i class="ni location_pin mr-2"></i>San Diego, California</div>
<div class="h6 mt-4"><i class="ni business_briefcase-24 mr-2"></i>Lead UX Designer - Online Guru, Inc.</div>
</div>
<div class="mt-5 py-5 border-top text-center">
<div class="row justify-content-center">
<div class="col-lg-12 text-left">
<h4>UX Certified</h4>
<ul>
<li><a href="https://www.nngroup.com/ux-certification/verify/" target="_blank">Nielsen Norman Group</a></li>
<li><a href="https://www.linkedin.com/school/devpoint-labs/" target="_blank">DevPoint Labs</a></li>
</ul>
<h4>About Me</h4>
<p>Born and raised in the shadows of the silicon slopes. I’m fueled by my love for making and creating human-centered products and services. I’m first and always an advocate for the user, the people my product serves. Through
observation and conversation, I gather people’s stories to inspire my work. Always being mindful of the big picture and stressing about each pixel. I simplify the complex, make the mundane beautiful, and the tedious delightful. By
balancing the needs of the user, business requirements, and the capabilities of technology I create innovative solutions, products, and experiences.</p>
<!-- <a href="#">Show more</a> -->
<p>Throughout my career thus far, I have had the opportunity to work on a lot of exciting projects and have developed the following skills, which include, but are not limited to:</p>
<ul>
<li>Omnichannel Journeys and Customer Experience, Lean UX and Agile (<a href="https://www.nngroup.com/ux-certification/verify/" target="_blank"> Nielsen Norman Group certified </a>)</li>
<li>Conversion rate optimization</li>
<li>Wireframes & rapid prototyping</li>
<li>A/B testing ( <a href="https://www.optimizely.com/academy/certifications/" target="_blank">Optimizely Certified</a> )</li>
<li>Usability testing</li>
<li>Information architecture</li>
<li>Journey mapping</li>
<li>Persona development</li>
</ul>
<h4>My Process</h4>
<p>I like to follow a version of the double diamond design process. Even though it is described here and in my case studies in a linear fashion, it often involves returning to a previous step to iterate, expound, or try something
completely different.</p>
<div class="col-lg-12 mt-5 mt-lg-0 my-3">
<!-- Menu -->
<div class="nav-wrapper">
<ul class="nav nav-pills nav-fill flex-column flex-md-row" id="tabs-text" role="tablist">
<li class="nav-item">
<a class="nav-link mb-sm-3 mb-md-0 active show" id="tabs-text-1-tab" data-toggle="tab" href="#tabs-text-1" role="tab" aria-controls="tabs-text-1" aria-selected="true">Learn</a>
</li>
<li class="nav-item">
<a class="nav-link mb-sm-3 mb-md-0" id="tabs-text-2-tab" data-toggle="tab" href="#tabs-text-2" role="tab" aria-controls="tabs-text-2" aria-selected="false">Synthesize</a>
</li>
<li class="nav-item">
<a class="nav-link mb-sm-3 mb-md-0" id="tabs-text-3-tab" data-toggle="tab" href="#tabs-text-3" role="tab" aria-controls="tabs-text-3" aria-selected="false">Ideate</a>
</li>
<li class="nav-item">
<a class="nav-link mb-sm-3 mb-md-0" id="tabs-text-4-tab" data-toggle="tab" href="#tabs-text-4" role="tab" aria-controls="tabs-text-4" aria-selected="false">Prototype</a>
</li>
<li class="nav-item">
<a class="nav-link mb-sm-3 mb-md-0" id="tabs-text-5-tab" data-toggle="tab" href="#tabs-text-5" role="tab" aria-controls="tabs-text-5" aria-selected="false">Test</a>
</li>
<li class="nav-item">
<a class="nav-link mb-sm-3 mb-md-0" id="tabs-text-6-tab" data-toggle="tab" href="#tabs-text-6" role="tab" aria-controls="tabs-text-6" aria-selected="false">Iterate</a>
</li>
</ul>
</div>
<div class="card shadow">
<div class="card-body">
<div class="tab-content" id="myTabContent">
<div class="tab-pane fade active show" id="tabs-text-1" role="tabpanel" aria-labelledby="tabs-text-1-tab">
<h4 class="d-lg-none">Learn</h4>
<p class="description">Learning is first and foremost about gaining empathy for the user. But, learning is also much more than that. Each project brings new challenges and new domains. Whether the domain is health,
education, or business planning, there is always a need to learn.</p>
<p class="description">Some of my favorite learning tools include conducting interviews with users and Subject matter experts, heuristic evaluations, usability testing, card sorting, and competitive analysis.</p>
</div>
<div class="tab-pane fade" id="tabs-text-2" role="tabpanel" aria-labelledby="tabs-text-2-tab">
<h4 class="d-lg-none">Synthesize</h4>
<p class="description">It’s time to take everything that I learned and use it to identify trends, create and/or identify user’s mental models, user personas, user scenarios, user flows, problem statements, and design
principles. Post-it notes, markers, and whiteboards are my best friends here.</p>
</div>
<div class="tab-pane fade" id="tabs-text-3" role="tabpanel" aria-labelledby="tabs-text-3-tab">
<h4 class="d-lg-none">Ideate</h4>
<p class="description">Ideation is perhaps my favorite part of the process because I (initially) get to let my imagination run wild with creating user scenarios, sketching wireframes, laying out interfaces in Sketch and
using any other method I might need to help me in finding solutions to the problems uncovered in the previous phases.</p>
<p class="description">If I'm in the early stages of ideation I like to use printed device templates for sketching wireframes. In the latter stages of ideating Sketch is my go-to tool. If I'm imagining new ways that a user
might interact with a product I like to write out scenarios on paper and then visualize them in Bitstrips.</p>
</div>
<div class="tab-pane fade" id="tabs-text-4" role="tabpanel" aria-labelledby="tabs-text-4-tab">
<h4 class="d-lg-none">Prototype</h4>
<p class="description">With a lot of ideas generated it is time to take the best ideas and turn them into something that can be tested with users. I find it best to learn earlier rather than later what ideas are working
and worth pursuing so my prototypes are usually low to mid-fidelity. Though I enjoy getting to make higher-fidelity prototypes that involve gestures and animations whenever I can.</p>
<p class="description">Prototyping is, by its nature, all about testing. Whether it is a paper prototype or a prototype made with Invision App, the purpose is to check my thinking with someone else to make sure the
solution I’m designing aligns with the mental model of our users.</p>
<p class="description">I've tried a lot of different prototyping tools. Invision is great for quick prototypes to test the flow of an app or website. If I'm wanting to quickly prototype to test the flow and interaction I
prefer good old HTML, CSS, and Javascript backed by a frontend framework for rapid prototyping. </p>
</div>
<div class="tab-pane fade" id="tabs-text-5" role="tabpanel" aria-labelledby="tabs-text-5-tab">
<h4 class="d-lg-none">Test</h4>
<p class="description">Testing is something that should be done throughout the process (instead of only at the end) in both formal and informal ways, the goal always being to receive feedback on the work being done and to
gain an understanding of the thought process others go through when using the product.</p>
<p class="description">Ideally, testing is conducted in-person as it is easier to gain a clear picture of how the user involved in testing is interacting with the design. When remote-testing is necessary (and even when
in-person testing is being conducted) I like to use Lookback to record my tests.</p>
</div>
<div class="tab-pane fade" id="tabs-text-6" role="tabpanel" aria-labelledby="tabs-text-6-tab">
<h4 class="d-lg-none">Iterate</h4>
<p class="description">It is pretty rare that you get everything right the first time around. Having learned from testing a prototype with users I can now refine my solution to better solve the problems that I am trying to
solve.</p>
</div>
</div>
</div>
</div>
</div>
<h4>Contact Me</h4>
<p class="description">Whether you have an app or website that needs a little help or you’re looking for a designer to join your team, I’m currently looking for opportunities to stretch my UX, UI, and Product design skills and would
love to speak with you about your needs. Please contact me using LinkedIn</p>
<a class="btn btn-sm btn-info mr-4" href="https://www.linkedin.com/in/jeffsandersjr" target="_blank" data-toggle="tooltip" title="" data-original-title="Connect on LinkedIn">Contact me on LinkedIn</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section section-lg pt-lg-0">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-12">
<div class="row row-grid">
<div class="col-lg-4">
<a href="../case/church-state.html" class="card card-lift--hover shadow border-0">
<div class="">
<img style="width:100%" src="../case/img/churchandstate-cover.png" alt="Church and State logo with building interior as background">
<div class="card-body">
<!-- <div class="icon icon-shape icon-shape-primary rounded-circle mb-4">
<i class="ni ni-istanbul"></i>
</div> -->
<h6 class="text-primary text-uppercase">Church & State</h6>
<p class="text-muted mt-3">Church & State is a no-strings-attached business incubator for the community to use and build.</p>
<div>
<span class="badge badge-pill badge-primary">UI</span>
<span class="badge badge-pill badge-primary">UX</span>
<span class="badge badge-pill badge-primary">IA</span>
</div>
<button class="btn btn-primary mt-4 d-lg-none">Learn more</button>
</div>
</div>
</a>
</div>
<div class="col-lg-4">
<a href="../case/pandaone.html" class="card card-lift--hover shadow border-0">
<div class="">
<img style="width:100%" src="../case/img/pandaone-cover.png" alt="Church and State logo with building interior as background">
<div class="card-body">
<!-- <div class="icon icon-shape icon-shape-primary rounded-circle mb-4">
<i class="ni ni-istanbul"></i>
</div> -->
<h6 class="text-success text-uppercase">PandaOne</h6>
<p class="mt-3 text-muted">PandaOne helps support agents pull up Institutions information faster on Phone calls and Chats.</p>
<div>
<span class="badge badge-pill badge-success">UI</span>
<span class="badge badge-pill badge-success">UX</span>
<span class="badge badge-pill badge-success">Interaction Design</span>
</div>
<button class="btn btn-success mt-4 d-lg-none">Learn more</button>
</div>
</div>
</a>
</div>
<div class="col-lg-4">
<a href="../case/kick-app-2.html" class="card card-lift--hover shadow border-0">
<div class="">
<img style="width:100%" src="../case/img/kick-app-cover.png" alt="Church and State logo with building interior as background">
<div class="card-body">
<!-- <div class="icon icon-shape icon-shape-primary rounded-circle mb-4">
<i class="ni ni-istanbul"></i>
</div> -->
<h6 class="text-info text-uppercase">Kick App</h6>
<p class="mt-3 text-muted">Kick App tracks in-game player stats without taking the coach away from the action on the field.</p>
<div>
<span class="badge badge-pill badge-info">UI</span>
<span class="badge badge-pill badge-info">UX</span>
<span class="badge badge-pill badge-info">Interaction Design</span>
</div>
<button class="btn btn-info mt-4 d-lg-none">Learn more</button>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="row row-grid my-3">
<div class="col-lg-4">
<a href="../case/support-dashboard.html" class="card card-lift--hover shadow border-0">
<div>
<img style="width:100%" src="../case/img/support-dashboard-cover.png" alt="thumbnail image">
<div>
<button class="btn btn-outline-secondary btn-block">
<span class="btn-inner--text">Support Dashboard</span>
<span class="btn-inner--icon">
<i class="fa fa-arrow-right" style="margin-left: 8px;"></i>
</span>
</button>
</div>
</div>
</a>
</div>
<div class="col-lg-4">
<a href="../case/indoor-soccer-subbing-app.html" class="card card-lift--hover shadow border-0">
<div>
<img style="width:100%" src="../case/img/indoor-soccer-subbing-app-cover.png" alt="thumbnail image">
<div>
<button class="btn btn-outline-secondary btn-block">
<span class="btn-inner--text">Indoor Soccer Subbing App</span>
<span class="btn-inner--icon">
<i class="fa fa-arrow-right" style="margin-left: 8px;"></i>
</span>
</button>
</div>
</div>
</a>
</div>
<div class="col-lg-4">
<a href="../case/calendar-app.html" class="card card-lift--hover shadow border-0">
<div>
<img style="width:100%" src="../case/img/calendar-app-cover.png" alt="thumbnail image">
<div>
<button class="btn btn-outline-secondary btn-block">
<span class="btn-inner--text">Calendar App</span>
<span class="btn-inner--icon">
<i class="fa fa-arrow-right" style="margin-left: 8px;"></i>
</span>
</button>
</div>
</div>
</a>
</div>
<!-- <div class="col-lg-4">
<a href="./chlg_onoff-switch.html" class="card card-lift--hover shadow border-0">
<div>
<img style="width:100%" src="./img/onoff-switch-thumb.png" alt="thumbnail image">
<div>
<button class="btn btn-outline-secondary btn-block">
<span class="btn-inner--text">On / Off Switch</span>
<span class="btn-inner--icon">
<i class="fa fa-arrow-right" style="margin-left: 8px;"></i>
</span>
</button>
</div>
</div>
</a>
</div> -->
</div>
</div>
</section>
</main>
<footer class="footer has-cards">
<div class="card">
<div class="card-body">
<div class="row align-items-center justify-content-md-between">
<div class="col-md-6">
<div class="copyright">
© 2019
<a href="/" target="_blank">Jeff Sanders Jr.</a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Core -->
<script src="../assets/vendor/jquery/jquery.min.js"></script>
<script src="../assets/vendor/popper/popper.min.js"></script>
<script src="../assets/vendor/bootstrap/bootstrap.min.js"></script>
<script src="../assets/vendor/headroom/headroom.min.js"></script>
<!-- Argon JS -->
<script src="../assets/js/argon.js?v=1.0.1"></script>
</body>
</html>