-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
281 lines (267 loc) · 12.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Harsh Gupta- Portfolio</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
</head>
<body>
<nav>
<div class="nav-header">
<a href="#home"><h1>Harsh Gupta</h1></a>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</nav>
<section id="home">
<div>
<div>
<h1>Hi, I am <span> Harsh Gupta</span></h1>
<p>Tech | Web Developer | Learner | Data Science Enthusiast</p>
</div>
</div>
</section>
<section id="about">
<h2 class="section-title">About Me</h2>
<div class="about-container">
<div class="about-image">
<img src="icons/image.jpg" alt="Harsh Gupta">
</div>
<div class="about-content">
<h3>Who I Am</h3>
<p>I'm a BCA student at Galgotias University, set to graduate in 2026.<br> As a passionate software and web developer, I'm constantly exploring new technologies and pushing my boundaries in the tech world. I am open to opportunities and eager to make a meaningful impact in the tech industry.</p>
<div class="resume">
<p>Download my resume here:</p>
<a href="resume.pdf" download>Download Resume</a>
</div>
</div>
</div>
</section>
<section id="proficiency">
<h2 class="section-title" style="background-color: var(--royal-blue);">Proficiencies</h2>
<div class="proficiency-container">
<div class="proficiency-card">
<h3>Programming Languages</h3>
<div class="skills-grid">
<div class="skill-item">
<img src="icons/python.png" alt="Python">
<span>Python</span>
</div>
<div class="skill-item">
<img src="icons/java.png" alt="Java">
<span>Java</span>
</div>
<div class="skill-item">
<img src="icons/c.svg" alt="C">
<span>C</span>
</div>
</div>
</div>
<div class="proficiency-card">
<h3>Web Development</h3>
<div class="skills-grid">
<div class="skill-item">
<img src="icons/html.png" alt="HTML">
<span>HTML</span>
</div>
<div class="skill-item">
<img src="icons/css.png" alt="CSS">
<span>CSS</span>
</div>
<div class="skill-item">
<img src="icons/bootstrap.png" alt="Bootstrap">
<span>Bootstrap</span>
</div>
<div class="skill-item">
<img src="icons/Tailwind CSS.png" alt="Tailwind">
<span>Tailwind CSS</span>
</div>
<div class="skill-item">
<img src="icons/java-script.png" alt="JavaScript">
<span>JavaScript</span>
</div>
</div>
</div>
<div class="proficiency-card">
<h3>Data Analysis</h3>
<div class="skills-grid">
<div class="skill-item">
<img src="icons/pandas.png" alt="Pandas">
<span>Pandas</span>
</div>
<div class="skill-item">
<img src="icons/numpy.png" alt="NumPy">
<span>NumPy</span>
</div>
<div class="skill-item">
<img src="icons/opencv.png" alt="OpenCV">
<span>OpenCV</span>
</div>
</div>
</div>
<div class="proficiency-card">
<h3>Operating Systems</h3>
<div class="skills-grid">
<div class="skill-item">
<img src="icons/microsoft.png" alt="Windows">
<span>Windows</span>
</div>
<div class="skill-item">
<img src="icons/linux.png" alt="Linux">
<span>Linux</span>
</div>
</div>
</div>
<div class="proficiency-card">
<h3>Version Control</h3>
<div class="skills-grid">
<div class="skill-item">
<img src="icons/git.png" alt="Git">
<span>Git</span>
</div>
<div class="skill-item">
<img src="icons/github.png" alt="GitHub">
<span>GitHub</span>
</div>
</div>
</div>
<div class="proficiency-card">
<h3>Known Speaking Languages</h3>
<div class="skills-grid">
<div class="skill-item">
<img src="icons/english.png" alt="English">
<span>English</span>
</div>
<div class="skill-item">
<img src="icons/japanese.png" alt="Japanese">
<span>Japanese</span>
</div>
</div>
</div>
</div>
</section>
<section id="projects">
<h2 class="section-title" style="background-color: var(--royal-blue);">Projects</h2>
<div class="projects-container">
<!-- Portfolio Website -->
<div class="project-card">
<h3>Personal Portfolio</h3>
<div class="project-content">
<p>A modern, responsive portfolio website built with HTML, CSS, and JavaScript. Features a dark theme, smooth animations, and sections for showcasing skills, projects, and contact information.</p>
<div class="tech-stack">
<span>HTML</span>
<span>CSS</span>
<span>JavaScript</span>
</div>
<div class="project-links">
<a href="https://your-portfolio-url.com" target="_blank">Live Demo</a>
<a href="https://github.com/harshgupta2125/portfolio" target="_blank">GitHub</a>
</div>
</div>
</div>
<!-- Telegram Reminder Bot -->
<div class="project-card">
<h3>Telegram Reminder Bot</h3>
<div class="project-content">
<p>A Python-based Telegram bot that helps users set and manage reminders. Users can interact with the bot using commands starting with /start, set reminders with custom messages and times, and receive notifications.</p>
<div class="tech-stack">
<span>Python</span>
<span>Telegram API</span>
<span>Python-telegram-bot</span>
</div>
<div class="project-links">
<a href="https://t.me/HG_remindmebot" target="_blank">Try Bot</a>
<a href="https://github.com/harshgupta2125/telegram-reminder-bot" target="_blank">GitHub</a>
</div>
</div>
</div>
<!-- Library Hub -->
<div class="project-card">
<h3>Library Hub</h3>
<div class="project-content">
<p>A digital library platform that allows users to search and explore books using the Google Books API. Features include book search, detailed book information, and a responsive design for optimal viewing on all devices.</p>
<div class="tech-stack">
<span>HTML</span>
<span>CSS</span>
<span>JavaScript</span>
<span>Google Books API</span>
</div>
<div class="project-links">
<a href="https://libraryhub00.netlify.app/" target="_blank">Live Demo</a>
<a href="https://github.com/harshgupta2125/library-hub" target="_blank">GitHub</a>
</div>
</div>
</div>
<!-- Friday - Command Line Assistant -->
<div class="project-card">
<h3>Friday - CLI Assistant</h3>
<div class="project-content">
<p>A command-line based personal assistant that processes text commands to perform various tasks including web searches, system operations, and information retrieval. Built using multiple Python modules for enhanced functionality.</p>
<div class="tech-stack">
<span>Python</span>
<span>Natural Language Processing</span>
<span>Web Scraping</span>
</div>
<div class="project-links">
<a href="https://github.com/harshgupta2125/friday-assistant" target="_blank">GitHub</a>
</div>
</div>
</div>
</div>
</section>
<section id="contact">
<h2 class="section-title" style="background-color: var(--royal-blue);">Contact Me</h2>
<div class="contact-container">
<div class="contact-form">
<h3>Get In Touch</h3>
<form action="https://formspree.io/f/mvggvgbp" method="POST">
<div class="form-group">
<label for="name">Name</label>
<input type="text" id="name" name="name" required>
</div>
<div class="form-group">
<label for="email">Email</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea id="message" name="message" rows="5" required></textarea>
</div>
<button type="submit">Send Message</button>
</form>
</div>
<div class="social-links">
<h3>Connect With Me</h3>
<div class="social-icons">
<a href="https://github.com/harshgupta2125" target="_blank" class="social-icon">
<i class="fab fa-github"></i>
<span>GitHub</span>
</a>
<a href="https://linkedin.com/in/guptaharsh000" target="_blank" class="social-icon">
<i class="fab fa-linkedin"></i>
<span>LinkedIn</span>
</a>
<a href="https://twitter.com/harshgupta_0" target="_blank" class="social-icon">
<i class="fab fa-twitter"></i>
<span>Twitter</span>
</a>
<a href="mailto:[email protected]" class="social-icon">
<i class="fas fa-envelope"></i>
<span>Email</span>
</a>
</div>
</div>
</div>
</section>
<footer>
<p>© 2025 Harsh Gupta. All rights reserved.</p>
</footer>
<script src="script.js"></script>
</body>
</html>