-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathtestimonials.html
More file actions
662 lines (573 loc) · 45.4 KB
/
testimonials.html
File metadata and controls
662 lines (573 loc) · 45.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Testimonial</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css">
</head>
<body>
<div class="bg-white dark:bg-black font-poppins">
<!-- section title -->
<div
class="flex flex-row justify-center text-gray-800 dark:text-white text-xl md:text-4xl uppercase font-semibold pt-16 md:pt-12">
<h2 class="px-2 py-2 md:py-5 border-l-4 border-r-4 border-red-500 dark:border-red-700">What People Say About
Us</h2>
</div>
<!-- <div class="mx-44 md:mx- border-t-4 border-red-700"></div> -->
<!-- /section title -->
<div id="testimonials" class="box-border flex justify-center items-center p-0 m-0 " style="min-height: 85vh;">
<div class="relative max-w-full">
<div class="swiper-container ">
<div class="swiper-wrapper text-gray-100">
<!-- /testimonial single -->
<div class="swiper-slide mx-4"
style="width:330px; min-height:350px; background-position: center; background-size:cover; background-color: rgb(134, 133, 133);">
<div class="card">
<div class="layer" style="transition: 0.5s; z-index: 1;"></div>
<div class="content" style="position: relative; z-index: 2;">
<!-- client info -->
<div class="text-sm py-6 px-4 leading-snug">
<p>“I’m ecstatic to learn that the students of Robotics Society have
proven
their
engineering skills
by prototyping the 3D printer indegenously in the department laboratory of
the
university.
This
shows the scholastic ability and innovative minds of our students. I extend
my
happiest
congratulations in this proud moment and expect many such innovative
outcomes
from
the
students
of VSSUT. My best wishes are with the students and the faculty and staff of
the
department.”
</p>
<ul>
<!--<li><a href="https://www.facebook.com/sanjay.agrawal.73700"><i class="fa fa-facebook-square fa-lg"></i></a></li>-->
<!--<li><a href="#"><i class="fa fa-twitter-square fa-lg"></i></a></li>-->
<!--<li><a href="https://www.linkedin.com/in/manikantbehera/"><i class="fa fa-linkedin-square fa-lg"></i></a></li>-->
</ul>
</div>
<!-- /client info -->
<!-- client photo -->
<div>
<img src="/testimonials/img/vc_sir.jpg"
class="rounded-full ring-4 w-24 h-24 ring-gray-500 mx-auto shadow-lg"
alt="Prof. Atal Chaudhuri">
</div>
<!-- /client photo -->
<!--client name-->
<div class="px-2 pt-4 pb-6">
<h3 class="text-lg">Prof. Atal Chaudhuri</h3>
<span class="text-sm ">Honorable Vice Chancellor,VSSUT</span>
</div>
<!--client name-->
</div>
</div>
</div>
<!-- /testimonial single -->
<!-- /testimonial single -->
<div class="swiper-slide mx-4"
style="width:300px; min-height:350px; background-position: center; background-size:cover; background-color: rgb(134, 133, 133);">
<div class="card">
<div class="layer" style="transition: 0.5s; z-index: 1;"></div>
<div class="content" style="position: relative; z-index: 2;">
<!-- client info -->
<div class="text-sm py-6 px-4 leading-snug">
<p>“I feel happy and privileged to be recognized by
the young yet acute minds of the Robotics
Society as a part of their small family.
It has always been a treat and moment of pride
to see the society bloom in the tech field and
come out in flying colors.
I wish them a great deal of success and fame in
the upcoming years and motivate them to
become the strongest pillars of our college.”</p>
</div>
<!-- /client info -->
<!-- client photo -->
<div>
<img src="/testimonials/img/Sanjay_Sir.jpg"
class="rounded-full ring-4 w-24 h-24 ring-gray-500 mx-auto shadow-lg"
alt="Sanjay Agarwal">
</div>
<!-- /client photo -->
<!--client name-->
<div class="px-2 pt-4 pb-5">
<h3 class="text-lg">Dr.Sanjay Agrawal</h3>
<span class="text-sm ">Ex.Vice-President,Robotics Society</span>
<ul>
<li><a href="https://www.facebook.com/sanjay.agrawal.73700"><svg
class="mx-auto pt-2" xmlns="http://www.w3.org/2000/svg"
width="24" height="24" viewBox="0 0 24 24" stroke="currentColor"
fill="currentColor">
<path
d="M22.675 0h-21.35c-.732 0-1.325.593-1.325 1.325v21.351c0 .731.593 1.324 1.325 1.324h11.495v-9.294h-3.128v-3.622h3.128v-2.671c0-3.1 1.893-4.788 4.659-4.788 1.325 0 2.463.099 2.795.143v3.24l-1.918.001c-1.504 0-1.795.715-1.795 1.763v2.313h3.587l-.467 3.622h-3.12v9.293h6.116c.73 0 1.323-.593 1.323-1.325v-21.35c0-.732-.593-1.325-1.325-1.325z" />
</svg>
</a></li>
<!--<li><a href="#"><i class="fa fa-twitter-square fa-lg"></i></a></li>-->
<!--<li><a href="https://www.linkedin.com/in/manikantbehera/"><i class="fa fa-linkedin-square fa-lg"></i></a></li>-->
</ul>
</div>
<!--client name-->
</div>
</div>
</div>
<!-- /testimonial single -->
<!-- /testimonial single -->
<div class="swiper-slide mx-4"
style="width:300px; min-height:350px; background-position: center; background-size:cover; background-color: rgb(134, 133, 133);">
<div class="card">
<div class="layer" style="transition: 0.5s; z-index: 1;"></div>
<div class="content" style="position: relative; z-index: 2;">
<!-- client info -->
<div class="text-sm py-7 px-4 leading-relaxed">
<p>"I am happy to learn that the support and
guidance rendered by me has been of great
help to the Robotics Society.
I warmly welcome the members of society for
any sort of aid which can build a ladder of
success for them.
Lastly, I congratulate the members for all their
achievements and wish them luck for their
bright future."</p>
</div>
<!-- /client info -->
<!-- client photo -->
<div>
<img src="/testimonials/img/das_Sir.jpg"
class="rounded-full ring-4 w-24 h-24 ring-gray-500 mx-auto shadow-lg"
alt="Mr. Bikramaditya Das">
</div>
<!-- /client photo -->
<!--client name-->
<div class="px-2 pt-4 pb-5">
<h3 class="text-lg">Bikramaditya Das</h3>
<span class="text-sm ">Ex.Faculty Advisor</span>
<ul>
<!--<li><a href="https://www.facebook.com/lingraj.dora.5"><i class="fa fa-facebook-square fa-lg"></i></a></li>-->
<!--<li><a href="#"><i class="fa fa-twitter-square fa-lg"></i></a></li>-->
<!--<li><a href="https://www.linkedin.com/in/manikantbehera/"><i class="fa fa-linkedin-square fa-lg"></i></a></li>-->
</ul>
</div>
<!--client name-->
</div>
</div>
</div>
<!-- /testimonial single -->
<!-- /testimonial single -->
<div class="swiper-slide mx-4"
style="width:300px; min-height:350px; background-position: center; background-size:cover; background-color: rgb(134, 133, 133);">
<div class="card">
<div class="layer" style="transition: 0.5s; z-index: 1;"></div>
<div class="content" style="position: relative; z-index: 2;">
<!-- client info -->
<div class="text-sm py-6 px-14 leading-relaxed">
<p>“Robotics Society is an official
technical society of VSSUT, Burla
which encourages various
technical activities and projects in
the field of amateur as well as
advanced Robotics, in the University.”
</p>
</div>
<!-- /client info -->
<!-- client photo -->
<div>
<img src="/testimonials/img/client.jpg"
class="rounded-full ring-4 w-24 h-24 ring-gray-500 mx-auto shadow-lg"
alt="Biswajit Paridav">
</div>
<!-- /client photo -->
<!--client name-->
<div class="px-2 pt-4 pb-7">
<h3 class="text-lg">Biswajit Parida</h3>
<span class="text-sm ">Founder</span>
<ul>
<li><a href="https://www.facebook.com/biswajit.parida"><svg
class="mx-auto pt-2" xmlns="http://www.w3.org/2000/svg"
width="24" height="24" viewBox="0 0 24 24" stroke="currentColor"
fill="currentColor">
<path
d="M22.675 0h-21.35c-.732 0-1.325.593-1.325 1.325v21.351c0 .731.593 1.324 1.325 1.324h11.495v-9.294h-3.128v-3.622h3.128v-2.671c0-3.1 1.893-4.788 4.659-4.788 1.325 0 2.463.099 2.795.143v3.24l-1.918.001c-1.504 0-1.795.715-1.795 1.763v2.313h3.587l-.467 3.622h-3.12v9.293h6.116c.73 0 1.323-.593 1.323-1.325v-21.35c0-.732-.593-1.325-1.325-1.325z" />
</svg>
</a></li>
<!--<li><a href="#"><i class="fa fa-twitter-square fa-lg"></i></a></li>-->
<!--<li><a href="#"><i class="fa fa-linkedin-square fa-lg"></i></a></li>-->
</ul>
</div>
<!--client name-->
</div>
</div>
</div>
<!-- /testimonial single -->
<!-- /testimonial single -->
<div class="swiper-slide mx-4"
style="width:300px; min-height:350px; background-position: center; background-size:cover; background-color: rgb(134, 133, 133);">
<div class="card">
<div class="layer" style="transition: 0.5s; z-index: 1;"></div>
<div class="content" style="position: relative; z-index: 2;">
<!-- client info -->
<div class="text-sm py-6 px-4 leading-relaxed">
<p>“It's a proud moment for me to be acknowledged as a member of the robotics
society of
Vssut.It was a great feeling to work for this club , probably the best one
during my
whole Btech journey which started as well as ended with this club only.Each
moment
associated with this society will remain evergreen in my heart.”</p>
</div>
<!-- /client info -->
<!-- client photo -->
<div>
<img src="/testimonials/img/suraj_dash.jpg"
class="rounded-full ring-4 w-24 h-24 ring-gray-500 mx-auto shadow-lg"
alt="Suraj Dash">
</div>
<!-- /client photo -->
<!--client name-->
<div class="px-2 pt-4 pb-5">
<h3 class="text-lg">Suraj Das</h3>
<span class="text-sm ">Former Secretary,2014</span>
<ul>
<li class="inline-block list-none"><a
href="https://www.facebook.com/suraj.dash.35"><svg class="pt-2"
xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" stroke="currentColor" fill="currentColor">
<path
d="M22.675 0h-21.35c-.732 0-1.325.593-1.325 1.325v21.351c0 .731.593 1.324 1.325 1.324h11.495v-9.294h-3.128v-3.622h3.128v-2.671c0-3.1 1.893-4.788 4.659-4.788 1.325 0 2.463.099 2.795.143v3.24l-1.918.001c-1.504 0-1.795.715-1.795 1.763v2.313h3.587l-.467 3.622h-3.12v9.293h6.116c.73 0 1.323-.593 1.323-1.325v-21.35c0-.732-.593-1.325-1.325-1.325z" />
</svg>
</a></li>
<!--<li><a href="#"><i class="fa fa-twitter-square fa-lg"></i></a></li>-->
<li class="inline-block list-none"><a
href="https://www.linkedin.com/in/suraj-dash-b1636262/"><svg
class=" pt-2" xmlns="http://www.w3.org/2000/svg" width="24"
height="24" viewBox="0 0 24 24" stroke="currentColor"
fill="currentColor">
<path
d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z" />
</svg></a></li>
</ul>
</div>
<!--client name-->
</div>
</div>
</div>
<!-- /testimonial single -->
<!-- /testimonial single -->
<div class="swiper-slide mx-4"
style="width:300px; min-height:350px; background-position: center; background-size:cover; background-color: rgb(134, 133, 133);">
<div class="card">
<div class="layer" style="transition: 0.5s; z-index: 1;"></div>
<div class="content" style="position: relative; z-index: 2;">
<!-- client info -->
<div class="text-sm py-7 px-4 leading-snug">
<p>“It feels immense pleasure to be honored and
reminisced by the present dwellers of the society
with which I strongly connect to. It has always
been overwhelming for me to be a part of that
society which could arouse the passion in me to
"Bend"," Break" and "fix" machines.
I truly believe that ,"The mind is not a vessel to
be filled, but a fire to be kindled".</p>
</p>
</div>
<!-- /client info -->
<!-- client photo -->
<div>
<img src="/testimonials/img/client-2.jpg"
class="rounded-full ring-4 w-24 h-24 ring-gray-500 mx-auto shadow-lg"
alt="Manikant Behera">
</div>
<!-- /client photo -->
<!--client name-->
<div class="px-2 pt-4 pb-5">
<h3 class="text-lg">Manikant Behera</h3>
<span class="text-sm ">Former Secretary,2015</span>
<ul>
<li class="inline-block list-none"><a
href="https://www.facebook.com/manikantabehera"><svg class="pt-2"
xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" stroke="currentColor" fill="currentColor">
<path
d="M22.675 0h-21.35c-.732 0-1.325.593-1.325 1.325v21.351c0 .731.593 1.324 1.325 1.324h11.495v-9.294h-3.128v-3.622h3.128v-2.671c0-3.1 1.893-4.788 4.659-4.788 1.325 0 2.463.099 2.795.143v3.24l-1.918.001c-1.504 0-1.795.715-1.795 1.763v2.313h3.587l-.467 3.622h-3.12v9.293h6.116c.73 0 1.323-.593 1.323-1.325v-21.35c0-.732-.593-1.325-1.325-1.325z" />
</svg>
</a></li>
<!--<li><a href="#"><i class="fa fa-twitter-square fa-lg"></i></a></li>-->
<li class="inline-block list-none"><a
href="https://www.linkedin.com/in/manikantbehera/"><svg
class=" pt-2" xmlns="http://www.w3.org/2000/svg" width="24"
height="24" viewBox="0 0 24 24" stroke="currentColor"
fill="currentColor">
<path
d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z" />
</svg></a></li>
</ul>
</div>
<!--client name-->
</div>
</div>
</div>
<!-- /testimonial single -->
<!-- /testimonial single -->
<div class="swiper-slide mx-4"
style="width:300px; min-height:350px; background-position: center; background-size:cover; background-color: rgb(134, 133, 133);">
<div class="card">
<div class="layer" style="transition: 0.5s; z-index: 1;"></div>
<div class="content" style="position: relative; z-index: 2;">
<!-- client info -->
<div class="text-sm py-7 px-4 leading-snug">
<p>"I am really obliged to be the head of the society
which has a distinctive aura of its own which
makes it one of the best tech-society of our
college.
It always feels good to see the budding
Technocrats beget bots with utmost passion and
determination.
I am always ready to be the helping hand for
anyone who seeks to learn and develop his skills
in this field."</p>
</div>
<!-- /client info -->
<!-- client photo -->
<div>
<img src="/testimonials/img/client-3.jpg"
class="rounded-full ring-4 w-24 h-24 ring-gray-500 mx-auto shadow-lg"
alt="Jajati Mohanty">
</div>
<!-- /client photo -->
<!--client name-->
<div class="px-2 pt-4 pb-5">
<h3 class="text-lg">Jajati Mohanty</h3>
<span class="text-sm ">Former Secretary,2016</span>
<ul>
<li class="inline-block list-none"><a
href="https://www.facebook.com/jajati1994"><svg class="pt-2"
xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" stroke="currentColor" fill="currentColor">
<path
d="M22.675 0h-21.35c-.732 0-1.325.593-1.325 1.325v21.351c0 .731.593 1.324 1.325 1.324h11.495v-9.294h-3.128v-3.622h3.128v-2.671c0-3.1 1.893-4.788 4.659-4.788 1.325 0 2.463.099 2.795.143v3.24l-1.918.001c-1.504 0-1.795.715-1.795 1.763v2.313h3.587l-.467 3.622h-3.12v9.293h6.116c.73 0 1.323-.593 1.323-1.325v-21.35c0-.732-.593-1.325-1.325-1.325z" />
</svg>
</a></li>
<!--<li><a href="#"><i class="fa fa-twitter-square fa-lg"></i></a></li>-->
<li class="inline-block list-none"><a
href="https://www.linkedin.com/in/jajati-mohanty-232a6110a/"><svg
class=" pt-2" xmlns="http://www.w3.org/2000/svg" width="24"
height="24" viewBox="0 0 24 24" stroke="currentColor"
fill="currentColor">
<path
d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z" />
</svg></a></li>
</ul>
</div>
<!--client name-->
</div>
</div>
</div>
<!-- /testimonial single -->
<!-- /testimonial single -->
<div class="swiper-slide mx-4"
style="width:300px; min-height:350px; background-position: center; background-size:cover; background-color: rgb(134, 133, 133);">
<div class="card">
<div class="layer" style="transition: 0.5s; z-index: 1;"></div>
<div class="content" style="position: relative; z-index: 2;">
<!-- client info -->
<div class="text-sm py-6 px-4 leading-tight">
<p>“No matter what people tell you,technology and innovation have the supreme
power
to
change the world to a
humongous extent.The Robotics Society of VSSUT here,always work it's level
best
towards designing and building various innovative technologies,surge towards
the
development of smart robots to aid for the betterment and welfare of the
human
society.I am glad to be a part of this wonderful club."</p>
</div>
<!-- /client info -->
<!-- client photo -->
<div>
<img src="/testimonials/img/hr1.jpg"
class="rounded-full ring-4 w-24 h-24 ring-gray-500 mx-auto shadow-lg"
alt="Aklesh Kumar Malla">
</div>
<!-- /client photo -->
<!--client name-->
<div class="px-2 pt-4 pb-5">
<h3 class="text-lg">Aklesh Kumar Malla</h3>
<span class="text-sm ">Former Secretary,2017</span>
<ul>
<li class="inline-block list-none"><a
href="https://www.facebook.com/akleshmalla"><svg class="pt-2"
xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" stroke="currentColor" fill="currentColor">
<path
d="M22.675 0h-21.35c-.732 0-1.325.593-1.325 1.325v21.351c0 .731.593 1.324 1.325 1.324h11.495v-9.294h-3.128v-3.622h3.128v-2.671c0-3.1 1.893-4.788 4.659-4.788 1.325 0 2.463.099 2.795.143v3.24l-1.918.001c-1.504 0-1.795.715-1.795 1.763v2.313h3.587l-.467 3.622h-3.12v9.293h6.116c.73 0 1.323-.593 1.323-1.325v-21.35c0-.732-.593-1.325-1.325-1.325z" />
</svg>
</a></li>
<!--<li><a href="#"><i class="fa fa-twitter-square fa-lg"></i></a></li>-->
<li class="inline-block list-none"><a
href="https://www.linkedin.com/in/aklesh-kumar/"><svg class=" pt-2"
xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" stroke="currentColor" fill="currentColor">
<path
d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z" />
</svg></a></li>
</ul>
</div>
<!--client name-->
</div>
</div>
</div>
<!-- /testimonial single -->
<!-- /testimonial single -->
<div class="swiper-slide mx-4"
style="width:300px; min-height:350px; background-position: center; background-size:cover; background-color: rgb(134, 133, 133);">
<div class="card">
<div class="layer" style="transition: 0.5s; z-index: 1;"></div>
<div class="content" style="position: relative; z-index: 2;">
<!-- client info -->
<div class="text-sm py-6 px-4 leading-tight">
<p>“The requirement and spark of technology and innovation can be seen
transparently
in
this world. The herculastic need of robotics and it's application should be
cheered
as it is serving people.
Improvising new minds and preparing them to serve mankind through robotics
and
technology this society has been volunteering it's time and efforts. I am
glad
that
I got an opportunity to be a part of this club.”</p>
</div>
<!-- /client info -->
<!-- client photo -->
<div>
<img src="/testimonials/img/tt33.jpg"
class="rounded-full ring-4 w-24 h-24 ring-gray-500 mx-auto shadow-lg"
alt="Shitikantha Bagh">
</div>
<!-- /client photo -->
<!--client name-->
<div class="px-2 pt-4 pb-5">
<h3 class="text-lg">Shitikantha Bagh</h3>
<span class="text-sm ">Former Secretary,2018</span>
<ul>
<li class="inline-block list-none"><a
href="https://www.facebook.com/shitikanth.bagh"><svg class="pt-2"
xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" stroke="currentColor" fill="currentColor">
<path
d="M22.675 0h-21.35c-.732 0-1.325.593-1.325 1.325v21.351c0 .731.593 1.324 1.325 1.324h11.495v-9.294h-3.128v-3.622h3.128v-2.671c0-3.1 1.893-4.788 4.659-4.788 1.325 0 2.463.099 2.795.143v3.24l-1.918.001c-1.504 0-1.795.715-1.795 1.763v2.313h3.587l-.467 3.622h-3.12v9.293h6.116c.73 0 1.323-.593 1.323-1.325v-21.35c0-.732-.593-1.325-1.325-1.325z" />
</svg>
</a></li>
<!--<li><a href="#"><i class="fa fa-twitter-square fa-lg"></i></a></li>-->
<li class="inline-block list-none"><a
href="https://www.linkedin.com/in/shitikantha-bagh-93479b118/"><svg
class=" pt-2" xmlns="http://www.w3.org/2000/svg" width="24"
height="24" viewBox="0 0 24 24" stroke="currentColor"
fill="currentColor">
<path
d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z" />
</svg></a></li>
</ul>
</div>
<!--client name-->
</div>
</div>
</div>
<!-- /testimonial single -->
<!-- /testimonial single -->
<div class="swiper-slide mx-4"
style="width:300px; min-height:350px; background-position: center; background-size:cover; background-color: rgb(134, 133, 133);">
<div class="card">
<div class="layer" style="transition: 0.5s; z-index: 1;"></div>
<div class="content" style="position: relative; z-index: 2;">
<!-- client info -->
<div class="text-sm py-6 px-4 leading-relaxed">
<p>“It is my immense pleasure to be acknowledged as the Secretary of the
Robotics Society of Vssut. It has been a wonderful experience working for
this club. It has helped me to excel in my leadership, time management, and
team skills. Each moment associated with this society will remain forever in
my heart.”</p>
</div>
<!-- /client info -->
<!-- client photo -->
<div>
<img src="/testimonials/img/abhi1.jpg"
class="rounded-full ring-4 w-24 h-24 ring-gray-500 mx-auto shadow-lg"
alt="Abhishek Agrawal">
</div>
<!-- /client photo -->
<!--client name-->
<div class="px-2 pt-4 pb-5">
<h3 class="text-lg">Abhishek Agrawal<h3>
<span class="text-sm ">Secretary,2019</span>
<ul>
<li class="inline-block"><a
href="https://www.facebook.com/agrawalabhishek252"><svg
class="pt-2" xmlns="http://www.w3.org/2000/svg" width="24"
height="24" viewBox="0 0 24 24" stroke="currentColor"
fill="currentColor">
<path
d="M22.675 0h-21.35c-.732 0-1.325.593-1.325 1.325v21.351c0 .731.593 1.324 1.325 1.324h11.495v-9.294h-3.128v-3.622h3.128v-2.671c0-3.1 1.893-4.788 4.659-4.788 1.325 0 2.463.099 2.795.143v3.24l-1.918.001c-1.504 0-1.795.715-1.795 1.763v2.313h3.587l-.467 3.622h-3.12v9.293h6.116c.73 0 1.323-.593 1.323-1.325v-21.35c0-.732-.593-1.325-1.325-1.325z" />
</svg>
</a></li>
<li class="inline-block "><a href="https://twitter.com/_abhishek_252?s=09"><svg class="pt-2"
xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24">
<path
d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-.139 9.237c.209 4.617-3.234 9.765-9.33 9.765-1.854 0-3.579-.543-5.032-1.475 1.742.205 3.48-.278 4.86-1.359-1.437-.027-2.649-.976-3.066-2.28.515.098 1.021.069 1.482-.056-1.579-.317-2.668-1.739-2.633-3.26.442.246.949.394 1.486.411-1.461-.977-1.875-2.907-1.016-4.383 1.619 1.986 4.038 3.293 6.766 3.43-.479-2.053 1.08-4.03 3.199-4.03.943 0 1.797.398 2.395 1.037.748-.147 1.451-.42 2.086-.796-.246.767-.766 1.41-1.443 1.816.664-.08 1.297-.256 1.885-.517-.439.656-.996 1.234-1.639 1.697z" />
</svg></a></li>
<li class="inline-block"><a
href="https://www.linkedin.com/in/abhishek-agrawal0663//"><svg
class=" pt-2" xmlns="http://www.w3.org/2000/svg" width="24"
height="24" viewBox="0 0 24 24" stroke="currentColor"
fill="currentColor">
<path
d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z" />
</svg></a></li>
</ul>
</div>
<!--client name-->
</div>
</div>
</div>
<!-- /testimonial single -->
</div>
</div>
</div>
</div>
</div>
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<script>
var swiper = new Swiper('.swiper-container', {
effect: 'coverflow',
grabCursor: true,
centeredSlides: true,
slidesPerView: 'auto',
coverflowEffect: {
rotate: 20,
stretch: 0,
depth: 50,
modifier: 1,
slideShadows: true,
},
autoplay: {
delay: 4000,
disableOnInteraction: false,
},
loop: true,
});
</script>
</body>
</html>