-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
574 lines (548 loc) · 27.3 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
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Ved Panse's personal portfolio website">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- CUSTOM STYLE -->
<link rel="stylesheet" href="custom-style/index.css">
<link rel="stylesheet" href="custom-style/home.css">
<link rel="stylesheet" href="custom-style/skills.css">
<link rel="stylesheet" href="custom-style/projects.css">
<link rel="stylesheet" href="custom-style/contact.css">
<link rel="stylesheet" href="custom-style/blogs.css">
<link rel="stylesheet" href="custom-style/work-experience.css">
<link rel="icon" type="image/x-icon" href="images/logo_circle.png">
<link rel="apple-touch-icon" href="images/logo_circle.png">
<link rel="apple-touch-icon" sizes="76x76" href="images/logo_circle.png">
<link rel="apple-touch-icon" sizes="120x120" href="images/logo_circle.png">
<link rel="apple-touch-icon" sizes="152x152" href="images/logo_circle.png">
<!-- CUSTOM FONT -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet">
<!-- ICONS::FONTAWESOME -->
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<title>Ved Panse</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="index.html">Ved Panse</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<button class="btn resume"><a
href="https://docs.google.com/document/d/1hbEJgndDzSuapTqZouFFAEucyCzjgldgxuM50GMtAL8/edit"
target="_blank">Download Resume</a></button>
<a class="nav-item nav-link" id="menu-icon"><i class="fa-solid fa-bars"></i></a>
</div>
</div>
</nav>
<div id="header">
<a href="index.html#home">Home</a>
<a href="index.html#skills">Skills</a>
<a href="index.html#projects">Projects</a>
<a href="index.html#blogs">Blogs</a>
<a href="index.html#publications">Publications</a>
<a href="index.html#work-experience">Work Experience</a>
<a href="index.html#contact">Contact</a>
</div>
<section id="home">
<h1>About</h1>
<hr>
<div class="row sep">
<div class="col-lg-6"></div>
<div class="col-lg-6 introduction">
A college student in California with a dedicated focus on becoming a seasoned
software
developer, specializing in Artificial Intelligence and Machine Learning.
</div>
</div>
<hr>
<div class="row desc">
<div class="col-lg-6">
<div class="limit-20">
<br><br><br><br>
<p>I'm Ved Panse, a spirited sophomore embarking on the thrilling journey of a
Mathematics-Computer Science joint major at the University of California, San Diego.
I come from the vibrant city of Aurangabad in Maharashtra, India. My hobbies include Software
Development, Artificial Intelligence, Cricket, and Astronomy.</p>
<a href="templates/blogs/introductory-blog.html" class="rar" target="_blank">Read more in my
Introductory Blog</a>
</div>
</div>
<div class="col-lg-6">
<div class="limit-20">
<h3>What Have I Been Up To?</h3><br><br>
<p>After deploying <a
href="https://chromewebstore.google.com/detail/text-pirate/jijieoacjminiedapibfnpgeheacbkig?authuser=0&hl=en"
target="_blank">Text Pirate</a> on the Chrome marketplace, I am developing a helper tool
that
can build a software project using markdown received from
responses by generative AI, making it easier for software developers to incorporate changes
proposed
by AI. The project is called CodeMinion and is expected to release by Fall 2024.</p>
<div class="row">
<div class="col-lg-6">
<a href="https://github.com/VedPanse" class="rar" target="_blank">GitHub</a>
</div>
<div class="col-lg-6">
<a href="https://codepen.io/VedPanse" class="rar" target="_blank">CodePen</a>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="strip">-->
<!-- <div class="row">-->
<!-- <div class="col-lg-3 col-md-6 col-sm-6">-->
<!-- <span><h2>4</h2> Internships</span>-->
<!-- </div>-->
<!-- <div class="col-lg-3 col-md-6 col-sm-6">-->
<!-- <span><h2>87</h2>Projects</span>-->
<!-- </div>-->
<!-- <div class="col-lg-3 col-md-6 col-sm-6">-->
<!-- <span><h2>20k+</h2>Likes on Projects</span>-->
<!-- </div>-->
<!-- <div class="col-lg-3 col-md-6 col-sm-6">-->
<!-- <span><h2>6</h2>Core Programming Languages Learned</span>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
</section>
<section id="skills">
<h1>Skills</h1><br><br>
<div class="row">
<div class="col-lg-3 col-md-4 col-sm-6">
<img src="images/languages/python.png" alt="">
<h2>Python</h2>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<img src="images/languages/java.svg" alt="">
<h2>Java</h2>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<img src="images/languages/javascript.png" alt="">
<h2>JavaScript</h2>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<img src="images/languages/kotlin.png" alt="">
<h2>Kotlin</h2>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<img src="images/languages/c.png" alt="">
<h2>C</h2>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<img src="images/languages/cpp.png" alt="">
<h2>C++</h2>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<img src="images/languages/awk.png" alt="">
<h2>AWK</h2>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<img src="images/languages/swift.png" alt="">
<h2>Swift</h2>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<img src="images/languages/html.png" alt="">
<h2>HTML</h2>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<img src="images/languages/css.png" alt="">
<h2>CSS</h2>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<img src="images/languages/json.png" alt="">
<h2>JSON</h2>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<img src="images/languages/c%23.png" alt="">
<h2>C#</h2>
</div>
</div>
</section>
<section id="projects">
<h1>Projects</h1>
<hr>
<div class="row sep">
<div class="col-lg-6"></div>
<div class="col-lg-6 introduction">
Welcome to a showcase of some of my favorite projects, both completed and ongoing. While I've worked on
numerous projects, these stand out as my top picks. I strive to leverage all my skills to optimize
software
delivery and share my work as open-source contributions.
</div>
</div>
<hr>
<br><br>
<div class="row selector">
<div class="col-lg-6 col-md-12 col-sm-12"><a class="active completed">Completed
Projects</a></div>
<div class="col-lg-6 col-md-12 col-sm-12"><a class="ongoing">Ongoing Projects</a></div>
</div>
<br><br>
<div id="completed">
<div class="row">
<div class="col-lg-4">
<a href="https://chromewebstore.google.com/detail/text-pirate/jijieoacjminiedapibfnpgeheacbkig?authuser=0&hl=en"
target="_blank">
<div class="card left top">
<p>A Chrome extension to bookmark text instead of pages. Users will be notified of updates
made
to the saved text.</p>
<span>Install on your computer <img src="images/right-arrow.svg" alt=""></span>
<div class="lang-used">
<img src="images/languages/html.png" alt="HTML">
<img src="images/languages/css.png" alt="CSS">
<img src="images/languages/javascript.png" alt="js">
</div>
<h2>Text Pirate</h2>
</div>
</a>
</div>
<div class="col-lg-4">
<a href="https://github.com/VedPanse/javelinLang" target="_blank">
<div class="card middle colored top">
<p>A domain-specific programming language that eases the process of creating easy GUI using
Python.</p>
<span>Explore the project <img src="images/right-arrow.svg" alt=""></span>
<div class="lang-used">
<img src="images/languages/python.png" alt="Python">
</div>
<h2>javelinLang</h2>
</div>
</a>
</div>
<div class="col-lg-4">
<a href="https://github.com/VedPanse/Advent-Of-Code-2015" target="_blank">
<div class="card right top">
<p>My solutions to one of the most challenging programming competition - The Advent of Code.
</p>
<span>Explore the project <img src="images/right-arrow.svg" alt=""></span>
<div class="lang-used">
<img src="images/languages/python.png" alt="Python">
</div>
<h2>Advent of Code</h2>
</div>
</a>
</div>
<div class="col-lg-4">
<a href="https://github.com/VedPanse/BikeNav" target="_blank">
<div class="card left colored">
<p>A Chrome extension for Google Maps that recommends route and gives 3D preview for
bicyclists
with the
necessary data.</p>
<span>Explore the project <img src="images/right-arrow.svg" alt=""></span>
<div class="lang-used">
<img src="images/languages/html.png" alt="HTML">
<img src="images/languages/css.png" alt="CSS">
<img src="images/languages/javascript.png" alt="js">
<img src="images/languages/python.png" alt="Python">
</div>
<h2>BikeNav</h2>
</div>
</a>
</div>
<div class="col-lg-4">
<a href="https://github.com/VedPanse/CyberPad" target="_blank">
<div class="card middle">
<p>Cyber Pad is a strategic note-taking web application that won't let you forget the
highlights, based on 'Cornell Notes Taking Strategy.'</p>
<span>Explore the project <img src="images/right-arrow.svg" alt=""></span>
<div class="lang-used">
<img src="images/languages/html.png" alt="HTML">
<img src="images/languages/css.png" alt="CSS">
<img src="images/languages/javascript.png" alt="js">
<img src="images/languages/python.png" alt="Python">
</div>
<h2>Cyber Pad</h2>
</div>
</a>
</div>
<div class="col-lg-4">
<a href="https://github.com/VedPanse/US-States-Quiz" target="_blank">
<div class="card right colored bottom">
<p>Test your knowledge of all 50 states in the United States with this engaging quiz game,
developed using Python.</p>
<span>Explore the project <img src="images/right-arrow.svg" alt="right arrow"></span>
<div class="lang-used">
<img src="images/languages/python.png" alt="Python">
</div>
<h2>US States Quiz</h2>
</div>
</a>
</div>
</div>
</div>
<div id="ongoing">
<div class="row">
<div class="col-lg-4">
<a href="#" target="_blank">
<div class="card left top">
<p>An AI-based software that takes markdown file from chatGPT to build and debug projects
stored
locally.</p>
<div class="lang-used">
<img src="images/languages/kotlin.png" alt="Kotlin">
<img src="images/languages/python.png" alt="Python">
<img src="images/languages/json.png" alt="JSON">
</div>
<h2>Code Minion</h2>
</div>
</a>
</div>
<div class="col-lg-4">
<a href="#" target="_blank">
<div class="card middle colored top">
<p>Minion AI is a third-party virtual assistant for the Apple ecosystem that leverages the
power
of ChatGPT to perform advanced tasks. This AI is a superset of Code Minion as it can
even order food by interacting with third-party software and the web.</p>
<div class="lang-used">
<img src="images/languages/python.png" alt="Python">
<img src="images/languages/cpp.png" alt="C++">
<img src="images/languages/java.svg" alt="Java">
<img src="images/languages/c%23.png" alt="C#">
<img src="images/languages/swift.png" alt="Swift">
</div>
<h2>Minion AI</h2>
</div>
</a>
</div>
<div class="col-lg-4">
<a href="#" target="_blank">
<div class="card right top">
<p>Margin AI is an advanced tool that takes a script and, using a provided human face,
adjusts
facial expressions to match the script's content. Future releases will integrate this
tool
with Minion AI.</p>
<div class="lang-used">
<img src="images/languages/html.png" alt="HTML">
<img src="images/languages/css.png" alt="CSS">
<img src="images/languages/javascript.png" alt="JavaScript">
<img src="images/languages/python.png" alt="Python">
</div>
<h2>Margin AI</h2>
</div>
</a>
</div>
</div>
</div>
</section>
<section id="blogs">
<h1>Blogs</h1>
<hr>
<div class="row sep">
<div class="col-lg-6"></div>
<div class="col-lg-6 introduction">
Welcome to my collection of blog posts on a variety of topics. As I work on improving my writing skills,
I
find that reflecting on important subjects and sharing my thoughts online is an excellent way to grow.
</div>
</div>
<div class="row">
<div class="col-lg-6" id="recent-blog">
<div class="container">
<a href="templates/blogs/vim.html" target="_blank">
<img src="images/recent-blog.png" alt="Vim Editor Logo"><br>
<h4>Switching to the Vim editing mode altogether</h4>
<p>In this blog, I share my experience with the Vim editing technique.</p>
<a href="https://commons.wikimedia.org/wiki/File:Vimlogo.svg" class="credit" target="_blank">Image Credits: Wikimedia Commons</a>
</a>
</div>
</div>
<div class="col-lg-6" id="other-blogs">
<a href="templates/blogs/introductory-blog.html" target="_blank">
<div class="sep">
<h2>Hello, World! I am Ved</h2>
</div>
</a>
<a href="templates/blogs/programming-dilemma.html" target="_blank">
<div class="sep">
<h2>Programming Dilemma - My recommendations to start programming</h2>
</div>
</a>
<a href="templates/blogs/on-cricket.html" target="_blank">
<div class="sep">
<h2>On Cricket - My Favorite Sport</h2>
</div>
</a>
<a href="templates/blogs/on-cricket.html" target="_blank">
<div class="sep">
<h2>My Internship at Findability Sciences</h2>
</div>
</a>
<a href="templates/blogs/code-website.html" target="_blank">
<div class="sep">
<h2>Why do I code all of my websites without any tools?</h2>
</div>
</a>
</div>
</div>
</section>
<section id="publications">
<h1>Publications</h1>
<hr>
<div class="row sep">
<div class="col-lg-6"></div>
<div class="col-lg-6 introduction">
Explore my collection of technical documentation covering topics ranging from Machine Learning
fundamentals
to Data Structures and Algorithms.
</div>
</div>
<div class="row">
<div class="col-lg-6" id="recent-publication">
<div class="container">
<a href="https://www.lokmattimes.com/aurangabad/can-artificial-intelligence-be-used-to-detect-fake-news/"
target="_blank">
<img src="images/recent-publication.jpg" alt="Findability"><br>
<h4>My Article for The Lokmat Times - Can Artificial Intelligence Be Used to Detect Fake News
Online?</h4>
<p>In this article, I explore various algorithms and studies aimed at developing AI capable of
detecting fake news online.</p>
</a>
</div>
</div>
<div class="col-lg-6" id="other-publications">
<a href="templates/publications/machine-learning/index.html" target="_blank">
<div class="sep">
<h2>Machine Learning and Algorithms - Basic Tutorial</h2>
</div>
</a>
<a href="templates/publications/algorithms/index.html" target="_blank">
<div class="sep">
<h2>Algorithms Explained</h2>
</div>
</a>
<a href="templates/publications/plotly/index.html" target="_blank">
<div class="sep">
<h2>Plotly Tutorials</h2>
</div>
</a>
<a href="templates/publications/the-techies/index.html" target="_blank">
<div class="sep">
<h2>The Techies</h2>
</div>
</a>
</div>
</div>
</section>
<section id="work-experience">
<h1>Work Experience</h1>
<hr>
<div class="row sep">
<div class="col-lg-6"></div>
<div class="col-lg-6 introduction">
My journey began with my first internship in Grade 8, igniting a passion that led me to pursue software
development internships in both the United States and India.
</div>
</div>
<hr>
<div class="row companies">
<div class="col-lg-4 col-md-6">
<a href="https://www.ventureshares.io/" target="_blank">
<h2>Venture Shares</h2>
</a><br><br>
<hr>
<p>Creating a web-application in NextJS and ReactJS that displays data from private markets.</p>
</div>
<div class="col-lg-4 col-md-6">
<a href="https://www.pepper-advantage.com/" target="_blank">
<h2>Rieom AI</h2>
</a><br><br>
<hr>
<p>Created an AI-based software for document classification, capable of organizing rough hand-clicked
images
of documents like driver's licenses and banking statements into categorized folders.</p>
</div>
<div class="col-lg-4 col-md-6">
<a href="https://bancbridge.com" target="_blank">
<h2>BancBridge</h2>
</a><br><br>
<hr>
<p>Designed a web application for Wells Fargo, consolidating data from multiple sources into a unified
interface that supports customizable commands for streamlined operations.</p>
</div>
<div class="col-lg-4 col-md-6">
<a href="https://xceedtech.in/" target="_blank">
<h2>Xceed Imagination</h2>
</a>
<hr>
<p>Developed a web application for Magna International, enabling sequential execution of MS Excel macros
for
enhanced productivity.</p>
</div>
<div class="col-lg-4 col-md-6">
<a href="https://findability.ai" target="_blank">
<h2>Findability Sciences</h2>
</a>
<hr>
<p>Performed Exploratory Data Analysis for a leading real estate investment firm, leveraging data
visualization tools such as Seaborn and Plotly to derive insights.</p>
</div>
</div>
</section>
<section id="contact" class="gray">
<div class="row">
<div class="col-lg-6">
<h1>Contact Me</h1>
<h2>ask me anything</h2><br><br>
<p>I'll try to revert to you via the email address that you provide below within a day. All the chats
are
private.</p>
</div>
<div class="col-lg-6">
<main class="form-signin">
<form method="POST" action="https://formspree.io/f/xdoyprne">
<div class="form-floating">
<input type="text" class="form-control" id="floatingInput" placeholder="Name" name="Name"
required>
</div>
<div class="form-floating">
<input type="email" class="form-control" id="floatingEmail" placeholder="Email ID"
name="Email" required>
</div>
<div class="form-floating">
<textarea type="message" class="form-control" id="message" placeholder="Message"
name="Message" required></textarea>
</div>
<br>
<!-- <button class="btner" type="submit">Submit</button> -->
<button type="submit" class="btn hollow">Send
</button>
</form>
</main>
</div>
</div>
</section>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
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>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<script src="js/navbar.js"></script>
<script src="js/rar.js"></script>
<script src="js/project.js"></script>
</body>
</html>