-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·467 lines (429 loc) · 24.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Krishna Gopal</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/creative.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<!--<a class="navbar-brand js-scroll-trigger" href="#page-top">Start Bootstrap</a>-->
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a id="about-link" class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a id="portfolio-link" class="nav-link js-scroll-trigger" href="#portfolio">Portfolio</a>
</li>
<li class="nav-item">
<a id="experience-link" class="nav-link js-scroll-trigger" href="#experience">Experience</a>
</li>
<li class="nav-item">
<a id="contact-link" class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Masthead-->
<header class="masthead text-center text-white d-flex">
<div class="container my-auto">
<div class="row">
<div class="col-lg-10 mx-auto">
<h1 class="text-uppercase">
Krishna Gopal
</h1>
</div>
<div class="col-lg-8 mx-auto">
<b><p class="text-faded mb-5">Computer Engineering & Computer Science, May 2020</p></b>
<a href="#about" class="btn btn-circle js-scroll-trigger">
<i class="fa fa-angle-double-down animated"></i></a>
</div>
</div>
</div>
</header>
<!-- About Section-->
<section class="bg-primary" id="about">
<div class="container">
<div class="row">
<div class="col-lg-4 mx-auto text-center">
<img src="img/me.jpg" class = "me"/>
</div>
<div class="col-lg-8 mx-auto text-center">
<h2 class="section-heading color1 about-header">
About Me
</h2>
<p class="text-faded mb-4 about-text">Hello, my name's Krishna! I was born in India, but since moving to America at 3 months old, I've lived all over the United States, in Pittsburgh, Memphis, and Milwaukee. Now in Los Angeles, I am a junior studying computer engineering and computer science at the University of Southern California.
<br><br>
This past summer, I was an Information Technology Intern at FedEx, where I worked on developing a continuous integration, continous delivery pipeline for the software quality engineering team, using Docker for containerization and Jenkins as the pipeline orchestrator. My intern project was well received by FedEx employees, and we won our FedEx IT Intern overall Director's Choice Award.
<br><br>
While I love learning about technology, I also love passing over my knowledge and experience to others as a teacher. Currently, I am a TA for the course Introduction to Embedded Systems at USC, and I've also previously TA'd the course Introduction to Programming. Last summer, I worked as an Instructor at iD Tech Camps, where I taught middle and high school students how to code.
<br><br>
I love working as in both software and hardware development. I am currently seeking an internship for Summer 2019 in backend development, data science, or hardware engineering.
</p>
</div>
</div>
</div>
</section>
<!-- Portfolio Section-->
<section class="p-0" id="portfolio">
<div class="container-fluid p-0">
<div class="row no-gutters">
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" data-toggle="modal" data-target="#baemax-modal">
<img class="img-fluid" src="img/portfolio/thumbnails/baemax.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-name">
Baemax
</div>
<div class="project-category text-faded">
Alexa Skill/Mobile App
</div>
</div>
</div>
</a>
<div id="baemax-modal" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content bg-dark">
<div class="modal-header">
<h4 class="modal-title">Baemax</h4>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<img class="modal-image" src="img/portfolio/thumbnails/baemax.jpg">
</div>
<div class="modal-footer">
<p>
Baemax is based on the Disney robot from Big Hero 6 - Baymax. Much like the Disney robot, our Baemax is a personal healthcare assistant. It is an Alexa Skill that allows the user of the Amazon Echo Dot to describe health symptoms and receive a diagnosis using a health API. Additionally, our applicaiton receives health data from an iOS application on the user's cellphone, and states the user's health statistics on command. I worked on retrieving, parsing, and transferring the health data using Apple's HealthKit in a Swift application, and sending that information to the Amazon Echo Dot.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" data-toggle="modal" data-target="#fudget-modal">
<img class="img-fluid" src="img/portfolio/thumbnails/fudget.jpeg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-name">
Fudget
</div>
<div class="project-category text-faded">
Mobile App
</div>
</div>
</div>
</a>
<div id="fudget-modal" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content bg-dark">
<div class="modal-header">
<h4 class="modal-title">Fudget</h4>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<div id="fudget-carousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#fudget-carousel" data-slide-to="0" class="active"></li>
<li data-target="#fudget-carousel" data-slide-to="1"></li>
<li data-target="#fudget-carousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<img class="d-block img-fluid" src="img/portfolio/fudget/fudget1.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block img-fluid" src="img/portfolio/fudget/fudget2.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block img-fluid" src="img/portfolio/fudget/fuget3.jpg" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#fudget-carousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#fudget-carousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="modal-footer">
<p>Developed at CalHacks 4.0, Fudget is a budgeting app targeting young adults living on a monthly budget. Users can take pictures of their receipts and upload it to the app. Using the Google Cloud Vision API, the app then determines the price and category of each purchase on the receipt. The user interface allows users to get a visual sense of how much money they spent on each category and how much they have left in their budget.
<br><br>
I implemented the user interface using React Native. I also created the functionality to allow the user to take a picture of the receipt with their cell phone camera, and enter their desired budgets divided into different categories in the settings.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" data-toggle="modal" data-target="#scatalog-modal">
<img class="img-fluid" src="img/portfolio/thumbnails/computer.jpeg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-name">
SCatalog
</div>
<div class="project-category text-faded">
Web App
</div>
</div>
</div>
</a>
<div id="scatalog-modal" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content bg-dark">
<div class="modal-header">
<h4 class="modal-title">SCatalog</h4>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<div id="scatalog-carousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#scatalog-carousel" data-slide-to="0" class="active"></li>
<li data-target="#scatalog-carousel" data-slide-to="1"></li>
<li data-target="#scatalog-carousel" data-slide-to="2"></li>
<li data-target="#scatalog-carousel" data-slide-to="3"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<img class="d-block img-fluid" src="img/portfolio/scatalog/scatalog1.png" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block img-fluid" src="img/portfolio/scatalog/scatalog2.png" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block img-fluid" src="img/portfolio/scatalog/scatalog3.png" alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block img-fluid" src="img/portfolio/scatalog/scatalog4.png" alt="Fourth slide">
</div>
</div>
<a class="carousel-control-prev" href="#scatalog-carousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#scatalog-carousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="modal-footer">
<p>
SCatalog is a course rating web application that allows USC students to search courses offered at USC, view reviews, leave ratings, and explore courses.
I worked on the Back-End for this web app, including parsing the USC Schedule of Courses API for information about each course at USC. I also implemented login functionality and handled updating and querying the database.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" data-toggle="modal" data-target="#viperzzz-modal">
<img class="img-fluid" src="img/portfolio/thumbnails/viperzzz.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-name">
Viperzzz
</div>
<div class="project-category text-faded">
Game
</div>
</div>
</div>
</a>
<div id="viperzzz-modal" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content bg-dark">
<div class="modal-header">
<h4 class="modal-title">Viperzzz</h4>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<div id="viperzzz-carousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#viperzzz-carousel" data-slide-to="0" class="active"></li>
<li data-target="#viperzzz-carousel" data-slide-to="1"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<img class="d-block img-fluid" src="img/portfolio/viperzzz/viperzzz1.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block img-fluid" src="img/portfolio/viperzzz/viperzzz2.jpg" alt="Second slide">
</div>
</div>
<a class="carousel-control-prev" href="#viperzzz-carousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#viperzzz-carousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="modal-footer">
<p>
Viperzzz is a twist on the classic computer game Snake that I made with a team of students through Makers at USC. The game was displayed on an 8x8 array of LEDs and it could be controlled by the motion of the user's arm. Using the Myo gesture control armband, we were able to register the user's movements. We analyzed the Myo data in a Raspberry Pi, and sent the new direction to an Arduino, where we wrote the game logic. The Arduino processed the direction and output an updated screen to the array of LEDs.
<br><br>
I programmed the Arduino, including the game logic and the code to output the screen to the LEDs using several shift registers. I also helped solder together the LEDs and wire up the shift registers and other components.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" data-toggle="modal" data-target="#makers-modal">
<img class="img-fluid" src="img/portfolio/thumbnails/makers.png" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-name">
Makers at USC
</div>
<div class="project-category text-faded">
Website
</div>
</div>
</div>
</a>
<div id="makers-modal" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content bg-dark">
<div class="modal-header">
<h4 class="modal-title">Makers at USC</h4>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<img class="modal-image" src="img/portfolio/thumbnails/makers.png">
</div>
<div class="modal-footer">
<p>
Makers is an organization at USC dedicated to promoting an interest in electronic innovation at USC. Our members form teams and spend the semester developing electronics projects of their choice. As Director of Marketing for Makers, I co-developed our website. While most of the website was created from scratch in HTML and CSS, I also incorporated some Bootstrap components in the photo gallery and teams pages. I additionally created a responsive mobile version of the site from scratch. Check out our website at <a class="link" href="http://makers-usc.github.io">makers-usc.github.io</a>!
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="experience">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading color6">My Experience</h2>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 text-center">
<div class="service-box mt-5 mx-auto">
<div class="experience-logo-box">
<img class = "experience-logo" src="img/experience/fedex_logo.jpg">
</div>
<h3 class="mb-3">IT Intern</h3>
<p class="text-muted mb-0">Jun. 2018 – Aug 2018</p>
<p class="experience-description">I developed a CI/CD pipeline that used Docker for containerization and Jenkins to orchestrate the pipeline. My intern team introduced containerization to the software quality engineering team's automated pipeline. Our project won the mid-internship overall IT Director Review Board. We additionally explored the concept of spawning environments on demand using Docker to replicate unavailable dependencies. We demonstrated that testing delays at FedEx could be reduced to virtually nothing with the containerization of applications.</p>
</div>
</div>
<div class="col-lg-4 col-md-4 text-center">
<div class="service-box mt-5 mx-auto">
<div class="experience-logo-box">
<img class = "experience-logo" src="img/experience/iDTechLogo.png">
</div>
<h3 class="mb-3">Instructor</h3>
<p class="text-muted mb-0">Jun. 2017 – July 2017</p>
<p class="experience-description">As an instructor at this technology summer camp, I taught middle and high schoolers the fundamentals of programming. I created lesson plans, facilitated learning, and guided each student to the completion of a personal programming project. The courses I taught covered basic game development (Tynker), programming (C++, JavaScript, Python), and cryptography and cybersecurity.</p>
</div>
</div>
<div class="col-lg-4 col-md-4 text-center">
<div class="service-box mt-5 mx-auto">
<div class="experience-logo-box">
<img class = "experience-logo" src="img/experience/usc_viterbi_logo.png">
</div>
<h3 class="mb-3">Course Producer</h3>
<p class="text-muted mb-0">Aug. 2017 – Present</p>
<p class="experience-description">I mentor students in the course CSCI 103: Introduction to Programming in the USC Viterbi School of Engineering. Taking a teaching assistant role, I hold office hours, run lab periods, and complete grading for students. Topics covered in the class include loops, functions, arrays, conditional statements, input/output, recursion, dynamic memory, object-oriented programming, and several data structures.</p>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="bg-dark text-white">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<ul class="list-inline banner-social-buttons">
<li class="list-inline-item">
<a href="https://linkedin.com/in/krishna-gopal-usc" class="btn btn-1 btn-lg">
<i class="fa fa-linkedin fa-fw"></i>
<span class="network-name">LinkedIn</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/kgopal492" class="btn btn-2 btn-lg">
<i class="fa fa-github fa-fw"></i>
<span class="network-name">Github</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://drive.google.com/file/d/175nSuQEJpCW3I01k0B_mUM3EOSX0J-u9/view?usp=sharing" class="btn btn-3 btn-lg">
<i class="fa fa-file-text fa-fw"></i>
<span class="network-name">Resume</span>
</a>
</li>
<li class="list-inline-item">
<a href="mailto:[email protected]" class="btn btn-4 btn-lg">
<i class="fa fa-envelope fa-fw"></i>
<span class="network-name">E-mail</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/scrollreveal/scrollreveal.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/creative.min.js"></script>
</body>
</html>