-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
649 lines (595 loc) · 28.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Praduman Pandey - Magento Developer">
<meta name="description" content="Welcome to Praduman's portfolio. I am a Magento developer specializing in creating custom solutions, optimizing performance, and building robust eCommerce websites. Explore my projects and skills.">
<meta name="keywords" content="Magento developer, eCommerce developer, Praduman Pandey, Adobe Commerce developer, Magento custom development, Magento modules, portfolio, web developer, projects, skills, resume, personal website, responsive design, speed optimization">
<meta name="author" content="Praduman Pandey">
<title>Praduman Pandey - Magento 2 Developer</title>
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Praduman Pandey Portfolio - Magento 2 Developer">
<meta property="og:description" content="Welcome to Praduman's portfolio. Explore my portfolio as a Magento developer. I specialize in custom modules, performance optimization, building scalable eCommerce solutions, eCommerce optimization, and scalable web development projects.">
<meta property="og:image" content="https://praduman543.github.io/portfolio/images/og-logo.png">
<meta property="og:url" content="https://praduman543.github.io/portfolio/">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<!-- favicon -->
<link rel="shortcut icon" href="https://praduman543.github.io/portfolio/images/favicon/favicon.ico?" type="image/x-icon">
<link rel="stylesheet" href="https://unpkg.com/swiper@8/swiper-bundle.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="css/style.css">
<script defer src="index.js"></script>
</head>
<body>
<header class="header">
<a href="./">
<img src="images/logo.png" alt="our main logo" class="logo">
</a>
<nav class="navbar">
<ul class="navbar-lists">
<li><a href="./" class="navbar-link home-link">Home</a></li>
<li><a href="about.html" class="navbar-link about-link">About</a></li>
<li><a href="#" class="navbar-link portfolio-link">Portfolio</a></li>
<li><a href="contact.html" class="navbar-link contact-link">Contact</a></li>
</ul>
</nav>
<div class="mobile-navbar-btn">
<ion-icon class="mobile-nav-icon" name="menu-outline"></ion-icon>
<ion-icon class="mobile-nav-icon" name="close-outline"></ion-icon>
</div>
</header>
<!-- ========================================
Our Main Hero Section Start
======================================== -->
<main>
<section class="section-hero section">
<div class="container grid grid-two-column">
<div class="section-hero-data">
<p class="hero-top-data">this is me</p>
<h1 class="hero-heading">Praduman Pandey</h1>
<p class="hero-para">I'm Praduman Pandey, a Magento 2 Developer specializing in custom module creation, extension development, and theme customization.</p>
<div>
<a href="#section-biodata" class="btn">Know More</a>
</div>
</div>
<!-- hero section right side -->
<div class="section-hero-image">
<picture>
<source srcset="images/webp/hero.webp" type="image/webp">
<source srcset="images/hero.jpg" type="image/jpg">
<img src="images/hero.jpg" alt="this is me Praduman Pandey" class="hero-img">
</picture>
</div>
</div>
</section>
</main>
<!-- ========================================
Our Bio-data Section Start
======================================== -->
<section class="section-biodata section" id="section-biodata">
<div class="container grid grid-two-column">
<div class="bio-image">
<!-- <img src="images/biodata.jpg" alt="my bio data image"> -->
<!-- with the lazy loading -->
<img src="images/compress/bioddata-lazy.jpg" alt="my bio data image" data-src="images/compress/biodata-min.jpg" class="lazy-img">
</div>
<!-- bio right side data -->
<div class="bio-data">
<h2 class="common-heading">my bio-data</h2>
<p>Magento 2 Developer with expertise in custom module creation, extension development, and theme customization.Focused on building scalable and efficient e-commerce platforms that support business growth.</p>
<br>
<!-- <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Eligendi illo nulla dicta et.</p> -->
<div class="bio-data-stats">
<div class="bio-stats">
<h3>Design</h3>
<div class="bio-progress-bar">
<span>80%</span>
</div>
</div>
<div class="bio-stats">
<h3>HTML</h3>
<div class="bio-progress-bar bio-progress-2">
<span>99%</span>
</div>
</div>
<div class="bio-stats">
<h3>CSS</h3>
<div class="bio-progress-bar bio-progress-3">
<span>80%</span>
</div>
</div>
<div class="bio-stats">
<h3>Boostrap</h3>
<div class="bio-progress-bar bio-progress-4">
<span>75%</span>
</div>
</div>
<div class="bio-stats">
<h3>JavaScript</h3>
<div class="bio-progress-bar bio-progress-5">
<span>70%</span>
</div>
</div>
<!-- <div class="bio-stats">
<h3>MERN</h3>
<div class="bio-progress-bar bio-progress-6">
<span>70%</span>
</div>
</div> -->
</div>
<div class="bio-data-btn">
<a href="https://drive.google.com/file/d/1_GC0t7SGGK95lXe-ycKBebRxMxcJmA7z/view?usp=sharing"
download target="_blank" class="btn">View Resume</a>
</div>
</div>
</div>
</section>
<!-- ========================================
Our portfolio Section Start
======================================== -->
<section class="section section-portfolio" id="portfolio-section">
<div class="container">
<h2 class="common-heading">Latest Works</h2>
<p>Explore some of my recent projects showcasing expertise in Magento 2 development, custom module creation, and seamless e-commerce solutions. Each project reflects my commitment to quality and innovation.</p>
</div>
<div class="p-btns">
<div class="btn p-btn" data-btn-num="1">Website</div>
<div class="btn p-btn" data-btn-num="2">Youtube</div>
<div class="btn p-btn" data-btn-num="3">Design</div>
</div>
<div class="container grid grid-three-column portfolio-images">
<div class="img-overlay p-btn--1">
<img src="images/folio/1.jpg" alt="my works" />
<div class="overlay">
<a href="http://charcounter.thapaonlineclass.com/" target="_thapa" class="common-heading">Project
1</a>
</div>
</div>
<div class="img-overlay p-btn--3">
<img src="images/folio/4.jpg" alt="my works" />
<div class="overlay">
<a href="http://charcounter.thapaonlineclass.com/" target="_thapa" class="common-heading">Project 2
</a>
</div>
</div>
<div class="img-overlay p-btn--1">
<img src="images/folio/3.jpg" alt="portfolio images " />
<div class="overlay">
<a href="#" target="_blank" class="common-heading">Project 3</a>
</div>
</div>
<div class="img-overlay p-btn--1 p-btn--2">
<img src="images/folio/4.jpg" alt="portfolio images " />
<div class="overlay">
<a href="#" target="_blank" class="common-heading">Project 4</a>
</div>
</div>
<div class="img-overlay p-btn--2">
<img src="images/folio/5.jpg" alt="portfolio images " />
<div class="overlay">
<a href="#" target="_blank" class="common-heading">Project 5</a>
</div>
</div>
<div class="img-overlay p-btn--1">
<img src="images/folio/1.jpg" alt="portfolio images " />
<div class="overlay">
<a href="#" target="_blank" class="common-heading">Project 6</a>
</div>
</div>
</div>
</section>
<!-- ========================================
Our work counter Section Start
======================================== -->
<section class="section section-work-data">
<div class="container grid grid-four-column">
<div>
<h2 class="counter-numbers" data-number="2000">0+</h2>
<p>project completed</p>
</div>
<div>
<h2 class="counter-numbers" data-number="6000">0+</h2>
<p>Happy Clients</p>
</div>
<div>
<h2 class="counter-numbers" data-number="5000">0+</h2>
<p>cups of tea</p>
</div>
<div>
<h2 class="counter-numbers" data-number="3000">0+</h2>
<p>real professionals</p>
</div>
</div>
</section>
<!-- ========================================
Our Services Section Start
======================================== -->
<section class="section section-services">
<div class="container">
<h2 class="common-heading">Service Offers</h2>
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quidem ex
dolores tempore possimus, mollitia vero quas
</p>
</div>
<!-- services offers card -->
<div class="container grid grid-three-column">
<div class="service-box">
<ion-icon name="desktop-sharp" class="service-icon"></ion-icon>
<h3>Web Design</h3>
<p>
“It is not because things are difficult that we do not dare; it is
because we do not dare that they are difficult.”
</p>
</div>
<div class="service-box">
<ion-icon name="logo-react" class="service-icon"></ion-icon>
<h3>web development</h3>
<p>
“It is not because things are difficult that we do not dare; it is
because we do not dare that they are difficult.”
</p>
</div>
<div class="service-box">
<ion-icon name="camera-outline" class="service-icon"></ion-icon>
<h3>photography</h3>
<p>
“It is not because things are difficult that we do not dare; it is
because we do not dare that they are difficult.”
</p>
</div>
<div class="service-box">
<ion-icon name="phone-portrait-sharp" class="service-icon"></ion-icon>
<h3>Mobile Apps</h3>
<p>
“It is not because things are difficult that we do not dare; it is
because we do not dare that they are difficult.”
</p>
</div>
<div class="service-box">
<ion-icon name="globe-sharp" class="service-icon"></ion-icon>
<h3>apps interface</h3>
<p>
“It is not because things are difficult that we do not dare; it is
because we do not dare that they are difficult.”
</p>
</div>
<div class="service-box">
<ion-icon name="images-sharp" class="service-icon"></ion-icon>
<h3>graphic design</h3>
<p>
“It is not because things are difficult that we do not dare; it is
because we do not dare that they are difficult.”
</p>
</div>
</div>
</section>
<!-- ========================================
Our Testimonial Section Start
======================================== -->
<section class="section section-testimonial">
<div class="container">
<h2 class="common-heading">Happy Clients Works</h2>
</div>
<div class="swiper mySwiper container">
<div class="swiper-wrapper">
<!-- Section start -->
<div class="swiper-slide">
<div class="swiper-client-msg">
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quam, dolore temporibus? Asperiores
fugit culpa beatae dicta unde reprehenderit,</p>
</div>
<div class="swiper-client-data grid grid-two-column">
<figure>
<img src="images/clients/a.jpg" alt="client review">
</figure>
<div class="client-data-details">
<p>rajan pandey</p>
<p>Entrepreneur</p>
</div>
</div>
</div>
<!-- Section end -->
<div class="swiper-slide">
<div class="swiper-client-msg">
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quam, dolore temporibus? Asperiores
fugit culpa beatae dicta unde reprehenderit,</p>
</div>
<div class="swiper-client-data grid grid-two-column">
<figure>
<img src="images/clients/b.jpg" alt="client review">
</figure>
<div class="client-data-details">
<p>rajan pandey</p>
<p>Entrepreneur</p>
</div>
</div>
</div>
<!-- Section end -->
<div class="swiper-slide">
<div class="swiper-client-msg">
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quam, dolore temporibus? Asperiores
fugit culpa beatae dicta unde reprehenderit,</p>
</div>
<div class="swiper-client-data grid grid-two-column">
<figure>
<img src="images/clients/c.jpg" alt="client review">
</figure>
<div class="client-data-details">
<p>rajan pandey</p>
<p>Entrepreneur</p>
</div>
</div>
</div>
<!-- Section end -->
<div class="swiper-slide">
<div class="swiper-client-msg">
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quam, dolore temporibus? Asperiores
fugit culpa beatae dicta unde reprehenderit,</p>
</div>
<div class="swiper-client-data grid grid-two-column">
<figure>
<img src="images/clients/d.jpg" alt="client review">
</figure>
<div class="client-data-details">
<p>rajan pandey</p>
<p>Entrepreneur</p>
</div>
</div>
</div>
<!-- Section end -->
<div class="swiper-slide">
<div class="swiper-client-msg">
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quam, dolore temporibus? Asperiores
fugit culpa beatae dicta unde reprehenderit,</p>
</div>
<div class="swiper-client-data grid grid-two-column">
<figure>
<img src="images/clients/e.jpg" alt="client review">
</figure>
<div class="client-data-details">
<p>rajan pandey</p>
<p>Entrepreneur</p>
</div>
</div>
</div>
<!-- Section end -->
<div class="swiper-slide">
<div class="swiper-client-msg">
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quam, dolore temporibus? Asperiores
fugit culpa beatae dicta unde reprehenderit,</p>
</div>
<div class="swiper-client-data grid grid-two-column">
<figure>
<img src="images/clients/f.jpg" alt="client review">
</figure>
<div class="client-data-details">
<p>rajan pandey</p>
<p>Entrepreneur</p>
</div>
</div>
</div>
<!-- Section end -->
<div class="swiper-slide">
<div class="swiper-client-msg">
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quam, dolore temporibus? Asperiores
fugit culpa beatae dicta unde reprehenderit,</p>
</div>
<div class="swiper-client-data grid grid-two-column">
<figure>
<img src="images/clients/g.jpg" alt="client review">
</figure>
<div class="client-data-details">
<p>rajan pandey</p>
<p>Entrepreneur</p>
</div>
</div>
</div>
<!-- Section end -->
<div class="swiper-slide">
<div class="swiper-client-msg">
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quam, dolore temporibus? Asperiores
fugit culpa beatae dicta unde reprehenderit,</p>
</div>
<div class="swiper-client-data grid grid-two-column">
<figure>
<img src="images/clients/h.jpg" alt="client review">
</figure>
<div class="client-data-details">
<p>rajan pandey</p>
<p>Entrepreneur</p>
</div>
</div>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</section>
<!-- ========================================
Our Freelancing Section Start
======================================== -->
<section class="section section-freelancing">
<div class="overlay"></div>
<div class="container">
<h2>I am <span>available</span> for freelancing</h2>
<p>As a dedicated Magento 2 developer, I specialize in crafting tailored e-commerce solutions that align with your unique business goals. From custom module development to optimizing platform performance, I’m ready to bring innovative ideas to life. Let’s build something extraordinary together!</p>
<a href="./contact.html" class="btn">HIRE ME</a>
</div>
</section>
<!-- ========================================
Our Contact Section Start
======================================== -->
<section class="section section-contact">
<div class="container">
<h2 class="common-heading">Contact Us</h2>
</div>
<div class="section-contact-main contact-container">
<form action="https://formspree.io/f/mjvlzbpe" method="POST">
<div class="grid grid-two-column">
<div>
<label for="username"></label>
<input type="text" name="name" id="username" placeholder="Yourname" autocomplete="off" required>
</div>
<div>
<label for="email"></label>
<input type="email" name="email" id="email" placeholder="demo@gmail.com" autocomplete="off"
required>
</div>
</div>
<div>
<label for="subject"></label>
<input type="text" name="subject" id="subject" placeholder="Subject" autocomplete="off" required>
</div>
<div>
<label for="textarea"></label>
<textarea name="message" id="textarea" cols="30" rows="10" placeholder="Write your message"
autocomplete="off" minlength="5" required></textarea>
</div>
<div>
<input type="submit" id="submit" class="btn" value="send message">
</div>
</form>
</div>
</section>
<!-- ========================================
Our footer Section Start
======================================== -->
<footer class="section section-footer">
<!-- <div class="container grid grid-four-column"> removed services -->
<div class="container grid grid-three-column">
<div class="f-about">
<h3>About</h3>
<p>Magento 2 Developer with expertise in custom module creation, extension development, and theme customization.Focused on building scalable and efficient e-commerce platforms that support business growth.</p>
</div>
<!-- end -->
<div class="f-links">
<h3>Links</h3>
<ul>
<li>
<span>
<ion-icon name="arrow-forward-outline"></ion-icon>
</span>
<a href="./">home</a>
</li>
<li>
<span>
<ion-icon name="arrow-forward-outline"></ion-icon>
</span>
<a href="about.html">about</a>
</li>
<li>
<span>
<ion-icon name="arrow-forward-outline"></ion-icon>
</span>
<a href="#">portfolio</a>
</li>
<li>
<span>
<ion-icon name="arrow-forward-outline"></ion-icon>
</span>
<a href="contact.html">contact</a>
</li>
</ul>
</div>
<!-- end -->
<div class="f-services">
<h3>Services</h3>
<ul>
<li>
<span>
<ion-icon name="arrow-forward-outline"></ion-icon>
</span>
<a href="#">web design</a>
</li>
<li>
<span>
<ion-icon name="arrow-forward-outline"></ion-icon>
</span>
<a href="#">web development</a>
</li>
<li>
<span>
<ion-icon name="arrow-forward-outline"></ion-icon>
</span>
<a href="#">web design</a>
</li>
<li>
<span>
<ion-icon name="arrow-forward-outline"></ion-icon>
</span>
<a href="#">web development</a>
</li>
<li>
<span>
<ion-icon name="arrow-forward-outline"></ion-icon>
</span>
<a href="#">web design</a>
</li>
</ul>
</div>
<!-- end -->
<div class="f-address">
<h3>Have a Questions?</h3>
<address>
<div>
<p>
<span>
<ion-icon name="location-outline"></ion-icon>
</span> Ahmedabad, India
</p>
</div>
<div>
<p>
<span>
<ion-icon name="call-outline"></ion-icon>
</span>
<a href="tel:+919033300815"> +91 903300815</a>
</p>
</div>
<div>
<p>
<span>
<ion-icon name="mail-outline"></ion-icon>
</span>
<a href="mailto:ppraduman6@gmail.com">ppraduman6@gmail.com</a>
</p>
</div>
</address>
</div>
<!-- end -->
</div>
<div class="container">
<div class="f-social-icons">
<a href="https://www.github.com/Praduman543" target="_blank">
<ion-icon class="icons" name="logo-github"></ion-icon>
</a>
<a href="https://www.linkedin.com/in/praduman-pandey" target="_blank">
<ion-icon class="icons" name="logo-linkedin"></ion-icon>
</a>
<a href="https://www.instagram.com/praduman_pandey_02" target="_blank">
<ion-icon class="icons" name="logo-instagram"></ion-icon>
</a>
<!-- <a href="https://www.facebook.com/yourname" target="_blank">
<ion-icon class="icons" name="logo-facebook"></ion-icon>
</a> -->
</div>
<!-- <div class="f-credits">
<p>
Copyrigh ©2022 All rights reserved
</p>
</div> -->
</div>
</footer>
<!-- ========================================
Our javacript Section Start
======================================== -->
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
<script src="https://unpkg.com/swiper@8/swiper-bundle.min.js"></script>
</body>
</html>