-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
721 lines (604 loc) · 30.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
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
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
<!DOCTYPE html>
<html lang="en" style="scroll-behavior: smooth;">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Its Me BasharCkr</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Day - v2.2.0
* Template URL: https://bootstrapmade.com/day-multipurpose-html-template-for-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Top Bar ======= -->
<div id="topbar" class="d-none d-lg-flex align-items-center fixed-top ">
<div class="container d-flex">
<div class="contact-info mr-auto">
<i class="icofont-envelope"></i> <a href="mailto:[email protected]">[email protected]</a>
<i class="icofont-phone"></i> +91 9846337553
</div>
<div class="social-links">
<a href="https://twitter.com/BasharCkr" class="twitter"><i class="icofont-twitter"></i></a>
<a href="https://www.facebook.com/bashar.pazhedath.1" class="facebook"><i class="icofont-facebook"></i></a>
<a href="https://www.instagram.com/bashar_ckr/" class="instagram"><i class="icofont-instagram"></i></a>
<!-- <a href="#" class="skype"><i class="icofont-skype"></i></a> -->
<a href="linkedin.com/in/muhammed-ameenul-bashar-5b34711b3" class="linkedin"><i class="icofont-linkedin"></i></i></a>
</div>
</div>
</div>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top ">
<div class="container d-flex align-items-center">
<h1 class="logo mr-auto"><a href="index.html">Ckr</a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="logo mr-auto"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#pricing">Pricing</a></li>
<!-- <li><a href="#team">Team</a></li> -->
<li><a href="#contact">Contact</a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container position-relative" data-aos="fade-up" data-aos-delay="500">
<h1>Hi,I Am Bashar Ckr</h1>
<h2>I Design & Build All Kind Of Web Apps</h2>
<a href="#about" class="btn-get-started scrollto">Get Started</a>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="row">
<div class="col-lg-6 order-1 order-lg-2" data-aos="fade-left">
<img src="assets/img/bg-min.jpeg"class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 order-2 order-lg-1 content" data-aos="fade-right">
<h3>About Me.</h3>
<p class="font-italic">
-Entrepreneur. Designer & Developer.
</p>
Hello..! My name is Bashar_Ckr, and I'm an Indian based freelancer.<br>
I'm working Remotely on projects for clients all over the World. <br>
<p>
<ul>
<li><i class="icofont-check-circled"></i> Languages: Python, SQL, HTML5, CSS, JavaScript, Bootstrap.</li>
<li><i class="icofont-check-circled"></i> Frameworks: Django.</li>
<li><i class="icofont-check-circled"></i> Platforms: Linux, Windows, Amazon Web Services (AWS).</li>
</ul>
I consider myself as a very ambitious, motivated, career oriented person, willing to accept challenges, energetic and result oriented, with excellent leadership abilities, and an active and hardworking person who is patient and diligent, with great adaptability to changing working conditions, able to adopt to the needs of different clients, knowledgeable, and having tenacity of purpose.
</p>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Why Us Section ======= -->
<section id="why-us" class="why-us">
<div class="container">
<div class="row">
<div class="col-lg-4" data-aos="fade-up">
<div class="box">
<span>01</span>
<h4>VISION</h4>
<p>My desire is to be a world class Software Developer who renders solutions for various problems, with building applications, being a great people manager and a great mentor to upcoming developers in the technology industry.</p>
</div>
</div>
<div class="col-lg-4 mt-4 mt-lg-0" data-aos="fade-up" data-aos-delay="150">
<div class="box">
<span>02</span>
<h4>MISSION</h4>
<p>My mission is to enhance business growth of our customers with creative design, development and to deliver market defining high quality solutions that create value and reliable competitive advantage to customers around the globe.
</p>
</div>
</div>
<!--
<div class="col-lg-4 mt-4 mt-lg-0" data-aos="fade-up" data-aos-delay="300">
<div class="box">
<span>03</span>
<h4>VALUES</h4>
<p>Molestiae officiis omnis illo asperiores. Aut doloribus vitae sunt debitis quo vel nam quis</p>
</div>
</div> -->
</div>
</div>
</section><!-- End Why Us Section -->
<!-- ======= Clients Section ======= -->
<!-- <section id="clients" class="clients">
<div class="container" data-aos="zoom-in">
<div class="row d-flex align-items-center">
<div class="col-lg-2 col-md-4 col-6">
<img src="assets/img/clients/client-1.png" class="img-fluid" alt="">
</div>
<div class="col-lg-2 col-md-4 col-6">
<img src="assets/img/clients/client-2.png" class="img-fluid" alt="">
</div>
<div class="col-lg-2 col-md-4 col-6">
<img src="assets/img/clients/client-3.png" class="img-fluid" alt="">
</div>
<div class="col-lg-2 col-md-4 col-6">
<img src="assets/img/clients/client-4.png" class="img-fluid" alt="">
</div>
<div class="col-lg-2 col-md-4 col-6">
<img src="assets/img/clients/client-5.png" class="img-fluid" alt="">
</div>
<div class="col-lg-2 col-md-4 col-6">
<img src="assets/img/clients/client-6.png" class="img-fluid" alt="">
</div>
</div>
</div>
</section>End Clients Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services">
<div class="container">
<div class="section-title">
<span>Services</span>
<h2>Services</h2>
<p>My Services is Committed to serve you better in new era of technology.</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" id="design"data-aos="fade-up">
<div class="icon-box">
<div class="icon"><i class="bx bx-paint"></i></div>
<h4><a href="">Web Designing</a></h4>
<p>We Create Professional Websites At Affordable Prices. Contact Us To Discuss Your Project. Our Mobile-Friendly Website Design Ensures Your Website Is Compatible With All Devices.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-md-0"id="app" data-aos="fade-up" data-aos-delay="150">
<div class="icon-box">
<div class="icon"><i class="bx bx-slideshow"></i></div>
<h4><a href="">Web Apps</a></h4>
<p>A web application is application software that runs on a web server, unlike computer-based software programs that are run locally on the operating system of the device.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0"id="host" data-aos="fade-up" data-aos-delay="300">
<div class="icon-box">
<div class="icon"><i class="bx bx-cloud"></i></div>
<h4><a href="">Web Hosting</a></h4>
<p>A web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" id="data"data-aos="fade-up" data-aos-delay="450">
<div class="icon-box">
<div class="icon"><i class="bx bx-search-alt"></i></div>
<h4><a href="">Data Collection</a></h4>
<p>Data collection is the process of gathering and measuring information on targeted variables in an established system, which then enables one to answer relevant questions and evaluate outcomes.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" id="support"data-aos="fade-up" data-aos-delay="600">
<div class="icon-box">
<div class="icon"><i class="bx bx-conversation"></i></div>
<h4><a href="">Customer Support</a></h4>
<p>We provide 24*7 maintenance & support service for all our clients to resolve all the issues in real-time.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" id="business"data-aos="fade-up" data-aos-delay="750">
<div class="icon-box">
<div class="icon"><i class="bx bx-award"></i></div>
<h4><a href="">Business Advisory</a></h4>
<p>We provide management consulting to help organizations improve their performance and efficiency. These professionals analyze businesses and create solutions while also helping companies meet their goals.</p>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Cta Section ======= -->
<section id="cta" class="cta">
<div class="container" data-aos="zoom-in">
<div class="text-center">
<h3>Conacat Us</h3>
<p>Get in touch</p>
<a class="cta-btn" href="#contact">Contact Us</a>
</div>
</div>
</section><!-- End Cta Section -->
<!-- ======= Portfolio Section ======= -->
<section id="portfolio" class="portfolio">
<div class="container">
<div class="section-title">
<span>Portfolio</span>
<h2>Portfolio</h2>
<p>My feactured works.</p>
</div>
<div class="row" data-aos="fade-up">
<div class="col-lg-12 d-flex justify-content-center">
<ul id="portfolio-flters">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-app">App</li>
<!-- <li data-filter=".filter-card">Card</li> -->
<li data-filter=".filter-web">Web</li>
</ul>
</div>
</div>
<div class="row portfolio-container" data-aos="fade-up" data-aos-delay="150">
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<img src="assets/img/portfolio/app1.webp" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>App 1</h4>
<p>App</p>
<a href="assets/img/portfolio/app1.webp" data-gall="portfolioGallery" class="venobox preview-link" title="App 1"><i class="bx bx-plus"></i></a>
<!-- <a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a> -->
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<img src="assets/img/portfolio/web1.webp" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Web 1</h4>
<p>Web</p>
<a href="assets/img/portfolio/web1.webp" data-gall="portfolioGallery" class="venobox preview-link" title="Web 3"><i class="bx bx-plus"></i></a>
<!-- <a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a> -->
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<img src="assets/img/portfolio/app2.webp" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>App 2</h4>
<p>App</p>
<a href="assets/img/portfolio/app2.webp" data-gall="portfolioGallery" class="venobox preview-link" title="App 2"><i class="bx bx-plus"></i></a>
<!-- <a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a> -->
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<img src="assets/img/portfolio/web2.webp" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Web 2</h4>
<p>Web</p>
<a href="assets/img/portfolio/web2.webp" data-gall="portfolioGallery" class="venobox preview-link" title="Web 2"><i class="bx bx-plus"></i></a>
<!-- <a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a> -->
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<img src="assets/img/portfolio/app3.webp" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>App 3</h4>
<p>App</p>
<a href="assets/img/portfolio/app3.webp" data-gall="portfolioGallery" class="venobox preview-link" title="App 3"><i class="bx bx-plus"></i></a>
<!-- <a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a> -->
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<img src="assets/img/portfolio/web3.webp" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Web 3</h4>
<p>Web</p>
<a href="assets/img/portfolio/web3.webp" data-gall="portfolioGallery" class="venobox preview-link" title="Web 3"><i class="bx bx-plus"></i></a>
<!-- <a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a> -->
</div>
</div>
</div>
</div>
</section><!-- End Portfolio Section -->
<!-- ======= Pricing Section ======= -->
<section id="pricing" class="pricing">
<div class="container">
<div class="section-title">
<span>Pricing</span>
<h2>Pricing</h2>
<p>You are not below average..</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6" data-aos="zoom-in" data-aos-delay="150">
<div class="box">
<h3>Basic</h3>
<h4><sup>Starting $</sup>150<span> / Website</span></h4>
<ul>
<li>Template</li>
<li>Hosting</li>
<li>Customer Support</li>
<li class="na">Data Collection</li>
<li class="na">Business Advisory</li>
</ul>
<div class="btn-wrap">
<a href="#contact" class="btn-buy">Buy Now</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-4 mt-md-0" data-aos="zoom-in">
<div class="box featured">
<h3>Standard</h3>
<h4><sup>Starting $</sup>250<span> / Web Apps</span></h4>
<ul>
<li>Template</li>
<li>Hosting</li>
<li>Customer Support</li>
<li>Data Collection</li>
<li class="na">Business Advisory</li>
</ul>
<div class="btn-wrap">
<a href="#contact" class="btn-buy">Buy Now</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-4 mt-lg-0" data-aos="zoom-in" data-aos-delay="150">
<div class="box">
<h3>Premium</h3>
<h4><sup>Starting $</sup>500<span> / Full Project</span></h4>
<ul>
<li>Template</li>
<li>Hosting</li>
<li>Customer Support</li>
<li>Data Collection</li>
<li>Business Advisory</li>
</ul>
<div class="btn-wrap">
<a href="#contact" class="btn-buy">Buy Now</a>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Pricing Section -->
<!-- ======= Team Section ======= -->
<!-- <section id="team" class="team">
<div class="container">
<div class="section-title">
<span>Team</span>
<h2>Team</h2>
<p>Our strong technical team is strongly focused on developing customer oriented software solutions</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="zoom-in">
<div class="member">
<img src="assets/img/team/hashil.jpeg" alt="">
<h4>Hasil Semin</h4>
<span>Jr.MERN Stack Developer</span>
<p>
Magni qui quod omnis unde et eos fuga et exercitationem. Odio veritatis perspiciatis quaerat qui aut aut aut
</p>
<div class="social">
<a href=""><i class="icofont-twitter"></i></a>
<a href=""><i class="icofont-facebook"></i></a>
<a href=""><i class="icofont-instagram"></i></a>
<a href="https://www.linkedin.com/in/hashil-semin-4ba0461b7/"><i class="icofont-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="zoom-in">
<div class="member">
<img src="assets/img/team/vishnu.jpeg" alt="">
<h4>Vishnu</h4>
<span>Jr.MERN Stack Developer</span>
<p>
Repellat fugiat adipisci nemo illum nesciunt voluptas repellendus. In architecto rerum rerum temporibus
</p>
<div class="social">
<a href=""><i class="icofont-twitter"></i></a>
<a href=""><i class="icofont-facebook"></i></a>
<a href=""><i class="icofont-instagram"></i></a>
<a href="https://www.linkedin.com/in/vishnu-mohan-470971179"><i class="icofont-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="zoom-in">
<div class="member">
<img src="assets/img/team/anas.jpeg" alt="">
<h4>Anas</h4>
<span>Jr.MEAN Stack Developer</span>
<p>
Voluptas necessitatibus occaecati quia. Earum totam consequuntur qui porro et laborum toro des clara
</p>
<div class="social">
<a href=""><i class="icofont-twitter"></i></a>
<a href=""><i class="icofont-facebook"></i></a>
<a href=""><i class="icofont-instagram"></i></a>
<a href="https://www.linkedin.com/in/muhammed-anas-5615a11ab"><i class="icofont-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>End Team Section -->
<!-- ======="https://goo.gl/maps/1RF9fibMY34v9y2H7". Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title">
<span>Contact</span>
<h2>Contact</h2>
<p>Once you fill out this form, our sales representatives will contact you within 24 hours. They will further guide you from thereon.
</p>
</div>
<div class="row" data-aos="fade-up">
<div class="col-lg-6">
<div class="info-box mb-4">
<i class="bx bx-map"></i>
<h3>Our Address</h3>
<p>Ul CyberPark, Calicut, India</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="info-box mb-4">
<i class="bx bx-envelope"></i>
<h3>Email Us</h3>
<p>[email protected]</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="info-box mb-4">
<i class="bx bx-phone-call"></i>
<h3>Call Us</h3>
<p>+91 9846337553</p>
</div>
</div>
</div>
<div class="row" data-aos="fade-up">
<div class="col-lg-6 ">
<iframe class="mb-4 mb-lg-0" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3913.087040567688!2d75.82601531418614!3d11.255007253256451!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3ba65beca37af1e3%3A0x7549076c85e91304!2sUL%20CyberPark!5e0!3m2!1sen!2sin!4v1611737504214!5m2!1sen!2sin" frameborder="0" style="border:0; width: 100%; height: 384px;" allowfullscreen></iframe>
</div>
<div class="col-lg-6">
<form class="text-white" id="contactform">
<div class="form-row">
<div class="col-md-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars" />
</div>
<div class="col-md-6 form-group">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email" />
</div>
</div>
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 4 chars of subject" />
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea>
</div>
<div class="mb-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button class="btn btn-danger" type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="footer-info">
<h3>Ckr</h3>
<p>
Ul Cyberpark,Calicut <br>
kerala, india<br><br>
<strong>Phone:</strong> +91 9846337553<br>
<strong>Email:</strong> [email protected]<br>
</p>
<div class="social-links mt-3">
<a href="https://twitter.com/BasharCkr" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="https://www.facebook.com/bashar.pazhedath.1" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://www.instagram.com/bashar_ckr/" class="instagram"><i class="bx bxl-instagram"></i></a>
<!-- <a href="#" class="google-plus"><i class="bx bxl-skype"></i></a> -->
<a href="https://www.linkedin.com/in/muhammed-ameenul-bashar-5b34711b3/" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#about">About us</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#services">Services</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#portfolio">Portfolio</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#pricing">Pricing</a></li>
<!-- <li><i class="bx bx-chevron-right"></i> <a href="#team">Team</a></li> -->
<li><i class="bx bx-chevron-right"></i> <a href="#contact">Contact</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Our Services</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#design">Web Design</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#app">Web Apps</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#host">Web Hosting</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#data">Data Collection</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#support">Customer Support</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#business">Business Advisory</a></li>
</ul>
</div>
<!-- <div class="col-lg-4 col-md-6 footer-newsletter">
<h4>Our Newsletter</h4>
<p>Subscribe to our newsletter to receive emails about releases and updates</p>
<form action="" method="post">
<input type="email" name="email"><input type="submit" value="Subscribe">
</form>
</div> -->
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© 2021 Copyright <strong><span>CkrSoftware solutions</span></strong>
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/day-multipurpose-html-template-for-free/ -->
<!-- Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a> -->
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="https://code.jquery.com/jquery-3.5.1.js" integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc=" crossorigin="anonymous"></script>
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.validate.min.js"></script> -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.validate.js"></script>
<script src="assets/vendor/jquery/jquery.min.js"></script> -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.validate.js"></script>
<script >
$(function(){
$('#contactform').validate({
rules:{
name:{
required:true,minlength:4
},
email:{
required:true,email:true
},
subject:{
required:true,minlength:4
},
message:{
required:true,minlength:10
}
},
submitHandler:(contactform,e)=>{
e.preventDefault()
$.ajax({
url:"https://script.google.com/macros/s/AKfycbyVNLLcdqMVDO6cdYcNRc-LgIkBWc9gFrkCHrFD6jC7nDhkL21IHOMI/exec",
data:$("#contactform").serialize(),
method:"post",
success:function (response){
alert("Form submitted successfully")
window.location.reload()
//window.location.href="https://google.com"
},
error:function (err){
alert("Something Error")
}
})
}
})
})
</script>
</body>
</html>