-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
335 lines (327 loc) · 18.7 KB
/
index.html
File metadata and controls
335 lines (327 loc) · 18.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Lucas Klein - Home</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link href="./bootstrap-5.1.3-dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="./bootstrap-5.1.3-dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<script src='./js/main.js'></script>
<script src='./js/hide-circle.js'></script>
<link rel='stylesheet' type='text/css' media='screen' href='./css/main.css'>
<link rel='stylesheet' type='text/css' media='screen' href='./css/timeline.css'>
<link rel='stylesheet' type='text/css' media='screen' href='./css/app-cards.css'>
</head>
<body>
<div class="resume-nav" style="background-color: rgba(0, 0, 0, 0); position: absolute;">
<div class="container">
<div class="row">
<div class="col"></div>
<div class="col-auto"></div>
<div class="col-auto nav-home-link">
<a href="./index.html">Home</a>
</div>
<div class="col-auto nav-home-link">
<a href="./resume.html">Resume</a>
</div>
<div class="col-auto nav-home-link">
<a href="./contact.html">Contact</a>
</div>
<div class="col-auto nav-home-link">
<a href="./in-the-news.html">In The News</a>
</div>
</div>
</div>
</div>
<div class="container" style="margin: 0; max-width: 100%;">
<div class="row splash-section">
<div class="pulsating-circle"></div>
<div class="center-holder">
<div class="container">
<div class="row">
<div class="col" style="text-align: center;">
<img src="./img/logo-alt.png" style="width: 50%; max-width: 600px;" alt="Lucas Klein Logo"/>
</div>
</div>
<div class="row pt-2">
<div class="col">
<p class="logo-tagline">Hi, I'm a full stack software engineer specializing in iOS and
React. </p>
</div>
</div>
<div class="row">
<div class="col-md pt-4">
<a href="https://sndwave.app/">
<div class="app-logo-interactive sndwave"></div>
</a>
<h4 class="pt-3" style="font-weight: lighter;">snd.wave</h4>
</div>
<div class="col-md pt-4">
<a href="https://tempoaudio.app">
<div class="app-logo-interactive tempo"></div>
</a>
<h4 class="pt-3" style="font-weight: lighter;">Tempo</h4>
</div>
<div class="col-md pt-4">
<a href="./resume.html">
<div class="app-logo-interactive cv"></div>
</a>
<h4 class="pt-3" style="font-weight: lighter;">Resume / CV</h4>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row mt-5 pt-5">
<div class="col">
<div class="row">
<h1 class="mb-2">The Story So Far</h1>
<p class="mb-5">I have been fascinated by computers from a young age, which led me to learning programming and eventually developing and sharing my software with the world through the AppStore.
In the future, I plan to apply my development skills and knowledge gained from my time at IU to new problems in the computer science industry, as well as create unique software to share with the world.
<a href="./resume.html" class="body-link">View Resume</a>
</p>
</div>
<div class="row">
<div class="timeline-frame mb-5">
<div class="timeline-events">
<div class="timeline-connector"></div>
<div class="timeline-event">
<h5 style="margin-bottom: 0;">Early 2018: snd.wave 1.0</h5>
<p>After learning UIKit and several weeks of development, snd.wave releases to the App Store.</p>
</div>
<div class="timeline-connector"></div>
<div class="timeline-event">
<h5 style="margin-bottom: 0;">Summer 2018: Start Computer Science Degree</h5>
<p>I begin attending classes at IU and working tworads a BS in Computer Science, specializing in AI.</p>
</div>
<div class="timeline-connector"></div>
<div class="timeline-event">
<h5 style="margin-bottom: 0;">Early 2020: C323 (iOS) Undergraduate Instructor</h5>
<p>As a sophmore, I TA my first of many semesters for the iOS development course.</p>
</div>
<div class="timeline-connector"></div>
<div class="timeline-event">
<h5 style="margin-bottom: 0;">Mid 2020: Systems Engineering at GlobalNOC</h5>
<p>Hired as an hourly, I begin working at GlobalNOC. Developing and deoploying React based web apps to production enviornments.</p>
</div>
<div class="timeline-pulsating-circle"></div>
<div class="timeline-connector"></div>
<div class="timeline-event">
<h5 style="margin-bottom: 0;">May 2022: Graduate From IU</h5>
<p>IU has been an awesome experiance and I am sad to leave campus behind. However, I am looking forward to what is next.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row mt-5 pt-5">
<div class="col">
<div class="row">
<h1>My Applications</h1>
</div>
<div class="row">
<div class="col col-12 col-lg-6">
<a href="https://sndwave.app" style="text-decoration: none;">
<div class="app-card-frame">
<div class="app-card">
<img src="./img/sndwave_app_icon.png" alt="snd.wave app icon"/>
<div class="app-card-text">
<h4>snd.wave</h4>
<p>
snd.wave analyzes your music library and presents you with stats about how
you
listen to music.
</p>
</div>
</div>
<p>
snd.wave features:<br>
</p>
<ul>
<li>
Stats about EVERYTHING.
</li>
<li>
Top Lists: see you favorite artists, songs, albums and genres.
</li>
<li>
Monthly and Yearly Stats. (Stat recording begins when you install snd.wave)
</li>
<li>
Playlist analytics: see tons of stats and play your playlists in snd.wave!
</li>
<li>
Leaderboards: see how your music stats stack up against your friends and the
world.
</li>
<li>
Cleaner: Sometimes you download a song or two that are just terrible. snd.wave
can help! Let snd.wave find those songs so you can delete them.
</li>
<li>
Charts and Graphs: See your music stats visualized.
</li>
<li>
Stat Player: a music player that also displays stats for the now playing song.
</li>
<li>
Swipe to Play: swipe any song to start playback.
</li>
<li>
Dark Mode for easy viewing at night!
</li>
<li>
Your Music Quick View: a lock screen widget that displays stats about
currently<br>
playing music.<br>
</li>
</ul>
</div>
</a>
</div>
<div class="col col-12 col-lg-6">
<a href="https://tempoaudio.app/" style="text-decoration: none;">
<div class="app-card-frame">
<div class="app-card">
<img src="./img/tempo_app_icon.png" alt="Tempo Audio app icon"/>
<div class="app-card-text">
<h4>Tempo Audio</h4>
<p>
Tempo is the first adaptive audio app for iOS that adjusts your music volume
based on what you are doing so you don’t have to.
</p>
</div>
</div>
<p>
Walking with music? Let Tempo turn it down so you can talk to your friend.
Slowing down at a stop sign? Tempo will turn down the music so you can listen for
cars.
Biking quickly? Tempo can turn up your music so you can hear it over the wind.
On a ski lift? No worries, Tempo will start the music again once you get off.
Tempo features:<br>
</p>
<ul>
<li>
Editable speed and volume curves.
</li>
<li>
Multiple modes and the option to create more.
</li>
<li>
Ski Mode: Tempo understands how ski lifts work and handles audio accordingly.
</li>
<li>
A WatchOS app: Start/Stop Tempo and change modes on the go.
</li>
<li>
Easy Off: Receive a push notification on your lock screen when using tempo to
easily disable it.
</li>
<li>
Support for both MPH and KPH
</li>
<li>
Tempo will automatically disable itself whenever the volume is manually
adjusted.
</li>
</ul>
</div>
</a>
</div>
<div class="col col-12">
<a href="https://mix-it.app" style="text-decoration: none;">
<div class="app-card-frame">
<div class="app-card">
<img src="./img/mixit_app_icon.png" alt="Mix.It app icon"/>
<div class="app-card-text">
<h4>Mix.It</h4>
<p>
Work with AI and advanced filters to create the perfect playlist for any
occasion.
</p>
</div>
</div>
<p>
Mix.It offers two ways to build mixes. <br>
<br>
Regular Mixes: Regular Mixes will ask for a couple of hints to get started and then
will
use those hints along with AI and your music listening history to recommend songs.
These
recommendations are placed on to cards. Swipe right to add it to the playlist, swipe
left to skip it!<br>
<br>
Smart Mixes: Smart Mixes work like Smart Playlists in iTunes. Simply add filters to
the
Smart Mix and Mix.It will automatically add all of the songs in your library that
satisfy the filters.<br>
<br>
Mix.It features a beautiful music player, capable of adapting its theme to the
currently
playing song’s artwork. The Mix.It Player can also recommend songs to play next and
supports “Play Next” and “Play Later.”<br>
</p>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="row mt-5 pt-5">
<div class="col">
<div class="row">
<h1 class="mb-2">Projects</h1>
<p>On ocasion I develop open source software, here are some of the projects I have worked on.</p>
</div>
<div class="row mt-4">
<a href="https://github.com/Luke-k-dev/SportPyOBD" class="article-link">
<div class="row">
<div class="col-auto">
<img src="./img/python_logo.png" style="max-width: 100px;" alt="Python logo">
</div>
<div class="col">
<h4 class="mb-2">SportPyOBD</h4>
<p>Initially this was to be a package to easily create OBDII interfaces, however over its
development I have instead created an OBDII interface program. It is designed to run on OSX
and
the respberrypi. It has a clean modern UI that is easily editable, and can record vehicle
data.
</p>
</div>
</div>
</a>
</div>
<div class="row mt-4">
<a href="https://github.com/Luke-k-dev/HTML-Text-Gallery" class="article-link">
<div class="row">
<div class="col-auto">
<img src="./img/html_logo.png" style="max-width: 100px;" alt="HTML logo"/>
</div>
<div class="col">
<h4 class="mb-2">HTML Text Gallery</h4>
<p>
A better version of the w3schools text gallery. Complete with animations, mobile support,
and
better compatibility with outdated browsers. This version is designed for use with the
SquareSpace platform. To use on another hosting set up, please replace the next::before and
previous::before content values with a unicode option supported by the font you would like
to
use.
</p>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="mt-5 pt-5" id="footer-frame"></div>
</body>
</html>