-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
576 lines (567 loc) · 38.5 KB
/
index.html
File metadata and controls
576 lines (567 loc) · 38.5 KB
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
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>Shiven Ajwaliya - Portfolio</title>
<link href="style.css" rel="stylesheet"/>
<link href="mediaqueries.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet"/>
</head>
<body>
<!-- Navigation -->
<nav id="navbar">
<div class="nav-container">
<!-- Logo/Name -->
<div class="logo">
<a href="#hero">SHIVEN</a>
</div>
<!-- Desktop Navigation Links -->
<ul class="nav-links">
<li><a href="#hero">About</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#experience">Experience</a></li>
</ul>
<!-- Contact Button -->
<div class="nav-cta">
<a class="contact-btn" href="#contact">Contact Me</a>
</div>
<!-- Mobile Hamburger Menu -->
<div class="hamburger" onclick="toggleMenu()">
<span></span>
<span></span>
<span></span>
</div>
</div>
<!-- Mobile Menu -->
<div class="mobile-menu">
<a href="#hero" onclick="toggleMenu()">About</a>
<a href="#education" onclick="toggleMenu()">Education</a>
<a href="#skills" onclick="toggleMenu()">Skills</a>
<a href="#projects" onclick="toggleMenu()">Projects</a>
<a href="#experience" onclick="toggleMenu()">Experience</a>
<a href="#contact" onclick="toggleMenu()">Contact</a>
</div>
</nav>
<!-- Hero/About Section -->
<section class="section-light" id="hero">
<div class="hero-container">
<div class="profile-image">
<div class="profile-pic">
<img src="./assets/profile-pic.png" alt="Shiven Ajwaliya Profile Photo" />
</div>
</div>
<div class="hero-content">
<h1 class="hero-title">
Hey, I'm <span class="name-highlight">Shiven Ajwaliya</span>, a CS student at <span class="name-highlight">Northeastern University</span> who is passionate about building meaningful tech products. Here, you can check out what I'm working on.
</h1>
<div class="hero-buttons">
<a class="btn btn-primary" href="https://drive.google.com/file/d/1homr8Ek1U0yzl_hKflt-p71-D8rsM4u6/view?usp=sharing" target="_blank">View Resume</a>
<a class="btn btn-secondary" href="#contact">Get in Touch</a>
</div>
<div class="social-links">
<a class="social-link" href="https://linkedin.com/in/shiven-ajwaliya" target="_blank">
<svg fill="currentColor" height="24" viewBox="0 0 24 24" width="24">
<path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"></path>
</svg>
</a>
<a class="social-link" href="https://github.com/RemainingDelta" target="_blank">
<svg fill="currentColor" height="24" viewBox="0 0 24 24" width="24">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"></path>
</svg>
</a>
<a class="social-link" href="mailto:ajwaliya.s@northeastern.edu">
<svg fill="currentColor" height="24" viewBox="0 0 24 24" width="24">
<path d="M24 5.457v13.909c0 .904-.732 1.636-1.636 1.636h-3.819V11.73L12 16.64l-6.545-4.91v9.273H1.636A1.636 1.636 0 0 1 0 19.366V5.457c0-.904.732-1.636 1.636-1.636h.727L12 10.845l9.637-7.024h.727A1.636 1.636 0 0 1 24 5.457z"></path>
</svg>
</a>
</div>
</div>
</div>
</section>
<!-- Education Section -->
<section class="section-dark" id="education">
<div class="container">
<h2 class="section-title">My Education</h2>
<p class="section-subtitle">My academic background and qualifications</p>
<div class="education-timeline">
<div class="timeline-item">
<div class="timeline-content">
<div class="timeline-header">
<h3 class="education-title">Bachelor's in Computer Science</h3>
<p class="education-concentration">Concentration in Artificial Intelligence</p>
<div class="education-institution-row">
<div class="education-info-row">
<span class="education-institution">Northeastern University</span>
<span class="education-period">Sept 2024 - Dec 2027</span>
</div>
<div class="education-info-row">
<span class="education-institution education-study-abroad">
<strong>Study Abroad: Data & Software in Int'l Gov't & Politics, Belgium</strong>
</span>
<span class="education-period">May 2025 - June 2025</span>
</div>
</div>
</div>
<p class="education-description">
Currently pursuing my degree with a focus on software engineering, data structures, algorithms, and web development. Actively participating in hackathons and coding competitions while maintaining academic excellence.
</p>
<div class="education-skills">
<span class="skill-tag">Computer Science</span>
<span class="skill-tag">Artificial Intelligence</span>
<span class="skill-tag">Data Structures</span>
<span class="skill-tag">Algorithms</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section class="section-light" id="skills">
<div class="container">
<h2 class="section-title">My Skills</h2>
<p class="section-subtitle">Technologies and tools I work with</p>
<div class="skills-grid">
<div class="skill-category">
<h3 class="category-title">Frontend Development</h3>
<div class="skills-list">
<div class="skill-item">
<span class="skill-name">HTML</span>
</div>
<div class="skill-item">
<span class="skill-name">CSS</span>
</div>
<div class="skill-item">
<span class="skill-name">JavaScript</span>
</div>
<div class="skill-item">
<span class="skill-name">React</span>
</div>
<div class="skill-item">
<span class="skill-name">Streamlit</span>
<span class="skill-level">Basic</span>
</div>
<div class="skill-item">
<span class="skill-name">Vitest</span>
<span class="skill-level">Basic</span>
</div>
</div>
</div>
<div class="skill-category">
<h3 class="category-title">Backend Development</h3>
<div class="skills-list">
<div class="skill-item">
<span class="skill-name">Node.js</span>
<span class="skill-level">Intermediate</span>
</div>
<div class="skill-item">
<span class="skill-name">Express.js</span>
<span class="skill-level">Advanced</span>
</div>
<div class="skill-item">
<span class="skill-name">MongoDB</span>
<span class="skill-level">Basic</span>
</div>
<div class="skill-item">
<span class="skill-name">PostgreSQL</span>
<span class="skill-level">Intermediate</span>
</div>
<div class="skill-item">
<span class="skill-name">Python</span>
<span class="skill-level">Advanced</span>
</div>
<div class="skill-item">
<span class="skill-name">Flask</span>
<span class="skill-level">Intermediate</span>
</div>
<div class="skill-item">
<span class="skill-name">TypeScript</span>
<span class="skill-level">Advanced</span>
</div>
<div class="skill-item">
<span class="skill-name">SQL</span>
<span class="skill-level">Intermediate</span>
</div>
<div class="skill-item">
<span class="skill-name">Java</span>
<span class="skill-level">Intermediate</span>
</div>
<div class="skill-item">
<span class="skill-name">C</span>
<span class="skill-level">Basic</span>
</div>
</div>
</div>
<div class="skill-category">
<h3 class="category-title">Tools & Others</h3>
<div class="skills-list">
<div class="skill-item">
<span class="skill-name">Git</span>
<span class="skill-level">Advanced</span>
</div>
<div class="skill-item">
<span class="skill-name">Docker</span>
<span class="skill-level">Basic</span>
</div>
<div class="skill-item">
<span class="skill-name">ESLint</span>
<span class="skill-level">Basic</span>
</div>
<div class="skill-item">
<span class="skill-name">Prettier</span>
<span class="skill-level">Basic</span>
</div>
<div class="skill-item">
<span class="skill-name">Postman</span>
<span class="skill-level">Advanced</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Experience Section -->
<section class="section-dark" id="experience">
<div class="container">
<h2 class="section-title">My Experience</h2>
<p class="section-subtitle">My professional journey and career progression</p>
<div class="experience-timeline">
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-content">
<div class="timeline-header">
<h3 class="experience-title">CS2000 Teaching Assistant</h3>
<span class="experience-company">Khoury College of Computer Sciences</span>
<span class="experience-period">August 2025 - Present</span>
</div>
<ul class="experience-description">
<li>Led weekly labs for 30+ students within a 600+ student foundational CS course, delivering lessons on
recursion, data structures, and function design in Python while fostering a collaborative learning environment</li>
<li>Provided individualized office-hour support, reinforcing best practices in programming and software development</li>
<li>Evaluated 300+ assignments to ensure accuracy, efficiency, and alignment with course design principles</li>
</ul>
<div class="experience-skills">
<span class="skill-tag">Python</span>
<span class="skill-tag">Pyret</span>
</div>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-content">
<div class="timeline-header">
<h3 class="experience-title">Software Developer</h3>
<span class="experience-company">Quak Travel LLC</span>
<span class="experience-period">April 2025 - Present</span>
</div>
<ul class="experience-description">
<li>Built a trip recommendation system using OpenAI embeddings, Pinecone vector search, and
Prisma/PostgreSQL, powering personalized 3–28 day itineraries from a dataset of 2,000+ TikTok-sourced trips</li>
<li>Developed a scalable backend that integrated venue data from Google Places and OpenWeather and added
infrastructure for reliability and scale (caching, logging, monitoring), forming the basis of the product demo that
helped secure $30K in seed investment</li>
</ul>
<div class="experience-skills">
<span class="skill-tag">TypeScript</span>
<span class="skill-tag">ExpressJS</span>
<span class="skill-tag">NodeJS</span>
<span class="skill-tag">Vector Embeddings</span>
<span class="skill-tag">PostgreSQL</span>
<span class="skill-tag">Prisma</span>
<span class="skill-tag">Docker</span>
</div>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-content">
<div class="timeline-header">
<h3 class="experience-title">Prototype and GenAI Research Intern</h3>
<span class="experience-company">InnoEra</span>
<span class="experience-period">Jul 2023 - Aug 2023 </span>
</div>
<ul class="experience-description">
<li>Collaborated on website prototype enhancements and contributed to the overhaul of InnoEra (innoera.com) delivering custom solutions for finance, banking, insurance, and local living experiences</li>
<li>Researched 5 emerging GenAI tools across NLP and recommendation systems to explore applications in
answering user queries and guiding customers to products, shaping the company’s early AI integration strategy</li>
</ul>
<div class="experience-skills">
<span class="skill-tag">UI/UX Design</span>
<span class="skill-tag">Research</span>
<span class="skill-tag">AI</span>
<span class="skill-tag">Canva</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section class="section-light" id="projects">
<div class="container">
<h2 class="section-title">Projects</h2>
<p class="section-subtitle">Some of my favorite projects I've worked on</p>
<div class="projects-grid">
<div class="project-card">
<div class="project-image">
<img src="./assets/project-6.png" alt="Screenshot of Rainfall Learning project" class="project-img" />
<div class="project-overlay">
<div class="project-links">
</div>
</div>
</div>
<div class="project-content">
<h3 class="project-title">Rainfall Learning</h3>
<ul class="project-description">
<li>Lead a 3-person engineering team to develop a tutoring platform for middle and high school students, while
managing pull requests across 16+ contributors to ensure quality and consistency</li>
<li>Built core session services for bookings, cancellations, rescheduling, and integrated Google Calendar sync with
recurring appointments to support hundreds of tutoring sessions with real-time updates</li>
</ul>
<div class="project-tech">
<span class="tech-tag">TypeScript</span>
<span class="tech-tag">ExpressJS</span>
<span class="tech-tag">NodeJS</span>
<span class="tech-tag">PostgreSQL</span>
<span class="tech-tag">Prisma</span>
<span class="tech-tag">React</span>
<span class="tech-tag">Docker</span>
</div>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="./assets/project-5.png" alt="Screenshot of Quak project" class="project-img" />
<div class="project-overlay">
<div class="project-links">
</div>
</div>
</div>
<div class="project-content">
<h3 class="project-title">Quak AI Systems</h3>
<ul class="project-description">
<li>Built a day-level trip recommendation system using OpenAI embeddings, Pinecone vector search, and Prisma/PostgreSQL to match user goals, budgets, and activity preferences</li>
<li>Engineered dynamic itinerary assembly logic that composes 3-28 day trips with lodging, flight injection, and budget enforcement across 1000+ sourced itinerary blocks</li>
<li>Delivered an intuitive editing experience for travel itineraries, with personalized day suggestions, explorable alternatives, and reversible changes via undo history</li>
</ul>
<div class="project-tech">
<span class="tech-tag">AI</span>
<span class="tech-tag">TypeScript</span>
<span class="tech-tag">ExpressJS</span>
<span class="tech-tag">NodeJS</span>
<span class="tech-tag">Vector Embeddings</span>
<span class="tech-tag">PostgreSQL</span>
<span class="tech-tag">Prisma</span>
<span class="tech-tag">Docker</span>
</div>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="./assets/project-4.png" alt="Screenshot of Care Compass project" class="project-img" />
<div class="project-overlay">
<div class="project-links">
<a class="project-link" href="https://github.com/RemainingDelta/Care-Compass" target="_blank">
<svg fill="currentColor" height="20" viewBox="0 0 24 24" width="20">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"></path>
</svg>
</a>
<a class="project-link" href="https://github.com/Arthur-T-Huang/Care-Compass-Blog" target="_blank">
<svg fill="currentColor" height="20" viewBox="0 0 24 24" width="20">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"></path>
</svg>
</a>
</div>
</div>
</div>
<div class="project-content">
<h3 class="project-title">Care Compass</h3>
<ul class="project-description">
<li>Assisted in developing a personalized country recommender using cosine similarity on healthcare priorities, tailored to relocating residents</li>
<li>Contributed to building time-series regression to forecast health indicator trends from World Health Organization (WHO) data, supporting use cases like academic research and policy planning</li>
<li>Designed a global SQL data model integrating 7+ public datasets, with support for country comparisons, user preferences, and predictive scores</li>
</ul>
<div class="project-tech">
<span class="tech-tag">ML</span>
<span class="tech-tag">Python</span>
<span class="tech-tag">Flask</span>
<span class="tech-tag">MySQL</span>
<span class="tech-tag">Streamlit</span>
<span class="tech-tag">Docker</span>
</div>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="./assets/project-3.png" alt="Screenshot of Co-Design project" class="project-img" />
<div class="project-overlay">
<div class="project-links">
<a class="project-link" href="https://github.com/Aryan0102/CoDesign" target="_blank">
<svg fill="currentColor" height="20" viewBox="0 0 24 24" width="20">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.30 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"></path>
</svg>
</a>
<a class="project-link" href="https://codesign-group1.netlify.app" target="_blank">
<svg fill="currentColor" height="20" viewBox="0 0 24 24" width="20">
<path d="M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z"></path>
</svg>
</a>
</div>
</div>
</div>
<div class="project-content">
<h3 class="project-title">CoDesign</h3>
<ul class="project-description">
<li>Built a Flask-based platform enabling developers and designers to create profiles and discover recommended collaborators based on matching skills, interests, experience, and availability</li>
<li>Implemented secure user authentication using JWT and designed RESTful APIs to support profile management, post creation, and real-time collaboration features, ensuring seamless user interactions across the platform</li>
</ul>
<div class="project-tech">
<span class="tech-tag">Python</span>
<span class="tech-tag">Flask</span>
<span class="tech-tag">MongoDB</span>
<span class="tech-tag">React</span>
</div>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="./assets/project-2.png" alt="Screenshot of RoadQuest project" class="project-img" />
<div class="project-overlay">
<div class="project-links">
<a class="project-link" href="https://github.com/AbhinavGonthina/Hackbeanpot" target="_blank">
<svg fill="currentColor" height="20" viewBox="0 0 24 24" width="20">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.30.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"></path>
</svg>
</a>
</div>
</div>
</div>
<div class="project-content">
<h3 class="project-title">RoadQuest (Hackathon Project)</h3>
<ul class="project-description">
<li>Developed a full-stack web application that gamifies road trips by generating dynamic quests between user-inputted locations, leveraging Google Maps API and OpenAI's GPT-based prompt engineering </li>
<li>Engineered the backend with Flask, MongoDB, and MongoEngine to support account creation, secure authentication (Bcrypt), and XP-based quest progress tracking with real-time leaderboard updates</li>
</ul>
<div class="project-tech">
<span class="tech-tag">Python</span>
<span class="tech-tag">Flask</span>
<span class="tech-tag">MongoDB</span>
<span class="tech-tag">React</span>
<span class="tech-tag">OpenAI API</span>
</div>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="./assets/project-1.png" alt="Screenshot of Diabetes Prediction project" class="project-img" />
<div class="project-overlay">
<div class="project-links">
<a class="project-link" href="https://github.com/RemainingDelta/Diabetes-Prediction" target="_blank">
<svg fill="currentColor" height="20" viewBox="0 0 24 24" width="20">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.30.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"></path>
</svg>
</a>
</div>
</div>
</div>
<div class="project-content">
<h3 class="project-title">Diabetes Prediction Using ML & Python</h3>
<ul class="project-description">
<li>Built a predictive model to assess diabetes risk using algorithms like Random Forest and Gradient Boosting, utilizing Python for data preprocessing, feature engineering, and evaluation with metrics like ROC-AUC and accuracy</li>
</ul>
<div class="project-tech">
<span class="tech-tag">ML</span>
<span class="tech-tag">Python</span>
<span class="tech-tag">Scikit-learn</span>
<span class="tech-tag">Pandas</span>
<span class="tech-tag">Jupyter Notebook</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="section-dark" id="contact">
<div class="container">
<h2 class="section-title">Get In Touch</h2>
<p class="section-subtitle">I'm always open to discussing new opportunities and interesting projects</p>
<div class="contact-content">
<div class="contact-info">
<a class="clickable-card" href="mailto:ajwaliya.s@northeastern.edu">
<div class="contact-icon">
<svg fill="currentColor" height="24" viewBox="0 0 24 24" width="24">
<path d="M24 5.457v13.909c0 .904-.732 1.636-1.636 1.636h-3.819V11.73L12 16.64l-6.545-4.91v9.273H1.636A1.636 1.636 0 0 1 0 19.366V5.457c0-.904.732-1.636 1.636-1.636h.727L12 10.845l9.637-7.024h.727A1.636 1.636 0 0 1 24 5.457z"></path>
</svg>
</div>
<div class="contact-details">
<h4>Email</h4>
<p>ajwaliya.s@northeastern.edu</p>
</div>
</a>
<a class="clickable-card" href="https://linkedin.com/in/shiven-ajwaliya">
<div class="contact-icon">
<svg fill="currentColor" height="24" viewBox="0 0 24 24" width="24">
<path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"></path>
</svg>
</div>
<div class="contact-details">
<h4>LinkedIn</h4>
<p>Connect with me</p>
</div>
</a>
<a class="clickable-card" href="https://github.com/RemainingDelta">
<div class="contact-icon">
<svg fill="currentColor" height="24" viewBox="0 0 24 24" width="24">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"></path>
</svg>
</div>
<div class="contact-details">
<h4>GitHub</h4>
<p>View my code</p>
</div>
</a>
</div>
<div class="contact-form">
<form id="contactForm">
<div class="form-group">
<input id="name" name="name" placeholder="Your Name" required type="text"/>
</div>
<div class="form-group">
<input id="email" name="email" placeholder="Your Email" required type="email"/>
</div>
<div class="form-group">
<input id="subject" name="subject" placeholder="Subject" required type="text"/>
</div>
<div class="form-group">
<textarea id="message" name="message" placeholder="Your Message" required rows="5"></textarea>
</div>
<button class="btn btn-primary" type="submit">Send Message</button>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="section-light">
<div class="container">
<div class="footer-content">
<p>© 2025 Shiven Ajwaliya. All rights reserved.</p>
<div class="footer-links">
<a href="#hero">About</a>
<a href="#education">Education</a>
<a href="#skills">Skills</a>
<a href="#projects">Projects</a>
<a href="#experience">Experience</a>
<a href="#contact">Contact</a>
</div>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>