-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
755 lines (671 loc) · 34.2 KB
/
index.html
File metadata and controls
755 lines (671 loc) · 34.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Website Title -->
<title>Vasanth Kumar - Logo designer and Poster designer</title>
<!-- Bootstrap -->
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Font-Awesome -->
<link href="assets/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<!-- Lightbox -->
<link href="assets/lightbox/css/lightbox.css" rel="stylesheet">
<!-- Text Rotator-->
<link href="assets/textrotator/simpletextrotator.css" rel="stylesheet">
<!-- FlexSlider -->
<link href="assets/flexslider/flexslider.css" rel="stylesheet">
<!-- Theme Style -->
<link href="css/style.css" rel="stylesheet">
<!-- Animations -->
<link href="css/animate.css" rel="stylesheet">
<!-- Custom Favicon -->
<link href="img\Browser.png" rel="shortcut icon" type="image/x-icon" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="assets/html5shiv/html5shiv.js"></script>
<script src="assets/respond/respond.min.js"></script>
<![endif]-->
</head>
<body id="top">
<!-- ****************************** Preloader ************************** -->
<div id="preloader"></div>
<!-- ==========================
HEADER SECTION
=========================== -->
<header id="home">
<!-- creative menu -->
<div class="container-fluid">
<div class="row">
<div class="menu-wrap">
<nav class="menu">
<!-- Menu Links -->
<div class="icon-list">
<a href="index.html#home"><i class="fa fa-fw fa-home"></i><span>Home</span></a>
<a href="index.html#about"><i class="fa fa-fw fa-quote-left"></i><span>About</span></a>
<a href="index.html#service"><i class="fa fa-fw fa-globe"></i><span>Service</span></a>
<a href="index.html#portfolio"><i class="fa fa-fw fa-picture-o"></i><span>Projects</span></a>
<a href="index.html#contact"><i class="fa fa-fw fa-envelope-o"></i><span>Contact</span></a>
</div>
</nav>
</div>
<button class="menu-button" id="open-button"></button><!-- menu button -->
</div><!--/row-->
</div><!--/container-->
<!-- Header Image -->
<section class="hero" id="hero">
<div class="container">
<!-- Slider Button (don't edit!)-->
<div class="row">
<div class="col-md-12 text-right navicon">
<a id="nav-toggle" class="nav_slide_button" href="index.html#"><span></span></a>
</div>
</div>
<!-- HEADER HEADLINE -->
<div class="row">
<div class="col-md-8 col-md-offset-1 inner">
<h1 class="animated fadeInDown">
va<span style="color:#E04343;">san</span>th<br/>
<span>ku<span style="color:#FFE800">m</span>ar</span>
</h1><!-- Title -->
<h3 class="animated fadeInUp delay-05s"><span class="rotate">Logo Designer,Poster Designer,Brand Kit</span></h3><!-- Text Rotator -->
</div>
</div>
<!-- Learn More Button -->
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<a href="index.html#about" class="scrollto wow fadeInUp delay-5s ">
<p style="color: black; font-size: 2vh;">SEE MORE</p>
<p class="scrollto--arrow" style="color: black;"><img src="img\Down.png" alt="scroll down arrow"></p>
</a>
</div>
</div>
</div>
</section>
<!-- Header Image End -->
</header>
<!-- ==========================
HEADER SECTION END
=========================== -->
<!-- ==========================
ABOUT SECTION
=========================== -->
<section class="intro text-center section-padding color-bg" id="about">
<div class="container">
<!-- WELCOME TEXT -->
<div class="row">
<div class="col-md-8 col-md-offset-2 wp1">
<h1 class="arrow">A little <span>about</span> me</h1><!-- Headline -->
<!-- about / welcome text -->
<p>Hey there, I'm Vasanth, a skilled designer with a passion for crafting exceptional visual experiences. With expertise in logo design, branding, Instagram carousels, packaging, and posters, I thrive on bringing creativity and strategy together. Utilizing Adobe tools, I specialize in translating ideas into compelling designs that leave a lasting impression. Let's collaborate to elevate your brand and captivate your audience with stunning visuals tailored to your unique identity!</p>
</div>
</div>
</div>
</section>
<!-- ==========================
SERVICE SECTION
=========================== -->
<section class="features text-center section-padding" id="service">
<div class="container">
<!-- Headline -->
<div class="row">
<div class="col-md-12">
<h1 class="arrow">I do <span style="color: #FFE800;">amazing</span> things for clients</h1>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="services">
<!-- Service Box 1 -->
<div class="col-md-4 wp2 item">
<div class="icon">
<i class="fa fa-camera"></i><!-- Icon -->
</div>
<h2>Logo Designer</h2><!-- Title -->
<p>Passionate logo designer dedicated to crafting impactful brand identities. Let's ignite your brand's essence and set it apart.</p><!-- Description -->
</div>
<!-- Service Box 2 -->
<div class="col-md-4 wp2 item delay-05s">
<div class="icon">
<i class="fa fa-desktop"></i><!-- Icon -->
</div>
<h2>Poster Designer</h2><!-- Title -->
<p>Dedicated poster designer blending creativity and strategy to craft captivating visuals. Let's bring your ideas to life.</p><!-- Description -->
</div>
<!-- Service Box 3 -->
<div class="col-md-4 wp2 item delay-1s">
<div class="icon">
<i class="fa fa-instagram" aria-hidden="true"></i>
</div>
<h2>Instagram corousel</h2><!-- Title -->
<p>Passionate Instagram carousel designer merging creativity and strategy to captivate your audience. Let's transform your Instagram presence together.</p><!-- Description -->
</div>
<!-- Service Box 4 -->
<div class="col-md-4 wp2 item delay-1s">
<div class="icon">
<i class="fa fa-line-chart" aria-hidden="true"></i><!-- Icon -->
</div>
<h2>Branding,Brand Manipulation</h2><!-- Title -->
<p>Branding enthusiast crafting impactful brand identities. Let's shape your brand to stand out.</p><!-- Description -->
</div>
<!-- Service Box 5 -->
<div class="col-md-4 wp2 item delay-1s">
<div class="icon">
<i class="fa fa-picture-o" aria-hidden="true"></i>
</div>
<h2>Adobe Photoshop/Adobe After Effects</h2><!-- Title -->
<p>Skilled designer adept in Photoshop and After Effects, specializing in stunning visuals and dynamic motion graphics. Let's bring your ideas to life!</p><!-- Description -->
</div>
<!-- Service Box 6 -->
<div class="col-md-4 wp2 item delay-1s">
<div class="icon">
<i class="fa fa-bolt" aria-hidden="true"></i>
</div>
<h2>Adobe Illustrator/Adobe Premier Pro</h2><!-- Title -->
<p>Proficient designer fluent in Illustrator and Premiere Pro, excelling in vector graphics and video edits. Let's elevate your visual content together!</p><!-- Description -->
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</section>
<div class="container-fluid">
<!-- About 1 -->
<div class="row color-bg">
<div class="col-md-6 nopadding features-intro-img">
<div class="about-image" style="background-image:url(img/about1.png)"></div><!-- about image 1 -->
</div>
<div class="col-md-6 about-text">
<h6 style="color: #FFE800;">High quality logodesign</h6><!-- headline-->
<p>Commencing their process with a thorough comprehension of the brand's essence, designers ensure that each element mirrors its identity and values. Prioritizing and capturing the customer's preferences, they craft a design resonant with the vision, adaptable across multiple mediums. Emphasizing simplicity and clarity, the objective is to create a logo that instantly captivates and endures in the audience's memory. </p><br><!-- About Text 1 -->
<!--<a href="index.html#team" class="weight-outline-btn">Read more</a> read more button -->
</div>
</div>
<!-- About 2 -->
<div class="row">
<div class="col-md-6 about-text">
<h6 style="color: black;">Poster Designer</h6><!-- Headline -->
<p style="color: black;">Emphasizing the importance of concise and clear content alongside strategically integrated graphics in poster design. Each design exemplifies the ability to capture attention, convey messages effectively, and create visually appealing compositions. By balancing these elements, every poster designed resonates powerfully and effectively communicates its intended message, leaving a lasting impression on viewers. </p><br><!-- About Text 2 -->
<!--<a href="index.html#team" class="weight-outline-btn">Read more</a> read more button -->
</div>
<div class="col-md-6 nopadding features-intro-img">
<div class="about-image" style="background-image:url(img/about2.jpg)"></div><!-- about image 2 -->
</div>
</div>
<!-- About 3 -->
<div class="row color-bg">
<div class="col-md-6 nopadding features-intro-img">
<div class="about-image" style="background-image:url(img/about3.png)"></div><!-- about image 3 -->
</div>
<div class="col-md-6 about-text">
<h6 style="color: #FFE800;">Adobe Photoshop</h6><!-- Headline-->
<p>Showcasing a diverse skill set encompassing image editing, graphic design, photo manipulation, and design creation. Through visual storytelling and creative compositions, bringing concepts to life while expertly managing layers for seamless integration. With a keen eye for detail, specialize in photo retouching, incorporating graphic elements and visual effects to enhance each project.</p><br><!-- About Text 3 -->
<!--<a href="index.html#team" class="weight-outline-btn">Read more</a> read more button -->
</div>
</div>
</div>
<!-- ==========================
ABOUT SECTION END
=========================== -->
<!-- ==========================
PORTFOLIO SECTION
=========================== -->
<section class="swag text-center" id="portfolio">
<div class="container">
<!-- Headline -->
<div class="row">
<h1 class="arrow">
Recent <span>Projects</span>
</h1>
</div>
</div>
</section>
<div class="container">
<div class="row row-offset-0">
<!-- PORTFOLIO ITEM 1 -->
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-01-large.jpg" data-lightbox="roadtrip" title="Logo design 1 - cup application 1"><img class="grayscale" src="img/portfolio/portfolio-01-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
<!-- PORTFOLIO ITEM 2 -->
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-02-large.jpg" data-lightbox="roadtrip" title="Logo design 1 - packages"><img class="grayscale" src="img/portfolio/portfolio-02-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
<!-- PORTFOLIO ITEM 3 -->
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-03-large.jpg" data-lightbox="roadtrip" title="Logo design 1 - cup application 2"><img class="grayscale" src="img/portfolio/portfolio-03-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
<!-- PORTFOLIO ITEM 4 -->
<div class="col-md-3 col-sm-6 ">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-04-large.jpg" data-lightbox="roadtrip" title="Logo design 1- wrapper"><img class="grayscale" src="img/portfolio/portfolio-04-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
<!-- PORTFOLIO ITEM 5 -->
<div class="col-md-3 col-sm-6 ">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-05-large.jpg" data-lightbox="roadtrip" title=" Logo design 2- Packing tape"><img class="grayscale" src="img/portfolio/portfolio-05-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
<!-- PORTFOLIO ITEM 6 -->
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-06-large.jpg" data-lightbox="roadtrip" title="Logo design 2 - packages"><img class="grayscale" src="img/portfolio/portfolio-06-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
<!-- PORTFOLIO ITEM 7 -->
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-07-large.jpg" data-lightbox="roadtrip" title="Logo design 2 - carrier bag"><img class="grayscale" src="img/portfolio/portfolio-07-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
<!-- PORTFOLIO ITEM 8 -->
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-08-large.jpg" data-lightbox="roadtrip" title="Logo design 2 - boxes"><img class="grayscale" src="img/portfolio/portfolio-08-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
</div><!--/row-->
</div><!--/.container-->
<!-- ==========================
PORTFOLIO SECTION END
=========================== -->
<!-- ==========================
PORTFOLIO SECTION
=========================== -->
<section class="swag text-center" id="portfolio">
<div class="container">
<!-- Headline -->
<div class="row">
<h1 class="arrow">
Projects<span>Beloved</span>
</h1>
</div>
</div>
</section>
<div class="container">
<div class="row row-offset-0">
<!-- PORTFOLIO ITEM 1 -->
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-09-large.jpg" data-lightbox="roadtrip" title="Logo design 3 - Logo"><img class="grayscale" src="img/portfolio/portfolio-09-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
<!-- PORTFOLIO ITEM 2 -->
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-10-large.jpg" data-lightbox="roadtrip" title="Logo design 3 - sleeve"><img class="grayscale" src="img/portfolio/portfolio-10-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
<!-- PORTFOLIO ITEM 3 -->
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-11-large.jpg" data-lightbox="roadtrip" title="Logo design 3 - logo"><img class="grayscale" src="img/portfolio/portfolio-11-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
<!-- PORTFOLIO ITEM 4 -->
<div class="col-md-3 col-sm-6 ">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-12-large.jpg" data-lightbox="roadtrip" title="Logo design 3 - wrapper"><img class="grayscale" src="img/portfolio/portfolio-12-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
<!-- PORTFOLIO ITEM 5 -->
<div class="col-md-3 col-sm-6 ">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-13-large.jpg" data-lightbox="roadtrip" title="Logo design 4 - logo"><img class="grayscale" src="img/portfolio/portfolio-13-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
<!-- PORTFOLIO ITEM 6 -->
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-14-large.jpg" data-lightbox="roadtrip" title="Logo design 4 - product application"><img class="grayscale" src="img/portfolio/portfolio-14-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
<!-- PORTFOLIO ITEM 7 -->
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-15-large.jpg" data-lightbox="roadtrip" title="Logo design 4 - product application"><img class="grayscale" src="img/portfolio/portfolio-15-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
<!-- PORTFOLIO ITEM 8 -->
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-16-large.jpg" data-lightbox="roadtrip" title="Logo design 4 - carrier bags"><img class="grayscale" src="img/portfolio/portfolio-16-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
</div><!--/row-->
</div><!--/.container-->
<!-- ==========================
PORTFOLIO SECTION END
=========================== -->
<!-- ==========================
PORTFOLIO SECTION
=========================== -->
<section class="swag text-center" id="portfolio">
<div class="container">
<!-- Headline -->
<div class="row">
<h1 class="arrow">
More<span>Works</span>
</h1>
</div>
</div>
</section>
<div class="container">
<div class="row row-offset-0">
<!-- PORTFOLIO ITEM 1 -->
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-17-large.jpg" data-lightbox="roadtrip" title="Logo design 5 - Logo"><img class="grayscale" src="img/portfolio/portfolio-17-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
<!-- PORTFOLIO ITEM 2 -->
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-18-large.jpg" data-lightbox="roadtrip" title="Logo design 5 - Product application"><img class="grayscale" src="img/portfolio/portfolio-18-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
<!-- PORTFOLIO ITEM 3 -->
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-19-large.jpg" data-lightbox="roadtrip" title="Logo design 5 - design"><img class="grayscale" src="img/portfolio/portfolio-19-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
<!-- PORTFOLIO ITEM 4 -->
<div class="col-md-3 col-sm-6 ">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-20-large.jpg" data-lightbox="roadtrip" title="Logo design 5 - Product application"><img class="grayscale" src="img/portfolio/portfolio-20-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
<!-- PORTFOLIO ITEM 5 -->
<div class="col-md-3 col-sm-6 ">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-21-large.jpg" data-lightbox="roadtrip" title="Logo design 6 - design "><img class="grayscale" src="img/portfolio/portfolio-21-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
<!-- PORTFOLIO ITEM 6 -->
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-22-large.jpg" data-lightbox="roadtrip" title="Logo design 6 - variations"><img class="grayscale" src="img/portfolio/portfolio-22-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
<!-- PORTFOLIO ITEM 7 -->
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-23-large.jpg" data-lightbox="roadtrip" title="Logo design 6 - application"><img class="grayscale" src="img/portfolio/portfolio-23-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
<!-- PORTFOLIO ITEM 8 -->
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-24-large.jpg" data-lightbox="roadtrip" title="Logo design 6 - live product"><img class="grayscale" src="img/portfolio/portfolio-24-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
</div><!--/row-->
</div><!--/.container-->
<!-- ==========================
PORTFOLIO SECTION END
=========================== -->
<!-- ==========================
CUSTOM SPACER
=========================== -->
<div class="spacer-cta text-center" style="background-color: white;">
<div class="container" >
<div class="row">
<div class="col-md-12" >
<a href="index.html#contact" class="outline-btn">hire vasanth Kumar</a>
</div>
</div>
</div>
</div>
<!-- ==========================
CUSTOM SPACER END
=========================== -->
<!-- ==========================
CLIENT SECTION
=========================== -->
<div class="container-fluid">
<div class="row color-bg">
<!-- Left Image -->
<div class="col-md-6 nopadding features-intro-img wow fadeInLeft">
<div class="about-image" style="background-image:url(img/clients.jpg)"></div>
</div>
<!-- Clients / Testimonials -->
<div class="col-md-6 nopadding about-text">
<h6>What our clients said</h6>
<div id="clientSlider">
<ul class="slides">
<li><p> Incredible turnaround time! Not only did you deliver a fantastic logo ahead of schedule, but its clarity and simplicity make it instantly recognizable. Your efficiency and clear design sensibility are unmatched! Your professionalism and communication throughout the process made it a pleasure to work with you.<br> <small>- client</small></p></li>
<li><p>The posters were ready in record time, and their clear design made them stand out in a crowded market. Your ability to balance creativity with clarity is truly impressive! Clients have been raving about the posters, thanks to your attention to detail and commitment to excellence <br> <small>- client</small></p></li>
<li><p>Your quick photo edits were a lifesaver for my project, and the clear, polished finish exceeded my expectations. Your attention to detail and swift turnaround are second to none! The photos you edited have received widespread praise for their professional quality and flawless execution <br> <small>- client</small></p> </li>
</ul>
</div>
</div>
</div>
</div>
<!-- About 2 -->
<div class="row">
<div class="col-md-6 about-text">
<h6 style="color: black;">Client Testimonials</h6><!-- Headline -->
<p style="color: black;">Your talent shines through in the captivating logo you've crafted for us. It perfectly encapsulates our brand identity and resonates with our audience. Your dedication to understanding our vision and delivering beyond expectations is truly commendable. Thank you for your outstanding work and invaluable contribution</p><br><!-- About Text 2 -->
<!--<a href="index.html#team" class="weight-outline-btn">Read more</a> read more button -->
</div>
<div class="col-md-6 nopadding features-intro-img">
<div class="about-image" style="background-image:url(img/kyraslogo.jpg)"></div><!-- about image 2 -->
</div>
</div>
<!-- ==========================
CLIENTS SECTION END
=========================== -->
<!-- ==========================
NEWSLETTER SECTION
=========================== -->
<!-- ==========================
NEWSLETTER SECTION END
=========================== -->
<!-- ==========================
CONTACT SECTION
=========================== -->
<section class="text-center section-padding contact-wrap" id="contact">
<!-- To Top Button -->
<a href="index.html#top" class="up-btn"><i class="fa fa-chevron-up"></i></a>
<div class="container">
<!-- Headline -->
<div class="row">
<div class="col-md-12">
<h1 class="arrow">Be <span>in</span> Touch</h1>
</div>
</div>
<div class="row contact-details">
<!-- Adress Box -->
<div class="col-md-4">
<div class="dark-box box-hover">
<h2><i class="fa fa-map-marker"></i><span>Address</span></h2>
<p> 11/88A, Radha Illam, Nall Road, Sirumugai - 641302</p>
</div>
</div>
<!-- Phone Number Box -->
<div class="col-md-4">
<div class="dark-box box-hover">
<h2><i class="fa fa-mobile"></i><span>Phone</span></h2>
<p>+91 87549 86679</p>
</div>
</div>
<!-- E-Mail Box -->
<div class="col-md-4">
<div class="dark-box box-hover">
<h2><i class="fa fa-paper-plane"></i><span>Email</span></h2>
<p><a href="https://mail.google.com/mail/?view=cm&fs=1&to=vasanth.graphicdes@gmail.com">vasanth.graphicdes@gmail.com</a></p>
</div>
</div>
</div>
<br>
<!-- Social Buttons - use font-awesome, past in what you want -->
<div class="row">
<div class="col-md-12">
<ul class="social-buttons">
<!-- <li><a href="index.html#" class="social-btn"><i class="fa fa-dribbble"></i></a></li>dribble -->
<!-- <li><a href="index.html#" class="social-btn"><i class="fa fa-twitter"></i></a></li>twitter -->
<!-- <li><a href="index.html#" class="social-btn"><i class="fa fa-facebook"></i></a></li>facebook -->
<li><a href="https://www.instagram.com/.designstudio/" class="social-btn"><i class="fa fa-instagram"></i></a></li><!-- deviantart -->
<li><a href="https://www.linkedin.com/in/vasanth-kumar-v-4b8532251/" class="social-btn"><i class="fa fa-linkedin"></i></a></li><!-- youtube -->
</ul>
</div>
</div>
</div>
</section>
<!-- ==========================
CONTACT SECTION END
=========================== -->
<!-- ==========================
FOOTER SECTION
=========================== -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<p>Developed by Kyras. © 2024</p>
</div>
</div>
</div>
</footer>
<!-- ==========================
FOOTER SECTION END
=========================== -->
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<!-- SmoothScroll -->
<script type="text/javascript" src="assets/smoothscroll/smoothscroll.js"></script>
<!-- Bootstrap -->
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/waypoints.min.js"></script>
<!-- classie.js -->
<script src="js/classie.js"></script>
<!-- FlexSlider -->
<script src="assets/flexslider/jquery.flexslider.js"></script>
<!-- Modernizr -->
<script src="js/modernizr.js"></script>
<!-- Text Rotator -->
<script src="assets/textrotator/jquery.simple-text-rotator.js"></script>
<!-- Lightbox.js -->
<script src="assets/lightbox/js/lightbox.min.js"></script>
<!-- Google Maps -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDeKBBPJTG3v5w3cNPAgM6ZsJiPyL1mP_o&sensor=false"></script>
<!-- Theme JavaScript Core -->
<script src="js/main.js"></script>
<script src="js/script.js"></script>
<!-- GOOGLE MAPS DATA -->
<script type="text/javascript">
// When the window has finished loading create our google map below
google.maps.event.addDomListener(window, 'load', init);
function init() {
// Basic options for a simple Google Map
// For more options see: https://developers.google.com/maps/documentation/javascript/reference#MapOptions
var mapOptions = {
// How zoomed in you want the map to start at (always required)
zoom: 15,
scrollwheel: false,
// The latitude and longitude to center the map (always required)
center: new google.maps.LatLng(40.68961985411178, -74.01618003845215), // New York
// How you would like to style the map.
// This is where you would paste any style found on Snazzy Maps.
styles: [ { featureType:'water', stylers:[{color:'#F2F2F2'},{visibility:'on'}] },{ featureType:'landscape', stylers:[{color:'#FFFFFF'}] },{ featureType:'road', stylers:[{saturation:-100},{lightness:45}] },{ featureType:'road.highway', stylers:[{visibility:'simplified'}] },{ featureType:'road.arterial', elementType:'labels.icon', stylers:[{visibility:'off'}] },{ featureType:'administrative', elementType:'labels.text.fill', stylers:[{color:'#ADADAD'}] },{ featureType:'transit', stylers:[{visibility:'off'}] },{ featureType:'poi', stylers:[{visibility:'off'}] }]
};
// Get the HTML DOM element that will contain your map
// We are using a div with id="map" seen below in the <body>
var mapElement = document.getElementById('googlemaps');
// Create the Google Map using out element and options defined above
var map = new google.maps.Map(mapElement, mapOptions);
}
</script>
<!-- TEXT ROTATOR SETTINGS -->
<script type="text/javascript">
$(".rotate").textrotator({
animation: "fade", // You can pick the way it animates when rotating through words. Options are dissolve (default), fade, flip, flipUp, flipCube, flipCubeUp and spin.
separator: ",", // If you don't want commas to be the separator, you can define a new separator (|, &, * etc.) by yourself using this field.
speed: 2000 // How many milliseconds until the next word show.
});
</script>
</body>
</html>