-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (71 loc) · 2.78 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
<!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/icon type">
<style>
*{
background-color: #000;
color: #fff;
margin: 0%;
padding: 2%;
user-select: none;
}
.navbar{
text-align: end;
word-spacing: 30px;
}
.link a{
text-decoration: none;
}
.footer{
padding-top: 0%;
}
li{
padding-left: 0%;
padding-bottom: 0%;
}
li .links{
word-spacing: 10px;
padding-left: 1%;
}
sup, b, u, a{
padding: 0%;
}
</style>
</head>
<body>
<h1>Kushal Gupta</h1>
<div class="navbar">
<span class="link"><a href="https://guptakushal03.github.io/ProjectFolio/">ProjectFolio</a></span> <a href="https://guptakushal03.github.io/TechFolio/">TechFolio</a> <a href="resume.pdf" target="_blank">Resume</a>
</div>
<div>
Hey, I'm pursuing my Bachelor's Degree in Information Technology at <b>Ganpat University, Mehsana</b> studying in <b>3<sup>rd</sup> year.</b><br>
This website showcases all my projects in one place.
<ul>
<li>
Check out my open source projects:
<span class="links">
<a href="https://book-recommender-system-by-kg.streamlit.app/">Book-Recommender-Syster</a>
<a href="">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://github.com/guptakushal03/Virtual-Voice-Assistant">Virtual-Vocie-Assistant</a>
<a href="https://guptakushal03.github.io/The-Weather-App/">Weather-App</a>
<a href="https://whatsapp-chat-analyser-by-kg.streamlit.app/">WhatsApp-Chat-Analyser</a>
</span>
</li>
</ul>
<!--Visit my <a href="https://github.com/guptakushal03">GitHub Profile</a> to know more about each and every project in detail! -->
</div>
<div class="footer">
<b>
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>
</b>
<p></p><p></p><br>
Last Modified: 24<sup>rd</sup> March, 2024
</div>
</body>
</html>