-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·534 lines (501 loc) · 19.5 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
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
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
<!--
Adapted By: Charles Reitz
Design:
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Analytics -->
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-100677916-1', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<title>Charles Reitz</title>
<!-- meta-tags -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Charles Reitz" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- //meta-tags -->
<link rel="icon" href="images/favicon.png" sizes="16x16" type="image/png">
<link rel="stylesheet" href="css/bootstrap.css"> <!-- Bootstrap-Core-CSS -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" /> <!-- Style-CSS -->
<link href="css/font-awesome.css" rel="stylesheet"> <!-- Font-Awesome-Icons-CSS -->
<link href="//fonts.googleapis.com/css?family=Nunito:300,400,700" rel="stylesheet">
</head>
<body>
<div class="banner-agile">
<div class="logo-w3layouts">
<h1><a href="index.html">Charles Reitz</a></h1>
</div>
<div class="container">
<div class="banner-info-w3l">
<h4><a class="scroll" href="#about">About Me</a></h4>
</div>
</div>
</div>
<div class="nav-agile">
<div class="container">
<nav class="navbar navbar-default">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right margin-top cl-effect-2">
<li><a class="scroll" href="#about"><span>About Me</span></a></li>
<li><a class="scroll" href="#skills"><span>Skills</span></a></li>
<li><a class="scroll" href="#experience"><span>Experience</span></a></li>
<li><a class="scroll" href="#education"><span>Education</span></a></li>
<li><a class="scroll" href="#portfolio"><span>Projects</span></a></li>
<li><a class="scroll" href="#contact"><span>Contact</span></a></li>
</ul>
<div class="clearfix"></div>
</div>
<div class="clearfix"></div>
</nav>
</div>
</div>
<!-- About-starts-here -->
<div class="about" id="about">
<div class="container">
<h3 class="w3l_head">About Me</h3>
<div class="w3l-grids-about">
<div class="col-md-5 w3ls-ab-right">
<div class="agile-about-right-img">
<img src="images/me_vertical.jpg" alt="">
</div>
</div>
<div class="col-md-7 w3ls-agile-left">
<div class="w3ls-agile-left-info">
<div class="wel-left animated wow fadeInLeft" data-wow-delay=".5s">
<div class="icon-w3l">
<img class="hovicon" src="images/tealeaf.png">
</div>
<div class="text-w3l">
<h4>Software Engineer</h4>
<p>Pipeline Engineer @ IBM Tealeaf, July 2017</p>
<p>San Francisco, California</p>
</div>
<div class="clearfix"> </div>
</div>
</div>
<div class="w3ls-agile-left-info">
<div class="wel-left animated wow fadeInLeft" data-wow-delay=".5s">
<div class="icon-w3l">
<img class="hovicon" src="images/share.png">
</div>
<div class="text-w3l">
<h4>Co-Founder & CTO</h4>
<p><a target="_blank" href="https://thechedrapp.com">The Share Company, LLC</a></p>
<p>Los Angeles, California</p>
</div>
<div class="clearfix"> </div>
</div>
</div>
<div class="w3ls-agile-left-info">
<div class="wel-left animated wow fadeInLeft" data-wow-delay=".5s">
<div class="icon-w3l">
<img class="hovicon" src="images/video_bucket.png">
</div>
<div class="text-w3l">
<h4>Mobile App Developer</h4>
<p>Check out some (old) personal <a target="_blank" href="https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwiwgLn8i6rUAhXmxFQKHU83BwcQFggmMAA&url=https%3A%2F%2Fitunes.apple.com%2Fus%2Fdeveloper%2Fcharles-reitz%2Fid663552073&usg=AFQjCNG3AQcFk61AsRi-BX1JYlq9egNElA">projects of mine on the iOS App Store</a>.</p>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- //About-ends-here -->
<!--Skills-starts-here -->
<div class="wthreeskills" id="skills">
<div class="container-fluid">
<h3>MY SKILLS</h3>
<div class="wthreeskills-grids">
<div class="col-md-6 wthreeskills-grid wthreeskills-grid-2">
<h4>Programming</h4>
<div class="bar_group">
<div class='bar_group__bar thin' label='Objective-C' show_values='true' tooltip='true' value='85'></div>
<div class='bar_group__bar thin' label='Java' show_values='true' tooltip='true' value='90'></div>
<div class='bar_group__bar thin' label='Swift' show_values='true' tooltip='true' value='95'></div>
<div class='bar_group__bar thin' label='Python' show_values='true' tooltip='true' value='65'></div>
<div class='bar_group__bar thin' label='Bash' show_values='true' tooltip='true' value='70'></div>
<div class='bar_group__bar thin' label='SQL' show_values='true' tooltip='true' value='80'></div>
<div class='bar_group__bar thin' label='NoSQL' show_values='true' tooltip='true' value='85'></div>
<div class='bar_group__bar thin' label='PHP' show_values='true' tooltip='true' value='70'></div>
<div class='bar_group__bar thin' label='CSS/Less' show_values='true' tooltip='true' value='70'></div>
<div class='bar_group__bar thin' label='Javascript' show_values='true' tooltip='true' value='80'></div>
<div class='bar_group__bar thin' label='C/C++' show_values='true' tooltip='true' value='70'></div>
<div class='bar_group__bar thin' label='C#' show_values='true' tooltip='true' value='65'></div>
</div>
</div>
<div class="col-md-6 wthreeskills-grid wthreeskills-grid-1">
<h4>Miscellaneous</h4>
<!-- Tabs -->
<div class="tabs">
<div class="sap_tabs">
<div id="horizontalTab" style="display: block; width: 100%; margin: 0px;">
<ul class="resp-tabs-list">
<li class="resp-tab-item"><span>Technical</span></li>
<li class="resp-tab-item"><span>Platforms</span></li>
<li class="resp-tab-item"><span>Languages</span></li>
</ul>
<div class="resp-tabs-container">
<div class="tab-1 resp-tab-content">
<img src="images/docker.png">
<img src="images/chef.png">
<img src="images/meteor.png">
<img src="images/aws.png">
</div>
<div class="tab-2 resp-tab-content">
<img src="images/ios.png">
<img src="images/android.png">
<img src="images/linux.png">
<img src="images/windows.png">
</div>
<div class="tab-3 resp-tab-content">
<div class="bar_group">
<div id="english" class='bar_group__bar thin' label='English' tooltip='true' value='98'></div>
<div id="german" class='bar_group__bar thin' label='German' tooltip='true' value='80'></div>
<div id="french" class='bar_group__bar thin' label='French' tooltip='true' value='45'></div>
<div id="spanish" class='bar_group__bar thin' label='Spanish' tooltip='true' value='30'></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- //Tabs -->
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!-- //Skills-ends-here -->
<!-- services-starts-here
<div class="services" id="service">
<div class="container">
<h3 class="agileits-title my-interests-title">MY INTERESTS</h3>
<div class="services-w3ls-row">
<div class="col-md-3 services-grids">
<div class="w3agile-servs-img">
<div class="icon-holder">
<span class="glyphicon glyphicon-queen" aria-hidden="true"></span>
</div>
<h4 class="mission">Sports </h4>
<p class="description">Scelerisque Praesent</p>
</div>
</div>
<div class="col-md-3 services-grids">
<div class="w3agile-servs-img">
<div class="icon-holder">
<span class="fa fa-gears icon" aria-hidden="true"></span>
</div>
<h4 class="mission">Article</h4>
<p class="description">Scelerisque Praesent</p>
</div>
</div>
<div class="col-md-3 services-grids">
<div class="w3agile-servs-img">
<div class="icon-holder">
<span class="glyphicon glyphicon-leaf" aria-hidden="true"></span>
</div>
<h4 class="mission">Web Design</h4>
<p class="description">Scelerisque Praesent</p>
</div>
</div>
<div class="col-md-3 services-grids">
<div class="w3agile-servs-img">
<div class="icon-holder">
<span class="glyphicon glyphicon-headphones" aria-hidden="true"></span>
</div>
<h4 class="mission">Music</h4>
<p class="description">Scelerisque Praesent</p>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
-->
<!-- //services-ends-here -->
<!-- Experience-starts-here -->
<div class="aitsresumewthree" id="experience">
<div class="container">
<div class="aitsresumewthree-tag">
<h3 class="title">MY EXPERIENCE</h3>
</div>
<div class="">
<ul id="myList">
<li class="aitsaitsresumewthreeli-1">
<div class="work">
<h4 class="title title2">SUMMER INTERNSHIPS</h4>
<div class="work-info">
<div class="col-md-6 work-grid work-left">
<h4>2016</h4>
</div>
<div class="col-md-6 work-grid work-right">
<h5>IBM Tealeaf</h5>
<p>Implemented and expanded full-stack Tealeaf SaaS event testing capabilities.</p>
<p>Improved efficiency of existing data retrieval methods.</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="work-info">
<div class="col-md-6 work-grid work-left">
<h4>2015</h4>
</div>
<div class="col-md-6 work-grid work-right">
<h5>IBM</h5>
<p>Dockerized enterprise B2B software into cloud-based solution via Chef.</p>
<p>Researched & presented different cloud providers to find most effective solution.</p>
<p>Presented to management on a weekly basis.</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="work-info">
<div class="col-md-6 work-grid work-left">
<h4>2014</h4>
</div>
<div class="col-md-6 work-grid work-right">
<h5 class="comp">Ford</h5>
<p>Designed and programmed Android Application: OpenXC Diagnostic Tool.</p>
<p>Expanded OpenXC Android library to support OBD-II.</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="work-info">
<div class="col-md-6 work-grid work-left">
<h4>2013</h4>
</div>
<div class="col-md-6 work-grid work-right">
<h5 class="comp">Uni. Kassel</h5>
<p>Developed autonomous robotic behaviors for competition - 3rd Place Globally.</p>
<p>Developed Impera robotic laser cylinder detection system.</p>
<p>Assisted in preparation for RoboCup WorldCup.</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="work-info">
<div class="col-md-6 work-grid work-left">
<h4>2012</h4>
</div>
<div class="col-md-6 work-grid work-right">
<h5 class="comp">Ford</h5>
<p>Designed and programmed OpenXC Android Applications: Backup Cam, Track Buddy.</p>
<p>Assisted partner in OpenXC Night Vision application development.</p>
</div>
<div class="clearfix"> </div>
</div>
</div>
<h4 id="education" class="title title2">EDUCATION</h4>
<div class="work-info">
<div class="col-md-6 work-grid work-left">
<img src="images/usc.jpg" >
</div>
<div class="col-md-6 work-grid work-right">
<img src="images/osu.png" >
</div>
<div class="clearfix"> </div>
</div>
<div class="work-info">
<div class="col-md-6 work-grid work-left">
<h4>2017</h4>
</div>
<div class="col-md-6 work-grid work-right">
<h5>Master's</h5>
<p>University of Southern California</p>
<p>M.S. Computer Science, specialization in Software Engineering</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="work-info">
<div class="col-md-6 work-grid work-left">
<h4>2015</h4>
</div>
<div class="col-md-6 work-grid work-right">
<h5>Bachelor's</h5>
<p>The Ohio State University</p>
<p>B.S. Computer Science & Engineering</p>
</div>
<div class="clearfix"> </div>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- //Experience-ends-here -->
<!-- Portfolio-starts-here -->
<div id="portfolio" class="portfolio">
<div class="container">
<h3 class="agile-title">My Projects</h3>
<div class="gallery_gds">
<div class="filtr-container">
<div class="col-md-3 filtr-item" data-category="1, 4" data-sort="Busy streets">
<div class="agileits-img">
<a target="_blank" href="https://itunes.apple.com/us/app/video-bucket/id911096215?mt=8" title="Video Bucket">
<img src="images/video_bucket.png" alt="" class="img-responsive img-style row2" />
</a>
</div>
<div class="agileits-img">
<a target="_blank" href="https://github.com/creitz/SudokuSolver" title="Java Sudoku Solver">
<img src="images/sudoku.jpg" alt="" class="img-responsive img-style row2" />
</a>
</div>
</div>
<div class="col-md-6 filtr-item" data-category="2, 3" data-sort="Luminous night">
<a target="_blank" href="https://github.com/creitz/CRDropdownAlert" title="CRDropdownAlert">
<img src="images/crdropdownalert.png" alt="" class="img-responsive img-style row2" />
</a>
<div class="clearfix"> </div>
<a target="_blank" href="https://theshareapp.co" title="Share">
<img src="images/share-long.jpg" alt="" class="img-responsive img-style row2" />
</a>
<a target="_blank" href="https://peerup.co" title="Share">
<img src="images/peerup-long.jpg" alt="" class="img-responsive img-style row2" />
</a>
</div>
<div class="col-md-3 filtr-item" data-category="1, 4" data-sort="Busy streets">
<div class="agileits-img">
<a target="_blank" href="https://itunes.apple.com/us/app/text-king/id663552070?mt=8" title="Text King">
<img src="images/text_king.png" alt="" class="img-responsive img-style row2" />
</a>
</div>
<div class="agileits-img">
<a target="_blank" href="https://itunes.apple.com/us/app/text-king-pro/id670590522?mt=8" title="Text King Pro">
<img src="images/text_king_pro.png" alt="" class="img-responsive img-style row2" />
</a>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
<br>
<h4 class="title title2"><img src="images/github.png">: <a target="_blank" href="https://github.com/creitz">@creitz</a></h5>
</div>
</div>
<!-- Portfolio-ends-here -->
<!-- contact-starts-here -->
<div class="contact" id="contact">
<h3 class="agile-contact"> Contact Me</h3>
<div class="contact-agile">
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d100921.09609991401!2d-122.46626969773021!3d37.771656685068756!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x80859a6d00690021%3A0x4a501367f076adff!2sSan+Francisco%2C+CA!5e0!3m2!1sen!2sus!4v1496774764835"></iframe>
</div>
<div class="contact-left-agile">
<br><br><br>
<div class="add-w3ls-main">
<span class="glyphicon glyphicon-map-marker" aria-hidden="true"></span>
<div class="add-w3ls2">
<h5>Location</h5>
<p>San Francisco, California</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="add-w3ls-main">
<span class="glyphicon glyphicon-envelope" aria-hidden="true"></span>
<div class="add-w3ls2">
<h5>Email</h5>
<p><a target="_blank" href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="clearfix"> </div>
</div>
</div>
<div class="contact-right-w3l">
<img src="images/tasmania.jpg" class="img-responsive img-style">
</div>
<div class="clearfix"> </div>
</div>
</div>
<!-- //contact-ends-here -->
<!-- copyright-starts-here -->
<div class="copy-section">
<div class="container">
<div class="footer-top">
<p>© 2017 charlesreitz.com. All rights reserved | Design by <a href="http://w3layouts.com">W3layouts</a></p>
</div>
</div>
</div>
<!-- copyright-ends-here -->
<!-- Custom-JavaScript-Files -->
<script type="text/javascript" src="js/jquery-2.1.4.min.js"></script> <!-- Default-JavaScript-File -->
<script type="text/javascript" src="js/bootstrap.js"></script> <!-- Necessary-JavaScript-File-For-Bootstrap -->
<!-- for-projects -->
<script src="js/jquery.adipoli.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(function(){
$('.row2').adipoli({
'startEffect' : 'overlay',
'hoverEffect' : 'fold'
});
});
</script>
<!-- //for-projects -->
<!-- Horizontal-Tabs-JavaScript -->
<script src="js/easyResponsiveTabs.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function () {
$('#horizontalTab').easyResponsiveTabs({
type: 'default',
width: 'auto',
fit: true,
});
});
</script>
<!-- Horizontal-Tabs-JavaScript -->
<!-- Stats-Number-Scroller-Animation-JavaScript -->
<script src="js/waypoints.min.js"></script>
<!-- //Stats-Number-Scroller-Animation-JavaScript -->
<!-- Progressive-Bars-JavaScript -->
<script src="js/bars.js"></script>
<!-- //Progressive-Bars-JavaScript -->
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
});
});
</script>
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
var tags = ["english", "german", "french", "spanish"];
for (var i=0; i<tags.length; i++) {
var tag = tags[i];
var span = $("#" + tag).children()[0].firstChild;
span.setAttribute("style", "padding: 5px");
span.innerHTML = "";
}
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
</body>
</html>