-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
339 lines (334 loc) · 13.9 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
<!-- temp redirect -->
<!-- <script>location="/content"</script> -->
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Résumé | Isaiah Wallerstedt</title>
<link rel="stylesheet" href="style.css" />
<script src="./script.js" async></script>
<script async>
if (
location.hostname !== "resume.wallerstedt.dev" &&
confirm(
"You seem to not have the correct url (or you're viewing this as a standalone HTML file). Redirect to <https://resume.wallerstedt.dev>?"
)
)
location = "https://resume.wallerstedt.dev";
</script>
</head>
<body>
<header>
<div class="header-flex-container">
<!-- my name is roughly 19ex long -->
<div class="me-container">
<div class="me-img-container"><img height="32" width="32" src="./me.png" alt="me" /></div>
<div class="name-container">
<h1>Isaiah Wallerstedt</h1>
</div>
</div>
<div class="vr">
<img src="./icons/rick.gif" alt="a gif of richard astley dancing" />
</div>
<hr />
<div class="contact">
<div class="contact-website">
<img src="./icons/globe.svg" alt="globe icon" />
<a href="https://wallerstedt.dev">wallerstedt.dev</a>
</div>
<div class="contact-github">
<img src="./icons/github.svg" alt="github icon" />
<a href="https://github.com/RuralAnemone">RuralAnemone</a>
</div>
<div class="contact-email">
<img src="./icons/mail.svg" alt="mail icon" />
<a href="mailto:hi@wallerstedt.dev">hi@wallerstedt.dev</a>
</div>
<div class="contact-phone">
<div class="phone-icons">
<img src="./icons/sms.svg" alt="sms icon" />
<div class="dr"></div>
<img src="./icons/call.svg" alt="call icon" />
</div>
<a href="tel:5555555555">+1 (555) 555-5555 (please enable js)</a>
</div>
</div>
<hr />
<div class="mode-container">
<div class="fun mode">
<p>fun mode</p>
<div class="switch off">
<div class="head"></div>
</div>
</div>
<div class="nerd mode">
<p>nerd mode</p>
<div class="switch off">
<div class="head"></div>
</div>
</div>
</div>
<div class="scroll-down">
<noscript>
<a href="#content">
<img src="./icons/down.svg" alt="down arrow icon" />
</a>
</noscript>
<!-- button is added via js as it uses js scroll -->
</div>
<!-- <button>hi</button> -->
<!-- <aside>contact info</aside> -->
</div>
</header>
<main id="content">
<h1 id="skills">Skills</h1>
<h2 id="operating-systems">Operating Systems</h2>
<h3 id="proficient">Proficient</h3>
<ul>
<li>
GNU+Linux
<ul>
<li>
Debian (and derivatives)
<ul>
<li>Ubuntu</li>
<li>Raspbian (Raspberry Pi)</li>
</ul>
</li>
<li>openSUSE</li>
<li>ChromeOS</li>
</ul>
</li>
<li>Windows</li>
<li>MacOS</li>
</ul>
<h2 id="programming-languages-tools">Programming Languages & tools</h2>
<h3 id="expert">Expert</h3>
<ul>
<li>JavaScript (core)</li>
<li>TypeScript</li>
</ul>
<h3 id="proficient-1">Proficient</h3>
<ul>
<li>npm</li>
<li>node</li>
<li>yarn</li>
<li>bun</li>
<li>React.js</li>
<li>Next.js</li>
<li>C</li>
<li>Java</li>
<li>Python</li>
</ul>
<h3 id="competent">Competent</h3>
<ul>
<li>C++</li>
<li>C#</li>
<li>Java WPILib (FIRST Robotics Competition SDK)</li>
<li>manim</li>
<li>
POSIX Shell Scripting
<ul>
<li>bash, etc</li>
</ul>
</li>
<li>Haskell</li>
</ul>
<h3 id="beginning">Beginning</h3>
<ul>
<li>Unity API</li>
<li>Rust</li>
<li>Go</li>
</ul>
<h2 id="markup-languages-tools">Markup Languages & tools</h2>
<h3 id="expert-1">Expert</h3>
<ul>
<li>HTML</li>
<li>Markdown</li>
</ul>
<h3 id="proficient-2">Proficient</h3>
<ul>
<li>Obsidian</li>
<li>CSS</li>
</ul>
<h3 id="competent-1">Competent</h3>
<ul>
<li>SCSS</li>
<li>LaTeX</li>
<li>Mermaid</li>
</ul>
<h2 id="editors-ides">Editors & IDEs</h2>
<h3 id="proficient-3">Proficient</h3>
<ul>
<li>VSCodium</li>
<li>Visual Studio Code</li>
</ul>
<h3 id="competent-2">Competent</h3>
<ul>
<li>vim & neovim</li>
<li>
JetBrains & derivatives
<ul>
<li>WebStorm</li>
</ul>
</li>
</ul>
<h2 id="isoiec-standards">ISO/IEC Standards:</h2>
<h3 id="proficient-4">Proficient</h3>
<ul>
<li>ISO 8601 - Time & Dates</li>
</ul>
<h3 id="competent-3">Competent</h3>
<ul>
<li>ISO/IEC 40500:2012 - WCAG (Web Content Accessibility Guidelines)</li>
<li>ISO/IEC 80000 - Quantities & Units</li>
</ul>
<h2 id="office-tools">Office Tools</h2>
<h3 id="proficient-5">Proficient</h3>
<ul>
<li>LibreOffice</li>
<li>Google Suite</li>
</ul>
<h3 id="competent-4">Competent</h3>
<ul>
<li>Microsoft Office 365</li>
</ul>
<h2 id="version-management">Version Management</h2>
<h3 id="proficient-6">Proficient</h3>
<ul>
<li>git</li>
<li>git-lfs (Large File Storage)</li>
<li>GitHub</li>
<li>GitLab</li>
<li>Codeberg</li>
</ul>
<h3 id="beginning-1">Beginning</h3>
<ul>
<li>Apache SVN</li>
</ul>
<h2 id="communication-software">Communication software</h2>
<h3 id="proficient-7">Proficient</h3>
<ul>
<li>Slack</li>
<li>Discord</li>
<li>Gmail and Google Chat</li>
<li>Microsoft Outlook</li>
</ul>
<h3 id="competent-5">Competent</h3>
<ul>
<li>Matrix</li>
<li>IRC</li>
</ul>
<h2 id="networkwebsite-management-tools">Network/Website Management Tools</h2>
<h3 id="proficient-8">Proficient</h3>
<ul>
<li>
Any domain registrar
<ul>
<li>Porkbun, Namecheap, Freenom, etc</li>
</ul>
</li>
<li>GitHub Pages</li>
<li>Vercel</li>
</ul>
<h3 id="competent-6">Competent</h3>
<ul>
<li>Cloudflare</li>
<li>Netlify</li>
<li>Railway</li>
</ul>
<h3 id="beginning-2">Beginning</h3>
<ul>
<li>nginx</li>
</ul>
<h2 id="other">Other</h2>
<h3 id="proficient-9">Proficient</h3>
<ul>
<li>Excalidraw</li>
</ul>
<h3 id="competent-7">Competent</h3>
<ul>
<li>Google Ads Placement</li>
<li>Google Analytics</li>
<li>Google Play Store</li>
</ul>
<h2 id="section">
<!--
# Certifications
- none yet! just wait until I finish CS50 (:
-->
</h2>
<hr />
<h1 id="experience">Experience</h1>
<h2 id="summer-contract-worker">Summer Contract Worker</h2>
<h3 id="all-good-organics---lino-lakes-mn">All Good Organics - Lino Lakes, MN</h3>
<h4 id="june-2020-to-present">June 2020 to Present</h4>
<p>
Working as a farmhand, doing general chores (planting, weeding, watering, harvesting, transportation) and
helping customers at the storefront.
</p>
<hr />
<h2 id="independent-contractor">Independent Contractor</h2>
<h3 id="nexus-logic-consulting-llc---minneapolis-mn">Nexus Logic Consulting, LLC - Minneapolis, MN</h3>
<h4 id="november-2023-to-present">November 2023 to Present</h4>
<p>Fixing bugs, cleaning up spaghetti code and CSS, making website more user-friendly.</p>
<hr />
<h2 id="summer-associate">Summer Associate</h2>
<h3 id="about-a-foot-long-hot-dog---minnesota-state-fairgrounds">
About a Foot Long Hot Dog - Minnesota State Fairgrounds
</h3>
<h4 id="august-2023-to-present">August 2023 to Present</h4>
<p>Helped open and close the stand, served customers, handled money (including occasional counterfeits).</p>
<hr />
<h2 id="volunteer">Volunteer</h2>
<h3 id="emmanuel-christian-center---spring-lake-park-mn">Emmanuel Christian Center - Spring Lake Park, MN</h3>
<h4 id="september-2017-to-present">September 2017 to Present</h4>
<p>
Playing piano/keys using Ableton Live and Nord Stage models. Playing at the Lakeville location approximately
once a month. Lighting using Vista 2 & 3 with various fixture setups. Programming fixtures and cuelists for
kids and youth services. Mixing audio for kids service using a RØDECaster Pro II board. Trained on an Allen
& Heath QU-24. Coaching students in kids ministry on Propresenter 7 and the RØDECaster Pro II. Leading a 4th
grade Bible study.
</p>
<hr />
<h2 id="produce-associate">Produce Associate</h2>
<h3 id="fresh-and-natural-foods---shoreview-mn">Fresh And Natural Foods - Shoreview, MN</h3>
<h4 id="june-2022-to-august-2022">June 2022 to August 2022</h4>
<p>Helped customers with their shopping needs. Used Google Sheets to track produce input/output.</p>
<hr />
<h1 id="education">Education</h1>
<h2 id="high-school-diploma">High School Diploma</h2>
<h3 id="mounds-view-senior-high-school---arden-hills-mn">Mounds View Senior High School - Arden Hills, MN</h3>
<h4 id="class-of-2024">Class of 2024</h4>
<hr />
<h1 id="groups">Groups</h1>
<h2 id="frc-team-3407">FRC Team #3407</h2>
<h3 id="september-2023-to-june-2024">September 2023 to June 2024</h3>
<p>
Programmed in Java and C(++) with the WPILib API and gradle. Implemented manual overrides as well as
functionality for using the Wii Balance Board as a controller (with
<a href="https://github.com/wiiuse/wiiuse">wiiuse</a>).
</p>
<hr />
<h1 id="publications">Publications</h1>
<h2 id="the-skewer">The Skewer</h2>
<p><a href="https://mvskewer.org" class="uri">https://mvskewer.org</a></p>
<h3 id="february-2023---april-2024">February 2023 - April 2024</h3>
<p>A parody of our school newspaper. I designed the website as my initial foray into React/Next.js.</p>
<hr />
<h1 id="music-experience">Music Experience</h1>
<p>Playing piano for 13 years at church, State and National level Assemblies of God Fine Arts Festival, and for personal enjoyment.</p>
<hr />
<h1 id="languages">Languages</h1>
<h2 id="english">English</h2>
<p>Native language</p>
<h2 id="swedish">Swedish</h2>
<p>Conversationally fluent</p>
</main>
<footer>
<!-- <em class="">this document will eventually conform to <code>ISO/IEC 40500:2012, A level</code></em> -->
<em class="notice">The bottom of this page is padded so readers can maintain a consistent eyeline.</em>
</footer>
</body>
</html>