-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
596 lines (580 loc) · 35.6 KB
/
index.html
File metadata and controls
596 lines (580 loc) · 35.6 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
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Anuj Kumar - Computer Science Student | Open-Source Enthusiast | Summer of Bitcoin Applicant">
<title>Anuj Kumar | CS Student & Open Source Developer</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&family=Work+Sans:wght@400;500;600;700&display=swap"
rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="nav" id="navbar">
<div class="nav-container">
<div class="nav-logo">
<span class="logo-bracket">[</span>
<span class="logo-name">AK</span>
<span class="logo-bracket">]</span>
</div>
<ul class="nav-menu" id="navMenu">
<li><a href="#home" class="nav-link">Home</a></li>
<li><a href="#about" class="nav-link">About</a></li>
<li><a href="#skills" class="nav-link">Skills</a></li>
<li><a href="#projects" class="nav-link">Projects</a></li>
<li><a href="#goals" class="nav-link">Goals</a></li>
<li><a href="#contact" class="nav-link">Contact</a></li>
</ul>
<div class="nav-toggle" id="navToggle">
<span></span>
<span></span>
<span></span>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero" id="home">
<div class="hero-background">
<div class="grid-overlay"></div>
</div>
<div class="container hero-content">
<div class="hero-text">
<div class="hero-greeting fade-in">
<span class="terminal-prompt">$</span> whoami
</div>
<h1 class="hero-title fade-in-delay-1">
Anuj Kumar
</h1>
<p class="hero-tagline fade-in-delay-2">
Computer Science Student | Open-Source Enthusiast<br>
<span class="highlight">Exploring Distributed Systems & Bitcoin Infrastructure</span>
</p>
<p class="hero-description fade-in-delay-3">
First-year CS student at Vedam School of Technology, building strong foundations in data structures,
algorithms, and systems programming. Passionate about contributing to open-source infrastructure
projects and learning the technical fundamentals of distributed systems.
</p>
<div class="hero-cta fade-in-delay-4">
<a href="https://github.com/Anujkumar9081" target="_blank" rel="noopener noreferrer"
class="btn btn-primary">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path
d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z" />
</svg>
View GitHub
</a>
<a href="#contact" class="btn btn-secondary">Contact Me</a>
</div>
</div>
<div class="hero-visual fade-in-delay-2">
<div class="code-window">
<div class="window-header">
<div class="window-dots">
<span></span>
<span></span>
<span></span>
</div>
<div class="window-title">main.java</div>
</div>
<div class="code-content">
<code>
<span class="code-keyword">public class</span> <span class="code-class">Developer</span> {
<span class="code-keyword">private</span> String name = <span class="code-string">"Anuj Kumar"</span>;
<span class="code-keyword">private</span> String focus = <span class="code-string">"Bitcoin Infrastructure"</span>;
<span class="code-keyword">public void</span> <span class="code-function">contribute</span>() {
<span class="code-comment">// Building fundamentals</span>
learnDSA();
exploreSystems();
<span class="code-comment">// Ready for Summer of Bitcoin</span>
}
}
</code>
</div>
</div>
</div>
</div>
<div class="scroll-indicator">
<span></span>
</div>
</section>
<!-- About Section -->
<section class="about section" id="about">
<div class="container">
<div class="section-header">
<h2 class="section-title">
<span class="section-number">01.</span> About Me
</h2>
</div>
<div class="about-content">
<div class="about-text">
<p class="about-intro">
I'm currently a first-year Computer Science student at <strong>Vedam School of
Technology</strong> in Pune, India. My journey into programming began with Java, and I've
been systematically building strong foundations in data structures, algorithms, and
problem-solving.
</p>
<p>
What excites me most is the intersection of systems programming and decentralized technology.
I'm particularly drawn to <strong>Bitcoin's technical architecture</strong> and the broader
ecosystem of distributed systems. While I'm still early in my learning journey, I'm committed to
understanding these systems at a deeper level.
</p>
<p>
I believe in learning by doing. That's why I focus on <strong>practical implementation</strong>
through DSA practice, building small projects, and actively participating in open-source
communities. My goal is to contribute meaningfully to infrastructure-level projects, starting
with Bitcoin-related repositories.
</p>
<p>
<strong>Summer of Bitcoin</strong> represents an incredible opportunity to work on real-world
Bitcoin infrastructure under the guidance of experienced mentors. I'm preparing by strengthening
my fundamentals, learning about Bitcoin's protocol, and familiarizing myself with collaborative
development workflows.
</p>
<div class="about-stats">
<div class="stat-item">
<div class="stat-number">2025</div>
<div class="stat-label">Started CS Journey</div>
</div>
<div class="stat-item">
<div class="stat-number">100+</div>
<div class="stat-label">DSA Problems Solved</div>
</div>
<div class="stat-item">
<div class="stat-number">5+</div>
<div class="stat-label">Projects Built</div>
</div>
</div>‹
</div>
<div class="about-image">
<div class="image-frame">
<div class="frame-corner tl"></div>
<div class="frame-corner tr"></div>
<div class="frame-corner bl"></div>
<div class="frame-corner br"></div>
<div class="profile-placeholder">
<div class="profile-placeholder">
<img src="myphoto.jpg" alt="Anuj Kumar" class="profile-image">
</div>
</div>
</div>
<div class="location-tag">
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor">
<path
d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z" />
</svg>
Pune, India
</div>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section class="skills section" id="skills">
<div class="container">
<div class="section-header">
<h2 class="section-title">
<span class="section-number">02.</span> Technical Skills
</h2>
</div>
<div class="skills-grid">
<div class="skill-category">
<div class="category-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2">
<polyline points="16 18 22 12 16 6"></polyline>
<polyline points="8 6 2 12 8 18"></polyline>
</svg>
</div>
<h3 class="category-title">Programming Languages</h3>
<div class="skill-tags">
<span class="skill-tag">Java</span>
<span class="skill-tag">JavaScript</span>
<span class="skill-tag">Python</span>
</div>
</div>
<div class="skill-category">
<div class="category-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2">
<rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
<line x1="8" y1="21" x2="16" y2="21"></line>
<line x1="12" y1="17" x2="12" y2="21"></line>
</svg>
</div>
<h3 class="category-title">Web Technologies</h3>
<div class="skill-tags">
<span class="skill-tag">HTML5</span>
<span class="skill-tag">CSS3</span>
<span class="skill-tag">JavaScript</span>
<span class="skill-tag">REST APIs</span>
</div>
</div>
<div class="skill-category">
<div class="category-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2">
<path
d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z">
</path>
</svg>
</div>
<h3 class="category-title">Tools & Platforms</h3>
<div class="skill-tags">
<span class="skill-tag">Git</span>
<span class="skill-tag">GitHub</span>
<span class="skill-tag">VS Code</span>
<span class="skill-tag">Linux</span>
</div>
</div>
<div class="skill-category">
<div class="category-icon learning">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2">
<path d="M22 12h-4l-3 9L9 3l-3 9H2"></path>
</svg>
</div>
<h3 class="category-title">Currently Learning</h3>
<div class="skill-tags">
<span class="skill-tag learning">Distributed Systems</span>
<span class="skill-tag learning">Bitcoin Protocol</span>
<span class="skill-tag learning">System Design</span>
<span class="skill-tag learning">Git Workflows</span>
</div>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section class="projects section" id="projects">
<div class="container">
<div class="section-header">
<h2 class="section-title">
<span class="section-number">03.</span> Projects
</h2>
</div>
<div class="projects-grid">
<!-- Project 1 -->
<div class="project-card">
<div class="project-header">
<div class="project-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2">
<path d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4" />
</svg>
</div>
<a href="https://github.com/Anujkumar9081/Java-with-DSA-practice" target="_blank"
rel="noopener noreferrer" class="project-link">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path
d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z" />
</svg>
</a>
</div>
<h3 class="project-title">Java DSA Practice</h3>
<p class="project-description">
Comprehensive collection of data structures and algorithms implementations in Java. Includes
solutions to classic problems, sorting algorithms, tree/graph traversals, and dynamic
programming exercises.
</p>
<div class="project-tech">
<span class="tech-tag">Java</span>
<span class="tech-tag">DSA</span>
<span class="tech-tag">Algorithms</span>
</div>
</div>
<!-- Project 2 -->
<div class="project-card">
<div class="project-header">
<div class="project-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2">
<rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
<line x1="8" y1="21" x2="16" y2="21"></line>
<line x1="12" y1="17" x2="12" y2="21"></line>
</svg>
</div>
<a href="https://github.com/Anujkumar9081/portfolio-using-html-css" target="_blank"
rel="noopener noreferrer" class="project-link">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path
d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z" />
</svg>
</a>
</div>
<h3 class="project-title">Portfolio Practice</h3>
<p class="project-description">
Frontend development practice projects focusing on responsive design, clean layouts, and modern
CSS techniques. Building proficiency in creating professional web interfaces.
</p>
<div class="project-tech">
<span class="tech-tag">HTML5</span>
<span class="tech-tag">CSS3</span>
<span class="tech-tag">Responsive</span>
</div>
</div>
<!-- Project 3 -->
<div class="project-card">
<div class="project-header">
<div class="project-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2">
<rect x="5" y="2" width="14" height="20" rx="2" ry="2"></rect>
<line x1="12" y1="18" x2="12.01" y2="18"></line>
</svg>
</div>
<a href="https://github.com/Anujkumar9081/key-press-visualizer" target="_blank"
rel="noopener noreferrer" class="project-link">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path
d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z" />
</svg>
</a>
</div>
<h3 class="project-title">Key Press Visualizer</h3>
<p class="project-description">
Interactive JavaScript application that visualizes keyboard events in real-time. Demonstrates
DOM manipulation, event handling, and dynamic UI updates based on user input.
</p>
<div class="project-tech">
<span class="tech-tag">JavaScript</span>
<span class="tech-tag">DOM</span>
<span class="tech-tag">Events</span>
</div>
</div>
<!-- Project 4 -->
<div class="project-card">
<div class="project-header">
<div class="project-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2">
<path d="M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"></path>
</svg>
</div>
<a href="https://github.com/Anujkumar9081/Weather-API" target="_blank" rel="noopener noreferrer"
class="project-link">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path
d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z" />
</svg>
</a>
</div>
<h3 class="project-title">Weather API Integration</h3>
<p class="project-description">
Weather application demonstrating API integration, asynchronous JavaScript, and data fetching.
Displays current weather conditions and forecasts using external weather APIs.
</p>
<div class="project-tech">
<span class="tech-tag">JavaScript</span>
<span class="tech-tag">API</span>
<span class="tech-tag">Async/Await</span>
</div>
</div>
<!-- Project 5 -->
<div class="project-card">
<div class="project-header">
<div class="project-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2">
<circle cx="12" cy="12" r="10"></circle>
<path d="M8 14s1.5 2 4 2 4-2 4-2"></path>
<line x1="9" y1="9" x2="9.01" y2="9"></line>
<line x1="15" y1="9" x2="15.01" y2="9"></line>
</svg>
</div>
<a href="https://github.com/Anujkumar9081/first-contributions" target="_blank"
rel="noopener noreferrer" class="project-link">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path
d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z" />
</svg>
</a>
</div>
<h3 class="project-title">First Contributions</h3>
<p class="project-description">
Learning repository for understanding open-source contribution workflows. Practice with Git
operations, pull requests, and collaborative development processes.
</p>
<div class="project-tech">
<span class="tech-tag">Git</span>
<span class="tech-tag">GitHub</span>
<span class="tech-tag">Open Source</span>
</div>
</div>
</div>
</div>
</section>
<!-- Goals Section -->
<section class="goals section" id="goals">
<div class="container">
<div class="section-header">
<h2 class="section-title">
<span class="section-number">04.</span> Open Source & Goals
</h2>
</div>
<div class="goals-content">
<div class="goal-card primary">
<div class="goal-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2">
<circle cx="12" cy="12" r="10"></circle>
<path d="M12 6v6l4 2"></path>
</svg>
</div>
<h3>Summer of Bitcoin 2025</h3>
<p>
My immediate goal is to participate in <strong>Summer of Bitcoin</strong> as a developer. I'm
particularly interested in projects related to Bitcoin Core, Lightning Network implementations,
or other infrastructure-level work. I'm dedicating significant time to understanding Bitcoin's
technical architecture, studying the codebase, and preparing to make meaningful contributions.
</p>
</div>
<div class="goal-card">
<div class="goal-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2">
<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path>
<circle cx="9" cy="7" r="4"></circle>
<path d="M23 21v-2a4 4 0 0 0-3-3.87"></path>
<path d="M16 3.13a4 4 0 0 1 0 7.75"></path>
</svg>
</div>
<h3>Google Summer of Code 2026</h3>
<p>
Looking ahead to 2026, I'm preparing for <strong>Google Summer of Code</strong>. I plan to
target organizations working on distributed systems, blockchain infrastructure, or systems
programming. This year is about building the technical foundation and open-source contribution
history necessary to be a competitive applicant.
</p>
</div>
<div class="goal-card">
<div class="goal-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2">
<path d="M12 2L2 7l10 5 10-5-10-5z"></path>
<path d="M2 17l10 5 10-5"></path>
<path d="M2 12l10 5 10-5"></path>
</svg>
</div>
<h3>Bitcoin Open Source Contributions</h3>
<p>
I'm committed to becoming an active contributor to Bitcoin-related open-source projects.
Starting with smaller contributions like documentation improvements and bug fixes, I aim to
gradually take on more complex issues. My focus areas include Bitcoin Core, BDK (Bitcoin Dev
Kit), and other infrastructure projects.
</p>
</div>
<div class="goal-card">
<div class="goal-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2">
<path d="M22 12h-4l-3 9L9 3l-3 9H2"></path>
</svg>
</div>
<h3>Long-term: Systems Engineer</h3>
<p>
My ultimate career goal is to become a strong <strong>systems and infrastructure
engineer</strong>. I want to build software that's reliable, scalable, and impacts real
users. I'm fascinated by distributed consensus, cryptographic protocols, and the challenges of
building resilient networked systems. Bitcoin represents a perfect intersection of these
interests.
</p>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="contact section" id="contact">
<div class="container">
<div class="section-header">
<h2 class="section-title">
<span class="section-number">05.</span> Get In Touch
</h2>
</div>
<div class="contact-content">
<div class="contact-info">
<p class="contact-intro">
I'm always open to discussing Bitcoin development, open-source contributions, or potential
collaboration opportunities. Feel free to reach out through any of these channels:
</p>
<div class="contact-links">
<a href="mailto:anujyadav9081anu@gmail.com" class="contact-link">
<div class="link-icon">
<svg width="24" height="24" 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>
<div class="link-details">
<div class="link-label">Email</div>
<div class="link-value">anujyadav9081anu@gmail.com</div>
</div>
</a>
<a href="https://github.com/Anujkumar9081" target="_blank" rel="noopener noreferrer"
class="contact-link">
<div class="link-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor">
<path
d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z" />
</svg>
</div>
<div class="link-details">
<div class="link-label">GitHub</div>
<div class="link-value">@Anujkumar9081</div>
</div>
</a>
<a href="https://www.linkedin.com/in/anuj-kumar-67053a36b" target="_blank"
rel="noopener noreferrer" class="contact-link">
<div class="link-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor">
<path
d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z" />
</svg>
</div>
<div class="link-details">
<div class="link-label">LinkedIn</div>
<div class="link-value">Anuj Kumar</div>
</div>
</a>
</div>
</div>
<div class="contact-form-wrapper">
<form class="contact-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="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 Anuj Kumar. Built with passion for open source.</p>
<p class="footer-note">Designed & Developed for Summer of Bitcoin Application</p>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>