-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
379 lines (349 loc) · 20.6 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
<!DOCTYPE HTML>
<html>
<head>
<title>Harini Avula's Landing Page</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="#" class="image avatar"><img src="images/about-pic3.png" alt="" /></a>
<h1><strong>Hi! I'm Harini Avula</strong>, honors computer science and economics student at Northeastern University.<br /></h1>
</div>
</header>
<!-- Hamburger Menu and Navigation -->
<div id="hamburger" class="hamburger">
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
</div>
<nav id="nav" class="nav">
<ul>
<li><a href="#about">About Me</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#experiences">Experiences</a></li>
<li><a href="#two">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main" class="clearfix" >
<!-- One -->
<section id="one" class = "float-in-right">
<header id = "about" class="major">
<h2>About Me</h2>
</header>
<p>Hi there! My name is Harini, and I grew up in St. Paul, Minnesota. I am currently a sophomore studying computer science and economics at Northeastern University in Boston, Massachusetts. I'm also part of the John Martinson Honors Program. I am passionate about front-end development, data analysis & visualization, and financial technology. Beyond these interests, I enjoy playing tennis and pickleball, cooking and baking, hiking, trying out new restaurants, drinking matcha at cute cafes, and reading romance novels.</p>
<ul class="actions">
<li><a href="https://www.linkedin.com/in/harini-avula" target="_blank" class="button">LinkedIn</a></li>
</ul>
</section>
<!-- Skills -->
<section id="skills" class = "float-in-right">
<header class="major">
<h2>Skills</h2>
</header>
<div class="container">
<div class="row language__list">
<div class="col-3 language">
<figure class="language__img--wrapper">
<img src="https://cdn.worldvectorlogo.com/logos/java-14.svg" alt="Java Logo" class="language__img1" />
</figure>
<span class="language__name">Java</span>
</div>
<div class="col-3 language">
<figure class="language__img--wrapper">
<img src="https://upload.wikimedia.org/wikipedia/commons/c/c3/Python-logo-notext.svg" alt="Python Logo" class="language__img1" />
</figure>
<span class="language__name">Python</span>
</div>
<div class="col-3 language">
<figure class="language__img--wrapper">
<img src="https://miro.medium.com/v2/resize:fit:5120/1*l4xICbIIYlz1OTymWCoUTw.jpeg" alt="HTML/CSS/JS Logo" class="language__img" />
</figure>
<span class="language__name">HTML/CSS/JS</span>
</div>
<div class="col-3 language">
<figure class="language__img--wrapper">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/30/React_Logo_SVG.svg/240px-React_Logo_SVG.svg.png"
alt="Num Py" class="language__img" />
</figure>
<span class="language__name">React</span>
</div>
<div class="col-3 language">
<figure class="language__img--wrapper">
<img src="https://upload.wikimedia.org/wikipedia/commons/d/d7/Sql_data_base_with_logo.svg" alt="SQL Logo" class="language__img" />
</figure>
<span class="language__name">SQL</span>
</div>
<div class="col-3 language">
<figure class="language__img--wrapper">
<img src="https://upload.wikimedia.org/wikipedia/commons/e/ed/Pandas_logo.svg"
alt="pandas logo" class="language__img" />
</figure>
<span class="language__name">Pandas</span>
</div>
<div class="col-3 language">
<figure class="language__img--wrapper">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/31/NumPy_logo_2020.svg/1024px-NumPy_logo_2020.svg.png"
alt="Num Py" class="language__img" />
</figure>
<span class="language__name">NumPy</span>
</div>
<div class="col-3 language">
<figure class="language__img--wrapper">
<img src="https://upload.wikimedia.org/wikipedia/en/thumb/3/35/Microsoft_Office_Logo_%282019-present%29.svg/2880px-Microsoft_Office_Logo_%282019-present%29.svg.png" alt="Office" class="language__img" />
</figure>
<span class="language__name">Microsoft Office</span>
</div>
</div>
</div>
</section>
<!-- Experiences -->
<section id="experiences" class = "float-in-right">
<header class="major">
<h2>Experiences</h2>
</header>
<div class="row">
<div class="col-12">
<strong class="large-text"><strong style="font-weight:500">Software Engineer - Northeastern's SGA</strong>, May 2024</strong>
<p>▪ Developing a web application to streamline student Senator application, nomination, and tracking processes
</p>
</div>
<div class="col-12">
<strong class="large-text"><strong style="font-weight:500">Website Developer - Northeastern's Forge</strong>, May 2024</strong>
<p>▪ Maintain website performance and enhance user engagement by implementing front-end development techniques and UI/UX design improvements.
</p>
</div>
<div class="col-12">
<strong class="large-text"><strong style="font-weight:500">Headstarter - Software Engineering Fellow</strong>, June 2024 - August 2024</strong>
<p>▪ Collaborated with front-end and back-end developers on 5 applications from design to deployment.</p>
</p>
</div>
<div class="col-12">
<strong class="large-text"><strong style="font-weight:500">Beats by Dr. Dre - Consumer Insights Data Analyst Intern</strong>, June 2024 - July 2024</strong>
<p>▪ Performed exploratory data analysis of consumer reviews using various data science libraries to identify opportunities for improving user experience.
</p>
</div>
<div class="col-12">
<strong class="large-text"><strong style="font-weight:500">Aspire Institute - Data Analyst Intern</strong>, May 2024 - June 2024</strong>
<p>▪ Analyzed Aspire Institute's newsletter data to produce visualizations and present solutions for improved engagement and retention.</p>
</div>
</div>
<ul class="actions">
<li><a href="https://docs.google.com/document/d/1-RXfNqvWFzlHwWcyK2PVuV_ELVbFLmyTdClP5Dgu5RE/edit?usp=sharing" target="_blank" class="button">Resume</a></li>
</ul>
</section>
<!-- Projects -->
<section id="two" class = "float-in-right">
<header class="major">
<h2>Projects</h2>
</header>
<div class="work-list">
<div class="work">
<img src="images/forge.png" alt="Forge Image">
<div class="layer">
<a href="https://www.forgenu.com/home" target = "_blank">
<i class="fas fa-arrow-up-right-from-square"></i>
</a>
</div>
<div class="description">
<h3>Northeastern's Forge Website | JS, Tailwind CSS</h3>
<h6>React, Vite, Cloudflare</h6>
<p>Maintain and optimize website performance and design with regular updates.</p>
</div>
</div>
<div class="work">
<img src="images/employ.png" alt="Employ.ai Image">
<div class="layer">
<a href="https://drive.google.com/file/d/1a-TZxuoknEN_zt-KkUkOEnz1pAcswy6h/view?usp=sharing" target = "_blank">
<i class="fas fa-arrow-up-right-from-square"></i>
</a>
</div>
<div class="description">
<h3>Employ.ai | JS, Tailwind CSS</h3>
<h6>React, Open AI, Firebase</h6>
<p>Allows users to input their experience, preferred location, and salary expectations to generate a customized dashboard of job recommendations with the Adzuna API. </p>
</div>
</div>
<div class="work">
<img src="images/prof.png" alt="AI Prof Image">
<div class="layer">
<a href="https://rate-prof-ai.netlify.app/" target = "_blank">
<i class="fas fa-arrow-up-right-from-square"></i>
</a>
</div>
<div class="description">
<h3>Rate My Professor AI | Python, JS </h3>
<h6>React, Material UI, Pinecone, Firebase, Open AI, Netlify</h6>
<p>Tool that helps students find relevant information about professors and courses utilizing Retrieval-Augmented Generation. Has authentication for a personalized and secure experience.</p>
</div>
</div>
<div class="work">
<img src="images/support-bot.png" alt="Support Bot Image">
<div class="layer">
<a href="https://ai-mental-health-bot.netlify.app/" target="_blank">
<i class="fa-solid fa-arrow-up-right-from-square"></i>
</a>
<a href="https://github.com/hariniavula/ai-mental-health-bot/tree/main" class="icon brands fa-github" target="_blank"></a>
</div>
<div class="description">
<h3>Mental Health Support Chat Bot | JS, CSS</h3>
<h6>React, Material UI, Firebase, Open AI, Netlify</h6>
<p>This chat bot provides empathetic support and real-time advice for users' mental well-being. It features secure authentication and an intuitive chat interface.</p>
</div>
</div>
<div class="work">
<img src="images/inventory.png" alt="Pantry Manager Image">
<div class="layer">
<a href="https://pantry-inventory-tracker-ecru.vercel.app/" target="_blank">
<i class="fa-solid fa-arrow-up-right-from-square"></i>
</a>
</div>
<div class="description">
<h3>Pantry Manager | JS, CSS</h3>
<h6>React, Material UI, Firebase, Open AI, Vercel</h6>
<p>Offers an intuitive user interface to seamlessly add, delete, and manage inventory items, and includes innovative features such as taking pictures of items and generating recipes.</p>
</div>
</div>
<div class="work">
<img src="images/stock.png" alt="Stock Portfolio Image">
<div class="layer">
<p> code available upon request! </p>
</div>
<div class="description">
<h3>Stock Manager | Java</h3>
<h6>Text-based + GUI interfaces</h6>
<p>Stock portfolio manager, that includes purchasing and selling stocks, creating new portfolios, and looking at real-time value.</p>
</div>
</div>
<div class="work">
<img src="images/sentiment.png" alt="Stock Portfolio Image">
<div class="layer">
<a href="https://github.com/hariniavula/beats-data-analysis" class="icon brands fa-github" target = "_blank" ></a>
</div>
<div class="description">
<h3>Beats By Dr. Dre Data Analysis | Python</h3>
<h6>NumPy, pandas, NLTK</h6>
<p>Exploratory data analysis and data visualization of consumer reviews of Beats’ products and competitors to uncover patterns and trends in large datasets.</p>
</div>
</div>
<div class="work">
<img src="images/nexcap.png" alt="Nexcap Image">
<div class="layer">
<a href="https://www.figma.com/design/y9ZW2aZuSo8SFqybEOjBFt/Nexcap?node-id=0-1&node-type=canvas&t=BYfEW5MHUb4pg7xV-0" target = "_blank">
<i class="fas fa-arrow-up-right-from-square"></i>
</a>
</div>
<div class="description">
<h3>Nexcap Prototype | Figma</h3>
<p>Prototype on Nexcap app design, showcasing an intuitive user interface that simplifies the private equity investment process. </p>
</div>
</div>
<div class="work">
<img src="images/artist-quest.png" alt="Artist Image">
<div class="layer">
<a href="https://artist-quest.netlify.app/" target="_blank">
<i class="fa-solid fa-arrow-up-right-from-square"></i>
</a>
<a href="https://github.com/hariniavula/find-music" class="icon brands fa-github" target="_blank"></a>
</div>
<div class="description">
<h3>Artist Quest | JS, CSS, HTML</h3>
<h6>React, Vite, Netlify</h6>
<p>Designed to help users discover new music and support small artists, through a personalized quiz that matches users with a music genre and dedicated pages for various genres.</p>
</div>
</div>
<div class="work">
<img src="images/Ztype3.png" alt="ZType Image">
<div class="layer">
<p> code available upon request! </p>
</div>
<div class="description">
<h3>ZType Word Game | Java</h3>
<h6>javalib.funworld, javalib.worldimages</h6>
<p>Typing game based on Phoboslab's ZType game where words fall from the top of the screen, and the player must type the correct letters to remove them before they reach the bottom. </p>
</div>
</div>
</div>
</br>
<ul class="actions">
<li><a href="https://github.com/hariniavula" target="_blank" class="button">Github</a></li>
</ul>
</section>
<!-- Contact Me -->
<section id="contact" class = "float-in-right">
<header class="major">
<h2>Get In Touch</h2>
</header>
<p>Contact me! Code for all projects available upon request.</p>
<div class="row">
<div class="col-8 col-12-small">
<form method="post" action="https://formspree.io/f/xblrdkza">
<div class="row gtr-uniform gtr-50">
<div class="col-6 col-12-xsmall"><input type="text" name="name" id="name" placeholder="Name" /></div>
<div class="col-6 col-12-xsmall"><input type="email" name="email" id="email" placeholder="Email" /></div>
<div class="col-12"><textarea name="message" id="message" placeholder="Message" rows="4"></textarea></div>
</div>
<div>
<br>
<ul class="actions">
<li><input type="submit" value="Send Message" /></li>
</ul>
</div>
</form>
</div>
<div class="col-4 col-12-small">
<ul class="labeled-icons">
<li>
<h3 class="icon solid fa-home"><span class="label">Address</span></h3>
Boston, MA<br />
St. Paul, MN<br />
</li>
<li>
<h3 class="icon solid fa-mobile-alt"><span class="label">Phone</span></h3>
651-447-3474
</li>
<li>
<h3 class="icon solid fa-envelope"><span class="label">Email</span></h3>
<a href="mailto:[email protected]">[email protected]</a>
</li>
</ul>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="https://github.com/hariniavula" class="icon brands fa-github" target = "_blank" ><span class="label">Github</span></a></li>
<li><a href="https://www.linkedin.com/in/harini-avula" class="icon brands fa-linkedin" target = "_blank" ><span class="label">LinkedIn</span></a></li>
<li><a href="mailto:[email protected]" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© Harini Avula 2024.</li><li>Design: <a href="https://html5up.net/" target="_blank">HTML5 UP</a></li>
</ul>
</div>
</footer>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
const hamburger = document.getElementById('hamburger');
const nav = document.getElementById('nav');
hamburger.addEventListener('click', function() {
nav.classList.toggle('active');
});
});
</script>
</body>
</html>