-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
434 lines (378 loc) · 17 KB
/
index.html
File metadata and controls
434 lines (378 loc) · 17 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
<!doctype html>
<html>
<head lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Alex Bahm</title>
<meta property="og:title" content="">
<link rel="stylesheet" type="text/css" href="munter/css/bootstrap.min.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="munter/css/style.css">
<link rel="stylesheet" type="text/css" href="style/style.css">
<link rel="icon" type="image/png" href="favicon.png" />
<link href='http://fonts.googleapis.com/css?family=Titillium+Web:400,600,300,200&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="prefetch" href="munter/images/zoom.png">
</head>
<body>
<div class="navbar navbar-fixed-top" data-activeslide="1">
<div class="container">
<!-- .navbar-toggle is used as the toggle for collapsed navbar content -->
<button type="button" id="navbar-button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="nav-collapse collapse navbar-responsive-collapse" id="nav-collapse">
<ul class="nav row">
<li data-slide="1" class="col-12 col-sm-2">
<a href="#cover"><i class="fa fa-home"></i><span class="text">HOME</span></a>
</li>
<li data-slide="2" class="col-12 col-sm-2">
<a href="#about-me"><i class="fa fa-user"></i><span class="text">ABOUT ME</span></a>
</li>
<li data-slide="3" class="col-12 col-sm-2">
<a href="#projects"><i class="fa fa-code"></i></span> <span class="text">PROJECTS</span></a>
</li>
<li data-slide="5" class="col-12 col-sm-2">
<a href="#education"><i class="fa fa-graduation-cap"></i></span> <span class="text">EDUCATION</span></a>
</li>
<li data-slide="6" class="col-12 col-sm-2">
<a href="#work"><i class="fa fa-building-o"></i> <span class="text">WORK EXPERIENCE</span></a>
</li>
<li data-slide="7" class="col-12 col-sm-2">
<a href="#contact"><i class="fa fa-envelope-o"></i><span class="text">CONTACT</span></a>
</li>
</ul>
<div class="row">
<div class="col-sm-2 active-menu"></div>
</div>
</div><!-- /.nav-collapse -->
</div><!-- /.container -->
</div><!-- /.navbar -->
<!-- === MAIN Background === -->
<div class="slide story" id="cover" data-slide="1">
<div class="container">
<div id="home-row-1" class="row clearfix">
<div class="col-12">
<h1 class="font-semibold">Alex Bahm</h1>
<h4 class="font-thin">Software Engineer</h4>
<br>
<br>
</div><!-- /col-12 -->
</div><!-- /row -->
<div id="home-row-2" class="row clearfix">
<div class="col-12 col-sm-4">
<div class="home-hover navigation-slide" data-slide="6">
<div class="red shield">P</div>
</div>
<span>PROFESSIONAL</span>
</div>
<div class="col-12 col-sm-4">
<div class="home-hover navigation-slide" data-slide="2">
<div class="yellow shield">F</div>
</div>
<span>FRIENDLY</span>
</div>
<div class="col-12 col-sm-4">
<div class="home-hover navigation-slide" data-slide="4">
<div class="blue shield">S</div>
</div>
<span>SOFTWARE</span>
</div>
</div>
</div>
</div>
<!-- === About Me -->
<div class="slide story" id="about-me" data-slide="2">
<div class="container">
<div class="row title-row">
<div class="col-12 font-semibold">About Me</div>
</div>
<div class="hr"> </div>
<div class="row subtitle-row">
<div class="col-12 font-light small">
<p>
I graduated magna cum laude from Washington State University with a degree in in computer science and a minor in business administration. I enjoy being involved in clubs on campus such as the Association for Computing Machinery and the Computer Security Group. In addition, I work on side projects in my free time. Most of these projects fall under the realm of web development as that is where my ideas lie. As my github shows, I have plenty of experience outside of web.
</p>
<p>
Outside of school and software development, I have spent the last 16 years volunteering at Issaquah Salmon Days. During that time, I was a co-chair of the Refuse Rangers team for 3 years while I was in high school. While I was a co-chair, my team won numerous international awards for our garbage and recycling program. I am also an Eagle Scout hailing from Troop 571 in Sammamish, WA.
</p>
</div>
</div>
<div class="col-12 font-semibold xlarge">Awards</div>
<div class="row subtitle-row">
<div class="col-12 font-light small">
<blockquote class="news">
<header>April 2015</header>
3rd Place Senior Design Poster Competition
</blockquote>
<blockquote class="news">
<header>April 2015</header>
Outstanding Senior
</blockquote>
<blockquote class="news">
<header>July 2007</header>
Eagle Scout
</blockquote>
</div>
</div>
<div class="col-12 font-semibold xlarge">In The News</div>
<div class="row subtitle-row">
<div class="col-12 font-light small">
<blockquote class="news">
<header>February 8th 2015</header>
<a href="http://www.dailyevergreen.com/news/article_98e9d146-b00b-11e4-a96f-4f967109a649.html">An Innovative Showdown</a>
</blockquote>
<blockquote class="news">
<header>December 11th 2014</header>
<a href="http://www.dailyevergreen.com/news/article_6d5f6538-80c0-11e4-84a2-7f10653c2e43.html">Phone App-etit</a>
</blockquote>
</div>
</div>
</div>
</div>
<!-- === Projects -->
<div class="slide story" id="projects" data-slide="3">
<div class="row title-row">
<div class="font-semibold">Projects</div>
</div>
<div class="hr"> </div>
<div class="row">
<div class="project">
<a class="project" href="images/Tshell.png"
data-github="https://github.com/techfreek/TShell"
data-youtube="https://www.youtube.com/watch?v=zDM_tt0jdEs"
data-link="https://docs.google.com/presentation/d/1CYzvYlYGgmWexfKsJEw2X5CiLQcI3Bm7Ty0DexaCo8o/edit?usp=sharing">
<img class="thumb" src="images/Tshell.png">
<h3>TShell</h3>
<figcaption>
During the WSU EECS Hackathon 2015, <span data-href="http://cameronmehl.com">Cameron Mehl</span> and I created TShell which is a Twilio interface for a shell running on our server. In other words, you could text our service a shell (BASH) command which we would execute, and then return the response to you. It was written in Go which we learned day of. As shown in the screenshot, it was originally going to be called TwitterShell and provide the same usecase on Twitter. After seeing the Twilio API at the hackathon, we shifted gears.
</figcaption>
</a>
</div>
<div class="project">
<a class="project" href="images/hackathon-site.png"
data-github="https://github.com/WSU-ACM/hackathon-site"
data-link="http://hackathon.eecs.wsu.edu">
<img class="thumb" src="images/hackathon-site.png">
<h3>Hackathon Website</h3>
<figcaption>
One of my contributions to the 2015 WSU EECS Hackathon was the website. <span data-href="http://bits.dylankpowers.com">Dylan Powers</span> and I collaborated on the existing site and improved its functionality, responsiveness, and content. I mostly focused on content, functionality, and the like. A number of these were implemented in server side JavaScript running on a Node.JS process.
</figcaption>
</a>
</div>
<div class="project">
<a class="project" href="images/isHungry.png"
data-link="http://isHungry.co">
<img class="thumb" src="images/isHungry.png">
<h3>isHungry</h3>
<figcaption>
The extension of HungryWSU. Scaled up to support nearly any U.S. city. Built on the MEAN stack. Primarily written over summer 2014. Still in active development. It was designed to solve the problem of wanting to grab a byte (sorry, programmer humor) to eat and not wanting to have to check every listing on Yelp or Google Plus to find what's open.
</figcaption>
</a>
</div>
<div class="project">
<a class="project" href="images/wheelchair.png"
data-youtube="https://www.youtube.com/watch?v=PT7cHpTEI88&feature=youtu.be">
<img class="thumb" src="images/wheelchair.png">
<h3>Semi-Autonomous Wheelchair</h3>
<figcaption>
My Senior Design project at Washington State University is to design and build a software system (along with any hardware) needed to assist in the operation of an electric wheelchair. The project is sponsored by Microsoft and WSU Intelligent Robot Learning Laboratory. The team consists of 4 Computer Science majors and 2 Computer Engineers majors. Our goal was to integrate modern technology into existing wheelchair hardware to improve the lives of people who have physical disabilities such as ALS. Our final product was a semi-autonomous wheelchair that would avoid obstacles without removing control from the user. In addition, we used the EyeGaze device known as The EyeTribe to steer the chair with the users eyes. Finally, a framework for autonomous navigation was developed. The current video shows our progress in November 2014. A new video will be coming soon.
</figcaption>
</a>
</div>
<div class="project">
<a class="project" href="images/LEDs.PNG"
data-github="https://github.com/techfreek/ArduinoMusicSyncedLED"
data-youtube="https://www.youtube.com/watch?v=YMNxjDxvUKg">
<img class="thumb" src="images/LEDs.PNG">
<h3>Music Synced LEDs</h3>
<figcaption>
Using an Arduino, Spectrum Analyzer Shield from Bliptronics, and RGB LEDs, I created a system that keeps the lights in sync with the song. No configuring for a song, just play it.
</figcaption>
</a>
</div>
<div class="project">
<a class="project" href="images/hungryWSU.PNG"
data-github="https://github.com/techfreek/hungryWSU">
<img class="thumb" src="images/hungryWSU.PNG">
<h3>HungryWSU</h3>
<figcaption>
Lists the open places in Pullman. Built on the LAMP stack. The same idea was later converted into isHungry.co.
</figcaption>
</a>
</div>
</div>
</div>
<div class="slide story" id="skills" data-slide="4">
<div class="container">
<div class="row title-row">
<div class="col-12 font-semibold">Technical Skills</div>
</div>
<div class="hr"> </div>
<div class="row">
<div class="col-xs-12 col-sm-6 font-light">
<div class="row font-semibold large">Languages</div>
<div class="col-12" id="langs"></div>
</div>
<div class="col-xs-12 col-sm-6 font-light">
<div class="row font-semibold large">Recent Activity</div>
<div class="col-12">
<table class="table table-striped" id="github-activity">
<tbody id="github-activity-body"></tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="slide story" id="education" data-slide="5">
<div class="container">
<div class="row title-row">
<div class="col-12 font-semibold">Education</div>
</div>
<div class="hr"> </div>
<div class="row">
<div class="row subtitle-row">
<div class="col-12 font-semibold">Washington State University</div>
<div class="col-12 font-thin">Graduated: May 2015</div>
</div>
<p class="big">
I majored in Computer Science, and received a minor in Business Administration. As an undergrad, I was involved with our local ACM chapter, the Computer Security Group, and the Linux Users Group. I also assisted in organizing and running the 2015 <a href="http://hackathon.eecs.wsu.edu/">WSU EECS Hackathon.</a> I was recognized for my hard work and dedication by being nominated as Outstanding Sophomore and Senior. I was eventually chosen as Outstanding Senior. I graduated Magna Cum Laude in May 2015.
</p>
</div>
</div>
</div>
<div class="slide story" id="work" data-slide="6">
<div class="container">
<div class="row title-row">
<div class="col-12 font-semibold">Work Experience</div>
</div>
<div class="hr"> </div>
<div class="row">
<div class="col-12 subtitle-row">
<div class="col-12 font-semibold">EMC Isilon</div>
<div class="col-12 font-thin">Software Engineer - June 2015 -> Presenet</div>
</div>
<p class="big">
Work on File Sharing Protocol middleware, amongst other things.
</p>
</div>
<div class="row">
<div class="col-12 subtitle-row">
<div class="col-12 font-semibold">Washington State University</div>
<div class="col-12 font-light">Civil & Environmental Engineering</div>
<div class="col-12 font-thin">Technical Assistant 2 - March 2014 -> May 2015</div>
</div>
<p class="big">
Maintain undergraduate and graduate computer labs and provide support to faculty and staff as needed. Developed new websites for the department that meet university design practices, and developed tools to help monitor undergrad computer labs.
</p>
</div>
<div class="row">
<div class="col-12 subtitle-row">
<div class="col-12 font-semibold">Eurest Dining Services @ Microsoft</div>
<div class="col-12 font-thin">Information Technology Intern - Summer 2012, Summer 2013</div>
</div>
<p class="big">
Worked as a team player by attending to support calls, diagnosing, troubleshooting, and implementing solutions.
</p>
</div>
</div>
</div>
<!-- === Slide 7 / Contact === -->
<div class="slide story" id="contact" data-slide="7">
<div class="container">
<div class="row title-row">
<div class="col-12 font-light">Leave me a message</div>
</div>
<div class="hr"> </div>
<div class="links" class="row">
<div class="social">
<p><a href="mailto:alex@bahm.io"><i class="fa fa-envelope-o"></i></a></p>
<span class="on-hover font-light ">alex@bahm.io</span></a>
</div>
<div class="social">
<p><a target="_blank" href="https://www.linkedin.com/pub/alex-bahm/67/847/37a">
<i class="fa fa-linkedin"></i></a></p>
<span class="on-hover font-light ">Alex Bahm</span></a>
</div>
<div class="social">
<p><a target="_blank" href="http://github.com/techfreek"><i class="fa fa-github"></i></i></a></p>
<span class="on-hover font-light ">techfreek</span></a>
</div>
<div class="social">
<p><a target="_blank" href="http://twitter.com/Bahmhere"><i class="fa fa-twitter"></i></a></p>
<span class="on-hover font-light ">@Bahmhere</span></a>
</div>
</div>
</div>
</div>
<div class="modal fade" id="modal" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title font-semibold"></h4>
</div>
<div class="modal-body">
<img src="">
</div>
<div class="modal-footer">
<a href="" class="github"><i class="fa fa-github"></i></a>
<a href="" class="youtube"><i class="fa fa-youtube-play"></i></a>
<a href="" class="offsite"><i class="fa fa-external-link-square"></i></a>
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</body>
<!-- SCRIPTS -->
<script src="munter/js/html5shiv.js"></script>
<script src="munter/js/jquery-1.10.2.min.js"></script>
<script src="munter/js/jquery-migrate-1.2.1.min.js"></script>
<script src="munter/js/bootstrap.min.js"></script>
<script src="munter/js/jquery.easing.1.3.js"></script>
<script src="munter/js/script.js"></script>
<script src="js/github.js"></script>
<script src="js/projects.js"></script>
<script>
$(document).ready(function(e) {
//prevents prevent default on links caused by bootstrap
$(document).off('.data-api');
var lis = $('.nav > li');
menu_focus( lis[0], 1 );
$("a.project").click(function(event) {
event.preventDefault();
openProjectView($(this));
});
$("#navbar-button").click(function(event) {
var navbar = $('#nav-collapse');
event.preventDefault();
var navOpen = navbar.hasClass('collapse');
if(navOpen) {
navbar.removeClass('collapse');
navbar.removeClass('in');
} else {
navbar.addClass('collapse');
}
});
/* Github stuff */
var username = 'techfreek';
loadRepos(username, function(repos) {
addBars(username, countLanguageUse(repos));
});
findActivity(username, function(activities) {
addActivity(username, activities);
});
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-59729539-1', 'auto');
ga('send', 'pageview');
</script>
</html>