forked from techfreek/techfreek.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
388 lines (334 loc) · 15.3 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
<!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" 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">
<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">Student and 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"><img src="munter/images/s02.png"></div><span>PROFESSIONAL</span></div>
<div class="col-12 col-sm-4"><div class="home-hover navigation-slide" data-slide="2"><img src="munter/images/s01.png"></div><span>FRIENDLY</span></div>
<div class="col-12 col-sm-4"><div class="home-hover navigation-slide" data-slide="5"><img src="munter/images/s03.png"></div><span>STUDENT</span></div>
</div><!-- /row -->
</div><!-- /container -->
</div><!-- /slide1 -->
<!-- === 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 am a senior at Washington State University and am studying Computer Science. 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">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"
github="https://github.com/techfreek/TShell"
youtube="https://www.youtube.com/watch?v=zDM_tt0jdEs"
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, Cameron Mehl 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, we would execute it, and 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"
github="https://github.com/WSU-ACM/hackathon-site"
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. Dylan Powers and I collaborated on the existing site and improved it's 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"
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"
youtube="https://www.youtube.com/watch?v=PT7cHpTEI88&feature=youtu.be">
<img class="thumb" src="images/wheelchair.png">
<h3>Semi-Autonomous Safety 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 CS majors and 2 EE majors. Our priorities until graduation are to work on navigation, mapping, and eye tracking.The linked video shows our progress after 1 semester of work.
</figcaption>
</a>
</div>
<div class="project">
<a class="project" href="images/LEDs.PNG"
github="https://github.com/techfreek/ArduinoMusicSyncedLED"
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 6ft of 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"
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. Eventually was turned 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-6 font-light">
<div class="row font-semibold large">Languages</div>
<div class="col-12" id="langs"></div>
</div>
<div class="col-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">Expected Graduation: May 2015</div>
</div>
<p class="big">
I am majoring in Computer Science and getting a minor in Business Admin. I will be graduating Magna Cum Laude. On campus, I am involved with our ACM chapter and the Computer Security Group. In addition, I also played a role in organizing the 2015 WSU EECS Hackathon which was our largest to date. We doubled the number of attendees and tripled the length (as compared to the previous one). I have also been nominated as an Outstanding Sophomore and an Outstanding Senior.
</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">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 -> Present</div>
</div>
<p class="big">
Maintain undergraduate and graduate computer labs and provide support to faculty and staff as needed. Develop new websites and software for department use.
</p>
</div>
<div class="row">
<div class="col-12 subtitle-row">
<div class="col-12 font-semibold">Lake Washington School District</div>
<div class="col-12 font-thin">Overhire Theater Technician - February 2009 -> Present</div>
</div>
<p class="big">
</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:[email protected]"><i class="fa fa-envelope-o"></i></a></p>
<span class="on-hover font-light ">[email protected]</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="">
<p></p>
</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));
});
/* Github stuff */
loadRepos('techfreek', function(repos) {
addBars(countLanguageUse(repos));
});
findActivity('techfreek', function(activities) {
addActivity(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>