-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (54 loc) · 2.77 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ProjectFolio</title>
<link rel="icon" href="icon.webp" type="image/webp">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Kushal Gupta</h1>
<nav class="navbar">
<a href="https://guptakushal03.github.io/ProjectFolio/">ProjectFolio</a>
<a href="https://guptakushal03.github.io/TechFolio/">TechFolio</a>
<a href="resume.pdf" target="_blank">Resume</a>
</nav>
</header>
<main>
<section class="intro">
<p>
I'm Kushal Ravindrakumar Gupta, a final-year Information Technology student at Ganpat University, Mehsana. Passionate about building innovative solutions, I specialize in web development, AI, and image processing.
This website is a collection of my projects, showcasing my journey in technology, problem-solving, and creativity. Feel free to explore my work and connect with me!
</p>
</section>
<section class="projects">
<h2>Open Source Projects</h2>
<div class="project-links">
<a href="https://github.com/guptakushal03/Blogger-App">Blogger-App</a>
<a href="https://book-recommender-system-by-kg.streamlit.app/">Book-Recommender</a>
<a href="https://guptakushal03.github.io/Music-Visualizer/">Music-Visualizer</a>
<a href="https://guptakushal03.github.io/SignLangSync/">SignLangSync</a>
<a href="https://github.com/guptakushal03/Placement-Cell">Placement-Cell</a>
<a href="https://guptakushal03.github.io/TechFolio/">TechFolio</a>
<a href="http://t.me/PeacefulPalBot">Telegram-Chat-Bot</a>
<a href="https://guptakushal03.github.io/The-Weather-App/">The-Weather-App</a>
<a href="https://github.com/guptakushal03/To-Do-List">To-Do-List</a>
<a href="https://github.com/guptakushal03/Virtual-Voice-Assistant">Virtual-Voice-Assistant</a>
<a href="https://whatsapp-chat-analyser-by-kg.streamlit.app/">WhatsApp-Chat-Analyser</a>
</div>
</section>
</main>
<footer class="footer">
<p>
Follow me:
<a href="https://github.com/guptakushal03">GitHub</a> |
<a href="https://www.linkedin.com/in/kushalgupta03/">LinkedIn</a> |
<a href="https://www.instagram.com/kushal_gupta_03">Instagram</a> |
<a href="https://wa.me/918799446138">WhatsApp</a>
</p>
<p>Last Modified: 16<sup>th</sup> February, 2025</p>
</footer>
</body>
</html>