-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutme.html
200 lines (192 loc) · 7.8 KB
/
aboutme.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
<!doctype html>
<html>
<head>
<title>Nishant Chintala | About Me</title>
<link rel ="stylesheet" type = "text/css" href = "style.css">
<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://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
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 active">
<a class="nav-link color-change" href="aboutme.html">About Me</a>
</li>
<li class="nav-item">
<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/burano.jpg" alt="Card image">
<div class="jumbotron jumbotron-fluid card-img-overlay container" id = "aboutmejumbo">
<div class="container">
<h1 class="display-4">What wakes me up in the morning?</h1>
<p class="lead">
The obvious answer: an alarm clock. But why do I choose
to not hit "Snooze" and fall back asleep? I see each
day as a unique opportunity to learn. You never know
what each day holds, who you'll meet, what you'll discover.
I am, and will always be, a student, and each day presents
a new learning opportunity.
</p>
</div>
</div>
</div>
<br/>
<br/>
<br/>
<div class="card-deck" style = "margin-left:50px; margin-right:50px;">
<div data-aos="fade-up" class="card">
<img class="card-img-top" src="images/computer-science.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Why Computer Science?</h5>
<p class="card-text">
I have always liked puzzles. As a kid, I enjoyed solving,
100, 200, even 1000 piece puzzles with my dad, mom, and
brother. I liked how the pieces fit together, each piece
having an impact on the final picture. Get one piece wrong
and the entire final picture is incorrect.
<br/><br/>
Computer Science is very similar. Each small variable,
method, class, or object plays a role in the end
functionality of the program. When I code, I think of
how each aspect of the program serves a purpose in terms
of getting the anticipated end result. My brain simply
works like that, connecting every small detail to the big
picture. And, just like that, a young kid who loved doing
puzzles became a computer scientist.
</p>
</div>
</div>
<div data-aos="fade-up" data-aos-delay="200" class="card">
<img class="card-img-top" src="images/finance.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Why Finance?</h5>
<p class="card-text">
I remember as a child sitting in the backseat of the car and
listening to the radio. Every now and then, my parents would
turn on the news and I would hear some reporter blabber about
the "Dow", or the "S&P", and sometimes the "NASDAQ".
<br/><br/>
Later, in high school, we did a stock market simulation. This
kindled my interest in the markets, and I started paying more
attention to the financial news. By college, I knew that finance
was something that I wanted to pursue. The idea of monitoring
markets and valuing companies was very interesting to me and was something
I wanted to continue to learn in college. Now, I am a sector head in the prestigious Blue
Hen Investment Club and manage my own portfolio on the side. Talk about
a bullish trend.
</p>
</div>
</div>
<div data-aos="fade-up" data-aos-delay="400" class="card">
<img class="card-img-top" src="images/quant.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Both?</h5>
<p class="card-text">
Many people have great ideas. However, why is it so often
that those ideas get lost due to fear of starting a business
or the lack of knowledge on how to start one? It may take an
engineer to make the product, but it takes a businessman/woman
to sell it.
<br/><br/>
I realized this and thought "what's stopping me from taking on
both fields?" Nothing. I have a passion for both, and pursuing
both has allowed me to see the many connections between the
seemingly different fields. Hopefully, somewhere down the road,
I can use my computer science knowledge to create a product and
my finance knowledge to give it to the world.
</p>
</div>
</div>
</div>
<br/>
<br/>
<br/>
<br/>
<div class="jumbotron jumbotron-fluid bg-dark">
<div class="container text-white">
<h1 data-aos="slide-right" class="title">"Fear is just an opportunity in a costume."</h1>
<br/>
<p data-aos="fade-left" class="lead" style="font-family: 'Playfair Display', serif;">
Whether we're talking about applying for a new job or moving to a
different home, fear can cloud someone's thoughts. What I have found
personally beneficial is to look past the fear because underneath
the "costume", you might find a new opportunity for growth and learning.
</p>
</div>
</div>
<br/>
<div class = "container">
<h1 class="display-4">A little more about me:</h1>
<br/>
<br/>
<ul class="list-group list-group-flush container" id="aboutmelist">
<li data-aos="fade-right" class="list-group-item">
<br/>
Travel-enthusiast: I have been to several countries, including
New Zealand, Switzerland, India, and Italy.
<br/>
<br/>
</li>
<li data-aos="fade-right" data-aos-delay="200"class="list-group-item">
<br/>
Philly sports fanatic: I am a huge fan of Philly sports and regularly keep up with the Eagles
and the Sixers.
<br/>
<br/>
</li>
<li data-aos="fade-right" data-aos-delay="400" class="list-group-item">
<br/>
Foodie: I enjoy cooking and trying new foods. My favorite cuisine is Italian.
<br/>
<br/>
</li>
<li data-aos="fade-right" data-aos-delay="600" class="list-group-item">
<br/>
Public speaker: unlike many people, I enjoy speaking in front of large
groups of people and have presented at conferences with over 500 people.
<br/>
<br/>
</li>
</ul>
<br/>
<br/>
<br/>
</div>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>