-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
509 lines (455 loc) · 23.5 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta Tags -->
<meta charset="UTF-8" />
<meta name="google-site-verification" content="V6h8dNM17z0XkempuozG7ydHttiIymmaccEvR51BtSg" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title>Owen Fahey</title>
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preload"
href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,400;0,500;1,200;1,300&display=swap"
as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript>
<link
href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,400;0,500;1,200;1,300&display=swap"
rel="stylesheet">
</noscript>
<!-- Site Icon -->
<link rel="icon" type="image/png" href="icons/icon.png" />
<!-- Styling -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="webpage.css" />
<!-- Scripts -->
<script src="scripts/colors.js"></script>
<script src="scripts/site_interactivity.js"></script>
<script src="scripts/shapes.js"></script>
</head>
<body>
<div id="text-container">
<span id="header">
<span id="my-name"> Owen Fahey</span>
<!-- <div id="dividing-box"> -->
<!-- Sin Wave SVGS
<svg viewBox="0 0 100 37.5" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<path id="wave"
d="M 0 18.75 Q 25 37.5 50 18.75 Q 75 0 100 18.75 Q 125 37.5 150 18.75 Q 175 0 200 18.75"
fill="none" stroke="white" stroke-width="1">
<animateTransform id="sinwave5" attributeName="transform" type="translate" from="-100 0"
to="0 0" dur="5s" repeatCount="indefinite" />
</path>
</svg>
<svg viewBox="0 0 100 37.5" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<path id="wave"
d="M 0 18.75 Q 25 37.5 50 18.75 Q 75 0 100 18.75 Q 125 37.5 150 18.75 Q 175 0 200 18.75"
fill="none" stroke="white" stroke-width="1">
<animateTransform attributeName="transform" type="translate" from="0 0" to="-100 -0" dur="10s"
repeatCount="indefinite" />
</path>
</svg> -->
<!-- <div id="dividing-line"></div> -->
<!-- </div> -->
<!-- About & Project Navigation -->
<!-- <div id="nav">
<span id="selector-arrow"> > </span>
<span id="view-about" class="nav-options unselectable selected-page" onclick="viewAbout()">About
</span>
<span id="view-projects" class="nav-options unselectable" onclick="viewProjects()">Projects </span>
</div> -->
</span>
<div class="flex-container about">
<span>
Welcome to my site! I recently graduated from the University of Chicago with
bachelor's degrees in computer science and philosophy. I currently live in San Francisco
and work as a software engineer at <a href="https://krea.ai">Krea.ai</a>. I am interested in most things
in the realm of visual computing.
<br>
<br>
My email in reverse is:
<span class="unselectable">moc.liamg@yehafcnewo</span>
</span>
<div class="unselectable">
<br>
<!-- <div class="redirect-container email" onclick=copyEmailToClipboard()> -->
<!-- Email Icon -->
<!-- <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="15" height="15" draggable="false"
viewBox="0 0 512 512">
<path
d="M424 80H88a56.06 56.06 0 00-56 56v240a56.06 56.06 0 0056 56h336a56.06 56.06 0 0056-56V136a56.06 56.06 0 00-56-56zm-14.18 92.63l-144 112a16 16 0 01-19.64 0l-144-112a16 16 0 1119.64-25.26L256 251.73l134.18-104.36a16 16 0 0119.64 25.26z" />
</svg>
<span> </span> -->
<!-- Note: Using image instead of text to avoid email scraping -->
<!-- <img src="icons/email.png" height="15" draggable="false" class="mail-image">
</div> -->
<!-- <div onclick="redirectToLinkedIn()" class="redirect-container clickable">
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="15" height="15" viewBox="0 0 24 24">
<path
d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z" />
</svg>
<span class="selectable"> owen-fahey</span>
</div> -->
<div onclick="redirectToGithub()" class="redirect-container clickable">
<svg xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 512 512" width="15" height="15"
draggable="false">
<path
d="M256 32C132.3 32 32 134.9 32 261.7c0 101.5 64.2 187.5 153.2 217.9a17.56 17.56 0 003.8.4c8.3 0 11.5-6.1 11.5-11.4 0-5.5-.2-19.9-.3-39.1a102.4 102.4 0 01-22.6 2.7c-43.1 0-52.9-33.5-52.9-33.5-10.2-26.5-24.9-33.6-24.9-33.6-19.5-13.7-.1-14.1 1.4-14.1h.1c22.5 2 34.3 23.8 34.3 23.8 11.2 19.6 26.2 25.1 39.6 25.1a63 63 0 0025.6-6c2-14.8 7.8-24.9 14.2-30.7-49.7-5.8-102-25.5-102-113.5 0-25.1 8.7-45.6 23-61.6-2.3-5.8-10-29.2 2.2-60.8a18.64 18.64 0 015-.5c8.1 0 26.4 3.1 56.6 24.1a208.21 208.21 0 01112.2 0c30.2-21 48.5-24.1 56.6-24.1a18.64 18.64 0 015 .5c12.2 31.6 4.5 55 2.2 60.8 14.3 16.1 23 36.6 23 61.6 0 88.2-52.4 107.6-102.3 113.3 8 7.1 15.2 21.1 15.2 42.5 0 30.7-.3 55.5-.3 63 0 5.4 3.1 11.5 11.4 11.5a19.35 19.35 0 004-.4C415.9 449.2 480 363.1 480 261.7 480 134.9 379.7 32 256 32z" />
</svg>
<span class="selectable"> frowenz </span>
</div>
<!-- <div onclick="redirectToResume()" class="redirect-container clickable">
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" fill="currentColor" class="icon"
viewBox="0 0 16 16">
<path
d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4Zm9 1.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 0-1h-4a.5.5 0 0 0-.5.5ZM9 8a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 0-1h-4A.5.5 0 0 0 9 8Zm1 2.5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 0-1h-3a.5.5 0 0 0-.5.5Zm-1 2C9 10.567 7.21 9 5 9c-2.086 0-3.8 1.398-3.984 3.181A1 1 0 0 0 2 13h6.96c.026-.163.04-.33.04-.5ZM7 6a2 2 0 1 0-4 0 2 2 0 0 0 4 0Z" />
</svg>
<span class="selectable"> Resume </span>
</div> -->
</div>
</div>
<div class="flex-container projects" style="display:none">
<div class="project-item">
<div class="text">
<div class="project-title">
<a href="https://owenfahey.com/colorspace-slicer/" target="_blank">
Sliced Colorspace Picker
</a>
<div class="flex-row">
<div class="project-tech"> JavaScript </div>
</div>
</div>
<div class="project-description">
<span>
Pick colors from specified slices of the RGB cube, HSL double-cone or CIELAB gamut.
</span>
</div>
</div>
<div class="image-container clickable">
<a href="https://owenfahey.com/colorspace-slicer/" target="_blank">
<video src="projects media/colorslicer.mp4" autoplay muted loop></video>
</a>
</div>
</div>
<div class="project-item">
<div class="text">
<div class="project-title">
<a href="https://www.latentculture.com/todem/?ae=1" target="_blank">
TODEM
</a>
<div class="flex-row">
<div class="project-tech"> Stable Diffusion </div>
<div class="project-tech"> React.js </div>
</div>
</div>
<div class="project-description">
<span>
Animated tapestry. 5.8 billion pixels per frame.
</span>
</div>
</div>
<div class="image-container clickable">
<a href="https://www.latentculture.com/todem/?ae=1" target="_blank">
<img src="projects media/TODEM.png"></img>
</a>
</div>
</div>
<!-- <div class="project-item">
<div class="text">
<div class="project-title">
<a href="https://github.com/frowenz/rust-database/tree/main/src/heapstore/src" target="_blank">
Storage Manager
</a>
<div class="flex-row">
<div class="project-tech"> Rust </div>
<div class="project-tech"> Databases </div>
</div>
</div>
<div class="project-description">
<span>
Built for a relational database using heap file organization. Designed slotted pages and
implemented query operators.
</span>
</div>
</div>
<div class="image-container clickable">
<a href="https://github.com/frowenz/rust-database/tree/main/src/heapstore/src" target="_blank">
<image src="projects media/crustydb.png"></image>
</a>
</div>
</div> -->
<!-- <div class="project-item">
<div class="text">
<div class="project-title">
<a href="https://owenfahey.com/KoalasToTheMax3D/?model=bulbasaur">
Koalas To The Max 3D
</a>
<div class="flex-row">
<div class="project-tech"> Three.js </div>
<div class="project-tech"> Graphics </div>
</div>
</div>
<div class="project-description">
<span>
Interactive voxel subdivision.
</span>
</div>
</div>
<div class="image-container clickable">
<a href="https://owenfahey.com/KoalasToTheMax3D/?model=bulbasaur">
<video src="projects media/koalas.mp4" autoplay muted loop></video>
</a>
</div>
</div> -->
<!-- <div class="project-item">
<div class="text">
<div class="project-title">
<a href="https://owenfahey.com/all-tic-tac-toe-games/" target="_blank">
Every Game of Tic Tac Toe
</a>
<div class="flex-row">
<div class="project-tech"> Python</div>
</div>
</div>
<div class="project-description">
<span>
All valid tic tac toe games playing at once with a game location feature.
</span>
</div>
</div>
<div class="image-container clickable">
<a href="https://owenfahey.com/all-tic-tac-toe-games/" target="_blank">
<image src="projects media/tic_tac_toe.png"></image>
</a>
</div>
</div> -->
<div class="project-item">
<div class="text">
<div class="project-title">
<a href="https://frowenz.github.io/elections-visualization/" target="_blank">
Election Trends Visualization
</a>
<div class="flex-row">
<div class="project-tech"> D3.js</div>
</div>
</div>
<div class="project-description">
<span>
Visualizing presidential election results and state political lean over time.
</span>
</div>
</div>
<div class="image-container clickable">
<a href="https://frowenz.github.io/elections-visualization/" target="_blank">
<video src="projects media/map.mp4" autoplay muted loop></video>
</a>
</div>
</div>
<!-- <div class="project-item">
<div class="text">
<div class="project-title">
<a href="https://github.com/frowenz/interactive-music-charts" target="_blank">
Interactive Music Charts
</a>
<div class="flex-row">
<div class="project-tech"> Next.js</div>
</div>
</div>
<div class="project-description">
<span>
Build albums charts that directly link your preferred streaming service. Demo coming soon!
</span>
</div>
</div>
<div class="image-container clickable">
<a href="https://github.com/frowenz/interactive-music-charts" target="_blank">
<video src="projects media/charts.mp4" autoplay muted loop></video>
</a>
</div>
</div> -->
<div class="project-item">
<div class="text">
<div class="project-title">
<a href="https://frowenz.github.io/circles-and-lines/" target="_blank">
Circles and Lines
</a>
<div class="flex-row">
<div class="project-tech"> Animated SVGs</div>
</div>
</div>
<div class="project-description">
<span>
Generative art piece experimenting with randomness.
</span>
</div>
</div>
<div class="image-container clickable">
<a href="https://frowenz.github.io/circles-and-lines/" target="_blank">
<video src="projects media/circles_and_lines.mp4" autoplay muted loop></video>
</a>
</div>
</div>
<div class="project-item">
<div class="text">
<div class="project-title">
<a href="https://github.com/frowenz/album-collage-generator/blob/main/more_examples/ALL_EXAMPLES.md"
target="_blank">
Album Collage Generator
</a>
<div class="flex-row">
<div class="project-tech"> Image Processing </div>
</div>
</div>
<div class="project-description">
<span>
Tools to download album covers en masse and arrange them by hue,
saturation, and brightness into collages.
</span>
</div>
</div>
<div class="image-container clickable">
<a href="https://github.com/frowenz/album-collage-generator/blob/main/more_examples/ALL_EXAMPLES.md"
target="_blank">
<img src="projects media/saturation_then_brightness.jpg">
</a>
</div>
</div>
<div class="project-item">
<div class="text">
<div class="project-title">
<a href="https://owenfahey.com/eyes-follow-mouse/" target="_blank">
Eyes Follow Mouse
</a>
<div class="flex-row">
<div class="project-tech"> Computer Vision </div>
</div>
</div>
<div class="project-description">
<span>
Many pairs of eyes watch your mouse.
</span>
</div>
</div>
<div class="image-container clickable">
<a href="https://owenfahey.com/eyes-follow-mouse/" target="_blank">
<img src="projects media/eyes-follow-mouse.png">
</a>
</div>
</div>
<div class="project-item">
<div class="text">
<div class="project-title">
<a href="https://www.kaggle.com/datasets/lexset/synthetic-asl-alphabet" target="_blank">
Synthetic ASL Dataset
</a>
<div class="flex-row">
<div class="project-tech"> Computer Vision </div>
</div>
</div>
<div class="project-description">
<span>
Procedurally generated images of American Sign Language letters for training computer vision
models.
</span>
</div>
</div>
<div class="image-container clickable">
<a href="https://www.kaggle.com/datasets/lexset/synthetic-asl-alphabet" target="_blank">
<img src="projects media/asl_collage.jpg">
</a>
</div>
</div>
<div class="project-item">
<div class="text">
<div class="project-title">
<a href="https://frowenz.github.io/ray-marching/" target="_blank">
2D Ray Marching
</a>
<div class="flex-row">
<div class="project-tech"> Graphics</div>
</div>
</div>
<div class="project-description">
<span>
A 2D demo of ray marching with signed distance functions.
</span>
</div>
</div>
<div class="image-container clickable">
<a href="https://frowenz.github.io/ray-marching/" target="_blank">
<video src="projects media/raymarching.mp4" autoplay muted loop></video>
</a>
</div>
</div>
<!-- <div class="project-item">
<div class="text">
<div class="project-title">
<a href="https://owenfahey.com/blend-mode-trails/" target="_blank">
Blending Mode Canvas
</a>
<div class="flex-row">
<div class="project-tech"> JavaScript </div>
</div>
</div>
<div class="project-description">
<span>
Exploring how different blending modes work.
</span>
</div>
</div>
<div class="image-container clickable">
<a href="https://owenfahey.com/blend-mode-trails/" target="_blank">
<img src="projects media/blending.png">
</a>
</div>
</div> -->
<!-- <div class="project-item">
<div class="text">
<div class="project-title">
<a href="https://frowenz.github.io/florence-nightingale-vis/" target="_blank">
Florence Nightingale Vis
</a>
<div class="flex-row">
<div class="project-tech"> D3.js</div>
</div>
</div>
<div class="project-description">
<span>
Remade Florence Nightingale's famous data visualization of mortality rates during the
Crimean War.
</span>
</div>
</div>
<div class="image-container clickable">
<a href="https://frowenz.github.io/florence-nightingale-vis/" target="_blank">
<img src="projects media/nightingale.png">
</a>
</div>
</div> -->
</div>
</div>
<a id="last-updated-container" href="https://github.com/frowenz/frowenz.github.io" target="_blank">
Last updated on
<span id="last-updated-date">
00-00-0000
</span>
</a>
<span class="tooltiptext">Copied</span>
<div id="canvas-container">
<div id="refresh-icon" onclick=randomizeShape() title="pssst.. try pressing the letter r">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8" />
<path d="M21 3v5h-5" />
<path d="M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16" />
<path d="M8 16H3v5" />
</svg>
</div>
<canvas id="canvas" class="unselectable" onclick=redirectToDesmos()></canvas>
</div>
<script src="scripts/shape_redirect.js"></script>
</body>