-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
388 lines (356 loc) · 14.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Vishal's Portfolio</title>
<meta name="title" content="Vishal's Portfolio " />
<meta
name="description"
content="Build or customize your portfolio website using this super easy template. Free to use if you are a member of the community or a contributor to this project"
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta
property="og:url"
content="https://github.com/CommunityPro/portfolio-html"
/>
<meta property="og:title" content=" Vishal's Portfolio " />
<meta
property="og:description"
content="Build or customize your portfolio website using this super easy template. Free to use if you are a member of the community or a contributor to this project"
/>
<meta
property="og:image"
content="https://user-images.githubusercontent.com/62628408/150613011-b78a7f5a-0af1-4312-aab0-0022e7258693.png"
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta
property="twitter:url"
content="https://github.com/CommunityPro/portfolio-html"
/>
<meta property="twitter:title" content="Vishal's Portfolio" />
<meta
property="twitter:description"
content="Build or customize your portfolio website using this super easy template. Free to use if you are a member of the community or a contributor to this project"
/>
<meta
property="twitter:image"
content="https://user-images.githubusercontent.com/62628408/150613011-b78a7f5a-0af1-4312-aab0-0022e7258693.png"
/>
<!-- Link -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="assets/favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/assets/favicon/favicon-16x16.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="assets/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="assets/favicon/android-chrome-192x192.png"
/>
<link
rel="icon"
type="image/png"
sizes="512x512"
href="assets/favicon/android-chrome-512x512.png"
/>
<link rel="icon" type="image/x-icon" href="assets/favicon/favicon.ico" />
<link rel="manifest" href="assets/favicon/site.webmanifest" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"
integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/utilities.css" />
</head>
<body>
<header id="hero">
<!-- Navbar -->
<nav class="navbar">
<div class="container">
<!-- Logo -->
<h1 id="logo">
<a href="https://github.com/vishalsiingh"
><img src="./assets/logo.png" alt="Your Logo"
/></a>
</h1>
<!-- Navbar links -->
<ul class="nav-menu">
<li><a class="nav-link" href="#">HOME</a></li>
<li><a class="nav-link" href="#about">ABOUT</a></li>
<!-- <li><a class="nav-link" href="#experience">EXPERIENCE</a></li> -->
<li><a class="nav-link" href="#projects">PROJECTS</a></li>
<!-- <li><a class="nav-link" href="#">CONTACT</a></li> -->
<!-- <li><a class="nav-link" href="#">BlOG</a></li> -->
<li>
<a
class="nav-link btn btn-primary"
href="https://drive.google.com/file/d/1bNooGk1gYQghJEmc5pCq57yoVeZEITYA/view?usp=sharing"
>RESUME <i class="fas fa-arrow-right"></i
></a>
</li>
<!-- Toggle switch -->
<div class="theme-switch">
<input type="checkbox" id="switch" />
<label class="toggle-icons" for="switch">
<img class="moon" src="assets/moon.svg" />
<img class="sun" src="assets/sun.svg" />
</label>
</div>
<!-- Hamburger menu -->
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</nav>
<section class="header-container">
<img
class="profile-image"
src="assets/about-me.svg"
alt=""
/>
<h1>Namaste!</h1>
<h1>I'm Vishal Kashyap</h1>
<div class="content-text">
<h2>MERN STACK Developer</h2>
<h2> Web Developer,Data Analysis, and YouTube content.</h2>
<p>
A MERN Developer,Data Analyst and Youtuber.
</p>
</div>
<a
href="https://www.linkedin.com/in/vishal--kashyap/"
class="btn btn-secondary"
target="_blank"
>Connect With Me</a
>
</section>
</header>
<!--About-->
<section id="about" class="project-container container">
<div class="division"></div>
<div class="content-text">
<h2>About</h2>
<p>A BTech student at KIIT University, specializing in Computer Science and Engineering. I'm skilled data analyst proficient in Python, Java, SQL, and Excel. I have been recognized in the Prod-E-G Hackathon for his problem-solving abilities and actively participated in various technical projects, including creating a Sorting Visualizer. Also worked as a Design Intern at Think Talent Services, contributing to impactful presentations and design frameworks using tools like Figma and Adobe. In addition, shares knowledge by creating educational content on YouTube, simplifying complex topics for a wide audience.</p>
</div>
<article class="project">
</article>
<!-- <a href="#" class="btn btn-secondary"
target="_blank" >See More <i class="fas fa-arrow-right"></i
></a> -->
</section>
<section id="experience" class="project-container container">
<div class="division"></div>
<div class="content-text">
<h2>Experience</h2>
<div class="experience-grid">
<div class="experience-item">
<p class="experience-duration">Oct 2024 – Dec 2024</p>
<h3>Hackathon Participant</h3>
<p class="experience-location">HACKATHON – Prod-E-G, Unstop</p>
<p class="experience-description">
Prod-E-G Hackathon, organized by Unstop, earned recognition for problem-solving and teamwork skills.
</p>
<ul class="experience-points">
<li>Awarded by Delhi Skill and Entrepreneurship University for active participation.</li>
<li>Showcased problem-solving and teamwork in a competitive environment.</li>
<li>Recognized for perseverance, dedication, and achieving milestones.</li>
</ul>
</div>
<div class="experience-item">
<p class="experience-duration">July 2024 – Sep 2024</p>
<h3>Design Intern Role</h3>
<p class="experience-location">Think Talent Services, Bhubaneswar</p>
<p class="experience-description">
Think Talent Services is a design solutions company specializing in creative services like branding and presentations.
</p>
<ul class="experience-points">
<li>Designed high-impact presentations recognized as the best during the project.</li>
<li>Contributed creative ideas to enhance visual storytelling and design consistency.</li>
<li>Developed structured frameworks using Figma, Canva, and Adobe tools.</li>
</ul>
</div>
</div>
<div class="experience-item">
<p class="experience-duration">Feb 2025 – Present</p>
<h3>Campus Ambassador</h3>
<p class="experience-location">Jyesta Corporate Entity</p>
<p class="experience-description">
Executed targeted marketing strategies, converting 100+ leads, enhancing engagement by 20%, and expanding market reach through partnerships and research.
</p>
<ul class="experience-points">
<li>Executed targeted campus marketing strategies, driving brand visibility and increasing student engagement by 20%.</li>
<li>Identified and nurtured potential users, converting 100+ leads into active customers.</li>
<li>Established partnerships and collaborated with student communities to expand market reach</li>
</ul>
</div>
</div>
<!-- <article class="ex">
</article> -->
<!-- <a href="#" class="btn btn-secondary"
target="_blank" >See More <i class="fas fa-arrow-right"></i
></a> -->
</section>
<!-- Projects -->
<section id="projects" class="project-container container">
<div class="division"></div>
<div class="content-text">
<h2>Projects</h2>
<p>Check out some of my personal projects</p>
</div>
<article class="project">
<!-- Project 1 -->
<div href="https://github.com/vishalsiingh/Sorting-Visualizer" class="card">
<div class="project-info">
<div class="project-bio">
<h3>Sorting-Visualizer</h3>
<p>HTML, JS, CSS</p>
</div>
<div class="project-link">
<a href="https://github.com/vishalsiingh/Sorting-Visualizer" target="_blank"><i class="fab fa-github"></i></a>
<a href="#" target="_blank"><i class="fas fa-globe"></i></a>
</div>
</div>
</div>
<!-- Project 2 -->
<div href="" class="card">
<div class="project-info">
<div class="project-bio">
<h3>Data Analytics Projects</h3>
<p>Python,Numpy,Jupyter</p>
</div>
<div class="project-link">
<a href="https://github.com/vishalsiingh/Data-Analytics-Projects" target="_blank"><i class="fab fa-github"></i></a>
<a href="#" target="_blank"><i class="fas fa-globe"></i></a>
</div>
</div>
</div>
<!-- Porject 3 -->
<div href="" class="card">
<div class="project-info">
<div class="project-bio">
<h3>Merging pdf </h3>
<p>Python</p>
</div>
<div class="project-link">
<a href="https://github.com/vishalsiingh/Merge-Pdf-Project" target="_blank"><i class="fab fa-github"></i></a>
<a href="#" target="_blank"><i class="fas fa-globe"></i></a>
</div>
</div>
</div>
<!--Project 4-->
<div href="" class="card">
<div class="project-info">
<div class="project-bio">
<h3>Text to Speech</h3>
<p>Python,Tkinter</p>
</div>
<div class="project-link">
<a href="https://github.com/vishalsiingh/Text-to-Speech" target="_blank"><i class="fab fa-github"></i></a>
<a href="#" target="_blank"><i class="fas fa-globe"></i></a>
</div>
</div>
</div>
<!---Peoject 5-->
<div href="" class="card">
<div class="project-info">
<div class="project-bio">
<h3>School Management System</h3>
<p>Python,Tkinter,sqlite3</p>
</div>
<div class="project-link">
<a href="https://github.com/vishalsiingh/School-Management-System" target="_blank"><i class="fab fa-github"></i></a>
<a href="#" target="_blank"><i class="fas fa-globe"></i></a>
</div>
</div>
</div>
<!----project 6-->
<div href="https://github.com/vishalsiingh/Finance-Manager" class="card">
<div class="project-info">
<div class="project-bio">
<h3>Personal Finance Manager</h3>
<p>MERN STACK</p>
</div>
<div class="project-link">
<a href="https://github.com/vishalsiingh/Finance-Manager" target="_blank"><i class="fab fa-github"></i></a>
<a href="#" target="_blank"><i class="fas fa-globe"></i></a>
</div>
</div>
</div>
<!--projct 7-->
<div href="https://github.com/vishalsiingh/fitness-tracker" class="card">
<div class="project-info">
<div class="project-bio">
<h3>Fitness Tracker</h3>
<p>Implemented using Python</p>
</div>
<div class="project-link">
<a href="https://github.com/vishalsiingh/fitness-tracker" target="_blank"><i class="fab fa-github"></i></a>
<a href="#" target="_blank"><i class="fas fa-globe"></i></a>
</div>
</div>
</div>
</article>
<a href="#" class="btn btn-secondary"
target="_blank" >See More <i class="fas fa-arrow-right"></i
></a>
</section>
<footer id="footer">
<div class="container">
<a href="mailto:[email protected]">[email protected]</a>
<!-- Social links -->
<div class="social">
<a href="#" target="_blank"
><img src="./assets/facebook-icon.svg" alt="Facebook"
/></a>
<a href="https://x.com/VishalS68536149" target="_blank"><img src="./assets/twitter-icon.svg" alt="Twitter" /></a>
<a href="https://www.linkedin.com/in/vishal--kashyap/" target="_blank"
><img src="./assets/linkedin-icon.svg" alt="Linkedin"
/></a>
<a href="https://github.com/vishalsiingh" target="_blank"><img src="./assets/github-icon.svg" alt="GitHub" /></a>
<a href="https://www.youtube.com/@heysnap_" target="_blank"
><img src="./assets/youtube-168-svgrepo-com.svg" alt="Youtube"
/></a>
</div>
<!-- Attribution -->
<!-- <div class="attribution">
<a
href="https://github.com/CommunityPro/portfolio-html"
target="_blank"
rel="noopener noreferrer"
>
<img
src="https://user-images.githubusercontent.com/62628408/157202263-9174da24-b19a-4017-9b7c-a1d26ae8f014.svg"
alt="attribution"
width="150px"
/>
</a>
</div> -->
<p>Copyright © VishalKashyap <span id="datee"></span>, All rights reserved</p>
</div>
</footer>
<script src="js/script.js"></script>
</body>
</html>