-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
473 lines (378 loc) · 15.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="content-script-type" content="text/javascript">
<meta http-equiv="content-style-type" content="text/css">
<meta http-equiv="content-language" content="nl">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Kevin Truong">
<meta name="description" content="Kevin Truong, an engineer / creative programmer.">
<meta name="keywords" content="Kevin Truong, Programmer, Web developer, Interactive CV, Interactive Resume, CV, Resume, Electrical Engineer, Rails Developer">
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="14 days">
<title>Kevin Truong - My Resume</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script type="text/javascript" src="./js/elevator.js"></script>
<link href="./style/css" rel="stylesheet" type="text/css">
<!-- <link href="./style/bootstrap.min.css" rel="stylesheet"> -->
<link href="./style/style.css" rel="stylesheet">
<!-- <link href="./style/elevatorstyle.css" rel="stylesheet"> -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<!-- <link rel="shortcut icon" href="http://truongmkevin.github.io/favicon.ico" type="image/x-icon"> -->
<!-- <link rel="icon" href="http://truongmkevin.github.io/favicon.ico" type="image/x-icon"> -->
<style id="style-1-cropbar-clipper">/* Copyright 2014 Evernote Corporation. All rights reserved. */
.en-markup-crop-options {
top: 18px !important;
left: 50% !important;
margin-left: -100px !important;
width: 200px !important;
border: 2px rgba(255,255,255,.38) solid !important;
border-radius: 4px !important;
}
.en-markup-crop-options div div:first-of-type {
margin-left: 0px !important;
}
</style>
</head>
<body data-spy="scroll" data-target="#navbar-example" cz-shortcut-listen="true" class="fixed">
<div id="top" class="jumbotron" data-position="center center" style="height: 881px;">
<div class="container">
<h1>Kevin Truong</h1>
<p class="lead">My Resume</p>
</div>
<div class="overlay"></div>
<a href="#profile" class="scroll-down">
<span class="glyphicon glyphicon-chevron-down"></span>
</a>
</div>
<nav class="navbar navbar-default" id="navbar-example" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#profile">Profile</a></li>
<li class=""><a href="#experiences">Experiences</a></li>
<li class=""><a href="#abilities">Abilities</a></li>
<li class=""><a href="#projects">Projects</a></li>
<li class=""><a href="#contact">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</nav>
<div class="background-white">
<div id="profile" class="container">
<h2>Profile</h2>
<p class="lead">Engineer, web developer, problem solver.</p>
<hr>
<div class="row">
<div class="col-md-4">
<h3>About Me</h3>
<p>I am a highly adaptable engineer that creates innovative tech solutions. I get absorbed in figuring things out, making them better, and delivering great products.</p>
</div>
<div class="col-md-4 text-center">
<img class="profile-picture" src="./images/kevin_truong.png" alt="Kevin Truong" width="246" height="246">
</div>
<div class="col-md-4">
<h3>Details</h3>
<p>
<strong>Name:</strong><br>
Kevin Truong<br>
<strong>Location:</strong><br>
New Orleans, Louisiana, United States</p>
</div>
</div>
</div>
</div>
<div id="experiences" class="container">
<h2>Experiences</h2>
<hr>
<h3>Careers</h3>
<div class="experiences">
<div class="experience row">
<div class="col-md-4">
<a href="http://www.myautobrain.com" target="_blank"><img class="experience-image-autobrain" src="./images/logo-autobrain.png"></a>
<p class="experience-period">
Mar 2016 - Present
</p>
</div>
<div class="col-md-8">
<p>
<strong>Ruby on Rails Web Developer</strong>
</p>
</div>
</div>
</div>
<div class="experiences">
<div class="experience row">
<div class="col-md-4">
<a href="http://www.ktdigitalsolutions.com" target="_blank"><img class="experience-image-ktds" src="./images/logo-ktds.jpg"></a>
<p class="experience-period">
Apr 2015 - Present
</p>
</div>
<div class="col-md-8">
<p>
<strong>Web Design and Business Technology Consultant</strong>
I help clients gain an online presence by developing websites, performing SEO, consulting and installing networking / IT infrastructure, and other various technology needs. I also analyzed client's businesses and helped them realized potential savings.
</p>
</div>
</div>
</div>
<div class="experiences">
<div class="experience row">
<div class="col-md-4">
<a href="http://www.cimation.com" target="_blank"><img class="experience-image-small image-background-black" src="./images/logo-cimation.png"></a>
<h4>New Orleans, LA</h4>
<p class="experience-period">
Jan 2013 - Apr 2015
</p>
</div>
<div class="col-md-8">
<p>
<strong>Control Systems/Automation Engineer Specialist</strong>
Cimation is a control systems, automation, and cybersecurity/IT engineering firm. I developed and commissioned with a team on one of the company’s biggest projects, a large production platform in the Gulf of Mexico. I worked primarily on UI/UX and HMI for the platform operations, allowing control of the many processes throughout the platform in central locations. Along with that, I programmed PLCs using ladder logic, performed quality control and assurance tests in Agile fashion, worked server side setting up IT/cybersecurity hardware, and worked on integrating the third party systems.
</p>
</div>
</div>
</div>
<div class="experiences">
<div class="experience row">
<div class="col-md-4">
<a href="http://http://www.textronsystems.com/businesses/marine-land" target="_blank"><img class="experience-image-small-textron" src="./images/logo-textron.png"></a>
<h4>Slidell, LA</h4>
<p class="experience-period">
Summer 2012
</p>
</div>
<div class="col-md-8">
<p>
<strong>Marine and Land Systems Electrical Engineer Intern</strong>
Textron is an industrial, multidisciplinary conglomerate that includes Bell Helicopter, Cessna Aircraft, and Textron Systems. Textron Marine and Land Systems is a designer and producer of advanced armored vehicles, marine craft, ships, and weapon systems. While there, I assisted with the development phase of one of their recently rewarded contract vehicles. This included researching, testing various components, and part database management.
</p>
</div>
</div>
</div>
<hr>
<h3>Education</h3>
<div class="experiences">
<div class="experience row">
<div class="col-md-4">
<h4>Tech Talent South</h4>
<h4>New Orleans, LA</h4>
<p class="experience-period">Graduated Spring 2015</p>
</div>
<div class="col-md-8">
<p>
<strong>Alumni of Full-Time Cohort</strong>
Tech Talent South is an eight week long code immersion program, voted one of the best in the south. The topics covered were HTML5/CSS3, Bootstrap, JavaScript, Ruby on Rails, Git, AJAX, Heroku, APIs, and overall web application development. I created many projects utilizing the tools and techniques taught by professionals in the industry. It was a fantastic experience and I enjoyed being back in a classroom environment learning new things.
</p>
</div>
</div>
<div class="experience row">
<div class="col-md-4">
<h4>Louisiana State University A&M</h4>
<h4>Baton Rouge, LA</h4>
<p class="experience-period">Graduated December 2012</p>
</div>
<div class="col-md-8">
<p>
<strong>Bachelors of Science in Electrical Engineering</strong>
Where my real programming adventure began. I dabbled in HTML and Java before, but it wasn't until I was given challenging problems to solve in my courses that I developed a deeper understanding of programming. Topics that I learned were C++, Assembly, MATLAB, Excel/VBA, programming microprocessers, programming microcontrollers, GPU programming with CUDA & OpenGL.
</p>
</div>
</div>
<div class="experience row">
<div class="col-md-4">
<h4>Louisiana Fundamentals of Engineering Exam</h4>
<p class="experience-period">Passed FE/EIT Exam April 2012</p>
</div>
<div class="col-md-8">
<p>
<strong>Certified EIT, Engineer in Training</strong>
</p>
</div>
</div>
</div>
</div>
<div class="background-white">
<div id="abilities" class="container">
<h2>Abilities</h2>
<hr>
<h3>Skills</h3>
<div class="row">
<div class="col-md-6">
<ul class="no-bullets">
<li>
<span class="ability-title">HTML5/CSS3</span>
</li>
<li>
<span class="ability-title">Bootstrap</span>
</li>
<li>
<span class="ability-title">Ruby</span>
</li>
<li>
<span class="ability-title">JavaScript</span>
</li>
<li>
<span class="ability-title">C++</span>
</li>
<li>
<span class="ability-title">MVC Framework (Ruby on Rails)</span>
</li>
<li>
<span class="ability-title">Relational Databases and ORM tools</span>
</li>
</ul>
</div>
<div class="col-md-6">
<ul class="no-bullets">
<li>
<span class="ability-title">Object Oriented Programming</span>
</li>
<li>
<span class="ability-title">Heroku</span>
</li>
<li>
<span class="ability-title">Wordpress</span>
</li>
<li>
<span class="ability-title">Visual Basic/Excel VBA</span>
</li>
<li>
<span class="ability-title">MATLAB</span>
</li>
<li>
<span class="ability-title">Microcontrollers (Arduino, Raspberry Pi)</span>
</li>
</ul>
</div>
</div>
<hr>
<h3>Software & Platforms</h3>
<div class="row">
<div class="col-md-6">
<ul class="no-bullets">
<li>
<span class="ability-title">Sublime Text 3</span>
</li>
<li>
<span class="ability-title">cmder (Terminal for Windows)</span>
</li>
<li>
<span class="ability-title">FileZilla</span>
</li>
<li>
<span class="ability-title">PuTTY</span>
</li>
<li>
<span class="ability-title">Chrome + DevTools</span>
</li>
<li>
<span class="ability-title">Git</span>
</li>
</ul>
</div>
<div class="col-md-6">
<ul class="no-bullets">
<li>
<span class="ability-title">Windows OS</span>
</li>
<li>
<span class="ability-title">Linux (Ubuntu, Mint)</span>
</li>
<li>
<span class="ability-title">Vagrant</span>
</li>
<li>
<span class="ability-title">WAMP</span>
</li>
<li>
<span class="ability-title">Paint.NET</span>
</li>
<li>
<span class="ability-title">GIMP</span>
</li>
</ul>
</div>
</div>
</div>
</div> <!-- class: background-white -->
<div id="projects" class="container">
<h2>Projects</h2>
<hr>
<h3 class="text-center">My Latest Project: <a href="https://exercise-roulette.herokuapp.com">Exercise Roulette</a></h3>
<div class="text-center">
<a href="https://exercise-roulette.herokuapp.com" target="_blank"><img src="./images/exercise-roulette.png" alt="Exercise Roulette" width="40%" height="40%"></a>
</div>
<br>
<p class="text-center">
Sometimes choosing what to do for a workout can be a tough descision and some people don't want to really think about it. They just want to
jump right in and raise their heart rate. Exercise Roulette soloves that by generating a round of random exercises! I used JavaScript to make a quick, fun,
one page web app that acted like a game. I also wanted this page to look great on a mobile device for a portable workout, so I got to experiment with
responsive, mobile-friendly design techniques. It's a Ruby on Rails app hosted with Heroku.
</p>
</div>
</div>
</div>
<div class="background-gray">
<div id="contact" class="container">
<div class="text-center">
<h2>Contact</h2>
<hr>
<h3>Thanks for visiting my site. <br>
If you'd like to contact me, shoot a message to<br><br>
<br><br><br>
<a href="https://github.com/truongmkevin" target="_blank"><i class="fa fa-github fa-5x"></i></a>
</h3>
<hr>
<div class="footer">
<div class="do-the-thing">
<div class="elevator">
<div class="elevator-button">
<h4>Would you like to take an elevator back to the top?<br><br>
Turn up/down your volume before you do!<h4>
</div>
</div>
</div>
</div>
<div class="modal fade" id="upgrade-dialog" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Your browser is out of date</h4>
</div>
<div class="modal-body">
<p>Seems like your browser doesn't support this. For best results, view my webpage on a more modern web browser.</p>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="./js/jquery.min.js"></script>
<script type="text/javascript" src="./js/script.js"></script>
<script type="text/javascript" src="./js/bootstrap.min.js"></script>
<script type="text/javascript">
window.onload = function() {
var elementButton = document.querySelector('.elevator');
var elevator = new Elevator({
element: elementButton,
mainAudio: './mp3/elevator.mp3',
endAudio: './mp3/ding.mp3'
});
}
</script>
</body>
</html>