-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
599 lines (568 loc) · 28.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nayan Ray - Web Developer</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8sh+WyCqO8f9U8h4fB5UZB/K5J8QO1SBQYUJ3" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<!-- Link Font Awesome CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="index.html"><span><img src="assets/nayanray.png" style="height: 40px; width: 40px;"> NayanRay</span>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="about.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#pricing">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#client-reviews">Reviews</a>
</li>
</ul>
</div>
</nav>
<!-- Header Section -->
<header id="slider" class="text-center">
<h1>Hello i Am - Web developer & Wordpress Experts</h1>
<!-- Add your slider content here using JavaScript -->
</header>
<div class="container-fluid">
<!-- <center><h1>About Us</h1></center> -->
<div class="row">
<!-- Left side with carousel -->
<div class="col-lg-6">
<div id="carouselExample" class="carousel slide" data-ride="carousel ">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="assets/8.png" class="d-block w-50 h-50 ml-auto mr-auto" alt="Carousel Image 1">
</div>
<div class="carousel-item">
<img src="assets/8.png" class="d-block w-50 h-50" alt="Carousel Image 2">
</div>
<!-- Add more carousel items as needed -->
</div>
<div class="socialmed" id="smead">
<a href="https://www.facebook.com/profile.php?id=100070119041420" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="#" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="#" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="#" target="_blank"><i class="fab fa-github"></i></a>
<!-- Add more social icons as needed -->
</div>
</div>
</div>
<!-- Right side with text and information -->
<div class="col-lg-6">
<div class="about-text">
<span></span>
<h3>Hello I am Nayan Ray</h3>
<p>I am a web developer with several years of experience in designing and developing websites and web applications.I have worked on various projects ranging from simple landing pages to complex web applications, and I am passionate about creating user-friendly and visually appealing websites.</p>
<!-- Add more content as needed -->
<div class="downcv">
<a href="https://github.com/learnwithnayanray/learnwithnayanray.github.io/blob/main/assets/Nayan%20Kumar%20Ray.pdf" download="Nayan Kumar Ray.pdf" target="_blank"><button id="downloadButton" class="btn btn-success">Download CV</button></a>
</div>
</div>
</div>
</div>
<!-- Services Section -->
<section id="services" class="text-center bg-light py-5">
<h2>Services</h2>
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="card">
<div class="card-body">
<img src="assets/047e078e1b.jpg" alt="Web Development Image" class="card-img-top">
<h5 class="card-title">Web Development</h5>
<p class="card-text">Crafting robust and scalable websites tailored to your needs.</p>
<span><button class="btn btn-secondary">Visit Now</button></span>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<div class="card-body">
<img src="assets/Untitled-1.png" alt="Web Development Image" class="card-img-top">
<h5 class="card-title">Responsive Design</h5>
<p class="card-text">Ensuring your website looks great on devices of all sizes.</p>
<span><button class="btn btn-secondary">Visit Now</button></span>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img src="assets/006cd34b96.jpg" alt="Web Development Image" class="card-img-top">
<div class="card-body">
<h5 class="card-title">Custom Solutions</h5>
<p class="card-text">Building tailored solutions to meet your unique business requirements.</p>
<span><button class="btn btn-secondary">Visit Now</button></span>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="card">
<div class="card-body">
<img src="assets/de75fe922e.jpg" alt="Web Development Image" class="card-img-top">
<h5 class="card-title">Werdpress Website</h5>
<p class="card-text">Crafting robust and scalable websites tailored to your needs.</p>
<span><button class="btn btn-secondary">Visit Now</button></span>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<div class="card-body">
<img src="assets/1b7c8c3e78.jpg" alt="Web Development Image" class="card-img-top">
<h5 class="card-title">E-Commerce</h5>
<p class="card-text">Ensuring your website looks great on devices of all sizes.</p>
<span><button class="btn btn-secondary">Visit Now</button></span>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img src="assets/3b683a055c.jpg" alt="Web Development Image" class="card-img-top">
<div class="card-body">
<h5 class="card-title">SEO & Speed Optimization</h5>
<p class="card-text">Building tailored solutions to meet your unique business requirements.</p>
<span><button class="btn btn-secondary">Visit Now</button></span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="py-5">
<div class="container">
<h2 class="text-center mb-4">Projects</h2>
<!-- Add your project details here -->
<div class="row">
<div class="col-md-6">
<div class="card mb-4">
<div class="card-body">
<img src="assets/Untitled-1.png" alt="Web Development Image" class="card-img-top">
<h5 class="card-title">Portfolio Landing</h5>
<p class="card-text">Description of the project. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
<a href="https://learnwithnayanray.github.io/" target="_blank"><span><button class="btn btn-danger">Visit Now</button></span></a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card mb-4">
<div class="card-body">
<img src="assets/612660a63a.jpg" alt="Web Development Image" class="card-img-top">
<h5 class="card-title">Wp Tools Online</h5>
<p class="card-text">Description of the project. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
<a href="https://sociends.com/" target="_blank"><span><button class="btn btn-danger">Visit Now</button></span></a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="card mb-4">
<div class="card-body">
<img src="assets/30a17830ba.jpg" alt="Web Development Image" class="card-img-top">
<h5 class="card-title">The Social Friends</h5>
<p class="card-text">Description of the project. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
<a href="https://sociends.com/" target="_blank"><span><button class="btn btn-danger">Visit Now</button></span></a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card mb-4">
<div class="card-body">
<img src="assets/9c03fe6a5e.jpg" alt="Web Development Image" class="card-img-top">
<h5 class="card-title">Best Newspaper</h5>
<p class="card-text">Description of the project. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
<a href="https://sociends.com/" target="_blank"><span><button class="btn btn-danger">Visit Now</button></span></a>
</div>
</div>
</div>
</div>
<!-- Add more projects as needed -->
</div>
</section>
<!-- Pricing Table Section -->
<section id="pricing" class="text-center bg-light py-5">
<div class="container">
<h2>Pricing</h2>
<div class="card-deck">
<div class="card">
<div class="card-body">
<h5 class="card-title">Basic</h5>
<p class="card-text">Starter Website, Standard Features</p>
<p class="card-text"><strong>$100</strong></p>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="additional-option">
<label class="form-check-label" for="additional-option">
Additional Option (+$50)
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="additional-option">
<label class="form-check-label" for="additional-option">
Additional Option (+$50)
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="additional-option">
<label class="form-check-label" for="additional-option">
Additional Option (+$50)
</label>
</div>
<button class="btn btn-primary add-to-cart" data-package="Basic" value="100$">Add to Cart</button>
</div>
</div>
<div class="card">
<div class="card-body">
<h5 class="card-title">Standard</h5>
<p class="card-text">Responsive Design, Advanced Features</p>
<p class="card-text"><strong>$200</strong></p>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="additional-option">
<label class="form-check-label" for="additional-option">
Additional Option (+$50)
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="additional-option">
<label class="form-check-label" for="additional-option">
Additional Option (+$50)
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="additional-option">
<label class="form-check-label" for="additional-option">
Additional Option (+$50)
</label>
</div>
<button class="btn btn-primary add-to-cart" data-package="Standard" value="200$">Add to Cart</button>
</div>
</div>
<div class="card">
<div class="card-body">
<h5 class="card-title">Premium</h5>
<p class="card-text">Custom Solutions, E-commerce Integration</p>
<p class="card-text"><strong>$400</strong></p>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="additional-option">
<label class="form-check-label" for="additional-option">
Additional Option (+$50)
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="additional-option">
<label class="form-check-label" for="additional-option">
Additional Option (+$50)
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="additional-option">
<label class="form-check-label" for="additional-option">
Additional Option (+$50)
</label>
</div>
<button class="btn btn-primary add-to-cart" data-package="Premium" value="300$">Add to Cart</button>
</div>
</div>
</div>
</div>
</section>
<!-- Client Reviews Section -->
<section id="client-reviews" class="py-5">
<div class="container">
<h2 class="text-center mb-4">Client Reviews</h2>
<div id="reviewCarousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row">
<div class="col-md-6">
<div class="card mb-4">
<div class="card-body text-center">
<img src="assets/f.png" alt="Web Development Image"
class="card-img-top custom-card-img h-50">
<p class="card-text">"Great work! The website looks amazing and functions
perfectly. Highly recommended."</p>
<div class="rating">
<span class="star" data-rating="1">★</span>
<span class="star" data-rating="2">★</span>
<span class="star" data-rating="3">★</span>
<span class="star" data-rating="4">★</span>
<span class="star" data-rating="5">★</span>
</div>
<p class="card-text">- Mr James</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card mb-4">
<div class="card-body text-center">
<img src="assets/f.png" alt="Web Development Image"
class="card-img-top custom-card-img h-50">
<p class="card-text">"Very professional and efficient. Exceeded our
expectations. Will definitely work with again."</p>
<div class="rating">
<span class="star" data-rating="1">★</span>
<span class="star" data-rating="2">★</span>
<span class="star" data-rating="3">★</span>
<span class="star" data-rating="4">★</span>
<span class="star" data-rating="5">★</span>
</div>
<p class="card-text">Mark</p>
</div>
</div>
</div>
</div>
</div>
<!-- Add more carousel items as needed -->
</div>
<a class="carousel-control-prev" href="#reviewCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#reviewCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<section>
<div class="container mt-5">
<div class="row">
<div class="col-md-4 mb-4">
<div class="card">
<img src="assets/e133798f7b.jpg" class="card-img-top" alt="Blog Image">
<div class="card-body">
<h5 class="card-title">Web Design</h5>
<p class="card-text limited-content">"In today's digital age, where people access the internet from a myriad of devices, responsive web design has become a crucial aspect of creating successful websites. With the proliferation of smartphones, tablets, laptops, and even smartwatches, users expect websites to adapt seamlessly to their device's screen size and orientation."</p>
<a href="#" class="btn btn-primary">Read More</a>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card">
<img src="assets/047e078e1b.jpg" class="card-img-top" alt="Blog Image">
<div class="card-body">
<h5 class="card-title">Web Development</h5>
<p class="card-text limited-content">"In today's digital age, where people access the internet from a myriad of devices, responsive web design has become a crucial aspect of creating successful websites. With the proliferation of smartphones, tablets, laptops, and even smartwatches, users expect websites to adapt seamlessly to their device's screen size and orientation."</p>
<a href="#" class="btn btn-primary">Read More</a>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card">
<img src="assets/45b0ff2c5c.jpg" class="card-img-top" alt="Blog Image">
<div class="card-body">
<h5 class="card-title">SEO & SPEED</h5>
<p class="card-text limited-content">"In today's digital age, where people access the internet from a myriad of devices, responsive web design has become a crucial aspect of creating successful websites. With the proliferation of smartphones, tablets, laptops, and even smartwatches, users expect websites to adapt seamlessly to their device's screen size and orientation."</p>
<a href="#" class="btn btn-primary">Read More</a>
</div>
</div>
</div>
<!-- Add more blog posts as needed -->
</div>
</section>
<section>
<div class="row ">
<div class="col-md-4">
<div class="skill">
<div class="skill-name">HTML5</div>
<div class="progress">
<div class="progress-bar" style="width: 99%;"></div>
</div>
</div>
<div class="skill">
<div class="skill-name">CSS3</div>
<div class="progress">
<div class="progress-bar" style="width: 95%;"></div>
</div>
</div>
<div class="skill">
<div class="skill-name">Java Script</div>
<div class="progress">
<div class="progress-bar" style="width: 90%;"></div>
</div>
</div>
<div class="skill">
<div class="skill-name">BootStrap</div>
<div class="progress">
<div class="progress-bar" style="width: 95%;"></div>
</div>
</div>
<div class="skill">
<div class="skill-name">PHP</div>
<div class="progress">
<div class="progress-bar" style="width: 85%;"></div>
</div>
</div>
<div class="skill">
<div class="skill-name">SQL</div>
<div class="progress">
<div class="progress-bar" style="width: 85%;"></div>
</div>
</div>
<!-- Add more skills as needed -->
</div>
<div class="col-md-4" id="skill-word">
<div class="skill">
<div class="skill-name">Wordpress Developer</div>
<div class="progress">
<div class="progress-bar" style="width: 99%;"></div>
</div>
</div>
<div class="skill">
<div class="skill-name">Wp Theme Development Experts</div>
<div class="progress">
<div class="progress-bar" style="width: 95%;"></div>
</div>
</div>
<div class="skill">
<div class="skill-name">Wp Plugins Development Experts</div>
<div class="progress">
<div class="progress-bar" style="width: 90%;"></div>
</div>
</div>
<div class="skill">
<div class="skill-name">Divi Builder Experts</div>
<div class="progress">
<div class="progress-bar" style="width: 95%;"></div>
</div>
</div>
<div class="skill">
<div class="skill-name">Elementor Pro Builder Experts</div>
<div class="progress">
<div class="progress-bar" style="width: 85%;"></div>
</div>
</div>
<div class="skill">
<div class="skill-name">Kadence Builder Experts</div>
<div class="progress">
<div class="progress-bar" style="width: 85%;"></div>
</div>
</div>
</div>
<div class="col-md-4" id="skill-seo">
<div class="skill">
<div class="skill-name">Wordpress Developer</div>
<div class="progress">
<div class="progress-bar" style="width: 99%;"></div>
</div>
</div>
<div class="skill">
<div class="skill-name">Wp Theme Development Experts</div>
<div class="progress">
<div class="progress-bar" style="width: 95%;"></div>
</div>
</div>
<div class="skill">
<div class="skill-name">Wp Plugins Development Experts</div>
<div class="progress">
<div class="progress-bar" style="width: 90%;"></div>
</div>
</div>
<div class="skill">
<div class="skill-name">Divi Builder Experts</div>
<div class="progress">
<div class="progress-bar" style="width: 95%;"></div>
</div>
</div>
<div class="skill">
<div class="skill-name">Elementor Pro Builder Experts</div>
<div class="progress">
<div class="progress-bar" style="width: 85%;"></div>
</div>
</div>
<div class="skill">
<div class="skill-name">Kadence Builder Experts</div>
<div class="progress">
<div class="progress-bar" style="width: 85%;"></div>
</div>
</div>
</div>
</div>
</section>
<section class="bg-light ">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="card card1">
<img src="assets/fi.png" alt="Fiverr Profile Screenshot">
<div class="card-content">
<h2>Fiverr Profile</h2>
<p>Check out my services on Fiverr!</p>
<a href="https://www.fiverr.com/users/wp_nayanray/" class="btn" target="_blank">Visit Profile</a>
</div>
</div>
</div>
<div class="col-md-4" id="contact">
<form id="contactForm">
<!-- Your contact form fields here -->
<input type="text" placeholder="Name" name="name"><br>
<input type="email" placeholder="Email" name="email">
<br>
<textarea placeholder="Message" name="message"></textarea><br>
<button type="submit">Submit</button>
</form>
</div>
<div class="col-md-4">
<div class="contact-info">
<h2>Contact Information</h2>
<p><i class="fas fa-map-marker-alt"></i> SHSTP Jessore, Jessore, Bangladesh</p>
<p><i class="fas fa-phone"></i> +8801 981 308611</p>
<p><i class="fas fa-envelope"></i> [email protected]</p>
<div class="social-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<footer class="text-center py-3" id="footer">
<p>© <span id="currentYear"></span> Nayan Ray - Web Developer</p>
</footer>
<!-- Bootstrap JS and Popper.js (required for Bootstrap) -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8sh+WyCqO8f9U8h4fB5UZB/K5J8QO1SBQYUJ3"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8sh+WyCqO8f9U8h4fB5UZB/K5J8QO1SBQYUJ3"
crossorigin="anonymous"></script>
<script src="main.js"></script>
<script src="checkout.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/js/all.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</body>
</html>