-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
692 lines (652 loc) · 23.8 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
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
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="keywords"
content="Rahul Kumar,Portfolio, Rahul Kumar Portfolio, Rahul Baranwal, Rahulbaran"
/>
<meta
name="description"
content="This is my portfolio website created using SCSS & Javascript and deployed on Vercel"
/>
<meta name="author" content="Rahul Kumar" />
<meta name="contact" content="rahulkumar109422@gmail.com" />
<meta name="robots" content="index,follow" />
<meta name="color-scheme" content="dark light" />
<!-------------- Open Graph Meta Tags -------------->
<meta property="og:title" content="Portfolio Website" />
<meta property="og:site_name" content="Rahul Kumar" />
<meta property="og:url" content="https://rahulbaran.vercel.app" />
<meta
property="og:description"
content="It is a portfolio website created using scss & Javascript and deployed on Vercel"
/>
<meta property="og:type" content="profile" />
<meta property="og:image" content="/meta/front.png" />
<!--------------- Twitter Card Meta Tags -------------->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Rahul Kumar" />
<meta
property="twitter:description"
content="It is a portfolio website created using scss & Javascript and deployed on Vercel"
/>
<meta name="twitter:url" content="https://rahulbaran.vercel.app" />
<meta name="twitter:image" content="/meta/front.png" />
<title>Rahul Kumar</title>
<!-------------------- Favicon -------------------->
<link
rel="shortcut icon"
href="/favicons/favicon.ico"
type="image/x-icon"
/>
<link
rel="icon"
href="/favicons/favicon-16x16.png"
type="image/png"
sizes="16x16"
/>
<link
rel="icon"
href="/favicons/favicon-32x32.png"
type="image/png"
sizes="32x32"
/>
<link
rel="apple-touch-icon"
href="/favicons/apple-touch-icon.png"
sizes="180x180"
/>
<!----------------- Phospher Icons ---------------->
<link
rel="stylesheet"
type="text/css"
href="https://unpkg.com/@phosphor-icons/web@2.0.3/src/regular/style.css"
/>
<script type="module" src="/src/js/main.js" defer></script>
</head>
<body>
<div id="app">
<!-------------------------- Header -------------------------->
<header
class="flex justify-space-between align-center header navigation-header"
>
<a href="/" class="logo" title="logo">
<picture>
<source srcset="/favicons/logo.avif" type="image/avif" />
<source srcset="/favicons/logo.webp" type="image/webp" />
<img
src="/favicons/logo.png"
alt="Logo"
loading="eager"
width="48"
height="48"
/>
</picture>
</a>
<div
class="flex flex-col align-center justify-center gap-y-8 navigation-container"
>
<nav class="navigation">
<ul class="flex flex-col align-center gap-3 navigation-menu">
<li><a href="#home" class="navigation-link">Home</a></li>
<li><a href="#about" class="navigation-link">About</a></li>
<li><a href="#projects" class="navigation-link">Projects</a></li>
<li><a href="#contact" class="navigation-link">Contact</a></li>
</ul>
</nav>
<div class="resume-link-wrapper">
<a href="/resume.pdf" class="btn btn-primary">Resume</a>
</div>
</div>
<div class="hamburger-btn-wrapper">
<button
aria-label="toggle navigation"
class="flex flex-col align-flex-end gap-y-1 hamburger-btn"
>
<span></span>
<span></span>
<span></span>
</button>
</div>
</header>
<!----------------------- Main Container --------------------->
<main class="container">
<!-------------- Home Section --------------->
<section
class="flex flex-col align-flex-start justify-center section-wrapper home-wrapper"
id="home"
>
<div class="intro">
<p>Namaste, I am</p>
<h1 class="flex flex-col">
<span>Rahul Kumar.</span>
<span>I build Websites.</span>
</h1>
</div>
<div class="details">
<p>
I'm an enthusiastic Web Developer who specializes in creating
unique & appealing websites as well as web applications using the
latest technologies. Currently, my focus is on building full-stack
applications using <strong>Node.js</strong> and
<strong>React</strong>.
</p>
<a href="#projects" class="btn btn-primary">
Check out my projects!
</a>
</div>
</section>
<!-------------- About Section ------------->
<section class="section-wrapper about-wrapper" id="about">
<h2 class="flex align-center justify-center gap-1 section-heading">
<span></span>
<span>About Me</span>
<span></span>
</h2>
<div
class="flex flex-col align-center gap-y-10 about-content-container"
>
<div class="flex flex-col gap-2 about">
<p>
Namaste! I'm Rahul, a passiondate Web developer who specializes
in creating attractive websites as well as web applications
using latest technologies. In 2021, amidst the COVID-19
lockdown, I found myself at home with some extra time on my
hands. It was during this period that I embarked on an exciting
journey into web development.
</p>
<p>
Since then, I've built numerous projects which you can explore
in the Projects section. Additionally, you can find more details
on my
<a href="https://github.com/rahulbaran" target="_blank">
GitHub
</a>
account.
</p>
<p>
I am currently seeking job opportunities where I can contribute,
learn, and grow. If you have a suitable opportunity that aligns
with my skills and experience, feel free to reach out to me.
</p>
<p>
Here are a few technologies I have been working with recently:
</p>
<div class="flex gap-8 skills-container">
<ul>
<li><code>CSS</code></li>
<li><code>JavaScript (ES6+)</code></li>
<li><code>React</code></li>
</ul>
<ul>
<li><code>Node.js</code></li>
<li><code>MySQL</code></li>
<li><code>MongoDB</code></li>
</ul>
</div>
</div>
<div class="avatar-wrapper">
<picture>
<source srcset="/avatar/avatar.avif" type="image/avif" />
<source srcset="/avatar/avatar.webp" type="image/webp" />
<img
src="/avatar/avatar.jpg"
alt="Avatar"
loading="lazy"
decoding="async"
width="300"
height="300"
/>
</picture>
</div>
</div>
</section>
<!-- ---------- Projects Section -------------->
<section class="section-wrapper projects-wrapper" id="projects">
<h2 class="flex align-center justify-center gap-1 section-heading">
<span></span>
<span>My Works</span>
<span></span>
</h2>
<div class="flex flex-wrap flex-col align-center gap-8 projects">
<div class="project">
<div class="project-img">
<picture>
<source
srcset="/projects-images/movieplex.avif"
type="image/avif"
/>
<source
srcset="/projects-images/movieplex.webp"
type="image/webp"
/>
<img
src="/projects-images/movieplex.png"
alt="movie app"
loading="lazy"
decoding="async"
/>
</picture>
</div>
<div class="project-content">
<h3>
<a
href="https://shagun-movieplex.netlify.app/"
target="_blank"
rel="noopener noreferrer"
>Movieplex</a
>
</h3>
<div class="project-info">
<p>
Discover a world of movies and TV shows with our movie app
powered by the TMDB API. Explore popular and top-rated
movies and TV shows, search for your favorites, and delve
into detailed information and reviews. Enjoy endless
entertainment at your fingertips.
</p>
</div>
<div class="flex flex-wrap gap-x-3 project-tools">
<code>SCSS</code>
<code>React</code>
<code>React Router</code>
<code>TMDB API</code>
<code>Netlify Functions</code>
</div>
<div class="project-links">
<a
href="https://shagun-movieplex.netlify.app/"
target="_blank"
title="live"
rel="noopener noreferrer"
>
<i class="ph ph-arrow-square-out"></i>
</a>
<a
href="https://github.com/Rahulbaran/movieplex"
target="_blank"
title="source code"
rel="noopener noreferrer"
>
<i class="ph ph-github-logo"></i>
</a>
</div>
</div>
</div>
<div class="project">
<div class="project-img">
<picture>
<source
srcset="/projects-images/school-site.avif"
type="image/avif"
/>
<source
srcset="/projects-images/school-site.webp"
type="image/webp"
/>
<img
src="/projects-images/school-site.png"
alt="school site"
loading="lazy"
decoding="async"
/>
</picture>
</div>
<div class="project-content">
<h3>
<a
href="https://prayaasindia.netlify.app/"
target="_blank"
rel="noopener noreferrer"
>School-site</a
>
</h3>
<div class="project-info">
<p>
The School Site project is a SPA for a fictional school
called <strong>Prayaas India</strong>. The website aims to
provide information about the school's programs, facilities,
and events to prospective students and their families.
</p>
</div>
<div class="flex flex-wrap gap-x-3 project-tools">
<code>SCSS</code>
<code>React</code>
<code>React Router</code>
</div>
<div class="project-links">
<a
href="https://prayaasindia.netlify.app/"
target="_blank"
title="live"
rel="noopener noreferrer"
>
<i class="ph ph-arrow-square-out"></i>
</a>
<a
href="https://github.com/Rahulbaran/school-site"
target="_blank"
title="source code"
rel="noopener noreferrer"
>
<i class="ph ph-github-logo"></i>
</a>
</div>
</div>
</div>
<div class="project">
<div class="project-img">
<picture>
<source
srcset="/projects-images/pakjms-management.avif"
type="image/avif"
/>
<source
srcset="/projects-images/pakjms-management.webp"
type="image/webp"
/>
<img
src="/projects-images/pakjms-management.png"
alt="class tests management app"
loading="lazy"
decoding="async"
/>
</picture>
</div>
<div class="project-content">
<h3>
<a
href="https://github.com/Rahulbaran/pakjms-tests-management"
target="_blank"
rel="noopener noreferrer"
>pakjms tests management</a
>
</h3>
<div class="project-info">
<p>
A single page react app which can be used to manage results
of tests of different classes. I have created this app for a
school where I am doing part time as a teacher.
</p>
</div>
<div class="flex flex-wrap gap-x-3 project-tools">
<code>SCSS</code>
<code>React</code>
<code>MongoDB</code>
<code>Netlify Functions</code>
</div>
<div class="project-links">
<a
href="https://github.com/Rahulbaran/pakjms-tests-management"
target="_blank"
title="source code"
rel="noopener noreferrer"
>
<i class="ph ph-github-logo"></i>
</a>
</div>
</div>
</div>
<div class="project">
<div class="project-img">
<picture>
<source
srcset="/projects-images/portfolio.avif"
type="image/avif"
/>
<source
srcset="/projects-images/portfolio.webp"
type="image/webp"
/>
<img
src="/projects-images/portfolio.png"
alt="my portfolio"
loading="lazy"
decoding="async"
/>
</picture>
</div>
<div class="project-content">
<h3>
<a
href="https://github.com/Rahulbaran/my-portfolio"
target="_blank"
rel="noopener noreferrer"
>Portfolio</a
>
</h3>
<div class="project-info">
<p>
My own portfolio is also a part of the projects I have
built. The website features an attractive and user-friendly
design, highlighting my accomplishments, qualifications, and
areas of specialization.
</p>
</div>
<div class="flex flex-wrap gap-x-3 project-tools">
<code>HTML</code>
<code>CSS</code>
<code>JavaScript</code>
</div>
<div class="project-links">
<a
href="https://rahulbaran.vercel.app/"
target="_blank"
title="live"
rel="noopener noreferrer"
>
<i class="ph ph-arrow-square-out"></i>
</a>
<a
href="https://github.com/Rahulbaran/my-portfolio"
target="_blank"
title="source code"
rel="noopener noreferrer"
>
<i class="ph ph-github-logo"></i>
</a>
</div>
</div>
</div>
<div class="project">
<div class="project-img">
<picture>
<source
srcset="/projects-images/sakha.avif"
type="image/avif"
/>
<source
srcset="/projects-images/sakha.webp"
type="image/webp"
/>
<img
src="/projects-images/sakha.png"
alt="social media app"
loading="lazy"
decoding="async"
/>
</picture>
</div>
<div class="project-content">
<h3>
<a
href="http://sakha.pythonanywhere.com/"
target="_blank"
rel="noopener noreferrer"
>Sakha</a
>
</h3>
<div class="project-info">
<p>
A basic social media app that allows users to connect with
friends and share content. Users can create and share posts,
photos, and videos. They can also follow other users, like
posts, and comment on posts.
</p>
</div>
<div class="flex flex-wrap gap-x-3 project-tools">
<code>SCSS</code>
<code>JavaScript</code>
<code>Flask</code>
<code>MySQL</code>
</div>
<div class="project-links">
<a
href="http://sakha.pythonanywhere.com/"
target="_blank"
title="live"
rel="noopener noreferrer"
>
<i class="ph ph-arrow-square-out"></i>
</a>
<a
href="https://github.com/Rahulbaran/Sakha"
target="_blank"
title="source code"
rel="noopener noreferrer"
>
<i class="ph ph-github-logo"></i>
</a>
</div>
</div>
</div>
<div class="project">
<div class="project-img">
<picture>
<source
srcset="/projects-images/advance-todo.avif"
type="image/avif"
/>
<source
srcset="/projects-images/advance-todo.webp"
type="image/webp"
/>
<img
src="/projects-images/advance-todo.png"
alt="Todo app"
loading="lazy"
decoding="async"
/>
</picture>
</div>
<div class="project-content">
<h3>
<a
href="https://sparsadvancetodo.netlify.app/"
target="_blank"
rel="noopener noreferrer"
>Advance Todo</a
>
</h3>
<div class="project-info">
<p>
Advance-Todo is a to-do app that allows users to create,
read, update, and delete tasks. The app is easy to use and
can be accessed from any device.
</p>
</div>
<div class="flex flex-wrap gap-x-3 project-tools">
<code>SCSS</code>
<code>JavaScript</code>
<code>MongoDB</code>
<code>Netlify Functions</code>
</div>
<div class="project-links">
<a
href="https://sparsadvancetodo.netlify.app/"
target="_blank"
title="live"
rel="noopener noreferrer"
>
<i class="ph ph-arrow-square-out"></i>
</a>
<a
href="https://github.com/Rahulbaran/advance-todo"
target="_blank"
title="source code"
rel="noopener noreferrer"
>
<i class="ph ph-github-logo"></i>
</a>
</div>
</div>
</div>
</div>
<div class="flex justify-center projects-btn-container">
<a
href="https://github.com/rahulbaran"
class="btn btn-primary"
target="_blank"
rel="noopener noreferrer"
>Know More</a
>
</div>
</section>
</main>
<!-------------------------- Footer ----------------------->
<footer class="flex flex-col align-center footer" id="contact">
<section class="contact-section">
<h2>Get In Touch</h2>
<div
class="contact flex flex-col align-center justify-center gap-y-6"
>
<p>
I am currently searching for new opportunities as a
<strong>Frontend Developer</strong>. Please feel free to contact
me anytime, and I will get back to you as soon as possible.
</p>
<a href="mailto:rahulkumar109422@gmail.com" class="btn btn-primary"
>Say Hello!</a
>
</div>
</section>
<div class="flex flex-col gap-y-3">
<div class="flex justify-center gap-x-4 social-wrapper">
<a
href="https://github.com/rahulbaran"
class="social-link"
title="Github"
rel="noopener noreferrer"
>
<i class="ph ph-github-logo"></i>
</a>
<a
href="https://codepen.io/rahulbaran"
class="social-link"
title="Codepen"
rel="noopener noreferrer"
>
<i class="ph ph-codepen-logo"></i>
</a>
<a
href="https://twitter.com/Rahul9422dev"
class="social-link"
title="Twitter"
rel="noopener noreferrer"
>
<i class="ph ph-twitter-logo"></i>
</a>
<a
href="https://www.linkedin.com/in/rahulbaran"
class="social-link"
title="Linkedin"
rel="noopener noreferrer"
>
<i class="ph ph-linkedin-logo"></i>
</a>
</div>
<div>
<p>
Inspired by
<a href="https://github.com/bchiang7" target="_blank"
>Brittany Chiang</a
>
</p>
</div>
</div>
</footer>
</div>
</body>
</html>