-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
527 lines (503 loc) · 25.8 KB
/
index.html
File metadata and controls
527 lines (503 loc) · 25.8 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
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Primary SEO Meta Tags -->
<title>Hardik Saxena | Full Stack Developer | Think Pixel</title>
<meta name="description" content="Hardik Saxena — Full Stack Developer, Founder of Think Pixel. Building secure, creative, and scalable digital experiences blending design with cybersecurity.">
<meta name="keywords" content="Hardik Saxena, Think Pixel, Full Stack Developer, Web Developer, Cybersecurity, React Developer, Frontend Engineer, Portfolio, Resume, Projects, AI Developer">
<meta name="author" content="Hardik Saxena">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://hardik.thinkpixel.org/" />
<!-- Open Graph Meta Tags -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://hardik.thinkpixel.org/">
<meta property="og:title" content="Hardik Saxena | Full Stack Developer | Think Pixel">
<meta property="og:description" content="Full Stack Developer specializing in secure, scalable web applications. Founder of Think Pixel - where creativity meets cybersecurity.">
<meta property="og:image" content="https://hardik.thinkpixel.org/assets/og-image.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:site_name" content="Think Pixel">
<meta property="og:locale" content="en_US">
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://hardik.thinkpixel.org/">
<meta name="twitter:title" content="Hardik Saxena | Full Stack Developer | Think Pixel">
<meta name="twitter:description" content="Full Stack Developer specializing in secure, scalable web applications. Founder of Think Pixel - where creativity meets cybersecurity.">
<meta name="twitter:image" content="https://hardik.thinkpixel.org/assets/og-image.jpg">
<meta name="twitter:creator" content="@hardiks57184721">
<meta name="twitter:site" content="@hardiks57184721">
<!-- Favicon and Icons -->
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#667eea">
<meta name="msapplication-TileColor" content="#667eea">
<!-- Preload Critical Resources -->
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"></noscript>
<link rel="stylesheet" href="style.css">
<!-- JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Hardik Saxena",
"url": "https://hardik.thinkpixel.org/",
"image": "https://hardik.thinkpixel.org/assets/profile.jpg",
"sameAs": [
"https://www.linkedin.com/in/hardik-saxena-77b354271",
"https://github.com/Vamp415",
"https://x.com/hardiks57184721",
"https://www.instagram.com/og.vamp",
"https://topmate.io/hardik_saxena_001"
],
"jobTitle": "Full Stack Developer",
"worksFor": {
"@type": "Organization",
"name": "Think Pixel",
"url": "https://thinkpixel.org/"
},
"alumniOf": {
"@type": "EducationalOrganization",
"name": "Computer Science"
},
"knowsAbout": [
"Full Stack Development",
"React",
"JavaScript",
"Cybersecurity",
"Web Development",
"Frontend Engineering",
"AI Development"
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Think Pixel",
"url": "https://thinkpixel.org/",
"logo": "https://hardik.thinkpixel.org/assets/think-pixel-logo.png",
"founder": {
"@type": "Person",
"name": "Hardik Saxena"
},
"description": "Digital agency specializing in secure, creative, and scalable web solutions",
"sameAs": [
"https://github.com/Vamp415",
"https://www.linkedin.com/in/hardik-saxena-77b354271"
]
}
</script>
<!-- Google Analytics (Replace GA_MEASUREMENT_ID with actual ID) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=GA_MEASUREMENT_ID"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'GA_MEASUREMENT_ID');
</script>
</head>
<body>
<!-- Skip Link for Accessibility -->
<a href="#main-content" class="skip-link">Skip to main content</a>
<!-- Navigation -->
<header>
<nav class="navbar" role="navigation" aria-label="Main navigation">
<div class="nav-container">
<div class="nav-logo">
<h2>Hardik Saxena</h2>
<span>Think Pixel</span>
</div>
<div class="nav-links">
<a href="#home" aria-label="Go to Home section">Home</a>
<a href="#projects" aria-label="View Projects">Projects</a>
<a href="#about" aria-label="About Hardik">About</a>
<a href="#contact" aria-label="Contact Information">Contact</a>
</div>
<div class="hamburger">
<span></span>
<span></span>
<span></span>
</div>
</div>
</nav>
</header>
<!-- Hero Section -->
<main id="main-content">
<section id="home" class="hero">
<div class="hero-content">
<div class="hero-text">
<h1>Hardik Saxena</h1>
<h2>Full Stack Developer & <span class="highlight">Cybersecurity Enthusiast</span></h2>
<p>Founder of Think Pixel, building secure, creative, and scalable digital experiences. Specializing in React, AI development, and modern web technologies with a focus on cybersecurity best practices.</p>
<div class="hero-buttons">
<a href="#projects" class="btn primary" aria-label="View my projects">View Projects</a>
<a href="#about" class="btn secondary" aria-label="Learn more about me">Learn More</a>
</div>
</div>
<div class="hero-visual">
<div class="floating-cards">
<div class="card-mini card-1"></div>
<div class="card-mini card-2"></div>
<div class="card-mini card-3"></div>
</div>
</div>
</div>
<div class="scroll-indicator">
<i class="fas fa-chevron-down"></i>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="projects">
<div class="container">
<div class="section-header">
<h2>Featured Projects</h2>
<p>Showcasing innovative web solutions that blend creativity with security, built with modern technologies</p>
</div>
<div class="projects-grid">
<!-- Portfolio #01 -->
<div class="project-card" data-project="1">
<div class="project-image">
<div class="project-preview">
<iframe src="1/index.html" frameborder="0"></iframe>
</div>
<div class="project-overlay">
<div class="project-actions">
<button class="btn-action preview" onclick="openPreview(1)">
<i class="fas fa-eye"></i> Preview
</button>
<a href="1/index.html" target="_blank" class="btn-action live">
<i class="fas fa-external-link-alt"></i> Live Demo
</a>
</div>
</div>
</div>
<div class="project-info">
<h3>Portfolio #01</h3>
<p>Modern portfolio with features section, pricing plans, and professional layout. Includes navigation, hero section, and footer.</p>
<div class="project-tags">
<span class="tag">HTML</span>
<span class="tag">CSS</span>
<span class="tag">JavaScript</span>
<span class="tag">Responsive</span>
</div>
</div>
</div>
<!-- Portfolio #02 -->
<div class="project-card" data-project="2">
<div class="project-image">
<div class="project-preview">
<iframe src="2/index.html" frameborder="0"></iframe>
</div>
<div class="project-overlay">
<div class="project-actions">
<button class="btn-action preview" onclick="openPreview(2)">
<i class="fas fa-eye"></i> Preview
</button>
<a href="2/index.html" target="_blank" class="btn-action live">
<i class="fas fa-external-link-alt"></i> Live Demo
</a>
</div>
</div>
</div>
<div class="project-info">
<h3>Portfolio #02</h3>
<p>Particle.js animated background with smooth scrolling and minimalist design. Features about section and interactive elements.</p>
<div class="project-tags">
<span class="tag">HTML</span>
<span class="tag">CSS</span>
<span class="tag">Particles.js</span>
<span class="tag">Animation</span>
</div>
</div>
</div>
<!-- Portfolio #03 -->
<div class="project-card" data-project="3">
<div class="project-image">
<div class="project-preview">
<iframe src="3/index.html" frameborder="0"></iframe>
</div>
<div class="project-overlay">
<div class="project-actions">
<button class="btn-action preview" onclick="openPreview(3)">
<i class="fas fa-eye"></i> Preview
</button>
<a href="3/index.html" target="_blank" class="btn-action live">
<i class="fas fa-external-link-alt"></i> Live Demo
</a>
</div>
</div>
</div>
<div class="project-info">
<h3>Portfolio #03</h3>
<p>Clean and simple portfolio design focusing on content and readability. Minimal approach with effective typography.</p>
<div class="project-tags">
<span class="tag">HTML</span>
<span class="tag">CSS</span>
<span class="tag">Minimal</span>
<span class="tag">Clean</span>
</div>
</div>
</div>
<!-- Portfolio #04 -->
<div class="project-card" data-project="4">
<div class="project-image">
<div class="project-preview">
<iframe src="4/index.html" frameborder="0"></iframe>
</div>
<div class="project-overlay">
<div class="project-actions">
<button class="btn-action preview" onclick="openPreview(4)">
<i class="fas fa-eye"></i> Preview
</button>
<a href="4/index.html" target="_blank" class="btn-action live">
<i class="fas fa-external-link-alt"></i> Live Demo
</a>
</div>
</div>
</div>
<div class="project-info">
<h3>Portfolio #04</h3>
<p>Professional portfolio with structured layout and clear sections. Emphasizes content organization and user experience.</p>
<div class="project-tags">
<span class="tag">HTML</span>
<span class="tag">CSS</span>
<span class="tag">Professional</span>
<span class="tag">Structured</span>
</div>
</div>
</div>
<!-- Portfolio #05 -->
<div class="project-card" data-project="5">
<div class="project-image">
<div class="project-preview">
<iframe src="5/index.html" frameborder="0"></iframe>
</div>
<div class="project-overlay">
<div class="project-actions">
<button class="btn-action preview" onclick="openPreview(5)">
<i class="fas fa-eye"></i> Preview
</button>
<a href="5/index.html" target="_blank" class="btn-action live">
<i class="fas fa-external-link-alt"></i> Live Demo
</a>
</div>
</div>
</div>
<div class="project-info">
<h3>Portfolio #05</h3>
<p>Rich media portfolio with image galleries and interactive JavaScript features. Includes multiple assets and dynamic content.</p>
<div class="project-tags">
<span class="tag">HTML</span>
<span class="tag">CSS</span>
<span class="tag">JavaScript</span>
<span class="tag">Gallery</span>
</div>
</div>
</div>
<!-- Portfolio #06 -->
<div class="project-card" data-project="6">
<div class="project-image">
<div class="project-preview">
<iframe src="6/index.html" frameborder="0"></iframe>
</div>
<div class="project-overlay">
<div class="project-actions">
<button class="btn-action preview" onclick="openPreview(6)">
<i class="fas fa-eye"></i> Preview
</button>
<a href="6/index.html" target="_blank" class="btn-action live">
<i class="fas fa-external-link-alt"></i> Live Demo
</a>
</div>
</div>
</div>
<div class="project-info">
<h3>Portfolio #06</h3>
<p>Multi-page portfolio with blog functionality, works showcase, and comprehensive navigation. Most feature-complete design.</p>
<div class="project-tags">
<span class="tag">HTML</span>
<span class="tag">CSS</span>
<span class="tag">Multi-page</span>
<span class="tag">Blog</span>
</div>
</div>
</div>
<!-- Portfolio #07 -->
<div class="project-card" data-project="7">
<div class="project-image">
<div class="project-preview">
<iframe src="7/index.html" frameborder="0"></iframe>
</div>
<div class="project-overlay">
<div class="project-actions">
<button class="btn-action preview" onclick="openPreview(7)">
<i class="fas fa-eye"></i> Preview
</button>
<a href="7/index.html" target="_blank" class="btn-action live">
<i class="fas fa-external-link-alt"></i> Live Demo
</a>
</div>
</div>
</div>
<div class="project-info">
<h3>Portfolio #07</h3>
<p>Creative portfolio with unique styling and visual elements. Focuses on artistic presentation and visual impact.</p>
<div class="project-tags">
<span class="tag">HTML</span>
<span class="tag">CSS</span>
<span class="tag">Creative</span>
<span class="tag">Visual</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="about">
<div class="container">
<div class="about-content">
<div class="about-text">
<h2>About Hardik Saxena</h2>
<p>Full Stack Developer and Founder of Think Pixel, passionate about creating secure, scalable, and innovative digital solutions. With expertise in React, cybersecurity, and AI development, I bridge the gap between creative design and robust security practices.</p>
<div class="stats">
<div class="stat">
<h3>5+</h3>
<p>Years Experience</p>
</div>
<div class="stat">
<h3>50+</h3>
<p>Projects Completed</p>
</div>
<div class="stat">
<h3>100%</h3>
<p>Client Satisfaction</p>
</div>
</div>
</div>
<div class="about-visual">
<div class="tech-stack">
<div class="tech-item">
<i class="fab fa-react"></i>
<span>React</span>
</div>
<div class="tech-item">
<i class="fab fa-js-square"></i>
<span>JavaScript</span>
</div>
<div class="tech-item">
<i class="fab fa-node-js"></i>
<span>Node.js</span>
</div>
<div class="tech-item">
<i class="fas fa-shield-alt"></i>
<span>Cybersecurity</span>
</div>
<div class="tech-item">
<i class="fas fa-brain"></i>
<span>AI Development</span>
</div>
<div class="tech-item">
<i class="fab fa-python"></i>
<span>Python</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact">
<div class="container">
<div class="contact-content">
<h2>Let's Connect</h2>
<p>Ready to build something amazing together? Let's discuss your next project or connect for mentorship opportunities.</p>
<div class="contact-links">
<a href="https://hardik.thinkpixel.org/" target="_blank" rel="noopener noreferrer" class="contact-link" aria-label="Visit Hardik's portfolio website">
<i class="fas fa-globe"></i>
<span>Portfolio</span>
</a>
<a href="https://www.linkedin.com/in/hardik-saxena-77b354271" target="_blank" rel="noopener noreferrer" class="contact-link" aria-label="Connect on LinkedIn">
<i class="fab fa-linkedin"></i>
<span>LinkedIn</span>
</a>
<a href="https://github.com/Vamp415" target="_blank" rel="noopener noreferrer" class="contact-link" aria-label="View GitHub profile">
<i class="fab fa-github"></i>
<span>GitHub</span>
</a>
<a href="https://discord.gg/NKj5jRrTjP" target="_blank" rel="noopener noreferrer" class="contact-link" aria-label="Join Discord community">
<i class="fab fa-discord"></i>
<span>Discord</span>
</a>
<a href="https://x.com/hardiks57184721?s=21" target="_blank" rel="noopener noreferrer" class="contact-link" aria-label="Follow on X (Twitter)">
<i class="fab fa-x-twitter"></i>
<span>X (Twitter)</span>
</a>
<a href="https://www.instagram.com/og.vamp" target="_blank" rel="noopener noreferrer" class="contact-link" aria-label="Follow on Instagram">
<i class="fab fa-instagram"></i>
<span>Instagram</span>
</a>
<a href="https://buymeacoffee.com/vamp415" target="_blank" rel="noopener noreferrer" class="contact-link" aria-label="Support on Buy Me a Coffee">
<i class="fas fa-coffee"></i>
<span>Buy Me a Coffee</span>
</a>
<a href="https://topmate.io/hardik_saxena_001" target="_blank" rel="noopener noreferrer" class="contact-link" aria-label="Book 1:1 mentorship session">
<i class="fas fa-calendar-check"></i>
<span>Topmate</span>
</a>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-left">
<h3>Hardik Saxena</h3>
<p>Think Pixel - Creative Digital Solutions</p>
<div class="footer-social">
<a href="https://www.linkedin.com/in/hardik-saxena-77b354271" target="_blank" rel="noopener noreferrer" aria-label="LinkedIn">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://github.com/Vamp415" target="_blank" rel="noopener noreferrer" aria-label="GitHub">
<i class="fab fa-github"></i>
</a>
<a href="https://x.com/hardiks57184721?s=21" target="_blank" rel="noopener noreferrer" aria-label="X (Twitter)">
<i class="fab fa-x-twitter"></i>
</a>
<a href="https://www.instagram.com/og.vamp" target="_blank" rel="noopener noreferrer" aria-label="Instagram">
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
<div class="footer-right">
<p>© 2024 Hardik Saxena. All rights reserved.</p>
<p>Made by Hardik Saxena @ Think Pixel</p>
</div>
</div>
</div>
</footer>
<!-- Preview Modal -->
<div id="previewModal" class="modal">
<div class="modal-content">
<div class="modal-header">
<h3 id="modalTitle">Portfolio Preview</h3>
<span class="close" onclick="closePreview()">×</span>
</div>
<div class="modal-body">
<iframe id="previewFrame" src="" frameborder="0"></iframe>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>