-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
662 lines (620 loc) · 27.1 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
<!--
Author: W3layouts
Author URL: http://w3layouts.com
-->
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>VR, Portfolio - Personal Category Bootstrap Responsive Website Template | Home : vr.in</title>
<!-- Google fonts -->
<link href="//fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500&display=swap" rel="stylesheet">
<link href="//fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap" rel="stylesheet">
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/style-starter.css">
</head>
<body>
<!--header-->
<header id="site-header" class="fixed-top">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light stroke">
<a class="navbar-brand" href="index.html">
<span> VR, Portfolio</span>
</a>
<!-- if logo is image enable this
<a class="navbar-brand" href="#index.html">
<img src="image-path" alt="Your logo" title="Your logo" style="height:35px;" />
</a> -->
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="fa icon-expand fa-bars"></span>
<span class="fa icon-close fa-times"></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="index.html">Home </a>
</li>
<li class="nav-item @@portfolio__active">
<a class="nav-link" href="portfolio.html">My Portfolio</a>
</li>
<li class="nav-item @@c__active">
<a class="nav-link" href="contact.html">Contact me</a>
</li>
</ul>
</div>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<div class="popup ml-auto">
<a href="#menu" class="domain" data-toggle="modal" data-target="#DomainModal">
<div class="hamburger">
<span class="top-bar"></span>
<span class="middle-bar"></span>
<span class="bottom-bar"></span>
</div>
</a>
</div>
</div>
<!-- toggle switch for light and dark theme -->
<div class="mobile-position ml-lg-2">
<nav class="navigation">
<div class="theme-switch-wrapper">
<label class="theme-switch" for="checkbox">
<input type="checkbox" id="checkbox">
<div class="mode-container">
<i class="gg-sun"></i>
<i class="gg-moon"></i>
</div>
</label>
</div>
</nav>
</div>
<!-- //toggle switch for light and dark theme -->
</nav>
</div>
</header>
<!--/header-->
<div class="header-gap">
</div>
<!-- Domain Modal -->
<div class="modal right fade" id="DomainModal" tabindex="-1" role="dialog" aria-labelledby="DomainModalLabel2">
<div class="modal-dialog" role="document">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span
aria-hidden="true">×</span></button>
<div class="modal-body">
<div class="modal__content">
<a class="navbar-brand"> <span>VR, Portfolio </span></a>
<!-- if logo is image enable this
<h2 class="logo">
<img src="image-path" alt="Your logo" title="Your logo" style="height:35px;" />
</h2> -->
<p class="mt-md-3 mt-2">I Would Love to make your Ideas real. Contact me and we will discuss your projects!
</p>
<img src="https://thumbs.dreamstime.com/b/vr-logo-black-vector-icon-virtual-reality-isolated-white-background-symbol-modern-simple-flat-style-web-design-165546353.jpg" alt="logo" class="img-fluid mt-5">
<div class="widget-social-icons mt-sm-5 mt-4">
<ul class="icon-rounded address">
<li class="mt-3">
<p><a href="tel:+91-9995278914">+91 9995278914</a></p>
</li>
<li class="mt-2">
<p><a href="mailto:[email protected]">[email protected]</a></p>
</li>
</ul>
</div>
<div class="widget-social-icons mt-sm-5 mt-4">
<ul class="follow-social">
<li><a href="https://www.instagram.com/abdulvahid_kp/"><span class="fa fa-instagram"></span></a></li>
<li><a href="#url"><span class="fa fa-linkedin"></span></a></li>
<li><a href="https://www.facebook.com/abdul.vahid.5602/"><span class="fa fa-facebook-official"></span></a></li>
<li><a href="#url"><span class="fa fa-twitter"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- //modal-content -->
</div>
<!-- //modal-dialog -->
</div>
<!-- //Domain modal -->
<!-- banner section -->
<section id="home" class="w3l-banner pb-5">
<div class="container pb-md-3">
<div class="banner-wrapper text-center">
<div class="">
<span class="text">About Me</span>
<h1 class="mb-4 title">Hello, <span class="type-js"><span class="text-js">I’m Abdul Vahid</span></span><br>
I’m working as Web Designer.</h1>
<p class="mx-lg-5">I love <strong>Web design</strong> and <strong>Development</strong> and have been working on my portfolio since 2022.
I Can give your business a new Creative start right away!
</p>
</div>
<div class="row">
<div class="col-lg-8 mx-lg-auto col-md-10">
<img src="assets/images/banner.png" alt="" class="img-fluid mt-lg-5 mt-3">
</div>
</div>
<ul class="follow-social">
<li><p>Follow me </p></li>
<li><a href="https://www.instagram.com/abdulvahid_kp/"><span class="fa fa-instagram"></span></a></li>
<li><a href="#url"><span class="fa fa-linkedin"></span></a></li>
<li><a href="https://www.facebook.com/abdul.vahid.5602/"><span class="fa fa-facebook-official"></span></a></li>
<li><a href="#url"><span class="fa fa-twitter"></span></a></li>
</ul>
</div>
</div>
</section>
<!-- //banner section -->
<!-- home page about section -->
<section class="w3l-homeblock1" id="about">
<div class="midd-w3 py-5">
<div class="container py-lg-5 py-md-3">
<div class="row">
<div class="col-lg-6">
<span class="text">My Services</span>
<h3 class="title-big"><span>Build your brand</span> and grow your business</h3>
<p class="mt-4">I can give your business a new creative start right away! You can download my resume
in order to learn the details of my professional life as a designer and developer. </p>
<ul class="service-list mt-md-5 mt-4">
<li class="service-link"><a href="#">Web Design and Development</a></li>
<li class="service-link"><a href="#">Frontend Development</a></li>
<li class="service-link"><a href="#">Fullstack Development</a></li>
<li class="service-link"><a href="#">App Development</a></li>
</ul>
<a href="#url" class="btn btn-style btn-empty p-0">View my all services <span></span></a>
</div>
<div class="col-lg-6 mt-lg-0 mt-5">
<div class="position-relative">
<img src="/assets/images/newavkppp.jpg" alt="" class="radius-image img-fluid m-5" style="max-width: 75%;">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //home page about section -->
<!-- home page about section -->
<section class="w3l-homeblock2" id="skills">
<div class="midd-w3 py-5">
<div class="container py-lg-5 py-md-3">
<div class="row">
<div class="col-lg-6 align-self">
<div class="position-relative px-lg-5 mx-lg-0 mx-md-5 image-padding">
<img src="assets/images/skills.png" alt="" class="radius-image img-fluid">
<div class="position-absolute-images">
<img src="assets/images/file.png" class="img-fluid pos-img" alt="" />
<img src="assets/images/file1.png" class="img-fluid pos-img1" alt="" />
<img src="assets/images/file2.png" class="img-fluid pos-img2" alt="" />
</div>
</div>
</div>
<div class="col-lg-6 mt-lg-0 mt-md-5 mt-4">
<span class="text">My Featured Skills</span>
<h3 class="title-big">I’m using <span>top leading</span>
design methods.</h3>
<p class="mt-4">I Specialize in Branding and Strategy, and am passionate about creating Awesome
Portfolio work. And I always ready to impress the audience with my Creativity. </p>
<div class="skills-bars mt-5">
<div class="progress-info">
<h6 class="progress-tittle">Html</h6>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" style="width: 80%" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress-info">
<h6 class="progress-tittle">React
</h6>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" style="width: 95%" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress-info">
<h6 class="progress-tittle">Node.js</h6>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" style="width: 55%" aria-valuenow="55" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress-info mb-0">
<h6 class="progress-tittle">Javascript</h6>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" style="width: 80%" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //home page about section -->
<!-- home page about section -->
<section class="w3l-homeblock3" id="awards">
<div class="midd-w3 py-5">
<div class="container py-lg-5 py-md-3">
<div class="row">
<div class="col-lg-6">
<span class="text">My Awards and Achievements </span>
<h3 class="title-big">Professional awards and
honors <span> I’ve reached.</span></h3>
<p class="mt-4">Personal awards. Having One Years of Experience that Motivated by the Desire to
achieve Success </p>
<div class="reward-list mt-5">
<div class="reward-item">
<div class="reward-item-photo"><img src="assets/images/banner.png" alt="" class="img-fluid"></div>
<div class="reward-item-detail">
<span class="reward-item-title">Web design awards</span>
<p class="reward-item-descr">For Best Responsive Web Design</p>
</div>
</div>
<div class="reward-item">
<div class="reward-item-photo"><img src="assets/images/skills.png" alt="" class="img-fluid"></div>
<div class="reward-item-detail">
<span class="reward-item-title">Inovative ideas design Awards</span>
<p class="reward-item-descr">For Innovative Model </p>
</div>
</div>
<div class="reward-item">
<div class="reward-item-photo"><img src="assets/images/banner.png" alt="" class="img-fluid"></div>
<div class="reward-item-detail">
<span class="reward-item-title">Creative Web awards</span>
<p class="reward-item-descr">For Best Creative Web</p>
</div>
</div>
</div>
</div>
<div class="col-lg-6 align-self mt-lg-0 mt-md-5 mt-4">
<div class="position-relative px-lg-5 mx-lg-0 mx-md-5 image-padding">
<img src="assets/images/awards.png" alt="" class="radius-image img-fluid">
<div class="position-absolute-images">
<img src="assets/images/award.png" class="img-fluid pos-img" alt="" />
<img src="assets/images/award1.png" class="img-fluid pos-img1" alt="" />
<img src="assets/images/award2.png" class="img-fluid pos-img2" alt="" />
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //home page about section -->
<!-- home page about section -->
<section class="w3l-clients" id="skills">
<div class="midd-w3 py-5">
<div class="container py-lg-5 py-md-3">
<div class="row">
<div class="col-lg-6 align-self">
<div class="position-relative px-lg-5">
<img src="assets/images/clients.png" alt="" class="radius-image img-fluid">
</div>
</div>
<div class="col-lg-6 mt-lg-0 mt-5">
<span class="text">Testimonials</span>
<h3 class="title-big">What my <span>clients think</span> about Me</h3>
<div id="owl-demo1" class="owl-carousel owl-theme mt-4 py-2 mb-4">
<div class="item">
<div class="testimonial-content">
<div class="testimonial">
<blockquote>
<q>Our site is beautiful! It is easy to navigate. The support has been remarkable for WordPress; if I don’t understand something, or can’t accomplish a task, Thrive is very responsive and they lead me in the correct way. Thrive is an extremely talented web design company. We are amazed from where traffic to our site comes; we are a moderate sized nonprofit and now we are having global visitors.</q>
</blockquote>
<div class="testi-des">
<div class="test-img"><img src="assets/images/team1.jpg" class="img-fluid"
alt="client-img">
</div>
<div class="peopl align-self">
<h3>John wilson</h3>
<p class="indentity">bangalore, india</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //home page about section -->
<!-- home page about section -->
<section class="w3l-homeblock3" id="clients">
<div class="midd-w3 py-5">
<div class="container py-lg-5 py-md-3">
<div class="row">
<div class="col-lg-6">
<span class="text">My Clients and Partners </span>
<h3 class="title-big">Clients / Partners and
<span> Collaborations.</span></h3>
<p class="mt-4">Over the past one years, I've been fortunate to work with and for people from some
amazing organizations.</p>
<div class="reward-list mt-5">
<div class="reward-item">
<div class="reward-item-photo">100+
</div>
<div class="reward-item-detail">
<span class="reward-item-title">Total CLients</span>
<p class="reward-item-descr">over 3 countries</p>
</div>
</div>
<div class="reward-item">
<div class="reward-item-photo">93%
</div>
<div class="reward-item-detail">
<span class="reward-item-title">Sensitive feedback</span>
<p class="reward-item-descr">For Design quality</p>
</div>
</div>
<div class="reward-item">
<div class="reward-item-photo">60+
</div>
<div class="reward-item-detail">
<span class="reward-item-title">Trusted sponsers</span>
<p class="reward-item-descr">Featued by top rankers</p>
</div>
</div>
</div>
</div>
<div class="col-lg-6 align-self text-center mt-lg-0 mt-md-5 mt-4">
<div class="images">
<img src="assets/images/client1.png" class="img-fluid" alt="" />
<img src="assets/images/client2.png" class="img-fluid" alt="" />
<img src="assets/images/client3.png" class="img-fluid" alt="" />
<img src="assets/images/client4.png" class="img-fluid" alt="" />
<img src="assets/images/client5.png" class="img-fluid" alt="" />
<img src="assets/images/client6.png" class="img-fluid" alt="" />
<img src="assets/images/client2.png" class="img-fluid" alt="" />
<img src="assets/images/client3.png" class="img-fluid" alt="" />
<img src="assets/images/client4.png" class="img-fluid" alt="" />
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //home page about section -->
<!-- home page contact section -->
<section class="w3l-contactblock" id="contact">
<div class="midd-w3 py-5">
<div class="container py-lg-4 py-md-3">
<div class="contact-heading text-center">
<span class="text">Get in touch with Me </span>
<h3 class="title-big">Are you ready to <span>work together?</span></h3>
<p class="mt-4">Let's start a Project! Hire Me.</p>
</div>
<div class="row mt-md-5 mt-4 pt-lg-3">
<div class="col-lg-5">
<p>I’m open to any communication! Feel free to contact me any convenient way!
I’m always interested in hearing about new projects and opportunities.
</p>
<ul class="address mt-md-5 mt-4">
<li class="mb-3">
<p><span class="fa fa-phone"></span> <a href="tel:+91-9995278914">+91 99952 78914</a></p>
</li>
<li class="mb-4">
<p><span class="fa fa-envelope-open"></span> <a href="[email protected]">[email protected]</a></p>
</li>
<li class="">
<p><span class="fa fa-map-marker"></span> Kannur, kerala, india 670141</p>
</li>
</ul>
</div>
<div class="col-lg-7 mt-lg-0 mt-md-5 mt-4">
<form action="https://sendmail.w3layouts.com/submitForm" method="post">
<div class="twice-two">
<input type="text" class="form-control" name="w3lName" id="w3lName" placeholder="Name"
required="">
<input type="email" class="form-control" name="w3lSender" id="w3lSender" placeholder="Email"
required="">
</div>
<div class="twice">
<input type="text" class="form-control" name="w3lSubject" id="w3lSubject"
placeholder="Subject" required="">
</div>
<textarea name="w3lMessage" class="form-control" id="w3lMessage" placeholder="Message"
required=""></textarea>
<div class="text-right">
<button type="submit" class="btn btn-secondary btn-style mt-4">Send Message</button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- //home page contact section -->
<div class="copyright py-sm-5 py-4 text-center">
<div class="container">
<p class="copy-footer-29">© 2022 VR, Portfolio. All rights reserved | Design by <a
href="https://www.instagram.com/abdulvahid_kp/">vr.in</a></p>
</div>
</div>
<!-- move top -->
<button onclick="topFunction()" id="movetop" title="Go to top">
<span class="fa fa-angle-up"></span>
</button>
<script>
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("movetop").style.display = "block";
} else {
document.getElementById("movetop").style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<!-- /move top -->
<!-- jQuery and Bootstrap JS -->
<script src="assets/js/jquery-3.3.1.min.js"></script>
<script src="assets/js/theme-change.js"></script><!-- theme switch js (light and dark)-->
<!-- owlcarousel -->
<script src="assets/js/owl.carousel.js"></script>
<!-- script for tesimonials carousel slider -->
<script>
$(document).ready(function () {
$("#owl-demo1").owlCarousel({
loop: true,
nav: false,
responsiveClass: true,
responsive: {
0: {
items: 1,
nav: false
},
736: {
items: 1,
nav: false
}
}
})
})
</script>
<!-- //script for tesimonials carousel slider -->
<!-- script for portfolio slider -->
<script>
$(document).ready(function () {
$("#owl-portfolio").owlCarousel({
loop: true,
margin: 20,
nav: false,
responsiveClass: true,
responsive: {
0: {
items: 1,
nav: false
},
568: {
items: 2,
nav: false
},
1080: {
items: 3,
nav: false
}
}
})
})
</script>
<!-- //script for portfolio slider -->
<!-- script for featured posts blog slider -->
<script>
$(document).ready(function () {
$('.owl-testimonial').owlCarousel({
loop: true,
margin: 0,
nav: true,
responsiveClass: true,
autoplay: false,
autoplayTimeout: 5000,
autoplaySpeed: 1000,
autoplayHoverPause: false,
responsive: {
0: {
items: 1,
nav: false
},
480: {
items: 1,
nav: false
},
667: {
items: 1,
nav: false
},
1000: {
items: 1,
nav: false
}
}
})
})
</script>
<!-- //script for featured posts blog slider -->
<!-- script for banner typing text -->
<script>
function autoType(elementClass, typingSpeed) {
var thhis = $(elementClass);
thhis.css({
"position": "relative",
"display": "inline-block"
});
thhis.prepend('<div class="cursor" style="right: initial; left:0;"></div>');
thhis = thhis.find(".text-js");
var text = thhis.text().trim().split('');
var amntOfChars = text.length;
var newString = "";
thhis.text("|");
setTimeout(function () {
thhis.css("opacity", 1);
thhis.prev().removeAttr("style");
thhis.text("");
for (var i = 0; i < amntOfChars; i++) {
(function (i, char) {
setTimeout(function () {
newString += char;
thhis.text(newString);
}, i * typingSpeed);
})(i + 1, text[i]);
}
}, 1500);
}
$(document).ready(function () {
// Now to start autoTyping just call the autoType function with the
// class of outer div
// The second paramter is the speed between each letter is typed.
autoType(".type-js", 200);
});
</script>
<!-- //script for banner typing text -->
<!-- disable body scroll which navbar is in active -->
<script>
$(function () {
$('.navbar-toggler').click(function () {
$('body').toggleClass('noscroll');
})
});
</script>
<!-- disable body scroll which navbar is in active -->
<!-- MENU-JS -->
<script>
$(window).on("scroll", function () {
var scroll = $(window).scrollTop();
if (scroll >= 80) {
$("#site-header").addClass("nav-fixed");
} else {
$("#site-header").removeClass("nav-fixed");
}
});
//Main navigation Active Class Add Remove
$(".navbar-toggler").on("click", function () {
$("header").toggleClass("active");
});
$(document).on("ready", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
$(window).on("resize", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
});
});
</script>
<!-- //MENU-JS -->
<!-- bootstrap -->
<script src="assets/js/bootstrap.min.js"></script>
</body>
</html>