-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·610 lines (536 loc) · 23.8 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
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
<!-- Website Code goes here -->
<!-- Beginning HTML Document -->
<!DOCTYPE html>
<html lang="en" class="js csstransitions">
<head>
<meta http-equiv="Content-Type" content="text/html"; charset="utf-8">
<!-- Title -->
<title>Jocelyn Tran</title>
<!-- Description and more info about ebsite -->
<meta name="description" content="Portfolio, Resume, Website for Jocelyn Tran. Hosted on Github.io">
<meta name="keywords" content="Jocelyn, Tran, Developer, Personal Website, hire, ucsd, san diego">
<meta name="Author" content="Jocelyn Tran">
<!-- Viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Fonts -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Raleway">
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
<!-- Styles -->
<link href="./css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="./css/owl.theme.css" rel="stylesheet">
<link href="./css/owl.carousel.css" rel="stylesheet">
<link href="./css/animate.css" rel="stylesheet">
<link href="./css/font-awesome.min.css" rel="stylesheet" media="screen">
<link href="./css/magnific-popupcss" rel="stylesheet">
<link href="./css/component.css" rel="stylesheet">
<link href="./css/simpletextrotator.css" rel="stylesheet">
<link href="./css/style.css" rel="stylesheet" media="screen">
<!-- Favicon - On the left of the browser-tab-text -->
<link rel="shortcut icon" href="./img/favicon.png">
</head>
<body>
<div class="wrapper">
<!-- Preloader - shows that website is loading -->
<div id="preloader" style="display: none;">
<div id="status" style="display: none;">
<div class="status-mes">
<h4>Jocelyn Tran</h4>
</div>
</div>
</div>
</div>
<!-- Navigation Bar - for smaller screens tabs are changed -->
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand Name -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle Navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Jocelyn Tran</a>
</div>
<!-- Navbar Links -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<!-- ul is unordered list -->
<ul class="nav navbar-nav navbar-right">
<!-- li is order list or just list -->
<li><a href="#intro">Home</a></li>
<li><a href="#profile">Profile</a></li>
<li><a href="#resume">Resume</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- Nav bar ends -->
<!-- Intro Section -->
<section class="section" id="intro">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="hello wow bounceInDown animated">
<h1> Hi! I'm Jocelyn Tran</h1>
<h3>
<span class="rotate" style="text-shadow: black 0px 0px 0px; opacity: 1;">Software Developer. | Hackathon Enthusiast. | UCSD Student.</span>
</h3>
</div>
<!-- UPDATE THIS -->
<a href="#profile">
<div class="mouse-icon">
<div class="wheel"></div>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- Section: Profile -->
<section class="section" id="profile">
<div class="container">
<div class="row">
<div class="col-md-12 headline wow bounceInDown animated">
<h2>Jocelyn Tran</h2>
<p>Software Developer, Hackathon Enthusiast, Avid Learner, UCSD Student.</p>
</div>
<div class="col-md-3 col-sm-6 hidden-xs wow bounceInLeft">
<img class="avatar" src="./img/profilepic.jpg" alt="Jocelyn Tran">
</div>
<div class="col-md-3 col-sm-6 wow bounceInUp">
<div class="profile-widget">
<h3>Skillset</h3>
<div style="margin-top:10px;">
<div style="text-decoration: underline;">
<h4>Languages</h4>
</div>
<h5>Java, C, C++, Arduino, SPARC Assembly, XML, JavaScript, MatLab, HTML, CSS</h5>
</div>
<div style="margin-top:20px;">
<div style="text-decoration: underline;">
<h4>Software</h4>
</div>
<h5> Git, Vim, Unix, Eclipse, Android Studio, GDB, JDB, JUnit, Valgrind, Makefile, Firebase, Heroku</h5>
</div>
<div style="margin-top:20px;">
<div style="text-decoration: underline;">
<h4>Hardware</h4>
</div>
<h5> Arduino, Circuit Building, Oscilloscope, Function Generator, Logic Analyzer, Soldering</h5>
</div>
</div>
</div>
<div class="col-md-6 col-sm-12 wow bounceInRight">
<h3>Professional Profile</h3>
<p>Hi! I'm a first generation college student from the
Bay Area studying Computer Engineering at University of California,
San Diego. Growing up in the Silicon Valley, I’ve always had a passion for technology and innovation.
I love to take things apart to see how they work and put them back together.</p>
<p>When I'm not in class, I'm usually found working on my side projects, lifting, rock climbing or
practicing calligraphy, or reading a book. Have a Goodreads account?
Friend <a href="https://www.goodreads.com/jocelyntran" target="_blank" style="text-decoration: underline;">me
and recommend a book!</a>I also like attending hackathons! I've been to five
so far: SD Hacks, Hack-An-App, AngelHacks, Spectra, and HackXX (I won second
place here!). Check out some of the hacks I've worked on in the portfolio section.</p>
<p> I am currently looking for internships in Winter/Spring 2019 and for full time opportunities starting
Fall 2019. My interests lie in backend software development and cybersecurity, however, I am open to more general software
engineering roles as well.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Section Start: Resume -->
<section id="resume" class="section">
<div class="container">
<div class="row">
<div class="col-md-12 headline wow bounceInDown">
<h2>Resume</h2>
<p>An overview of my education and experience. <a href="resume.pdf" target="_blank" style="text-decoration: underline;">Click here to download!</a></p>
</div>
</div>
<div class="row resume-items">
<!-- Education -->
<div class="col-md-3 wow bounceInLeft">
<h3>Education</h3>
</div>
<!-- University -->
<div class="col-md-6 col-sm-8 resume-item wow bounceInUp">
<h4>Computer Engineering</h4>
<p>Pursuing a Bachelor of Science degree at Jacobs School of Engineering in UCSD. Classes taken: Engineering Computation in C, Data Structures and OO Design, Computer Organization and Systems Programming, Algorithms and Systems.</p>
<p>Major GPA: 3.73</p>
<hr class="hidden-xs">
</div>
<div class="col-md-3 col-sm-4 resume-place wow bounceInRight">
<h4><i class="fa fa-suitcase"></i>University of California, San Diego</h4>
<i class="fa fa-calendar"></i> Fall 2015 - Present
<hr class="visible-xs">
</div>
<!-- High School -->
<div class="col-md-6 col-md-offset-3 col-sm-8 resume-item wow bounceInUp">
<h4>High School Education</h4>
<p>Took 5 honors and 7 AP classes, including AP Calculus BC, AP US History, AP Physics C, and AP Computer Science.</p>
<p>GPA: 4.31</p>
<hr class="hidden-xs">
</div>
<div class="col-md-3 col-sm-4 resume-place wow bounceInRight">
<h4><i class="fa fa-suitcase"></i>Fremont High School</h4>
<i class="fa fa-calendar"></i> Fall 2011 - Spring 2015
<hr class="visible-xs">
</div>
</div>
<!-- Experience -->
<div class="row resume-items">
<div class="col-md-3 wow bounceInLeft">
<h3>Experience</h3>
</div>
<!-- Intuit -->
<div class="col-md-6 col-sm-8 resume-item wow bounceInUp">
<h4>Software Engineering Intern</h4>
<p>Developed functional testing framework (using Karate and Java) for oBill, Intuit’s billing platform that manages millions of customers. Decreased testing time by 75% with the new framework.</p>
<hr class="hidden-xs">
</div>
<div class="col-md-3 col-sm-4 resume-place wow bounceInRight">
<h4><i class="fa fa-suitcase"></i> Intuit</h4>
<i class="fa fa-calendar"></i> June 2018 - Sept 2018
<hr class="visible-xs">
</div>
<!-- Pico Digital -->
<div class="col-md-6 col-md-offset-3 col-sm-8 resume-item wow bounceInUp">
<h4>Engineering Intern</h4>
<p>Wrote system tests for hardware with Bash, Python using SSH and Paramiko. Used Unirest to write Java tests to run on a Tomcat server environment. </p>
<hr class="hidden-xs">
</div>
<div class="col-md-3 col-sm-4 resume-place wow bounceInRight">
<h4><i class="fa fa-suitcase"></i> Pico Digital</h4>
<i class="fa fa-calendar"></i> June 2017 - Sept 2017
<hr class="visible-xs">
</div>
<!-- CodePath TA -->
<div class="col-md-6 col-md-offset-3 col-sm-8 resume-item wow bounceInUp">
<h4>CyberSecurity Bootcamp TA</h4>
<p>Taught topics like XSS, SQLI, encryption to a class of 20 students. Created lessons and answered students’ questions in person.</p>
<hr class="hidden-xs">
</div>
<div class="col-md-3 col-sm-4 resume-place wow bounceInRight">
<h4><i class="fa fa-suitcase"></i> Facebook/Codepath</h4>
<i class="fa fa-calendar"></i> Dec 2016 - May 2017
<hr class="visible-xs">
</div>
<!-- ECE Tester -->
<div class="col-md-6 col-md-offset-3 col-sm-8 resume-item wow bounceInUp">
<h4>ECE 5 Lab Tester</h4>
<p>Completed labs involving circuit theory, assembly, and testing, embedded systems programming and debugging, modular design techniques and more. Revised labs to increase understanding and clarity by identifying inconsistencies and gaps in information. </p>
<hr class="hidden-xs">
</div>
<div class="col-md-3 col-sm-4 resume-place wow bounceInRight">
<h4><i class="fa fa-suitcase"></i> UCSD Electrical and Computer Engineering Department</h4>
<i class="fa fa-calendar"></i> April 2016 - June 2016
<hr class="visible-xs">
</div>
<!-- Robotics -->
<div class="col-md-6 col-md-offset-3 col-sm-8 resume-item wow bounceInUp">
<h4>Software Team Member</h4>
<p>Added PID controllers, lidars, sonars to control robot’s movement. Led groups of junior members in writing modular robot commands. Competed in 2 regional competitions and moved to quarterfinals. Voted Rookie of the Year by teammates.</p>
<hr class="hidden-xs">
</div>
<div class="col-md-3 col-sm-4 resume-place wow bounceInRight">
<h4><i class="fa fa-suitcase"></i> FIRST Robotics Team 3501</h4>
<i class="fa fa-calendar"></i> Fall 2014 - Summer 2015
<hr class="visible-xs">
</div>
</div>
<!-- Involvement -->
<div class="row resume-items">
<div class="col-md-3 wow bounceInLeft">
<h3>Involvement</h3>
</div>
<!-- IEEE HKN -->
<div class="col-md-6 col-sm-8 resume-item wow bounceInUp">
<h4>IEEE Eta Kappa Nu (HKN) Vice President and Webmaster</h4>
<p>Hosted over 30+ technical and professional workshops for students. Managed and delegated tasks to 15 other board members. Redesigned and maintained website for 50+ active users.</p>
<hr class="hidden-xs">
</div>
<div class="col-md-3 col-sm-4 resume-place wow bounceInRight">
<h4><i class="fa fa-suitcase"></i> IEEE UCSD</h4>
<i class="fa fa-calendar"></i> Sept 2016 - Present
<hr class="visible-xs">
</div>
<!-- IEEE Micromouse -->
<div class="col-md-6 col-md-offset-3 col-sm-8 resume-item wow bounceInUp">
<h4>Micromouse Team Member</h4>
<p>Worked in a team of 5 students to design, fabricate, and test a small autonomous maze solving robot. Applied skills include circuit design, control theory, digital signal processing, embedded systems, motor controllers, soldering, motors and servos, PCB layout, soldering, mechanical design and CAD. Coded floodfill alg. and sensors on STM32 microcontroller. Won 4th place at both All American MM and CAMM Competition. </p>
<hr class="hidden-xs">
</div>
<div class="col-md-3 col-sm-4 resume-place wow bounceInRight">
<h4><i class="fa fa-suitcase"></i> IEEE UCSD</h4>
<i class="fa fa-calendar"></i> Oct 2016 - Present
<hr class="visible-xs">
</div>
<!-- SFS Tutor -->
<div class="col-md-6 col-md-offset-3 col-sm-8 resume-item wow bounceInUp">
<h4>Student Tutor</h4>
<p>Tutored struggling high school students in a range of academic fields including calculus and computer science. Helped raised GPA of 200 participating students by an average of 0.22 points per year.</p>
<hr class="hidden-xs">
</div>
<div class="col-md-3 col-sm-4 resume-place wow bounceInRight">
<h4><i class="fa fa-suitcase"></i> National Honor Society</h4>
<i class="fa fa-calendar"></i> Fall 2012 - Spring 2015
<hr class="visible-xs">
</div>
<!-- FHS SOL -->
<div class="col-md-6 col-md-offset-3 col-sm-8 resume-item wow bounceInUp">
<h4>Student Tutor</h4>
<p>Tutored middle school students at Columbia Middle School who were performing below average state levels. Taught math skills and prepared students to get back on track to California Common Core standards.</p>
<hr class="hidden-xs">
</div>
<div class="col-md-3 col-sm-4 resume-place wow bounceInRight">
<h4><i class="fa fa-suitcase"></i> Fremont HS SOL Tutoring Program</h4>
<i class="fa fa-calendar"></i> Sept 2014- March 2015
<hr class="visible-xs">
</div>
<!-- Sunnyvale Recreation -->
<div class="col-md-6 col-md-offset-3 col-sm-8 resume-item wow bounceInUp">
<h4>Camp Leader Volunteer</h4>
<p>Led youth in various arts and crafts activities and outdoor games using clear and concise instructions.</p>
<hr class="hidden-xs">
</div>
<div class="col-md-3 col-sm-4 resume-place wow bounceInRight">
<h4><i class="fa fa-suitcase"></i> Sunnyvale Recreation</h4>
<i class="fa fa-calendar"></i> Summer 2013, Summer 2014
<hr class="visible-xs">
</div>
</div>
<!-- Clubs and Awards -->
<div class="row resume-items">
<div class="col-md-3 wow bounceInLeft">
<h3>Clubs and Awards</h3>
</div>
<!-- Intuit Redcon -->
<div class="col-md-6 col-sm-8 resume-item wow bounceInUp">
<h4>2nd Place Winner at Redcon Phishing Contest</h4>
<p>Won 2nd place at Intuit Redcon Security Conference phishing contest with spoofed email and url to bait Intuit employees.</p>
<hr class="hidden-xs">
</div>
<div class="col-md-3 col-sm-4 resume-place wow bounceInRight">
<h4><i class="fa fa-suitcase"></i> Intuit</h4>
<i class="fa fa-calendar"></i> July 2018
<hr class="visible-xs">
</div>
<!-- HackXX 2nd Place -->
<div class="col-md-6 col-sm-8 col-md-offset-3 resume-item wow bounceInUp">
<h4>HackXX 2nd Place Winner</h4>
<p>Created hardware hack to predict women’s ovulation period
using Arduino, Firebase and Node.js. Worked specifically on the backend to save
and analyze the data recieved from the Arduino temperature sensor. </p>
<hr class="hidden-xs">
</div>
<div class="col-md-3 col-sm-4 resume-place wow bounceInRight">
<h4><i class="fa fa-suitcase"></i> San Diego</h4>
<i class="fa fa-calendar"></i> June 2017
<hr class="visible-xs">
</div>
<!-- CSES -->
<div class="col-md-6 col-sm-8 col-md-offset-3 resume-item wow bounceInUp">
<h4>Computer Science and Engineering Society</h4>
<p>A student run organization that holds tech talks, social events, and outreach opportunities for the computer science and engineering community. I participate in many of their events, most recently, in their NodeJS School.</p>
<hr class="hidden-xs">
</div>
<div class="col-md-3 col-sm-4 resume-place wow bounceInRight">
<h4><i class="fa fa-suitcase"></i> UCSD CSES</h4>
<i class="fa fa-calendar"></i> Sept 2016 - Present
<hr class="visible-xs">
</div>
<!-- Provost Honors -->
<div class="col-md-6 col-sm-8 col-md-offset-3 resume-item wow bounceInUp">
<h4>UCSD Provost Honors</h4>
<p>Awarded for maintaining a GPA of 3.5 or higher.</p>
<hr class="hidden-xs">
</div>
<div class="col-md-3 col-sm-4 resume-place wow bounceInRight">
<h4><i class="fa fa-suitcase"></i> UCSD</h4>
<i class="fa fa-calendar"></i> 2015 - 2016
<hr class="visible-xs">
</div>
<!-- Software Robotics Rookie of the Year -->
<div class="col-md-6 col-sm-8 col-md-offset-3 resume-item wow bounceInUp">
<h4>Software Robotics Rookie of the Year</h4>
<p>Awarded to a rookie member who has made an impact on their team and contributed greatly.</p>
<hr class="hidden-xs">
</div>
<div class="col-md-3 col-sm-4 resume-place wow bounceInRight">
<h4><i class="fa fa-suitcase"></i> FRC Team 3501</h4>
<i class="fa fa-calendar"></i> April 2015
<hr class="visible-xs">
</div>
</div>
<div class="row">
<div class="col-md-2 col-md-offset-5 wow bounceInUp">
<a href="resume.pdf" target="_blank" class="btn btn-default btn-custom-2"><i class="fa fa-cloud-download icon-before"></i> Download Resume</a>
</div>
</div>
</div>
</section>
<!-- Section Start: Portfolio -->
<section id="portfolio" class="section">
<div class="container">
<div class="row">
<div class="col-md-12 headline wow bounceInDown">
<h2>Portfolio</h2>
<p>Here are some of the side projects I've worked on and hacks I've made with others. Hover over each thumbnail to read a description!</p>
</div>
<!-- Projects Thumbnails -->
<ul id="og-grid" class="og-grid">
<li>
<div class="view view-second">
<img src="./img/hackxx.png" />
<div class="mask"></div>
<div class="content">
<h2>Sunrises</h2>
<p>This hardware hack collects body temperature every second to predict ovulation time. Won 2nd place at HackXX.</p>
<a href="https://devpost.com/software/sunrises" target="_blank" class="info">View DevPost</a>
</div>
</div>
</li>
<!-- CSE 110 Project -->
<li>
<div class="view view-second">
<img src="./img/eventlit.png" />
<div class="mask"></div>
<div class="content">
<h2>EventLit</h2>
<p>Event viewing Android app. Quarter long group project. Learned waterfall and agile dev. Technologies used: Android Studio</p>
<a href="https://github.com/LIT-Chorus/EventLIT" target="_blank" class="info">View Code</a>
</div>
</div>
</li>
<li>
<div class="view view-second">
<img src="./img/spectra_thumbnail.png" />
<div class="mask"></div>
<div class="content">
<h2>Spectra Stopwatch</h2>
<p>Created a stopwatch iOS application during the Spectra Hackathon. Technologies Used: Xcode, Swift.</p>
<a href="https://github.com/tranjocelyn/SpectraStopwatch" target="_blank" class="info">View Code</a>
</div>
</div>
</li>
<li>
<div class="view view-second">
<img src="./img/portfolio_thumbnail.png" />
<div class="mask"></div>
<div class="content">
<h2>Portfolio Website</h2>
<p>A website to display my resume and portfolio. Technologies Used: HTML, CSS.</p>
<a href="https://github.com/tranjocelyn/jocelyntran1.github.io" target="_blank" class="info">View Code</a>
</div>
</div>
</li>
<li>
<div class="view view-second">
<img src="./img/coffee_thumbnail.png" />
<div class="mask"></div>
<div class="content">
<h2>JustJava</h2>
<p>An Android app that emails coffee orders. Technologies Used: Android Studio, Java, XML.</p>
<a href="https://github.com/jocelyntran1/JustJava" target="_blank" class="info">View Code</a>
</div>
</div>
</li>
<li>
<div class="view view-second">
<img src="./img/calculator_thumbnail.png" />
<div class="mask"></div>
<div class="content">
<h2>Calculator</h2>
<p>A calculator Android app that can handle basic operations, including modding. Technologies Used: Android Studio, Java, XML.</p>
<a href="https://github.com/jocelyntran1/Calculator" target="_blank" class="info">View Code</a>
</div>
</div>
</li>
<li>
<div class="view view-second">
<img src="./img/fish_thumbnail.png" />
<div class="mask"></div>
<div class="content">
<h2>Fishy</h2>
<p>An ocean themed game where the user plays as a fish. Collaboration with Daylon Srinivasan. Technologies Used: JavaScript, PHP.</p>
<a href="http://daylon-and-jocelyn.herokuapp.com/" target="_blank" class="info">Play Game</a>
</div>
</div>
</li>
<li>
<div class="view view-second">
<img src="./img/angelhack_thumbnail.png" />
<div class="mask"></div>
<div class="content">
<h2>OddJob</h2>
<p>An Android app that helps locals find and complete odd jobs in their communities with ease. AngelHacks. Tech Used: Android Studio, Google Maps API.</p>
<a href="https://github.com/SujeethJinesh/OddJob" target="_blank" class="info">View Code</a>
</div>
</div>
</li>
<li>
<div class="view view-second">
<img src="./img/car_thumbnail.png" />
<div class="mask"></div>
<div class="content">
<h2>RideShare</h2>
<p>An Android app that finds gas stations and splits costs. Hack-An-App. Tech Used: Android Studio, Google Maps API</p>
<a href="https://github.com/SujeethJinesh/Gassy" target="_blank" class="info">View Code</a>
</div>
</div>
</li>
<li>
<div class="view view-second">
<img src="./img/robotics.png" />
<div class="mask"></div>
<div class="content">
<h2>FIRST Robotics</h2>
<p>Incoporated Java libraries to make 120lb robot complete game tasks. Tech Used: Java, WPILib, Boof CV</p>
<a href="https://gitlab.com/3501software/2015-recycle-rush" target="_blank" class="info">View Code</a>
</div>
</div>
</li>
</ul>
</div>
</div>
</section>
<section id="contact" class="section">
<div class="container">
<div class="row">
<div class="col-md-12 headline wow bounceInDown">
<h2>Contact</h2>
<p>I love to code, hack, teach, and more. Connect with me via the links below or <a href="mailto:[email protected]" target="_blank" style="text-decoration: underline;">send me an email. </a></p>
</div>
<div class="col-md-2 col-md-offset-3 wow bounceInUp connect-link">
<a href="http://github.com/tranjocelyn" target="_blank" class="btn btn-default btn-custom-2">Github</a>
</div>
<div class="col-md-2 wow bounceInUp connect-link">
<a href="http://linkedin.com/in/tranjocelyn" target="_blank" class="btn btn-default btn-custom-2">LinkedIn</a>
</div>
<div class="col-md-2 wow bounceInUp connect-link">
<a href="http://facebook.com/jocelyn.tran.12" target="_blank" class="btn btn-default btn-custom-2">Facebook</a>
</div>
</div>
</div>
</section>
<!-- Javascript files -->
<script src="./js/jquery-1.11.0.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<script src="./js/jquery.backstretch.min.js"></script>
<script src="./js/owl.carousel.min.js"></script>
<script src="./js/jquery.magnific-popup.min.js"></script>
<script src="./js/jquery.simple-text-rotator.min.js"></script>
<script src="./js/jquery.waypoints.js"></script>
<script src="./js/jquery.countTo.js"></script>
<script src="./js/wow.min.js"></script>
<script src="./js/modernizr.custom.js"></script>
<script src="./js/grid.js"></script>
<script src="./js/smoothscroll.js"></script>
<script src="./js/custom.js"></script>
</body>
</html>