-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
793 lines (682 loc) · 39.4 KB
/
index.html
File metadata and controls
793 lines (682 loc) · 39.4 KB
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
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>CodeUniq IT Solutions</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link href="img/favicon.png" rel="icon">
<link href="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,700,700i|Montserrat:300,400,500,700" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<!-- =======================================================
Theme Name: CodeUniq
Theme URL: https://bootstrapmade.com/CodeUniq-bootstrap-business-template/
Author: BootstrapMade.com
License: https://bootstrapmade.com/license/
======================================================= -->
</head>
<body>
<!--==========================
Header
============================-->
<header id="header">
<div class="container-fluid">
<div id="logo" class="pull-left">
<h1><a href="#intro" class="scrollto">CodeUniq</a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="#intro"><img src="img/logo.png" alt="" title="" /></a>-->
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu-active"><a href="#intro">Home</a></li>
<li><a href="#about">About Us</a></li>
<!-- <li><a href="#services">Services</a></li> -->
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#team">Team</a></li>
<li class="menu-has-children"><a href="#services">Services</a>
<ul>
<li><a href="android.html">Android App</a></li>
<li><a href="webdesigning.html">Web Designing</a></li>
<li><a href="marketing.html">Digital Marketing</a></li>
<li><a href="vlogs">Video Bloging</a></li>
<li><a href="projects.html">Project Team</a></li>
</ul>
</li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav><!-- #nav-menu-container -->
</div>
</header><!-- #header -->
<!--==========================
Intro Section
============================-->
<section id="intro">
<div class="intro-container">
<div id="introCarousel" class="carousel slide carousel-fade" data-ride="carousel">
<ol class="carousel-indicators"></ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<div class="carousel-background"><img src="img/intro-carousel/1.jpg" alt=""></div>
<div class="carousel-container">
<div class="carousel-content">
<h2>CodeUniq IT Solutions</h2>
<p>CodeUniq IT Solutions is an enthusiastic team of engineering students who needs to change the world and create space for them in the cyber space.</p>
<a href="#about" class="btn-get-started scrollto">Learn More</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-background"><img src="img/intro-carousel/2.jpg" alt=""></div>
<div class="carousel-container">
<div class="carousel-content">
<h2>Andriod App Development</h2>
<p>Dedicated mobile app development team to deliver cool mobile apps. We also develop cross platform mobile apps using industry standard html5 mobile app frameworks.</p>
<a href="#services" class="btn-get-started scrollto">Get Started</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-background"><img src="img/intro-carousel/3.jpg" alt=""></div>
<div class="carousel-container">
<div class="carousel-content">
<h2>Web Designing</h2>
<p>Creating website that looks great and work perfectly on desktops, mobiles and tablets. We design Website that is quick, simple, and tailored to meet your requirements.</p>
<a href="#services" class="btn-get-started scrollto">Get Started</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-background"><img src="img/intro-carousel/4.jpg" alt=""></div>
<div class="carousel-container">
<div class="carousel-content">
<h2>Digital Marketing</h2>
<p>We are a team of professionally qualified Digital marketing experts helping businesses to improve their online visibility.</p>
<a href="#services" class="btn-get-started scrollto">Get Started</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-background"><img src="img/intro-carousel/5.jpg" alt=""></div>
<div class="carousel-container">
<div class="carousel-content">
<h2>Project Team</h2>
<p>Your curriculum is missing a very important part - practical skills. You can still develop them easily with CodeUniq Project team</p>
<a href="#services" class="btn-get-started scrollto">Get Started</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-background"><img src="img/intro-carousel/6.jpg" alt=""></div>
<div class="carousel-container">
<div class="carousel-content">
<h2>Video Bloging</h2>
<p>Dedicated online vloging team to deliver cool tricks and techniques. We also share latest tech news and other valuable informations.</p>
<a href="#services" class="btn-get-started scrollto">Get Started</a>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#introCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon ion-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#introCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon ion-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section><!-- #intro -->
<main id="main">
<!--==========================
Featured Services Section
============================
<section id="featured-services">
<div class="container">
<div class="row">
<div class="col-lg-4 box">
<i class="ion-ios-bookmarks-outline"></i>
<h4 class="title"><a href="">Lorem Ipsum Delino</a></h4>
<p class="description">Voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident</p>
</div>
<div class="col-lg-4 box box-bg">
<i class="ion-ios-stopwatch-outline"></i>
<h4 class="title"><a href="">Dolor Sitema</a></h4>
<p class="description">Minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat tarad limino ata</p>
</div>
<div class="col-lg-4 box">
<i class="ion-ios-heart-outline"></i>
<h4 class="title"><a href="">Sed ut perspiciatis</a></h4>
<p class="description">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur</p>
</div>
</div>
</div>
</section> #featured-services -->
<!--==========================
About Us Section
============================-->
<section id="about">
<div class="container">
<header class="section-header">
<h3>About Us</h3>
<p>CodeUniq IT solutions is an easy accessible hub for information technology services and solutions. We have expert IT professionals with experience in providing and maintaining high quality IT services for business firms and corporate entities. We keep highest quality standards and blend the latest innovations in our software development projects.CodeUniq IT solutions is equipped with highly dedicated and talented technical team to follow most latest software development methodologies for our projects.</p>
</header>
<div class="row about-cols">
<div class="col-md-4 wow fadeInUp">
<div class="about-col">
<div class="img">
<img src="img/about-mission.jpg" alt="" class="img-fluid">
<div class="icon"><i class="ion-ios-speedometer-outline"></i></div>
</div>
<h2 class="title"><a href="#">Our Mission</a></h2>
<p>
Help Candidates develop their skill so as to help them in software development according to the current industry standards.
</p>
</div>
</div>
<div class="col-md-4 wow fadeInUp" data-wow-delay="0.1s">
<div class="about-col">
<div class="img">
<img src="img/about-plan.jpg" alt="" class="img-fluid">
<div class="icon"><i class="ion-ios-list-outline"></i></div>
</div>
<h2 class="title"><a href="#">Our Values</a></h2>
<p>
Knowing the needs of each and every candidate and helping them in their own way to become the best IT Professional he can be!
</p>
</div>
</div>
<div class="col-md-4 wow fadeInUp" data-wow-delay="0.2s">
<div class="about-col">
<div class="img">
<img src="img/about-vision.jpg" alt="" class="img-fluid">
<div class="icon"><i class="ion-ios-eye-outline"></i></div>
</div>
<h2 class="title"><a href="#">Our Vision</a></h2>
<p>
To make India the coding expert, in spite of the best math and logic skilled people in India it still fail to be the best in software development.
</p>
</div>
</div>
</div>
</div>
</section><!-- #about -->
<!--==========================
Services Section
============================-->
<section id="services">
<div class="container">
<header class="section-header wow fadeInUp">
<h3>Services</h3>
<p>CodeUniq IT Solutions is an easy accessible hub for IT services and solutions. We have expert IT professionals with experience in providing and maintaining high quality IT services for business firms and corporate entities. We keep highest quality standards and blend the latest innovations in our software development projects.</p>
</header>
<div class="row">
<div class="col-lg-4 col-md-6 box wow bounceInUp" data-wow-duration="1.4s">
<div class="icon"><i class="ion-ios-analytics-outline"></i></div>
<h4 class="title"><a href="webdesigning.html">WEB DESIGN AND DEVELOPMENT</a></h4>
<p class="description">The appearance of your website make strong impression on the image of your company and your website is one of your most important mediums that can be used to reach new customers and generate more leads for your business. We are skilled in creating beautiful, user-friendly and engaging websites that would attract audience representing different walks of life. The responsive websites we create are compatible across all devices from a desktop to a tablet or smart phone so that the users get a full website experience on all devices.</p>
</div>
<div class="col-lg-4 col-md-6 box wow bounceInUp" data-wow-duration="1.4s">
<div class="icon"><i class="ion-ios-bookmarks-outline"></i></div>
<h4 class="title"><a href="webdesigning.html">WEB APPLICATIONS</a></h4>
<p class="description">We aims at creating powerful, secure and effective web applications that meets the exact requirements of our customers in an efficient manner without any compromise in the perfection. Our versatile, scalable and user-friendly web application development solutions are based on the superior programming practices, efficient framework programming, coding standards and guidelines. From performance, quality assurance, usability, security, to stress testing, we employ stringent quality testing measures and use most advanced tools to create robust web applications.</p>
</div>
<div class="col-lg-4 col-md-6 box wow bounceInUp" data-wow-duration="1.4s">
<div class="icon"><i class="ion-ios-paper-outline"></i></div>
<h4 class="title"><a href="android.html">MOBILE APPLICATIONS</a></h4>
<p class="description">With changing technologies, mobile phones or devices are getting extremely 'Smart'. Mobile users are upgrading to smart phones rapidly and are using app to improve various aspects of their lives - be it games, productivity, travel, banking, entertainment or education. The mobile app development solutions offered by us will help you to create better business efficiencies. We execute mobile application development for different platforms such as iOS, Android and Windows mobile. For developing cross platform applications we are using technologies like PhoneGap.</p>
</div>
<div class="col-lg-4 col-md-6 box wow bounceInUp" data-wow-delay="0.1s" data-wow-duration="1.4s">
<div class="icon"><i class="ion-ios-videocam-outline"></i></div>
<h4 class="title"><a href="vlogs">VIDEO BLOGING</a></h4>
<p class="description">Dedicated online vloging team to deliver cool tricks and techniques. We also share latest tech news and other valuable informations. Subscribe our YouTube Chanel 'Codeuniq' for more updates in the curent world and latest technologies. </p>
</div>
<div class="col-lg-4 col-md-6 box wow bounceInUp" data-wow-delay="0.1s" data-wow-duration="1.4s">
<div class="icon"><i class="ion-ios-barcode-outline"></i></div>
<h4 class="title"><a href="marketing.html">DIGITAL MARKETING</a></h4>
<p class="description">The internet has transformed business marketing. No matter what you do, the internet is likely to be at the heart of your marketing strategy. The goal of online marketing is to spread awareness about a business and its products or services via the Internet. We help your business grow through social media marketing which implements various social media networks in order to achieve marketing communication and branding goals. Social media marketing primarily covers activities involving social sharing of content, videos, and images for marketing purposes, as well as paid social media advertising.</p>
</div>
<div class="col-lg-4 col-md-6 box wow bounceInUp" data-wow-delay="0.1s" data-wow-duration="1.4s">
<div class="icon"><i class="ion-ios-people-outline"></i></div>
<h4 class="title"><a href="projects.html">PROJECT TEAM</a></h4>
<p class="description">Instead of simply selling the academics, we here try to enlighten the students in such a way that they turn out to be an expert in the domain they enter to reach the academic project conclusion. This is achieved merely because of the deeper seclusion maintained for every department of support during the allocation of faculty; remaining much unique among the whole sort of players.</p>
</div>
</div>
</div>
</section><!-- #services -->
<!--==========================
Call To Action Section
============================-->
<!--
<section id="call-to-action" class="wow fadeIn">
<div class="container text-center">
<h3>Call To Action</h3>
<p> Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<a class="cta-btn" href="#">Call To Action</a>
</div>
</section> -->
<!-- #call-to-action -->
<!--==========================
Portfolio Section
============================-->
<section id="portfolio" class="section-bg" >
<div class="container">
<header class="section-header">
<h3 class="section-title">Our Portfolio</h3>
</header>
<div class="row">
<div class="col-lg-12">
<ul id="portfolio-flters">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-app">Android</li>
<li data-filter=".filter-card">Marketing</li>
<li data-filter=".filter-web">Websites</li>
<!--<li data-filter=".filter-vlog">Vlogs</li>-->
</ul>
</div>
</div>
<div class="row portfolio-container">
<div class="col-lg-4 col-md-6 portfolio-item filter-app wow fadeInUp">
<div class="portfolio-wrap">
<figure>
<img src="img/portfolio/app1.jpg" class="img-fluid" alt="">
<a href="img/portfolio/app1.jpg" data-lightbox="portfolio" data-title="App 1" class="link-preview" title="Preview"><i class="ion ion-eye"></i></a>
<a href="https://play.google.com/store/apps/details?id=com.blogspot.darwinsapp.malayalamhealthnews" target="_blank" class="link-details" title="More Details"><i class="ion ion-android-open"></i></a>
</figure>
<div class="portfolio-info">
<h4><a href="https://play.google.com/store/apps/details?id=com.blogspot.darwinsapp.malayalamhealthnews" target="_blank" >Malayalam Health News</a></h4>
<p>POWERED BY CODEUNIQ</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app wow fadeInUp">
<div class="portfolio-wrap">
<figure>
<img src="img/portfolio/app2.jpg" class="img-fluid" alt="">
<a href="img/portfolio/app2.jpg" data-lightbox="portfolio" data-title="App 1" class="link-preview" title="Preview"><i class="ion ion-eye"></i></a>
<a href="https://play.google.com/store/apps/details?id=com.blogspot.darwinsapp.parrotquiz" target="_blank" class="link-details" title="More Details"><i class="ion ion-android-open"></i></a>
</figure>
<div class="portfolio-info">
<h4><a href="https://play.google.com/store/apps/details?id=com.blogspot.darwinsapp.parrotquiz" target="_blank">Parrot Quiz Earnigs</a></h4>
<p>POWERED BY CODEUNIQ</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app wow fadeInUp">
<div class="portfolio-wrap">
<figure>
<img src="img/portfolio/app3.jpg" class="img-fluid" alt="">
<a href="img/portfolio/app3.jpg" data-lightbox="portfolio" data-title="App 1" class="link-preview" title="Preview"><i class="ion ion-eye"></i></a>
<a href="https://play.google.com/store/apps/details?id=com.coduniq.arduino_music_creator" target="_blank" class="link-details" title="More Details"><i class="ion ion-android-open"></i></a>
</figure>
<div class="portfolio-info">
<h4><a href="https://play.google.com/store/apps/details?id=com.coduniq.arduino_music_creator" target="_blank">Arduino Melody Maker</a></h4>
<p>POWERED BY CODEUNIQ</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app wow fadeInUp">
<div class="portfolio-wrap">
<figure>
<img src="img/portfolio/app4.jpg" class="img-fluid" alt="">
<a href="img/portfolio/app4.jpg" data-lightbox="portfolio" data-title="App 1" class="link-preview" title="Preview"><i class="ion ion-eye"></i></a>
<a href="https://play.google.com/store/apps/details?id=com.blogspot.darwinsapp.picstar" target="_blank" class="link-details" title="More Details"><i class="ion ion-android-open"></i></a>
</figure>
<div class="portfolio-info">
<h4><a href="https://play.google.com/store/apps/details?id=com.blogspot.darwinsapp.picstar" target="_blank" >PicStar Photography </a></h4>
<p>POWERED BY CODEUNIQ</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web wow fadeInUp" data-wow-delay="0.1s">
<div class="portfolio-wrap">
<figure>
<img src="img/portfolio/web1.jpg" class="img-fluid" alt="">
<a href="img/portfolio/web1.jpg" class="link-preview" data-lightbox="portfolio" data-title="Web 3" title="Preview"><i class="ion ion-eye"></i></a>
<a href="http://picstarphotography.tk/" target="_blank" class="link-details" title="More Details"><i class="ion ion-android-open"></i></a>
</figure>
<div class="portfolio-info">
<h4><a href="http://picstarphotography.tk/" target="_blank">PicStar Photography</a></h4>
<p>POWERED BY CODEUNIQ</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app wow fadeInUp" data-wow-delay="0.2s">
<div class="portfolio-wrap">
<figure>
<img src="img/portfolio/app5.jpg" class="img-fluid" alt="">
<a href="img/portfolio/app5.jpg" class="link-preview" data-lightbox="portfolio" data-title="App 2" title="Preview"><i class="ion ion-eye"></i></a>
<a href="https://play.google.com/store/apps/details?id=com.codeuniq.catechism" target="_blank" class="link-details" title="More Details"><i class="ion ion-android-open"></i></a>
</figure>
<div class="portfolio-info">
<h4><a href="https://play.google.com/store/apps/details?id=com.codeuniq.catechism" target="_blank" >Oremus-lets pray</a></h4>
<p>POWERED BY CODEUNIQ</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card wow fadeInUp">
<div class="portfolio-wrap">
<figure>
<img src="img/portfolio/card2.jpg" class="img-fluid" alt="">
<a href="img/portfolio/card2.jpg" class="link-preview" data-lightbox="portfolio" data-title="Card 2" title="Preview"><i class="ion ion-eye"></i></a>
<a href="#" class="link-details" title="More Details"><i class="ion ion-android-open"></i></a>
</figure>
<div class="portfolio-info">
<h4><a href="#">Card 1</a></h4>
<p>POWERED BY CODEUNIQ</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web wow fadeInUp" data-wow-delay="0.1s">
<div class="portfolio-wrap">
<figure>
<img src="img/portfolio/web2.jpg" class="img-fluid" alt="">
<a href="img/portfolio/web2.jpg" class="link-preview" data-lightbox="portfolio" data-title="Web 2" title="Preview"><i class="ion ion-eye"></i></a>
<a href="https://lourdesshrinepallikunnu.org" target="_blank" class="link-details" title="More Details"><i class="ion ion-android-open"></i></a>
</figure>
<div class="portfolio-info">
<h4><a href="https://lourdesshrinepallikunnu.org" target="_blank" >Lourde Matha Shrine</a></h4>
<p>POWERED BY CODEUNIQ</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web wow fadeInUp" data-wow-delay="0.1s">
<div class="portfolio-wrap">
<figure>
<img src="img/portfolio/web3.jpg" class="img-fluid" alt="">
<a href="img/portfolio/web3.jpg" class="link-preview" data-lightbox="portfolio" data-title="Web 2" title="Preview"><i class="ion ion-eye"></i></a>
<a href="https://www.alhidma.com" target="_blank" class="link-details" title="More Details"><i class="ion ion-android-open"></i></a>
</figure>
<div class="portfolio-info">
<h4><a href="https://www.alhidma.com" target="_blank" >Alhidma</a></h4>
<p>POWERED BY CODEUNIQ</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app wow fadeInUp" data-wow-delay="0.2s">
<div class="portfolio-wrap">
<figure>
<img src="img/portfolio/app6.jpg" class="img-fluid" alt="">
<a href="img/portfolio/app6.jpg" class="link-preview" data-lightbox="portfolio" data-title="App 3" title="Preview"><i class="ion ion-eye"></i></a>
<a href="https://play.google.com/store/apps/details?id=com.kcym.kozhikode" target="_blank" class="link-details" title="More Details"><i class="ion ion-android-open"></i></a>
</figure>
<div class="portfolio-info">
<h4><a href="https://play.google.com/store/apps/details?id=com.kcym.kozhikode" target="_blank" >KCYM Calicut</a></h4>
<p>POWERED BY CODEUNIQ</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card wow fadeInUp">
<div class="portfolio-wrap">
<figure>
<img src="img/portfolio/card1.jpg" class="img-fluid" alt="">
<a href="img/portfolio/card1.jpg" class="link-preview" data-lightbox="portfolio" data-title="Card 1" title="Preview"><i class="ion ion-eye"></i></a>
<a href="#" class="link-details" title="More Details"><i class="ion ion-android-open"></i></a>
</figure>
<div class="portfolio-info">
<h4><a href="#">Card 2</a></h4>
<p>POWERED BY CODEUNIQ</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card wow fadeInUp" data-wow-delay="0.1s">
<div class="portfolio-wrap">
<figure>
<img src="img/portfolio/card3.jpg" class="img-fluid" alt="">
<a href="img/portfolio/card3.jpg" class="link-preview" data-lightbox="portfolio" data-title="Card 3" title="Preview"><i class="ion ion-eye"></i></a>
<a href="#" class="link-details" title="More Details"><i class="ion ion-android-open"></i></a>
</figure>
<div class="portfolio-info">
<h4><a href="#">Card 3</a></h4>
<p>POWERED BY CODEUNIQ</p>
</div>
</div>
</div>
</div>
</div>
</section><!-- #portfolio -->
<!--==========================
Clients Section
============================-->
<!--==========================
Team Section
============================-->
<section id="team">
<div class="container">
<div class="section-header wow fadeInUp">
<h3>Team</h3>
<p>Our developper team</p>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 wow fadeInUp">
<div class="member">
<img src="img/team-1.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Sherin K R</h4>
<span>Chief Executive Officer</span>
<div class="social">
<a target="_blank" href="https://www.facebook.com/sherin.kr.14"><i class="fa fa-facebook"></i></a>
<a target="_blank" href="https://www.instagram.com/sherin_kr/"><i class="fa fa-instagram"></i></a>
<a target="_blank" href="https://www.linkedin.com/in/sherin-kr-544970157"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="member">
<img src="img/team-2.jpeg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Athul Santhosh</h4>
<span>Creative Head</span>
<div class="social">
<a target="_blank" href=""><i class="fa fa-facebook"></i></a>
<a target="_blank" href="https://www.instagram.com/athulsanthoshkdy/"><i class="fa fa-instagram"></i></a>
<a target="_blank" href="https://in.linkedin.com/in/athul-santhosh-181033143"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.2s">
<div class="member">
<img src="img/team-3.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Sooraj P R</h4>
<span>Chief Technical Officer</span>
<div class="social">
<a href=""><i class="fa fa-facebook"></i></a>
<a target="_blank" href="https://www.instagram.com/soorajpr98/"><i class="fa fa-instagram"></i></a>
<a target="_blank" href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="member">
<img src="img/team-4.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Jishnu Raj</h4>
<span>Product Manager</span>
<div class="social">
<a href=""><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/_j_i_s_h_n_u_/"><i class="fa fa-instagram"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- #team -->
<!--==========================
Contact Section
============================-->
<section id="contact" class="section-bg wow fadeInUp">
<div class="container">
<div class="section-header">
<h3>Contact Us</h3>
<p>CodeUniq IT Solutions is an enthusiastic team of engineering students who needs to change the world and create space for them in the cyber space.</p>
</div>
<div class="row contact-info">
<div class="col-md-4">
<div class="contact-address">
<i class="ion-ios-location-outline"></i>
<h3>Address</h3>
<address><b>CodeUniq IT Solutions</b> <br>College of Engineering vadakara<br>Kozhikode,Kerala,India -673568</address>
</div>
</div>
<div class="col-md-4">
<div class="contact-phone">
<i class="ion-ios-telephone-outline"></i>
<h3>Phone Number</h3>
<p><a href="tel:+917559922829">+91 75599 22829</a><br>
<a href="tel:+918139042819">+91 81390 42819</a></p>
</div>
</div>
<div class="col-md-4">
<div class="contact-email">
<i class="ion-ios-email-outline"></i>
<h3>Email</h3>
<p><a href="mailto:codeuniqprojects@gmail.com">codeuniqprojects@gmail.com</a></p>
</div>
</div>
</div>
<div class="form">
<div id="sendmessage">Your message has been sent. Thank you!</div>
<div id="errormessage"></div>
<form action="" method="post" role="form" class="contactForm">
<div class="form-row">
<div class="form-group col-md-6">
<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 class="validation"></div>
</div>
<div class="form-group col-md-6">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email" />
<div class="validation"></div>
</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 8 chars of subject" />
<div class="validation"></div>
</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 class="validation"></div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</section><!-- #contact -->
</main>
<!--==========================
Footer
============================-->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-info">
<h3>CodeUniq</h3>
<p>CodeUniq IT Solutions is an easy accessible hub for IT services and solutions. We have expert IT professionals with experience in providing and maintaining high quality IT services for business firms and corporate entities. We keep highest quality standards and blend the latest innovations in our software development projects.</p>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="ion-ios-arrow-right"></i> <a href="#">Home</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="#about">About us</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="#services">Services</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="#">Terms of service</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="#">Privacy policy</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
<b>CodeUniq Pvt Ltd. </b><br>
College of Engineering Vadakara<br>
Vadakara,Kozhikode <br>
Kerala,India - 673568 <br>
<strong>Phone 1 : </strong> +91 75599 22829<br>
<strong>Phone 2 : </strong> +91 81390 42819<br>
<strong>Email:</strong> codeuniqprojects@gmail.com<br>
</p>
<div class="social-links">
<a href="https://twitter.com/CodUniq/" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/CodeUniq-114912996586353/" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/codeuniqprojects/" class="instagram"><i class="fa fa-instagram"></i></a>
<a href="https://www.youtube.com/channel/UCPdUQF0fLsrmcqENU6-Biew?view_as=subscriber" class="google-plus"><i class="fa fa-youtube"></i></a>
<a href="https://www.linkedin.com/in/code-uniq-a8311b196/" class="linkedin"><i class="fa fa-linkedin"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 footer-newsletter">
<h4>Our Newsletter</h4>
<p>To get notified on latest update subscribe our Chanel.</p>
<!--
<form action="" method="post">
<input type="email" name="email"><input type="submit" value="Subscribe">
</form>
-->
<a target="_blank" href="https://www.youtube.com/channel/UCPdUQF0fLsrmcqENU6-Biew" > <BUTTON style="background-color:#18d26e; color: white; size: 1.5em; border: white; width: 100px; height: 30px;" >Subscribe </BUTTON> </a>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong>CodeUniq IT solutions</strong>. All Rights Reserved
</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/buy/?theme=CodeUniq
-->
<!-- Designed by <a href="#">CodeUniq IT solutions</a> -->
</div>
</div>
</footer><!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Uncomment below i you want to use a preloader -->
<div id="preloader"></div>
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<script src="lib/touchSwipe/jquery.touchSwipe.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
</body>
</html>