-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·529 lines (459 loc) · 25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Portfolio, Resume, Website for Kevin Bunarjo.">
<meta name="keywords" content="kevin, bunarjo, resume, hire">
<meta name="author" content="Kevin Bunarjo">
<title>Kevin Bunarjo</title>
<!-- Web Fonts -->
<link href='http://fonts.googleapis.com/css?family=Roboto:400,300,500,700' rel='stylesheet' type='text/css'>
<!-- Bootstrap core CSS -->
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
<!-- Font Awesome CSS -->
<link href="assets/css/font-awesome.min.css" rel="stylesheet" media="screen">
<!-- Animate css -->
<link href="assets/css/animate.css" rel="stylesheet">
<!-- Magnific css -->
<link href="assets/css/magnific-popup.css" rel="stylesheet">
<!-- Custom styles CSS -->
<link href="assets/css/style.css" rel="stylesheet" media="screen">
<!-- Responsive CSS -->
<link href="assets/css/responsive.css" rel="stylesheet">
<link rel="shortcut icon" href="assets/images/ico/favicon.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="assets/images/ico/apple-touch-icon-57-precomposed.png">
</head>
<body>
<!-- Preloader -->
<div id="tt-preloader">
<div id="pre-status">
<div class="preload-placeholder"></div>
</div>
</div>
<!-- Home Section -->
<section id="home" class="tt-fullHeight" data-stellar-vertical-offset="50" data-stellar-background-ratio="0.2">
<div class="intro">
<h1>Kevin <span>Bunarjo</span></h1>
<div class="intro-sub">iOS Developer/Software Engineer</div>
<p>I am a Computer Science & Business Administration undergraduate student at the University of California - Berkeley <br> I love creating and working on iOS apps! <br> Check out Pharo and Hopr on the App Store!</p>
<div class="social-icons">
<ul class="list-inline">
<li><a href="https://github.com/kbunarjo"><i class="fa fa-github"></i></a></li>
<li class = "none-icon"><a href="#"><i class="fa fa-email"></i></a></li>
<li class = "green-icon"><a href="https://www.linkedin.com/in/kevin-bunarjo/"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</section><!-- End Home Section -->
<!-- Navigation -->
<header class="header">
<nav class="navbar navbar-custom" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#custom-collapse">
<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="#"><img src="assets/images/logo.png" alt=""></a>
</div>
<div class="collapse navbar-collapse" id="custom-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#resume">Resume</a></li>
<li><a href="#skills">Skills</a></li>
</ul>
</div>
</div><!-- .container -->
</nav>
</header><!-- End Navigation -->
<!-- About Section -->
<section id="about" class="about-section section-padding">
<div class="container">
<h2 class="section-title wow fadeInUp">About Me</h2>
<div class="row">
<div class="col-md-4 col-md-push-8">
<div class="biography">
<div class="myphoto">
<img src="assets/images/myphoto.jpg" alt="">
</div>
<ul>
<li><strong>Name:</strong> Kevin Bunarjo</li>
<li><strong>University:</strong> University of California, Berkeley</li>
<li><strong>Majors:</strong> Computer Science, Business Administration</li>
<li><strong>Graduation Date:</strong> December 2018</li>
<li><strong>Nationality:</strong> Indonesian</li>
<li><strong>Phone:</strong> (253) 391 4941</li>
<li><strong>Email:</strong> [email protected]</li>
</ul>
</div>
</div> <!-- col-md-4 -->
<div class="col-md-8 col-md-pull-4">
<div class="short-info wow fadeInUp">
<h3>Why Me?</h3>
<p>"Kevin is a talented backend engineer with great insight for program structure. It has been wonderful to work with him on the Pharo app. Whenever our team gets stuck, Kevin is able to find a solution through hard work and research. I highly recommend Kevin as a software engineer!" -Anna Leskova, Pharo</p> </div>
<div class="short-info wow fadeInUp">
<h3>What I Do ?</h3>
<p>During my time as an iOS developer, I have created 5 apps, two of which have been published to the App Store. Some of my work includes Pharo (an app that connects learners and teachers for an in-person meeting), Hopr (an app for crowd-sourced bar information), and Alertist (an app that allows caregivers to remotely set reminders for senior citizens).</p>
<ul class="list-check">
<li>Mobile Development</li>
<li>Database Engineering</li>
<li>Product Management</li>
<li>Designing Information Systems</li>
<li>Accounting and Finance</li>
<li>Negotiation and Conflict Resolution</li>
</ul>
</div>
<div class="download-button">
<a class="btn btn-info btn-lg" href="Bunarjo-Resume.pdf"><i class="fa fa-download"></i>download my resume</a>
</div>
</div>
</div> <!-- /.row -->
</div> <!-- /.container -->
</section><!-- End About Section -->
<!-- Hire Section -->
<section class="hire-section text-center" data-stellar-vertical-offset="50" data-stellar-background-ratio="0.2">
<div class="hire-section-bg">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2>I'm looking for a full-time position for January 2019</h2>
<a href="Bunarjo-Resume.pdf" class="btn btn-default">View My Resume</a>
</div><!-- /.col-md-12 -->
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.hire-section-bg -->
</section><!-- End Hire Section -->
<!-- Video Section -->
<section id="video" class="video-section">
<div class="tf-bg-overlay">
<div class="container">
<div class="video-intro">
<h2 style="color:#2c3e50;">Check out my recent work - Pharo</h2></br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/fcDF1Z7fmlA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</div>
<!--/.container-->
</div>
<!--/.overlay-->
</section>
<!-- /.Video Section -->
<!-- Skills Section -->
<section id="skills" class="skills-section section-padding">
<div class="container">
<h2 class="section-title wow fadeInUp">Skills</h2>
<div class="row">
<div class="col-md-6">
<div class="skill-progress">
<div class="skill-title"><h3>Swift</h3></div>
<div class="progress">
<div class="progress-bar six-sec-ease-in-out" role="progressbar" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100" ><span>95%</span>
</div>
</div><!-- /.progress -->
</div><!-- /.skill-progress -->
<div class="skill-progress">
<div class="skill-title"><h3>Java</h3></div>
<div class="progress">
<div class="progress-bar six-sec-ease-in-out" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" ><span>90%</span>
</div>
</div><!-- /.progress -->
</div><!-- /.skill-progress -->
<div class="skill-progress">
<div class="skill-title"><h3>Python</h3></div>
<div class="progress">
<div class="progress-bar six-sec-ease-in-out" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" ><span>75%</span>
</div>
</div><!-- /.progress -->
</div><!-- /.skill-progress -->
</div><!-- /.col-md-6 -->
<div class="col-md-6">
<div class="skill-progress">
<div class="skill-title"><h3>C</h3></div>
<div class="progress">
<div class="progress-bar six-sec-ease-in-out" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100" ><span>85%</span>
</div>
</div><!-- /.progress -->
</div><!-- /.skill-progress -->
<div class="skill-progress">
<div class="skill-title"><h3>Excel</h3></div>
<div class="progress">
<div class="progress-bar six-sec-ease-in-out" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" ><span>80%</span>
</div>
</div><!-- /.progress -->
</div><!-- /.skill-progress -->
<div class="skill-progress">
<div class="skill-title"><h3>Numpy</h3></div>
<div class="progress">
<div class="progress-bar six-sec-ease-in-out" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" ><span>75%</span>
</div>
</div><!-- /.progress -->
</div><!-- /.skill-progress -->
</div><!-- /.col-md-6 -->
</div><!-- /.row -->
<div class="skill-chart text-center">
<h3>More skills</h3>
</div>
<div class="row more-skill text-center">
<div class="col-xs-12 col-sm-4 col-md-2">
<div class="chart" data-percent="90" data-color="e74c3c">
<span class="percent"></span>
<div class="chart-text">
<span>Leadership</span>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-2">
<div class="chart" data-percent="70" data-color="2ecc71">
<span class="percent"></span>
<div class="chart-text">
<span>SQL</span>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-2">
<div class="chart" data-percent="70" data-color="3498db">
<span class="percent"></span>
<div class="chart-text">
<span>MapReduce</span>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-2">
<div class="chart" data-percent="50" data-color="3498db">
<span class="percent"></span>
<div class="chart-text">
<span>Kotlin</span>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-2">
<div class="chart" data-percent="68" data-color="3498db">
<span class="percent"></span>
<div class="chart-text">
<span>Data Analytics</span>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-2">
<div class="chart" data-percent="75" data-color="3498db">
<span class="percent"></span>
<div class="chart-text">
<span>Analytic Solver Platform</span>
</div>
</div>
</div>
</div>
</div><!-- /.container -->
</section><!-- End Skills Section -->
<!-- Resume Section -->
<section id="resume" class="resume-section section-padding">
<div class="container">
<h2 class="section-title wow fadeInUp">Resume</h2>
<div class="row">
<div class="col-md-12">
<div class="resume-title">
<h3>Education</h3>
</div>
<div class="resume">
<ul class="timeline">
<li>
<div class="posted-date">
<span class="month">2016-2018</span>
</div><!-- /posted-date -->
<div class="timeline-panel wow fadeInUp">
<div class="timeline-content">
<div class="timeline-heading">
<h3>University of California, Berkeley - Bachelor Degree</h3>
<span>BA: Computer Science</span>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p><strong>GPA:</strong> 3.88 <br>
Selected Courses: Algorithms, Data Structures, Machine Structures, Designing Information Devices and Systems.</p>
</div><!-- /timeline-body -->
</div> <!-- /timeline-content -->
</div><!-- /timeline-panel -->
</li>
<li class="timeline-inverted">
<div class="posted-date">
<span class="month">2016-2018</span>
</div><!-- /posted-date -->
<div class="timeline-panel wow fadeInUp">
<div class="timeline-content">
<div class="timeline-heading">
<h3>Haas School of Business</h3>
<span>BS: Business Administration</span>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p><strong>GPA:</strong> 3.88 <br>
Selected Courses: Competitive Strategy, Negotiations and Conflict Resolution, Introduction to Finance, Analytic Decision Modeling Using Spreadsheets, Financial Accounting, Managerial Accounting, Business Communication.</p>
</div><!-- /timeline-body -->
</div> <!-- /timeline-content -->
</div> <!-- /timeline-panel -->
</li>
<li>
<div class="posted-date">
<span class="month">2014-2016</span>
</div><!-- /posted-date -->
<div class="timeline-panel wow fadeInUp">
<div class="timeline-content">
<div class="timeline-heading">
<h3>Green River Community College</h3>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p><strong>GPA:</strong> 4.0 <br>
Math Division Award, Student of the Month.</p>
</div><!-- /timeline-body -->
</div> <!-- /timeline-content -->
</div><!-- /timeline-panel -->
</li>
</ul>
</div>
</div>
</div><!-- /row -->
<div class="row">
<div class="col-md-12">
<div class="resume-title">
<h3>Experience / Projects</h3>
</div>
<div class="resume">
<ul class="timeline">
<li class="timeline">
<div class="posted-date">
<span class="month">June 2018 - August 2018</span>
</div><!-- /posted-date -->
<div class="timeline-panel wow fadeInUp">
<div class="timeline-content">
<div class="timeline-heading">
<h3>Software Engineering Intern - iOS</h3>
<span>Strava</span>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p>Incoming software engineering intern for the iOS mobile development team at Strava - the social network for atheletes.</p>
</div><!-- /timeline-body -->
</div> <!-- /timeline-content -->
</div> <!-- /timeline-panel -->
</li>
<li class="timeline-inverted">
<div class="posted-date">
<span class="month">July 2017-Current</span>
</div><!-- /posted-date -->
<div class="timeline-panel wow fadeInUp">
<a href="http://www.hoprapp.io">
<div class="timeline-content">
<div class="timeline-heading">
<h3>iOS Engineer</h3>
<span>HOPR</span>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p>Developing iOS application that uses crowd sourced information to recommend users which bars to visit. Implemented Firebase as a real-time database and Facebook login SDK. Click this box to learn more!</p>
</div><!-- /timeline-body -->
</div> <!-- /timeline-content -->
</div> <!-- /timeline-panel -->
</li>
<li>
<div class="posted-date">
<span class="month">May 2017-Current</span>
</div><!-- /posted-date -->
<a href="http://www.pharoapp.com"><div class="timeline-panel wow fadeInUp">
<div class="timeline-content">
<div class="timeline-heading">
<h3>iOS Engineer</h3>
<span>Pharo</span>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p>Worked with Swift 3.0 and Firebase to architect the code structure for an iOS app that connects users for skill sharing. Developed an instant messaging system between users. Submitted the app to the Apple app store, and conducted market research to test hypotheses about customer segments and value proposition. Click this box to learn more!</p>
</div><!-- /timeline-body -->
</div> <!-- /timeline-content -->
</div></a><!-- /timeline-panel -->
</li>
<li class="timeline-inverted">
<div class="posted-date">
<span class="month">March 2017</span>
</div><!-- /posted-date -->
<div class="timeline-panel wow fadeInUp">
<div class="timeline-content">
<div class="timeline-heading">
<h3>Relational Database Management System</h3>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p>Created an RDMS from scratch using Java and RegEx that performs functions such as join, select conditional, load, write to file, insert, and drop.</p>
</div><!-- /timeline-body -->
</div> <!-- /timeline-content -->
</div><!-- /timeline-panel -->
</li>
<li>
<div class="posted-date">
<span class="month">June 2017</span>
</div><!-- /posted-date -->
<div class="timeline-panel wow fadeInUp">
<div class="timeline-content">
<div class="timeline-heading">
<h3>Mueue</h3>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p>Created an algorithm for queueing music that caters to the music preferences of users by shuffling through data of previous skips.</p>
</div><!-- /timeline-body -->
</div> <!-- /timeline-content -->
</div><!-- /timeline-panel -->
</li>
<li class="timeline-inverted">
<div class="posted-date">
<span class="month">Nov 2016 - Jan 2017</span>
</div><!-- /posted-date -->
<div class="timeline-panel wow fadeInUp">
<div class="timeline-content">
<div class="timeline-heading">
<h3>Alertist</h3>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p>Independently developed an iOS application using Swift 3.0 that allows users to remotely set reminders/alerts to senior citizen’s phones, whilst also checking on their wellbeing.</p>
</div><!-- /timeline-body -->
</div> <!-- /timeline-content -->
</div><!-- /timeline-panel -->
</li>
</ul>
</div>
</div>
</div><!-- /row -->
</div><!-- /.container -->
</section><!-- End Resume Section -->
<!-- Footer Section -->
<footer class="footer-wrapper">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="copyright text-center">
<p>Thanks for visiting! </p>
</div>
</div>
</div>
</div>
</footer><!-- End Footer Section -->
<!-- Scroll-up -->
<div class="scroll-up">
<a href="#home"><i class="fa fa-angle-up"></i></a>
</div>
<!-- Javascript files -->
<script src="assets/js/jquery.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.stellar.min.js"></script>
<script src="assets/js/jquery.sticky.js"></script>
<script src="assets/js/smoothscroll.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/jquery.countTo.js"></script>
<script src="assets/js/jquery.inview.min.js"></script>
<script src="assets/js/jquery.easypiechart.js"></script>
<script src="assets/js/jquery.shuffle.min.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="http://a.vimeocdn.com/js/froogaloop2.min.js"></script>
<script src="assets/js/jquery.fitvids.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
<script src="assets/js/scripts.js"></script>
</body>
</html>