-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
413 lines (408 loc) · 14.5 KB
/
index.html
File metadata and controls
413 lines (408 loc) · 14.5 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
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
<!doctype html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="utf-8" />
<meta name="description" content="Danny Pham's personal website" />
<meta name="author" content="Danny Pham" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Danny Pham</title>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css"
/>
<link rel="preconnect" href="https://rsms.me/" />
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
<link rel="stylesheet" href="custom.css" />
</head>
<body>
<nav class="navbar sticky-top pt-3">
<div class="container-fluid justify-content-center">
<ul
id="main-nav"
class="nav nav-pills nav-fill gap-1 p-1 rounded-5 shadow-lg"
role="tablist"
>
<li class="nav-item" role="presentation">
<a
class="nav-link rounded-5 active"
href="javascript:void(0)"
data-section="home"
>Home</a
>
</li>
<li class="nav-item" role="presentation">
<a
class="nav-link rounded-5"
href="javascript:void(0)"
data-section="experience"
>Experience</a
>
</li>
<li class="nav-item" role="presentation">
<a
class="nav-link rounded-5"
href="javascript:void(0)"
data-section="education"
>Education</a
>
</li>
<li class="nav-item" role="presentation">
<a
class="nav-link rounded-5"
href="javascript:void(0)"
data-section="projects"
>Projects</a
>
</li>
<li class="nav-item" role="presentation">
<a
class="nav-link rounded-5"
href="javascript:void(0)"
data-section="skills"
>Skills</a
>
</li>
</ul>
</div>
</nav>
<!-- HOME -->
<section id="home" class="page-section active-section">
<div class="container">
<h1>Hello, I'm Danny Pham</h1>
<br />
<div class="col-lg-8 px-0">
<p class="fs-5">
I'm a Data Analytics graduate from Bellevue College with hands-on
experience in operations, technical support, and customer-facing
retail. I've worked in fast-paced environments where accuracy,
reliability, and communication matter, from managing complex
workflows to leading and training team members. I'm especially
interested in how data, technology, and business come together to
improve everyday operations.
</p>
</div>
</div>
</section>
<!-- EXPERIENCE -->
<section id="experience" class="page-section">
<div class="container">
<h1>Experience</h1>
<br />
<div class="card">
<div class="card-body">
<div class="d-flex flex-column gap-0">
<div class="d-flex justify-content-between">
<strong>Amazon</strong>
<span>Redmond, WA</span>
</div>
<div class="d-flex justify-content-between">
<em>Retail Store Associate, Team Lead</em>
<em>Sept. 2024 – Mar. 2026</em>
</div>
</div>
<ul>
<li>
Built and deployed a Python barcode printing application that
reduced a repetitive 4-step manual process to a single action,
removing reliance on third-party websites and streamlining
package label workflows for legacy returns
</li>
<li>
Investigated and resolved problem packages by cross-referencing
tracking and customer IDs in EagleEye and Voyager to retrieve
RMA information, generating return QR codes to process packages
for customer refunds
</li>
<li>
Trained and mentored groups of 3–6 new associates, configuring
equipment including email, Slack, and Zukey security
credentials, achieving independent operation within a 4-day
onboarding period
</li>
</ul>
<hr />
<div class="d-flex justify-content-between">
<strong>Amazon</strong>
<span>Bellevue, WA</span>
</div>
<div class="d-flex justify-content-between">
<em>Locker+ Retail Associate, Pickup & Returns</em>
<em>Mar. 2022 – Aug. 2024</em>
</div>
<ul>
<li>
Processed 100+ daily package pick-up and return transactions,
consolidated outbound shipments, and resolved customer issues to
maintain efficient operations and high customer satisfaction in
a fast-paced environment
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- EDUCATION -->
<section id="education" class="page-section">
<div class="container">
<h1>Education</h1>
<br />
<div class="card">
<div class="card-body">
<div class="d-flex flex-column gap-0">
<div class="d-flex justify-content-between">
<strong>Bellevue College</strong>
<span>Bellevue, WA</span>
</div>
<div class="d-flex justify-content-between">
<em>Bachelor of Applied Science in Data Analytics</em>
<em>magna cum laude</em>
</div>
<div class="d-flex gap-2 mt-3">
<button
type="button"
class="btn btn-secondary"
data-bs-toggle="modal"
data-bs-target="#modal-bas"
>
Preview
</button>
<button
type="button"
class="btn btn-light"
onclick="
window.open('https://www.parchment.com/u/s/MXDP', '_blank')
"
>
Verify <i class="bi bi-box-arrow-up-right"></i>
</button>
</div>
</div>
<hr />
<div class="d-flex flex-column gap-0">
<div class="d-flex justify-content-between">
<strong>Bellevue College</strong>
<span>Bellevue, WA</span>
</div>
<div class="d-flex justify-content-between">
<em>Associate in Arts and Sciences</em>
<em>High Distinction</em>
</div>
<div class="d-flex gap-2 mt-3">
<button
type="button"
class="btn btn-secondary"
data-bs-toggle="modal"
data-bs-target="#modal-aas"
>
Preview
</button>
<button
type="button"
class="btn btn-light"
onclick="
window.open('https://www.parchment.com/u/s/ddoL', '_blank')
"
>
Verify <i class="bi bi-box-arrow-up-right"></i>
</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- PROJECTS -->
<section id="projects" class="page-section">
<div class="container">
<h1>Projects</h1>
<br />
<div class="card">
<div class="card-body">
<div class="alert alert-warning d-inline-block" role="alert">
This section is currently under development. New projects will be
added soon.
</div>
<br />
Lorem ipsum dolor sit amet consectetur adipiscing elit. Quisque
faucibus ex sapien vitae pellentesque sem placerat. In id cursus mi
pretium tellus duis convallis. Tempus leo eu aenean sed diam urna
tempor. Pulvinar vivamus fringilla lacus nec metus bibendum egestas.
Iaculis massa nisl malesuada lacinia integer nunc posuere. Ut
hendrerit semper vel class aptent taciti sociosqu. Ad litora
torquent per conubia nostra inceptos himenaeos.
</div>
</div>
</div>
</section>
<!-- SKILLS -->
<section id="skills" class="page-section">
<div class="container">
<h1>Skills</h1>
<br />
<div class="card">
<div class="card-body">
<span class="badge bg-secondary">SQL</span>
<span class="badge bg-secondary">R</span>
<span class="badge bg-secondary">Python</span>
<span class="badge bg-secondary">Excel</span>
<span class="badge bg-secondary">Tableau</span>
<span class="badge bg-secondary">PowerBI</span>
<span class="badge bg-secondary">Salesforce</span>
</div>
</div>
</div>
</section>
<div class="container mt-auto">
<footer
class="d-flex justify-content-between align-items-center py-3 my-4 border-top container px-0"
>
<span class="text-body-secondary">© 2025 Danny Pham</span>
<ul class="nav list-unstyled d-flex gap-4 mb-0">
<li>
<a
class="text-body-secondary"
href="https://github.com/dannyphamv"
target="_blank"
data-bs-toggle="tooltip"
data-bs-placement="top"
title="GitHub"
aria-label="GitHub"
>
<i class="bi bi-github"></i>
</a>
</li>
<li>
<a
class="text-body-secondary"
href="https://www.linkedin.com/in/dannyphamv/"
target="_blank"
data-bs-toggle="tooltip"
data-bs-placement="top"
title="LinkedIn"
aria-label="LinkedIn"
>
<i class="bi bi-linkedin"></i>
</a>
</li>
<li>
<a
class="text-body-secondary"
href="mailto:contact@dannyphamv.com"
data-bs-toggle="tooltip"
data-bs-placement="top"
title="Email"
aria-label="Email"
>
<i class="bi bi-envelope-paper-fill"></i>
</a>
</li>
</ul>
</footer>
</div>
<!-- Modal: Bachelor's -->
<div
id="modal-bas"
class="modal fade"
tabindex="-1"
aria-labelledby="modal-bas-label"
aria-hidden="true"
>
<div class="modal-dialog modal-xl modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="modal-bas-label">
Bachelor of Applied Science in Data Analytics
</h5>
<button
type="button"
class="btn-close"
data-bs-dismiss="modal"
aria-label="Close"
></button>
</div>
<div class="modal-body p-0" style="height: 80vh">
<div id="pdf-viewer-bas" style="height: 100%"></div>
<script type="module">
import EmbedPDF from "https://cdn.jsdelivr.net/npm/@embedpdf/snippet@2/dist/embedpdf.js";
document.getElementById("modal-bas").addEventListener(
"shown.bs.modal",
() => {
EmbedPDF.init({
type: "container",
target: document.getElementById("pdf-viewer-bas"),
src: "bas.pdf",
theme: { preference: "dark" },
disabledCategories: ["annotation", "redaction", "panel"],
});
},
{ once: true },
);
</script>
</div>
</div>
</div>
</div>
<!-- Modal: Associate's -->
<div
id="modal-aas"
class="modal fade"
tabindex="-1"
aria-labelledby="modal-aas-label"
aria-hidden="true"
>
<div class="modal-dialog modal-xl modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="modal-aas-label">
Associate in Arts and Sciences
</h5>
<button
type="button"
class="btn-close"
data-bs-dismiss="modal"
aria-label="Close"
></button>
</div>
<div class="modal-body p-0" style="height: 80vh">
<div id="pdf-viewer-aas" style="height: 100%"></div>
<script type="module">
import EmbedPDF from "https://cdn.jsdelivr.net/npm/@embedpdf/snippet@2/dist/embedpdf.js";
document.getElementById("modal-aas").addEventListener(
"shown.bs.modal",
() => {
EmbedPDF.init({
type: "container",
target: document.getElementById("pdf-viewer-aas"),
src: "aas.pdf",
theme: { preference: "dark" },
disabledCategories: ["annotation", "redaction", "panel"],
});
},
{ once: true },
);
</script>
</div>
</div>
</div>
</div>
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js"
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.min.js"
integrity="sha384-G/EV+4j2dNv+tEPo3++6LCgdCROaejBqfUeNjuKAiuXbjrxilcCdDz6ZAVfHWe1Y"
crossorigin="anonymous"
></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.1.9/p5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.topology.min.js"></script>
<script src="custom.js"></script>
</body>
</html>