-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
141 lines (132 loc) · 7.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta tags -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="Zachary Garwood, Software Engineer" />
<meta name="author" content="Zachary Garwood" />
<meta name="description" content="Software Engineer" />
<meta name="robots" content="follow, index" />
<!-- Header info -->
<link rel="canonical" href="https://zacharygarwood.com" />
<link rel="icon" href="images/favicon.ico">
<link href="./styles.css" rel="stylesheet">
<title>Zachary Garwood</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-W75STFN6ST"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-W75STFN6ST');
</script>
</head>
<body>
<div class="container">
<a href="/" class="header">
<h4>Zachary Garwood</h4>
</a>
<img src="images/picture.jpg" alt="Lake" ,="" width="100%">
<p>
I'm a software engineer at <a href="https://freight.amazon.com/" target="_blank">Amazon</a> working on externalizing our middle-mile
transportation network. Previsouly, I worked for <a href="https://aws.amazon.com/" target="_blank">AWS</a>, <a href="https://www.principal.com/" target="_blank">Principal</a>, and <a href="https://www.iastate.edu/" target="_blank">Iowa State University</a>.
</p>
<p>
I love to dig into the nitty gritty details of software and make things fast. You can get a glimpse of what I'm learning in my <a href="/til">Today I Learned</a> collection of notes.
</p>
<p class="project-header">Notable open-source work:</p>
<div class="projects-container">
<div class="project-row">
<a href="https://github.com/zacharygarwood/Flounder" class="project-pair" target="_blank">
<div class="project-title">
Flounder
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="arrow-icon">
<line x1="7" y1="17" x2="17" y2="7"></line>
<polyline points="7 7 17 7 17 17"></polyline>
</svg>
</div>
</a>
<div class="project-content">
<p class="project-description">2000-rated UCI compatible chess engine</p>
<div class="project-aside">Play it on Lichess @FlounderBot</div>
</div>
</div>
<div class="project-row">
<a href="https://github.com/zacharygarwood/Decoy" class="project-pair" target="_blank">
<div class="project-title">
Decoy
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="arrow-icon">
<line x1="7" y1="17" x2="17" y2="7"></line>
<polyline points="7 7 17 7 17 17"></polyline>
</svg>
</div>
</a>
<div class="project-content">
<p class="project-description">Password management system without the storage</p>
</div>
</div>
<div class="project-row">
<a href="https://github.com/zacharygarwood/Minecraft-as-File-Storage" class="project-pair" target="_blank">
<div class="project-title">
mafs
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="arrow-icon">
<line x1="7" y1="17" x2="17" y2="7"></line>
<polyline points="7 7 17 7 17 17"></polyline>
</svg>
</div>
</a>
<div class="project-content">
<p class="project-description">Minecraft as file storage</p>
<div class="project-aside">Storage as far as the eye can see</div>
</div>
</div>
<div class="project-row">
<a href="https://github.com/zacharygarwood/Autoclip" class="project-pair" target="_blank">
<div class="project-title">
Autoclip
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="arrow-icon">
<line x1="7" y1="17" x2="17" y2="7"></line>
<polyline points="7 7 17 7 17 17"></polyline>
</svg>
</div>
</a>
<div class="project-content">
<p class="project-description">Automatically posts the top Twitch clips to YouTube</p>
<div class="project-aside">30k+ views</div>
</div>
</div>
</div>
<p>If there is anything you should know about me, it's that I like freezer-burnt ice cream and my favorite color is brown.</p>
<p>
See you on the slopes
<a href="https://www.youtube.com/watch?v=zgrciy3Bi-s" target="_blank">
<img src="images/sled.png" alt="Club Penguin sled" height="20" style="vertical-align: middle;">
</a>
</p>
<div class="footer">
<p>GitHub: <a href="https://github.com/zacharygarwood" target="_blank">@zacharygarwood</a></p>
<p>LinkedIn: <a href="https://www.linkedin.com/in/zacharygarwood/" target="_blank">@zacharygarwood</a></p>
<p>Email: <a href="https://www.base64decode.org/" target="_blank">Z2Fyd29vZHphY2hhcnlAZ21haWwuY29t</a></p>
</div>
</div>
</body>
</html>
<!--
⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡤⠴⠒⠒⠒⠶⢤⣄⡀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⣠⠞⠁⠀⠀⠀⠀⠀⠀⠀⠈⠙⢦⡀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⡼⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢳⡀⠀⠀. o O ( https://www.youtube.com/watch?v=E6UGrULiwMQ )
⠀⠀⠀⠀⠀⢸⠁⠀⠀⣠⠖⠛⠛⠲⢤⠀⠀⠀⣰⠚⠛⢷⠀⠀⠀⠀
⠀⠀⠀⠀⠀⣿⠀⠀⣸⠃⠀⠀⢀⣀⠈⢧⣠⣤⣯⢠⣤⠘⣆
⠀⠀⠀⠀⠀⣿⠀⠀⡇⠀⠀⠀⠻⠟⠠⣏⣀⣀⣨⡇⠉⢀⣿
⠀⠀⠀⠀⢀⡟⠀⠀⠹⡄⠀⠀⠀⠀⠀⠉⠑⠚⠉⠀⣠⡞⢿⠀
⠀⠀⠀⢀⡼⠁⠀⠀⠀⠙⠳⢤⡄⠀⠀⠀⠀⠀⠀⠀⠁⠙⢦⠳⣄⠀
⠀⠀⢀⡾⠁⠀⠀⠀⠀⠀⠤⣏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⠃⠙⡆
⠀⠀⣼⠁⠀⠀⠀⠀⠀⠀⠀⠈⠳⣄⠀⠀⠀⠀⠀⠀⠀⢠⡏⠀⠀⡇
⠀⠀⣏⠀⠀⠀⠀⠲⣄⡀⠀⠀⠀⠸⡄⠀⠀⠀⠀⠀⠀⢸⠀⢀⡼⠁
⢀⡴⢿⠀⠀⠀⠀⠀⢸⠟⢦⡀⠀⢀⡇⠀⠀⠀⠀⠀⠀⠘⠗⣿⠁⠀
⠸⣦⡘⣦⠀⠀⠀⠀⣸⣄⠀⡉⠓⠚⠀⠀⠀⠀⠀⠀⠀⠀⡴⢹⣦⡀
⠀⠀⠉⠛⠳⢤⣴⠾⠁⠈⠟⠉⣇⠀⠀⠀⠀⠀⠀⠀⣠⠞⠁⣠⠞⠁
⠀⠀⠀⠀⠀⠀⠙⢧⣀⠀⠀⣠⠏⠀⠀⢀⣀⣠⠴⠛⠓⠚⠋⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠉⠙⠋⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀
-->