-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
641 lines (617 loc) · 24.7 KB
/
index.html
File metadata and controls
641 lines (617 loc) · 24.7 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
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
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Delaney Wells SWE</title>
<link rel="stylesheet" href="style.css" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="assets/favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="assets/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="assets/favicon/favicon-16x16.png"
/>
<link rel="manifest" href="assets/favicon/site.webmanifest" />
</head>
<body>
<div id="left-column">
<div class="hamburger" onclick="toggleMenu()">
<div></div>
<div></div>
<div></div>
</div>
<div id="name-title-container">
<div>
<h3 class="coder-gxrl">Hi, my name is</h3>
<h1 id="my-name">Delaney Wells</h1>
<h1 id="job-title">Software Engineer</h1>
</div>
<p>
Full-stack developer based in the San Francisco Bay Area, focused on
building sustainable, scalable databases and interfaces.
</p>
</div>
<div id="navbar" class="coder-gxrl">
<a href="#about">
<span class="slash">/</span>
<div class="nav-label-container">
<div class="nav-label about">about</div>
</div>
</a>
<div class="responsive-slash">/</div>
<a id="projects-nav" href="#projects">
<span class="slash">/</span>
<div class="nav-label-container">
<div class="nav-label projects">projects</div>
</div>
</a>
<div class="responsive-slash">/</div>
<a href="#resume">
<span class="slash">/</span>
<div class="nav-label-container">
<div class="nav-label resume">resume</div>
</div>
</a>
<div class="responsive-slash">/</div>
<a href="#more">
<span class="slash">/</span>
<div class="nav-label-container">
<div class="nav-label more">more</div>
</div>
</a>
</div>
<div id="quick-link-container">
<div class="quick-link">
<a target="_blank" href="assets/files/DelaneyWells_Resume.pdf">
<div class="row">
<img src="assets/images/resume.png" alt="GitHub logo" />
<p>View my resume<i data-feather="arrow-up-right"></i></p>
</div>
</a>
</div>
<div class="quick-link">
<a
href="mailto:delaneywells.k@gmail.com?subject=Connecting%20from%20your%20portfolio"
>
<div class="row">
<img src="assets/images/email.png" alt="e-mail icon" />
<p>
delaneywellsk@gmail.com<i data-feather="arrow-up-right"></i>
</p>
</div>
</a>
</div>
<div class="quick-link">
<a target="_blank" href="https://www.linkedin.com/in/delaneywells/">
<div class="row">
<img src="assets/images/linkedin.png" alt="LinkedIn logo" />
<p>/in/delaneywells<i data-feather="arrow-up-right"></i></p>
</div>
</a>
</div>
<div class="quick-link">
<a target="_blank" href="https://github.com/lanewells">
<div class="row">
<img src="assets/images/github.png" alt="GitHub logo" />
<p>github.com/lanewells<i data-feather="arrow-up-right"></i></p>
</div>
</a>
</div>
</div>
</div>
<div id="right-column">
<div id="about" class="block-container section">
<div class="flex-container wrap">
<p class="responsive-paragraph coder-gxrl">
Developer based in the San Francisco Bay Area, focused on building
sustainable, scalable databases and interfaces.
</p>
<p id="first-p-desktop">
I'm a creative and resourceful
<span>Full-Stack Software Engineer</span> with a background in
architecture, design, and systems thinking. I build thoughtful,
scalable software applications that prioritize accessibility,
clarity, and human impact.
</p>
<p>
Blending technical skills with my artistic mindset, I'm passionate
about using technology to drive meaningful change—especially in
areas of
<span>sustainability, ethical design, and social good</span>.
</p>
<p>
Whether I'm engineering <span>clean backend systems</span> or
designing <span>intuitive front-end experiences</span>, I care
deeply about making things that work <i>and</i> feel good to use.
Curious by nature and quick to learn, I thrive in
<span>collaborative environments</span> where ideas flow freely and
problem-solving is both technical and creative. Let's create
something meaningful—designed with care, <span>built to last</span>,
and grounded in what matters to people and the world around us. 🌱
</p>
</div>
</div>
<div id="technologies" class="block-container section">
<h3 class="coder-gxrl title">
I have experience with these technologies:
</h3>
<div class="bubble-container">
<div class="bubble">
<img class="tool-icon" src="assets/images/python.png" />
<p>Python</p>
</div>
<div class="bubble">
<img class="tool-icon" src="assets/images/react.png" />
<p>React.js</p>
</div>
<div class="bubble">
<img class="tool-icon" src="assets/images/javascript.png" />
<p>JavaScript</p>
</div>
<div class="bubble">
<img class="tool-icon" src="assets/images/javascript.png" />
<p>TypeScript</p>
</div>
<div class="bubble">
<img class="tool-icon" src="assets/images/sql.png" />
<p>SQL</p>
</div>
<div class="bubble">
<img class="tool-icon" src="assets/images/postgresql.png" />
<p>PostgreSQL</p>
</div>
<div class="bubble">
<img class="tool-icon" src="assets/images/mongodb.png" />
<p>MongoDB</p>
</div>
<div class="bubble">
<img class="tool-icon" src="assets/images/mongoose.js.png" />
<p>Mongoose</p>
</div>
<div class="bubble">
<img class="tool-icon" src="assets/images/django.png" />
<p>Django</p>
</div>
<div class="bubble">
<img class="tool-icon" src="assets/images/express.js.png" />
<p>Express.js</p>
</div>
<div class="bubble">
<img class="tool-icon" src="assets/images/node.js.png" />
<p>Node.js</p>
</div>
<div class="bubble">
<img class="tool-icon" src="assets/images/html.png" />
<p>HTML</p>
</div>
<div class="bubble">
<img class="tool-icon" src="assets/images/css.png" />
<p>CSS</p>
</div>
<div class="bubble">
<img class="tool-icon" src="assets/images/heroku.png" />
<p>Heroku</p>
</div>
<div class="bubble">
<img class="tool-icon" src="assets/images/render.png" />
<p>Render</p>
</div>
<div class="bubble">
<img class="tool-icon" src="assets/images/cloudinary.png" />
<p>Cloudinary</p>
</div>
<div class="bubble">
<img class="tool-icon" src="assets/images/atlas.png" />
<p>Atlas</p>
</div>
<div class="bubble">
<img class="tool-icon" src="assets/images/git.png" />
<p>Git</p>
</div>
<div class="bubble">
<img class="tool-icon" src="assets/images/github.png" />
<p>GitHub</p>
</div>
</div>
<h3 id="skills" class="coder-gxrl title">I am also skilled in:</h3>
<div class="bubble-container">
<div class="bubble">
<img class="tool-icon" src="assets/images/rest-apis.png" />
<p>RESTful APIs</p>
</div>
<div class="bubble">
<img class="tool-icon" src="assets/images/agile.png" />
<p>Agile</p>
</div>
<div class="bubble">
<img class="tool-icon" src="assets/images/git-workflow.png" />
<p>Git Workflow</p>
</div>
<div class="bubble">
<img class="tool-icon" src="assets/images/oop.png" />
<p>Object-Oriented Programming</p>
</div>
</div>
</div>
<div id="projects" class="block-container section">
<h3 class="coder-gxrl title">Here's some of my work:</h3>
<div class="flex-container wrap">
<div class="flex-row">
<div class="flex-column column-justify-right">
<a target="_blank" href="https://hung-up-demo.delaneywells.dev">
<div class="thumbnail">
<img src="assets/images/hung-up-thumbnail.png" />
</div>
</a>
<div class="links-full-size">
<a target="_blank" href="https://hung-up-demo.delaneywells.dev">
Live Demo<i data-feather="arrow-up-right"></i>
</a>
<a
target="_blank"
href="https://github.com/lanewells/hung-up-react"
>Repository<i data-feather="arrow-up-right"></i
></a>
</div>
</div>
<div class="flex-column column-justify-left">
<h2><span class="coder-gxrl">01.</span> Hung-Up</h2>
<div class="oval-container">
<div class="oval"><p>JavaScript</p></div>
<div class="oval"><p>React</p></div>
<div class="oval"><p>Node.js</p></div>
<div class="oval"><p>Express</p></div>
<div class="oval"><p>MongoDB Atlas</p></div>
<div class="oval"><p>Mongoose</p></div>
<div class="oval"><p>SCSS Modules</p></div>
<div class="oval"><p>Cloudinary</p></div>
<div class="oval"><p>Render</p></div>
</div>
<p>
Full-stack digital wardrobe app built with React, Express, and
MongoDB, allowing users to organize, rate, and visualize outfits
with live updates. Features a RESTful API with CRUD operations,
Cloudinary image uploads, and modular controller architecture
for scalability and performance. Styled with responsive SCSS and
deployed as a monorepo on Render with environment variables and
build automation for seamless client-server integration.
</p>
<div class="links-mobile-size">
<a target="_blank" href="https://hung-up-demo.delaneywells.dev">
Live Demo<i data-feather="arrow-up-right"></i>
</a>
<a
target="_blank"
href="https://github.com/lanewells/hung-up-react"
>Repository<i data-feather="arrow-up-right"></i
></a>
</div>
</div>
</div>
<div class="flex-row">
<div class="flex-column column-justify-right">
<a target="_blank" href="https://filter-builder.delaneywells.dev">
<div class="thumbnail">
<img src="assets/images/screenshot-default.jpg" />
</div>
</a>
<div class="links-full-size">
<a
target="_blank"
href="https://filter-builder.delaneywells.dev"
>
Live Demo<i data-feather="arrow-up-right"></i>
</a>
<a
target="_blank"
href="https://github.com/lanewells/hung-up-filter-builder-ts"
>Repository<i data-feather="arrow-up-right"></i
></a>
</div>
</div>
<div class="flex-column column-justify-left">
<h2>
<span class="coder-gxrl">02.</span> Wardrobe Filter Builder
</h2>
<div class="oval-container">
<div class="oval"><p>JavaScript</p></div>
<div class="oval"><p>TypeScript</p></div>
<div class="oval"><p>React</p></div>
</div>
<p>
React and TypeScript demo built as a companion to my full stack
app, Hung-Up. It simulates a realistic product feature where
users can filter, sort, and save presets to browse through their
wardrobe.
</p>
<div class="links-mobile-size">
<a
target="_blank"
href="https://filter-builder.delaneywells.dev"
>
Live Demo<i data-feather="arrow-up-right"></i>
</a>
<a
target="_blank"
href="https://github.com/lanewells/hung-up-filter-builder-ts"
>Repository<i data-feather="arrow-up-right"></i
></a>
</div>
</div>
</div>
<div class="flex-row">
<div class="flex-column column-justify-right">
<a
target="_blank"
href="https://rooted-e26962aac72d.herokuapp.com/"
>
<div class="thumbnail">
<img src="assets/images/rooted-thumbnail.jpg" />
</div>
</a>
<div class="links-full-size">
<a
target="_blank"
href="https://rooted-e26962aac72d.herokuapp.com/"
>
Live Demo<i data-feather="arrow-up-right"></i>
</a>
<a target="_blank" href="https://github.com/lanewells/rooted"
>Repository<i data-feather="arrow-up-right"></i
></a>
</div>
</div>
<div class="flex-column column-justify-left">
<h2><span class="coder-gxrl">03.</span> Rooted</h2>
<div class="oval-container">
<div class="oval"><p>Python</p></div>
<div class="oval"><p>Django</p></div>
<div class="oval"><p>PostgreSQL</p></div>
<div class="oval"><p>Heroku</p></div>
</div>
<p>
Full-stack web app using Django and PostgreSQL that lets
families and communities create digital timelines through shared
stories, with future support for photos and videos. Features a
secure RESTful API with user authentication, scalable relational
models, and responsive design.
</p>
<div class="links-mobile-size">
<a
target="_blank"
href="https://rooted-e26962aac72d.herokuapp.com/"
>
Live Demo<i data-feather="arrow-up-right"></i>
</a>
<a target="_blank" href="https://github.com/lanewells/rooted"
>Repository<i data-feather="arrow-up-right"></i
></a>
</div>
</div>
</div>
<div class="flex-row">
<div class="flex-column column-justify-right">
<a target="_blank" href="https://mashed.delaneywells.dev">
<div class="thumbnail">
<img src="assets/images/mashed-empty.png" />
</div>
</a>
<div class="links-full-size">
<a target="_blank" href="https://mashed.delaneywells.dev">
Live Site
<i data-feather="arrow-up-right"></i>
</a>
<a target="_blank" href="https://github.com/lanewells/mashed"
>Repository<i data-feather="arrow-up-right"></i
></a>
</div>
</div>
<div class="flex-column column-justify-left">
<h2><span class="coder-gxrl">04.</span> Mashed</h2>
<div class="oval-container">
<div class="oval"><p>JavaScript</p></div>
<div class="oval"><p>HTML/CSS</p></div>
</div>
<p>
Browser-based redesign of the classic pen-and-paper game MASH,
transforming predictive storytelling into a playful, interactive
experience. Game logic and mechanics replicate the original
gameplay, coded in vanilla JavaScript with efficient event
handling, DOM manipulation, and a fully responsive UI for smooth
play across devices.
</p>
<div class="links-mobile-size">
<a target="_blank" href="https://mashed.delaneywells.dev">
Live Site
<i data-feather="arrow-up-right"></i>
</a>
<a target="_blank" href="https://github.com/lanewells/mashed"
>Repository<i data-feather="arrow-up-right"></i
></a>
</div>
</div>
</div>
</div>
</div>
<div id="resume" class="block-container section">
<h3 class="coder-gxrl title">
I have professional experience through:
</h3>
<div class="flex-container">
<div class="flex-row">
<div class="flex-column column-justify-right">
<p>SEPT - DEC 2024</p>
</div>
<div class="flex-column column-justify-left">
<h2>Software Engineering Fellow</h2>
<h3>General Assembly</h3>
<div>
<a
target="_blank"
href="https://drive.google.com/file/d/18IUNZebtIgQpibNEgaAztrnhJ4Vb_bI5/view?usp=drive_link"
>Certificate of Completion<i data-feather="arrow-up-right"></i
></a>
<p>
Completed full-time Software Engineering Immersive with 480+
hours of hands-on professional training in full-stack
development. Designed, built, and deployed four full-stack
applications, leading RESTful API development, database
architecture, and front-end integration. Collaborated in Agile
remote teams, utilizing Git version control, CI/CD workflows,
and cloud-based deployment to deliver scalable, user-centered
solutions.
</p>
</div>
</div>
</div>
<div class="flex-row">
<div class="flex-column column-justify-right">
<p>2021 - 2023</p>
</div>
<div class="flex-column column-justify-left">
<h2>Graphic Designer</h2>
<h3>Urban Arena</h3>
<p class="sublabel"></p>
<div>
<p class="sublabel">
Landscape Architecture, Architecture, Planning
</p>
<p class="sublabel">Costa Mesa, CA</p>
<p>
Managed 10+ architecture and branding projects weekly,
delivering digital and print assets, technical documents, and
leading collaborative workflows. Optimized company website for
WCAG 2.1 compliance using WordPress, reducing storage needs by
40%. Co-founded new branding department, increasing team size
2X and conducting development of brand guidelines.
</p>
</div>
</div>
</div>
<div class="flex-row">
<div class="flex-column column-justify-right">
<p>2020 - <strong>PRESENT</strong></p>
</div>
<div class="flex-column column-justify-left">
<h2>Graphic Designer</h2>
<h3>Freelance</h3>
<p class="sublabel"></p>
<div>
<p class="sublabel">Remote</p>
<p>
Ideate and deliver custom digital assets—branding, websites,
illustrations, and merchandise tailored to client needs. Apply
contemporary design principles and professional software
tools. Manage end-to-end client communication and
self-directed marketing to build a consistent client base.
</p>
</div>
</div>
</div>
<!-- <div class="flex-row">
<div class="flex-column column-justify-right">
<p>2019-2021</p>
</div>
<div class="flex-column column-justify-left">
<h2>Legal Assistant</h2>
<h3>Carsel & Borjas, LLP</h3>
<p class="sublabel">San Luis Obispo, CA</p>
<p>
Drafted legal documentation and filings for probate and business
law cases. Ensured compliance with licensing and regulatory
standards for LLC formation. Managed front desk operations,
client intake, and preparation of case materials.
</p>
</div>
</div> -->
<div class="flex-row">
<div class="flex-column column-justify-right">
<p>2019</p>
</div>
<div class="flex-column column-justify-left">
<h2>Bachelor of Arts</h2>
<h3>California Polytechnic State University, SLO</h3>
<p class="sublabel">San Luis Obispo, CA</p>
</div>
</div>
<div class="quick-link">
<a target="_blank" href="assets/files/DelaneyWells_Resume.pdf">
<div class="row">
<img src="assets/images/resume.png" alt="GitHub logo" />
View my full resume<i data-feather="arrow-up-right"></i>
</div>
</a>
</div>
</div>
</div>
<div id="more" class="block-container section">
<h3 class="coder-gxrl title">Outside of work:</h3>
<p class="hobbies-text">
<span>I spend my time creating and building:</span> paintings, art
installations, woodworking projects, and whatever landscaping projects
my mom requests. I also love snowboarding, being outdoors, and most of
all, spending time with my nephew.
</p>
<div class="hobbies-gallery">
<div class="photo tall">
<img src="assets/images/snowboarding-aspen.jpg" alt="Photo 1" />
</div>
<div class="photo tall">
<img src="assets/images/walrus-illustration.jpg" alt="Photo 2" />
</div>
<div class="photo tall">
<img src="assets/images/deck-build.jpg" alt="Photo 3" />
</div>
<div class="photo tall">
<img src="assets/images/woodworking.jpg" alt="Photo 4" />
</div>
<div class="photo tall">
<img src="assets/images/shohei-wedding.jpg" alt="Photo 5" />
</div>
</div>
</div>
<footer><a href="#top">Back to top</a></footer>
</div>
<script src="https://unpkg.com/feather-icons"></script>
<script>
feather.replace()
const sections = document.querySelectorAll(".section")
const navLinks = document.querySelectorAll("#navbar a")
window.addEventListener("scroll", () => {
let current = ""
sections.forEach((section) => {
const sectionTop = section.offsetTop
const sectionHeight = section.offsetHeight
if (window.scrollY >= sectionTop - sectionHeight / 3) {
current = section.getAttribute("id")
}
})
navLinks.forEach((link) => {
link.classList.remove("active")
if (link.getAttribute("href") === `#${current}`) {
link.classList.add("active")
}
})
})
function toggleMenu() {
document.getElementById("navbar").classList.toggle("open")
}
document.querySelectorAll("#navbar a").forEach((link) => {
link.addEventListener("click", () => {
document.getElementById("navbar").classList.remove("open")
})
})
</script>
</body>
</html>