-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstitchfix.html
More file actions
217 lines (179 loc) · 7.44 KB
/
stitchfix.html
File metadata and controls
217 lines (179 loc) · 7.44 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Stitch Fix Projects | Sarah Poon</title>
<!-- Tailwind CDN -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Playfair+Display:wght@600;700&display=swap" rel="stylesheet" />
<style>
.font-inter { font-family: 'Inter', sans-serif; }
.font-playfair { font-family: 'Playfair Display', serif; }
</style>
</head>
<body class="bg-fuchsia-50 text-gray-900 font-inter">
<!-- Header -->
<header class="bg-fuchsia-100/80 backdrop-blur py-4 border-b border-gray-300 sticky top-0 z-50">
<div class="max-w-6xl mx-auto flex justify-between items-center px-4">
<a href="index.html" class="font-playfair text-2xl md:text-3xl text-gray-900 hover:opacity-90">Sarah Poon</a>
<nav class="space-x-6">
<a href="projects.html" class="text-gray-700 hover:text-gray-900 hover:underline underline-offset-4">Projects</a>
<a href="#contact" class="text-gray-700 hover:text-gray-900 hover:underline underline-offset-4">Contact</a>
</nav>
</div>
</header>
<!-- Page intro -->
<main class="max-w-6xl mx-auto px-4 py-12 md:py-16 space-y-10">
<section>
<h1 class="font-playfair text-3xl md:text-4xl">Selected Stitch Fix Projects</h1>
<p class="mt-3 text-gray-700 max-w-prose">
A selection of UX design work I did while working as a senior UX designer at Stitch Fix.
</p>
</section>
<!-- POM (everything inside one bounded card) -->
<section class="bg-white/70 rounded-2xl border shadow-sm p-6">
<!-- Top: description + screenshot -->
<div class="grid md:grid-cols-2 gap-6 items-start">
<div>
<h2 class="font-playfair text-2xl">Points of Measure (POM)</h2>
<p class="mt-3 text-gray-700">
To provide customers with the best possible fit, it’s essential to capture accurate measurements for each garment size. I designed and built a proof-of-concept prototype for the Points of Measure (POM) system, which enabled the warehouse team to record garment measurements using the Google Voice API.
<br> <BR>(If you'd like to see a video demonstration, please contact me and I would be happy to send it.)
</p>
</div>
<figure class="rounded-xl overflow-hidden border bg-white">
<img src="./assets/pom.png"
alt="Points of Measure prototype screen"
class="w-full h-full object-cover"
loading="lazy" />
</figure>
</div>
<!-- Divider (optional) -->
<div class="my-6 border-t border-gray-200"></div>
<!-- Study summary (inside the card) -->
<div>
<p class="text-gray-700">
To evaluate input methods, I conducted a study comparing voice entry using the Google Voice API with manual keyboard input. In addition to completing measurements more quickly, the warehouse team found voice entry to be more natural and enjoyable to use.
</p>
</div>
<!-- Two photos inside the same card -->
<div class="grid md:grid-cols-2 gap-6 mt-4 mb-8 justify-items-center">
<figure class="rounded-2xl bg-transparent shadow-none p-2">
<img
src="./assets/pom-keyboard.png"
alt="Manual keyboard entry during testing"
class="max-w-[85%] max-h-80 object-contain mx-auto"
loading="lazy"
/>
<figcaption class="text-sm text-gray-600 italic mt-2 text-center max-w-[85%] mx-auto">
Manual keyboard entry during user evaluation
</figcaption>
</figure>
<figure class="rounded-2xl bg-transparent shadow-none p-2">
<img
src="./assets/pom-voice.png"
alt="Voice entry using Google Voice API"
class="max-w-[85%] max-h-80 object-contain mx-auto"
loading="lazy"
/>
<figcaption class="text-sm text-gray-600 italic mt-2 text-center max-w-[85%] mx-auto">
Voice entry using Google Voice API during testing
</figcaption>
</figure>
</div>
<!-- Quotes inside the card -->
<div class="mt-6">
<h3 class="font-playfair text-xl md:text-2xl mb-3">Participant feedback</h3>
<blockquote class="border-l-4 border-fuchsia-400 pl-4 italic text-gray-700 mb-4">
“I liked that I never had to remove my hands from the tape”
</blockquote>
<blockquote class="border-l-4 border-fuchsia-400 pl-4 italic text-gray-700">
"This felt better for my back”
</blockquote>
</div>
</section>
<section class="grid gap-6 md:grid-cols-2 items-start bg-white/70 rounded-2xl border shadow-sm p-6">
<div>
<h2 class="font-playfair text-2xl">Merchandising Re-buys</h2>
<p class="mt-3 text-gray-700">
This interface replaced a spreasheet based and unwieldy process for managing and tracking merchandise re-buys.
</p>
</div>
<figure class="rounded-xl overflow-hidden border bg-white">
<img
src="./assets/rebuys.png"
class="w-full h-full object-cover"
loading="lazy"
/>
</figure>
</section>
<section class="grid gap-6 md:grid-cols-2 items-start bg-white/70 rounded-2xl border shadow-sm p-6">
<div>
<h2 class="font-playfair text-2xl">Reforecast Tool (ROF)</h2>
<p class="mt-3 text-gray-700">
The reforecast tool was used by the merchandising planning team to reforecast the buys for the upcoming seasons.
</p>
</div>
<figure class="rounded-xl overflow-hidden border bg-white">
<img
src="./assets/rof.png"
class="w-full h-full object-cover"
loading="lazy"
/>
</figure>
</section>
<section class="bg-white/70 rounded-2xl border shadow-sm p-6">
<!-- Top: title + description -->
<div class="items-start">
<div>
<h2 class="font-playfair text-2xl">Accessory Picking</h2>
<p class="mt-3 text-gray-700">
The accessory picking tool is a focused mobile application designed for use on warehouse scanning devices. It ensures that team members select the correct accessory and place it in the right box for shipment to the customer. The interface is intentionally minimal, showing only the most essential information at each scan.
</p>
</div>
</div>
<!-- Divider -->
<div class="my-6 border-t border-gray-200"></div>
<!-- New grid for 3 images -->
<div class="grid md:grid-cols-3 gap-6 justify-items-center">
<figure class="rounded-xl overflow-hidden border bg-white p-2">
<img
src="./assets/pick1.png"
alt="Accessory picking screen 1"
class="w-auto h-80 object-contain"
loading="lazy"
/>
</figure>
<figure class="rounded-xl overflow-hidden border bg-white p-2">
<img
src="./assets/pick2.png"
alt="Accessory picking screen 2"
class="w-auto h-80 object-contain"
loading="lazy"
/>
</figure>
<figure class="rounded-xl overflow-hidden border bg-white p-2">
<img
src="./assets/pick3.png"
alt="Accessory picking screen 3"
class="w-auto h-80 object-contain"
loading="lazy"
/>
</figure>
</div>
</div>
</section>
<!-- Back / Contact -->
<section class="flex flex-wrap items-center gap-4">
<a href="projects.html" class="text-gray-800 underline underline-offset-4 decoration-fuchsia-400 hover:text-gray-900 hover:decoration-2">
← Back to Projects
</a>
</section>
</main>
<script>
document.getElementById('year').textContent = new Date().getFullYear();
</script>
</body>
</html>