-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
267 lines (251 loc) · 10.9 KB
/
index.html
File metadata and controls
267 lines (251 loc) · 10.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="js/theme-init.js"></script>
<title>Sonu Kumar Sharma - Portfolio</title>
<link rel="stylesheet" href="styles/style.css" />
</head>
<body>
<!-- Ambient Background -->
<div class="pf-ambient-background-layer">
<div class="pf-ambient-glow-blob-1"></div>
<div class="pf-ambient-glow-blob-2"></div>
</div>
<div class="pf-ambient-background-layer pf-wireframe-pattern-bg"></div>
<!-- Navbar -->
<header class="pf-site-header-navbar">
<div class="pf-layout-container">
<a href="index.html" class="pf-navbar-brand-logo">
<span>Sonu Kumar Sharma</span>
</a>
<div class="pf-navbar-right-section">
<ul class="pf-navbar-navigation-list">
<li><a href="index.html" class="pf-state-active">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<div style="display: flex; align-items: center">
<button
type="button"
class="pf-theme-switcher-button"
aria-label="Switch theme"
title="Switch theme"
>
<div class="pf-theme-switcher-icon-wrapper">
<span class="material-symbols-outlined pf-icon-mode-light"
>light_mode</span
>
<span class="material-symbols-outlined pf-icon-mode-dark"
>dark_mode</span
>
</div>
<span class="pf-theme-switcher-label">
<span class="pf-theme-label-light">Light</span>
<span class="pf-theme-label-dark">Dark</span>
</span>
</button>
</div>
</div>
</div>
</header>
<main>
<!-- Hero Section -->
<section class="pf-hero-banner-section">
<div class="pf-layout-container">
<div class="pf-hero-status-badge">
<div class="pf-status-indicator-dot"></div>
<span class="pf-text-label-uppercase pf-text-surface-color"
>Available for opportunities</span
>
</div>
<h1 class="pf-heading-primary pf-margin-bottom-6 pf-gradient-text-effect">Welcome to My Portfolio</h1>
<p class="pf-text-body-large pf-text-surface-variant pf-hero-subtitle-description">
Full Stack Developer | Problem Solver | Tech Enthusiast
</p>
<div class="pf-hero-action-buttons-container">
<a href="projects.html" class="pf-action-button-primary">View Work</a>
<a href="#" class="pf-action-button-secondary" download>Download Resume</a>
</div>
</div>
</section>
<!-- Bento Grid Section -->
<section class="pf-bento-grid-section">
<div class="pf-layout-container">
<div class="pf-bento-layout-grid">
<div class="pf-glassmorphism-card pf-interactive-glow-hover pf-bento-card-large">
<div class="pf-bento-large-card-background"></div>
<h2 class="pf-heading-secondary pf-gradient-text-effect pf-margin-bottom-4">Innovation & Quality</h2>
<p
class="pf-text-body-medium pf-text-surface-variant pf-margin-bottom-6"
style="max-width: 60%"
>
Delivering creative solutions to complex problems using modern
technologies and best practices.
</p>
<a
href="about.html"
class="pf-action-button-primary"
style="width: max-content; position: relative; z-index: 2"
>Explore Achievements</a
>
</div>
<div class="pf-glassmorphism-card pf-interactive-glow-hover pf-bento-card-small">
<div class="pf-bento-card-icon pf-text-primary-color">
<span
class="material-symbols-outlined"
style="font-size: inherit"
>bolt</span
>
</div>
<h3 class="pf-heading-tertiary pf-margin-bottom-2">Performance</h3>
<p class="pf-text-body-medium pf-text-surface-variant">
Building fast, efficient, and scalable applications.
</p>
</div>
<div class="pf-glassmorphism-card pf-interactive-glow-hover pf-bento-card-small">
<div class="pf-bento-card-icon pf-text-primary-color">
<span
class="material-symbols-outlined"
style="font-size: inherit"
>security</span
>
</div>
<h3 class="pf-heading-tertiary pf-margin-bottom-2">Security</h3>
<p class="pf-text-body-medium pf-text-surface-variant">
Implementing best security practices to protect data.
</p>
</div>
<div class="pf-glassmorphism-card pf-interactive-glow-hover pf-bento-card-small">
<div class="pf-bento-card-icon pf-text-primary-color">
<span
class="material-symbols-outlined"
style="font-size: inherit"
>menu_book</span
>
</div>
<h3 class="pf-heading-tertiary pf-margin-bottom-2">Continuous Learning</h3>
<p class="pf-text-body-medium pf-text-surface-variant">
Always exploring new technologies and methodologies.
</p>
</div>
<div class="pf-glassmorphism-card pf-interactive-glow-hover pf-bento-card-small">
<div class="pf-bento-card-icon pf-text-primary-color">
<span
class="material-symbols-outlined"
style="font-size: inherit"
>handshake</span
>
</div>
<h3 class="pf-heading-tertiary pf-margin-bottom-2">Collaboration</h3>
<p class="pf-text-body-medium pf-text-surface-variant">
Working effectively with teams to achieve project goals.
</p>
</div>
<div class="pf-glassmorphism-card pf-interactive-glow-hover pf-bento-card-small">
<div class="pf-bento-card-icon pf-text-primary-color">
<span
class="material-symbols-outlined"
style="font-size: inherit"
>rocket_launch</span
>
</div>
<h3 class="pf-heading-tertiary pf-margin-bottom-2">Featured Projects</h3>
<p class="pf-text-body-medium pf-text-surface-variant pf-margin-bottom-4">
Check out my best projects and their impact.
</p>
<a
href="projects.html"
class="pf-text-primary-color pf-text-label-uppercase"
style="text-decoration: none; margin-top: auto"
>View Projects →</a
>
</div>
</div>
</div>
</section>
<!-- Tech Marquee Section -->
<section class="pf-technology-marquee-section">
<div class="pf-marquee-scroll-container">
<!-- Replicating items for infinite scroll effect -->
<div class="pf-technology-skill-chip pf-text-label-uppercase">HTML5</div>
<div class="pf-technology-skill-chip pf-text-label-uppercase">CSS3</div>
<div class="pf-technology-skill-chip pf-text-label-uppercase">JavaScript</div>
<div class="pf-technology-skill-chip pf-text-label-uppercase">React</div>
<div class="pf-technology-skill-chip pf-text-label-uppercase">Node.js</div>
<div class="pf-technology-skill-chip pf-text-label-uppercase">MongoDB</div>
<div class="pf-technology-skill-chip pf-text-label-uppercase">Python</div>
<div class="pf-technology-skill-chip pf-text-label-uppercase">SQL</div>
<div class="pf-technology-skill-chip pf-text-label-uppercase">Git</div>
<div class="pf-technology-skill-chip pf-text-label-uppercase">Docker</div>
<div class="pf-technology-skill-chip pf-text-label-uppercase">HTML5</div>
<div class="pf-technology-skill-chip pf-text-label-uppercase">CSS3</div>
<div class="pf-technology-skill-chip pf-text-label-uppercase">JavaScript</div>
<div class="pf-technology-skill-chip pf-text-label-uppercase">React</div>
<div class="pf-technology-skill-chip pf-text-label-uppercase">Node.js</div>
<div class="pf-technology-skill-chip pf-text-label-uppercase">MongoDB</div>
<div class="pf-technology-skill-chip pf-text-label-uppercase">Python</div>
<div class="pf-technology-skill-chip pf-text-label-uppercase">SQL</div>
<div class="pf-technology-skill-chip pf-text-label-uppercase">Git</div>
<div class="pf-technology-skill-chip pf-text-label-uppercase">Docker</div>
</div>
</section>
</main>
<!-- Mobile Bottom Navigation -->
<nav class="pf-mobile-bottom-navigation">
<a href="index.html" class="pf-mobile-nav-item">
<span class="material-symbols-outlined">home</span>
<span class="pf-mobile-nav-label">Home</span>
</a>
<a href="about.html" class="pf-mobile-nav-item">
<span class="material-symbols-outlined">person</span>
<span class="pf-mobile-nav-label">About</span>
</a>
<a href="projects.html" class="pf-mobile-nav-item">
<span class="material-symbols-outlined">code</span>
<span class="pf-mobile-nav-label">Projects</span>
</a>
<a href="contact.html" class="pf-mobile-nav-item">
<span class="material-symbols-outlined">mail</span>
<span class="pf-mobile-nav-label">Contact</span>
</a>
</nav>
<footer class="pf-site-footer">
<div class="pf-layout-container">
<p class="pf-footer-copyright-text">
© 2026 Sonu Kumar Sharma. All Rights Reserved.
</p>
<ul class="pf-footer-navigation-links">
<li>
<a
href="https://github.com/CodeWithSharma-Ji/"
target="_blank"
rel="noopener noreferrer"
>GitHub</a
>
</li>
<li>
<a
href="https://linkedin.com/in/CodeWithSharma-Ji"
target="_blank"
rel="noopener noreferrer"
>LinkedIn</a
>
</li>
<li>
<a
href="https://twitter.com"
target="_blank"
rel="noopener noreferrer"
>Twitter</a
>
</li>
<li><a href="mailto:sonuk663541@gmail.com">Email</a></li>
</ul>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>