-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
507 lines (495 loc) · 27.9 KB
/
index.html
File metadata and controls
507 lines (495 loc) · 27.9 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Harmanpreet Singh - Web Developer & Python Developer</title>
<meta name="description" content="Portfolio of Abc Singh - Professional Web Developer and Python Developer">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar" id="navbar">
<div class="nav-container">
<div class="nav-logo">
<a href="#home">Harmanpreet Singh</a>
</div>
<div class="nav-menu" id="nav-menu">
<a href="#home" class="nav-link">Home</a>
<a href="#about" class="nav-link">About</a>
<a href="#skills" class="nav-link">Skills</a>
<a href="#portfolio" class="nav-link">Portfolio</a>
<a href="#contact" class="nav-link">Contact</a>
</div>
<div class="nav-toggle" id="nav-toggle">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero" id="home">
<div class="hero-container">
<div class="hero-content">
<h1 class="hero-title">
<span class="typing-text">Hi, I'm Harmanpreet Singh</span>
</h1>
<h2 class="hero-subtitle">Web Developer & Python Developer</h2>
<p class="hero-description">
Passionate about creating dynamic web applications and efficient Python solutions.
I transform ideas into digital reality with clean code and innovative design.
</p>
<div class="hero-buttons">
<a href="#portfolio" class="btn btn-primary">View My Work</a>
<a href="#contact" class="btn btn-secondary">Get In Touch</a>
</div>
</div>
<div class="hero-image">
<div class="profile-container">
<div class="profile-bg"></div>
<svg class="profile-icon" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<circle cx="100" cy="100" r="90" fill="var(--accent-color)" opacity="0.1"/>
<circle cx="100" cy="80" r="30" fill="var(--accent-color)"/>
<path d="M50 150 Q100 120 150 150 L150 180 Q100 160 50 180 Z" fill="var(--accent-color)"/>
</svg>
</div>
</div>
</div>
<div class="scroll-indicator">
<div class="scroll-arrow"></div>
</div>
</section>
<!-- About Section -->
<section class="about" id="about">
<div class="container">
<h2 class="section-title">About Me</h2>
<div class="about-content">
<div class="about-text">
<h3>Professional Web & Python Developer</h3>
<p>
With a passion for both frontend and backend development, I specialize in creating
comprehensive web solutions using modern technologies. My expertise spans from
crafting responsive user interfaces to building robust Python applications.
</p>
<p>
I believe in writing clean, maintainable code and staying updated with the latest
industry trends. Whether it's developing a dynamic web application or automating
complex processes with Python, I approach every project with dedication and attention to detail.
</p>
<div class="about-highlights">
<div class="highlight-item">
<svg class="highlight-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<polyline points="22,12 18,12 15,21 9,3 6,12 2,12"></polyline>
</svg>
<span>Performance Focused</span>
</div>
<div class="highlight-item">
<svg class="highlight-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M9 19c-5 0-8-3-8-8s3-8 8-8 8 3 8 8-3 8-8 8"></path>
<path d="m9 9 3 3L22 2"></path>
</svg>
<span>Quality Assured</span>
</div>
<div class="highlight-item">
<svg class="highlight-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="12" cy="12" r="10"></circle>
<polyline points="12,6 12,12 16,14"></polyline>
</svg>
<span>Timely Delivery</span>
</div>
</div>
</div>
<div class="about-stats">
<div class="stat-item">
<div class="stat-number" data-target="50">0</div>
<div class="stat-label">Projects Completed</div>
</div>
<div class="stat-item">
<div class="stat-number" data-target="3">0</div>
<div class="stat-label">Years Experience</div>
</div>
<div class="stat-item">
<div class="stat-number" data-target="25">0</div>
<div class="stat-label">Happy Clients</div>
</div>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section class="skills" id="skills">
<div class="container">
<h2 class="section-title">Technical Skills</h2>
<div class="skills-content">
<div class="skills-category">
<h3>Frontend Development</h3>
<div class="skill-item">
<div class="skill-info">
<span class="skill-name">HTML5 & CSS3</span>
<span class="skill-percentage">95%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" data-width="95"></div>
</div>
</div>
<div class="skill-item">
<div class="skill-info">
<span class="skill-name">JavaScript</span>
<span class="skill-percentage">90%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" data-width="90"></div>
</div>
</div>
<div class="skill-item">
<div class="skill-info">
<span class="skill-name">React.js</span>
<span class="skill-percentage">85%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" data-width="85"></div>
</div>
</div>
</div>
<div class="skills-category">
<h3>Backend Development</h3>
<div class="skill-item">
<div class="skill-info">
<span class="skill-name">Python</span>
<span class="skill-percentage">92%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" data-width="92"></div>
</div>
</div>
<div class="skill-item">
<div class="skill-info">
<span class="skill-name">Django/Flask</span>
<span class="skill-percentage">88%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" data-width="88"></div>
</div>
</div>
<div class="skill-item">
<div class="skill-info">
<span class="skill-name">Database Management</span>
<span class="skill-percentage">80%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" data-width="80"></div>
</div>
</div>
</div>
<div class="skills-tools">
<h3>Tools & Technologies</h3>
<div class="tools-grid">
<div class="tool-item">
<svg class="tool-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M9 19c-5 0-8-3-8-8s3-8 8-8 8 3 8 8-3 8-8 8"></path>
</svg>
<span>Git & GitHub</span>
</div>
<div class="tool-item">
<svg class="tool-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<rect x="2" y="2" width="20" height="20" rx="2.18" ry="2.18"></rect>
</svg>
<span>VS Code</span>
</div>
<div class="tool-item">
<svg class="tool-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="12" cy="12" r="10"></circle>
</svg>
<span>Docker</span>
</div>
<div class="tool-item">
<svg class="tool-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"></polygon>
</svg>
<span>AWS</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Portfolio Section -->
<section class="portfolio" id="portfolio">
<div class="container">
<h2 class="section-title">My Portfolio</h2>
<div class="portfolio-filter">
<button class="filter-btn active" data-filter="all">All Projects</button>
<button class="filter-btn" data-filter="web">Web Development</button>
<button class="filter-btn" data-filter="python">Python Projects</button>
<button class="filter-btn" data-filter="fullstack">Full Stack</button>
</div>
<div class="portfolio-grid">
<div class="portfolio-item" data-category="web">
<div class="portfolio-image">
<div class="project-placeholder">
<svg viewBox="0 0 200 120" xmlns="http://www.w3.org/2000/svg">
<rect width="200" height="120" fill="var(--accent-color)" opacity="0.1"/>
<circle cx="50" cy="30" r="15" fill="var(--accent-color)" opacity="0.3"/>
<rect x="80" y="20" width="100" height="8" fill="var(--accent-color)" opacity="0.3"/>
<rect x="80" y="35" width="60" height="6" fill="var(--accent-color)" opacity="0.2"/>
<rect x="20" y="60" width="160" height="40" fill="var(--accent-color)" opacity="0.1"/>
</svg>
</div>
<div class="portfolio-overlay">
<div class="portfolio-links">
<a href="#" class="portfolio-link">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
<polyline points="15,3 21,3 21,9"></polyline>
<line x1="10" y1="14" x2="21" y2="3"></line>
</svg>
</a>
<a href="#" class="portfolio-link">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M9 19c-5 0-8-3-8-8s3-8 8-8 8 3 8 8-3 8-8 8"></path>
<path d="m9 9 3 3L22 2"></path>
</svg>
</a>
</div>
</div>
</div>
<div class="portfolio-content">
<h3 class="portfolio-title">E-Commerce Website</h3>
<p class="portfolio-description">
A fully responsive e-commerce platform built with modern web technologies,
featuring product catalog, shopping cart, and secure checkout process.
</p>
<div class="portfolio-tech">
<span class="tech-tag">HTML5</span>
<span class="tech-tag">CSS3</span>
<span class="tech-tag">JavaScript</span>
</div>
</div>
</div>
<div class="portfolio-item" data-category="python">
<div class="portfolio-image">
<div class="project-placeholder">
<svg viewBox="0 0 200 120" xmlns="http://www.w3.org/2000/svg">
<rect width="200" height="120" fill="var(--accent-color)" opacity="0.1"/>
<rect x="20" y="20" width="160" height="80" fill="none" stroke="var(--accent-color)" stroke-width="2" opacity="0.3"/>
<circle cx="60" cy="40" r="8" fill="var(--accent-color)" opacity="0.5"/>
<circle cx="100" cy="60" r="12" fill="var(--accent-color)" opacity="0.4"/>
<circle cx="140" cy="80" r="10" fill="var(--accent-color)" opacity="0.3"/>
</svg>
</div>
<div class="portfolio-overlay">
<div class="portfolio-links">
<a href="#" class="portfolio-link">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
<polyline points="15,3 21,3 21,9"></polyline>
<line x1="10" y1="14" x2="21" y2="3"></line>
</svg>
</a>
<a href="#" class="portfolio-link">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M9 19c-5 0-8-3-8-8s3-8 8-8 8 3 8 8-3 8-8 8"></path>
<path d="m9 9 3 3L22 2"></path>
</svg>
</a>
</div>
</div>
</div>
<div class="portfolio-content">
<h3 class="portfolio-title">Data Analysis Tool</h3>
<p class="portfolio-description">
Python-based data analysis and visualization tool that processes large datasets
and generates interactive charts and reports for business insights.
</p>
<div class="portfolio-tech">
<span class="tech-tag">Python</span>
<span class="tech-tag">Pandas</span>
<span class="tech-tag">Matplotlib</span>
</div>
</div>
</div>
<div class="portfolio-item" data-category="fullstack">
<div class="portfolio-image">
<div class="project-placeholder">
<svg viewBox="0 0 200 120" xmlns="http://www.w3.org/2000/svg">
<rect width="200" height="120" fill="var(--accent-color)" opacity="0.1"/>
<rect x="10" y="10" width="180" height="20" fill="var(--accent-color)" opacity="0.2"/>
<rect x="20" y="40" width="50" height="60" fill="var(--accent-color)" opacity="0.3"/>
<rect x="80" y="50" width="100" height="40" fill="var(--accent-color)" opacity="0.2"/>
</svg>
</div>
<div class="portfolio-overlay">
<div class="portfolio-links">
<a href="#" class="portfolio-link">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
<polyline points="15,3 21,3 21,9"></polyline>
<line x1="10" y1="14" x2="21" y2="3"></line>
</svg>
</a>
<a href="#" class="portfolio-link">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M9 19c-5 0-8-3-8-8s3-8 8-8 8 3 8 8-3 8-8 8"></path>
<path d="m9 9 3 3L22 2"></path>
</svg>
</a>
</div>
</div>
</div>
<div class="portfolio-content">
<h3 class="portfolio-title">Task Management App</h3>
<p class="portfolio-description">
Full-stack web application for project and task management with real-time
collaboration features, user authentication, and progress tracking.
</p>
<div class="portfolio-tech">
<span class="tech-tag">React</span>
<span class="tech-tag">Django</span>
<span class="tech-tag">PostgreSQL</span>
</div>
</div>
</div>
<div class="portfolio-item" data-category="web">
<div class="portfolio-image">
<div class="project-placeholder">
<svg viewBox="0 0 200 120" xmlns="http://www.w3.org/2000/svg">
<rect width="200" height="120" fill="var(--accent-color)" opacity="0.1"/>
<circle cx="100" cy="60" r="40" fill="none" stroke="var(--accent-color)" stroke-width="3" opacity="0.3"/>
<path d="M80 60 L100 40 L120 60 L100 80 Z" fill="var(--accent-color)" opacity="0.4"/>
</svg>
</div>
<div class="portfolio-overlay">
<div class="portfolio-links">
<a href="#" class="portfolio-link">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
<polyline points="15,3 21,3 21,9"></polyline>
<line x1="10" y1="14" x2="21" y2="3"></line>
</svg>
</a>
<a href="#" class="portfolio-link">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M9 19c-5 0-8-3-8-8s3-8 8-8 8 3 8 8-3 8-8 8"></path>
<path d="m9 9 3 3L22 2"></path>
</svg>
</a>
</div>
</div>
</div>
<div class="portfolio-content">
<h3 class="portfolio-title">Portfolio Website</h3>
<p class="portfolio-description">
Modern, responsive portfolio website with smooth animations and interactive
elements, showcasing web development skills and creative design approach.
</p>
<div class="portfolio-tech">
<span class="tech-tag">HTML5</span>
<span class="tech-tag">CSS3</span>
<span class="tech-tag">JavaScript</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="contact" id="contact">
<div class="container">
<h2 class="section-title">Get In Touch</h2>
<div class="contact-content">
<div class="contact-info">
<h3>Let's Work Together</h3>
<p>
I'm always interested in new opportunities and exciting projects.
Whether you need a website, a Python application, or want to discuss
a potential collaboration, feel free to reach out.
</p>
<div class="contact-methods">
<div class="contact-item">
<svg class="contact-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
<polyline points="22,6 12,13 2,6"></polyline>
</svg>
<div class="contact-details">
<span class="contact-label">Email</span>
<span class="contact-value">abc.singh@email.com</span>
</div>
</div>
<div class="contact-item">
<svg class="contact-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>
</svg>
<div class="contact-details">
<span class="contact-label">Phone</span>
<span class="contact-value">+1 (555) 123-4567</span>
</div>
</div>
<div class="contact-item">
<svg class="contact-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path>
<circle cx="12" cy="10" r="3"></circle>
</svg>
<div class="contact-details">
<span class="contact-label">Location</span>
<span class="contact-value">San Francisco, CA</span>
</div>
</div>
</div>
<div class="social-links">
<a href="#" class="social-link">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M9 19c-5 0-8-3-8-8s3-8 8-8 8 3 8 8-3 8-8 8"></path>
<path d="m9 9 3 3L22 2"></path>
</svg>
</a>
<a href="#" class="social-link">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path>
<rect x="2" y="9" width="4" height="12"></rect>
<circle cx="4" cy="4" r="2"></circle>
</svg>
</a>
<a href="#" class="social-link">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"></path>
</svg>
</a>
</div>
</div>
<div class="contact-form">
<form id="contactForm">
<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="subject">Subject</label>
<input type="text" id="subject" name="subject" required>
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea id="message" name="message" rows="5" required></textarea>
</div>
<button type="submit" class="btn btn-primary">Send Message</button>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<p>© 2025 Harman Singh. All rights reserved.</p>
<p>Built with passion using HTML, CSS & JavaScript</p>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>