-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexperiences.html
424 lines (416 loc) · 15.1 KB
/
experiences.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
<!doctype html>
<html>
<head>
<title>Nishant Chintala | Experiences</title>
<link rel ="stylesheet" type = "text/css" href = "style.css">
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Merriweather|Playfair+Display&display=swap" rel="stylesheet">
<script src = "scripts.js"></script>
<link rel="icon" href = "/images/logo.png">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
<body>
<nav class="navbar sticky-top navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand color-change"
style="font-size:2rem;" href="index.html">Nishant Chintala</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link color-change" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link color-change" href="aboutme.html">About Me</a>
</li>
<li class="nav-item active">
<a class="nav-link color-change" href="experiences.html">Experiences</a>
</li>
<li class="nav-item">
<a class="nav-link color-change" href="goals.html">Goals</a>
</li>
<li class="nav-item">
<a class="nav-link color-change" href="contact.html">Contact</a>
</li>
</ul>
<span class="navbar-text">
<a href="index.html">
<img src="/images/logov2.png" style = "width:50px; height:auto;">
</a>
</span>
</div>
</nav>
<div class="card bg-light text-white">
<img class="card-img" src="/images/zealandocean.jpeg" alt="Card image">
<div class="jumbotron jumbotron-fluid card-img-overlay container" id = "experiencesjumbo">
<div class="container">
<h1 class="display-4">Experience is the best teacher.</h1>
<p class="lead">
Sounds cliché, but I do not believe in failure. There is only
success and learning. Through experience, you learn more about
yourself. What are you good at? What do you need to work on?
What do you truly enjoy doing? These questions can't be answered
through books; they can only be answered by doing.
</p>
</div>
</div>
</div>
<br/>
<br/>
<br/>
<div data-aos="fade-up" class="card mb-3" style="max-width: 1000px; margin:auto;">
<div class="row no-gutters">
<div class="col-md-4">
<img src="images/BHICheadshot.jpg" class="card-img" style="width:100%;">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Blue Hen Investment Club</h5>
<h6 class="card-subtitle mb-2 text-muted">
Communications Services Sector Head, 2020-present
</h6>
<h6 class="card-subtitle mb-2 text-muted">
Information Technology Analyst, 2018-2019
</h6>
<p class="card-text">
As Sector Head of Communication Services:
<ul>
<li>
Discover undervalued companies within Media & Entertainment and Telecommunications subsectors
</li>
<li>
Spearhead and guide analysts in putting together detailed pitch decks
</li>
<li>
Construct discounted cash flow and other financial models to aid in pitch
</li>
<li>
Successfully pitched a sell of ViacomCBS
</li>
</ul>
As Analyst in Information Technology:
<ul>
<li>
Identify undervalued companies in Software & Services, Technological Hardware & Equipment, or Semiconductors subsectors
</li>
<li>
Assist in the creation of detailed buy and sell pitches
</li>
<li>
Successfully pitched a buy of CyberArk, buy of XSD (Semiconductor ETF), and shaves of Apple and Microsoft
</li>
</ul>
</p>
<a href="https://sites.udel.edu/bhic/" target="_blank" class="card-link">Blue Hen Investment Club</a>
</div>
</div>
</div>
</div>
<br/>
<br/>
<br/>
<div data-aos="fade-up" class="card mb-3 bg-dark text-white" style="max-width: 1000px; margin:auto;">
<div class="row no-gutters">
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title text-white">Penn Mutual Life Insurance</h5>
<h6 class="card-subtitle mb-2 text-warning">
Business Transformation Intern, Summer 2019
</h6>
<h6 class="card-subtitle mb-2 text-warning">
Quality Assurance Intern, Summer 2018
</h6>
<p class="card-text">
Business Transformation Internship:
<ul>
<li>
Created Excel models to depict website usage data and utilized business analytics to make decisions on products
</li>
<li>
Assisted in migration of web pages to Crafter CMS and used JavaScript and React in software development to create pages on company website
</li>
<li>
Worked closely with technology and business personnel
</li>
</ul>
Quality Assurance Internship:
<ul>
<li>
Employed Agile development processes to find, report, track, and retest bugs through Jira software
</li>
<li>
Explored automated testing using Cypress, BrowserStack, and Selenium
</li>
</ul>
</p>
<a href="https://lerner.udel.edu/seeing-opportunity/my-summer-internship-nishant-chintala/" target="_blank" class="card-link text-warning">
Read About My 2019 Internship</a>
</div>
</div>
<div class="col-md-4">
<img src="images/pennmutual.png" class="card-img" style="width:100%; height:100%;">
</div>
</div>
</div>
<br/>
<br/>
<br/>
<div data-aos="fade-up" class="card mb-3" style="max-width: 1000px; margin:auto;">
<div class="row no-gutters">
<div class="col-md-4">
<img src="images/aboutmepic.jpeg" class="card-img" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Blue Hen Leadership Program</h5>
<h6 class="card-subtitle mb-2 text-muted">
Quest Peer Mentor, 2018-present
</h6>
<h6 class="card-subtitle mb-2 text-muted">
Collegiate Leadership Competition Coach, 2019-present
</h6>
<h6 class="card-subtitle mb-2 text-muted">
Tier 3 Member, 2019-present
</h6>
<p class="card-text">
As Quest Peer Mentor:
<ul>
<li>
Assisted group of first-year students transition into college life over a week-long leadership workshop
</li>
<li>
Educated first-year students on the five essential practices of leadership
</li>
<li>
Created and presented workshops geared toward advancing the leadership potential of first-year students on campus
</li>
</ul>
As Collegiate Leadership Competition Coach:
<ul>
<li>
Coached a team of six highly-motivated individuals for competition centered on leadership tactics
</li>
<li>
Presented at UD ChangeMakers Conference to over 500 motivated students from different colleges on effective problem solving techniques
</li>
</ul>
As Tier 3 Member:
<ul>
<li>
Working with Wilmington Green Box, a nonprofit that helps to provide entrepreneurial jobs to at-risk teens while providing Wilmington community with fresh-pressed juices
</li>
<li>
Embarked on project to provide more access to fresh-pressed juices by implementing Electronic Benefits Transfer/SNAP food services (similar to food stamps)
</li>
</ul>
</p>
<a href="https://sites.udel.edu/studentlife/testimonial/nishant-chintala-21-says" target="_blank" class="card-link">
My Testimonial on Quest</a>
</div>
</div>
</div>
</div>
<br/>
<br/>
<br/>
<div data-aos="fade-up" class="card mb-3 bg-dark text-white" style="max-width: 1000px; margin:auto;">
<div class="row no-gutters">
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Alpha Kappa Psi</h5>
<h6 class="card-subtitle mb-2 text-warning">
Brother
</h6>
<p class="card-text">
<ul>
<li>
Formed meaningful relationships with other highly-motivated and influential students on campus
</li>
<li>
Serve the local community through various community service opportunities and events
</li>
<li>
Attend and engage in various workshops and conferences to gain professional development experiences
</li>
</ul>
</p>
</div>
</div>
<div class="col-md-4">
<img src="images/akpsi.png" class="card-img" alt="...">
</div>
</div>
</div>
<br/>
<br/>
<br/>
<div data-aos="fade-up" class="card mb-3" style="max-width: 1000px; margin:auto;">
<div class="row no-gutters">
<div class="col-md-4">
<img src="images/mtcook.jpg" class="card-img" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">New Zealand Study Abroad</h5>
<h6 class="card-subtitle mb-2 text-muted">
January 2019
</h6>
<p class="card-text">
<ul>
<li>
Worked with renowned computer scientist Tim Bell to further computer science education initiatives for New Zealand youth
</li>
<li>
Designed and created an interactive game that helped educate New Zealand students on concept of Data Velocity
</li>
<li>
Engaged and explored the Maori culture and different traditions of New Zealand
</li>
<li>
Traveled to Christchurch, Auckland, Nelson, and Mt. Cook
</li>
</ul>
</p>
<a href="https://github.com/rmccann01/DataVelocityInteractive" target="_blank" class="card-link text-primary">
Our Project Repository</a>
</div>
</div>
</div>
</div>
<br/>
<br/>
<br/>
<div data-aos="fade-up" class="card mb-3 bg-dark text-white" style="max-width: 1000px; margin:auto;">
<div class="row no-gutters">
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Finance Tutor</h5>
<h6 class="card-subtitle mb-2 text-warning">
Principles of Finance, 2019-present
</h6>
<p class="card-text">
<ul>
<li>
Educate students on essential financial concepts, including time value of money, stocks and bonds, and cash flows
</li>
<li>
Answer student questions effectively and communicate difficult concepts with clarity
</li>
<li>
Solidify my own knowledge with these important financial concepts by teaching others about them
</li>
</ul>
</p>
</div>
</div>
<div class="col-md-4">
<img src="images/lerner.jpg" class="card-img" alt="...">
</div>
</div>
</div>
<br/>
<br/>
<br/>
<div data-aos="fade-up" class="card mb-3" style="max-width: 1000px; margin:auto;">
<div class="row no-gutters">
<div class="col-md-4">
<img src="images/udel.jpg" class="card-img" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Blue Hen Ambassador</h5>
<h6 class="card-subtitle mb-2 text-muted">
Campus Tour Guide, 2018-present
</h6>
<p class="card-text">
<ul>
<li>
Conduct campus tours of the University of Delaware to prospective students and their families
</li>
<li>
Assist in planning and execution of large student recruitment events like Decision Days and Blue and Gold Days
</li>
<li>
Play integral role in recruiting the future of UD
</li>
</ul>
</p>
</div>
</div>
</div>
</div>
<br/>
<br/>
<br/>
<div class="jumbotron jumbotron-fluid bg-dark text-white">
<div class="container">
<h1 class="display-4 title">Awards and Accomplishments</h1>
<br/>
<br/>
<br/>
<div id="awardscarousel" class="carousel slide container" data-ride="carousel">
<!-- Indicators -->
<ul class="carousel-indicators">
<li data-target="#awardscarousel" data-slide-to="0" class="active"></li>
<li data-target="#awardscarousel" data-slide-to="1"></li>
<li data-target="#awardscarousel" data-slide-to="2"></li>
</ul>
<!-- The slideshow -->
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="images/hornaward.JPG">
<div class="carousel-caption">
<h5>Horn Innovation Sprint, 2nd Place (2019)</h5>
<p>
Designed creative solution for Fortegra Financial to expand product sales and revenue growth
<br/>Projected a revenue growth of $480,000 through complex financial model
<br/>Pitched solution in front of company management, board of directors, and investment bankers
</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/kpmg.jpg">
<div class="carousel-caption">
<h5>KPMG Case Competition, 1st Place (2018)</h5>
<p>
Created innovative solution for Alibaba to expand global outreach, improve PR, and increase revenue
<br/>Solution involved Alibaba partnering with United Nations in "Zero Hunger Initiative"
<br/>Alibaba would drop care packages to partnering nations in areas of poverty and food deserts
</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/intramural.jpg">
<div class="carousel-caption">
<h5>Intramural Basketball 3v3 Champion (2018)</h5>
<p>
Competed amongst 30+ teams of athletic students in competitive division of intramural league
<br/>Persevered past tough matchups and back-to-back games
<br/>Managed time effectively with classes and schoolwork to ensure full participation in 3v3 playoffs
</p>
</div>
</div>
</div>
<!-- Left and right controls -->
<a class="carousel-control-prev" href="#awardscarousel" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#awardscarousel" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
<br/>
</div>
</div>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>