forked from deepshika33/qIndia.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
925 lines (774 loc) · 36.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
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
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/9496fbd3f6.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://md-aqil.github.io/images/swiper.min.css">
<link rel = "stylesheet", href = "style.css", type = "text/css">
<title>QIndia - A non-profit organization to spread quantum computing in India</title>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!-- css -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,300,700,800" rel="stylesheet" media="screen">
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="css/style.css" rel="stylesheet" media="screen">
<link href="color/default.css" rel="stylesheet" media="screen">
<!-- =======================================================
Theme Name: Alstar
Theme URL: https://bootstrapmade.com/alstar-free-parallax-bootstrap-template/
Author: BootstrapMade.com
Author URL: https://bootstrapmade.com
======================================================= -->
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle nav</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Logo text or image -->
<a class="navbar-brand" href="index.html"><img src = "img/intro/35.gif", height = "50px", width = "200
px" </a>
</div>
<div class="navigation collapse navbar-collapse navbar-ex1-collapse" >
<ul class="nav navbar-nav" style = "font-weight:100">
<li class="current"><a href="#intro">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Current Pursuits</a></li>
<li><a href="#portfolio">Workshops</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="#contact">#</a></li>
</ul>
</div>
</div>
</nav>
<!-- intro area -->
<section id="intro">
<div class="intro-container">
<div id="introCarousel" class="carousel slide carousel-fade" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<!-- Slide 1 -->
<div class="item active">
<div class="carousel-background"><img src="img/intro/1.jpg" alt=""></div>
<div class="carousel-container">
<div class="carousel-content">
<h1>QIndia</h1>
<p style="font-size:40px" class="animated fadeInUp"> A platform that connects -- and facilitates -- Qurious pros and newbies alike</p>
<a href="#about" class="btn-get-started animated fadeInUp">Read More</a>
</div>
</div>
</div>
<!-- Slide 2 -->
<div class="item">
<div class="carousel-background"><img src="img/intro/2.jpg" alt=""></div>
<div class="carousel-container">
<div class="carousel-content">
<!--<h2 style = "font-family: 'Monoton', cursive; font-size:60px",class="animated fadeInDown">Quenching Quriosity</span></h2>-->
<h2>Quenching Quriosity</span></h2>
<p style="font-size:40px" class="animated fadeInUp">We welcome you to take any of the several tracks dedicated to reach this goal</p>
<a href="#about" class="btn-get-started animated fadeInUp">Read More</a>
</div>
</div>
</div>
<!-- Slide 3 -->
<div class="item">
<div class="carousel-background"><img src="img/intro/3.jpg" alt=""></div>
<div class="carousel-container">
<div class="carousel-content">
<!-- <h3 style = "font-family: 'impact' font-size:'80px'", class="animated fadeInDown">Q:Key</span></h2>-->
<h3> <span class="myRedQ">Q</span>:Key</h3>
<p style="font-size:40px" class="animated fadeInUp">Keep an eye on a stream of QIndia podcasts coming soon</p>
<a href="#about" class="btn-get-started animated fadeInUp">Read More</a>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#introCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon fa fa-angle-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 fa fa-angle-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section><!-- #intro -->
<!-- About -->
<section id="about" class="home-section bg-white">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8">
<div class="section-heading">
<h2>About us</h2>
<div class="heading-line"></div>
<p >We are unarguably at the cusp of the next seismic shift in technology, which Prof John Preskill of CalTech succinctly calls the “Entanglement Frontier”.</p>
</div>
</div>
</div>
<div class="row wow fadeInUp">
<div class="col-md-6 about-img">
<img src="img/unnamed.jpg" alt="">
</div>
<div class="col-md-6 content">
<h2 style = "font-family: 'Great Vibes', cursive; color: white;"> <blockquote> The quantum realm is as rich as it is diverse, and brimming with possibilities.</blockquote></h2>
<!--<i><h2>-Demosthenes</h2></i>-->
<h3>QIndia aims to develop a robust, educative, collaborative and informative community centred around Quantum technologies, with a sharp focus on India.</h3>
<p style ="font-family: 'Montserrat', sans-serif;font-weight: 100 ">
Our main aim is to have an open access and public global ecosystem for quantum technologies and quantum software by the year 2025 so that each interested hardworking individual, group, institute, or region can be easily part of the ecosystem.
We are looking for enthusiastic individuals, groups, institutions, organization, and companies to take part in QIndia or to work and operate together.
</p>
</div>
</div>
</div>
</section>
<!-- Parallax 1 -->
<!--
<section id="parallax1" class="home-section parallax" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="color-light">
<h2 class="wow bounceInDown" data-wow-delay="0.5s">Details are the key for perfection</h2>
<p class="lead wow bounceInUp" data-wow-delay="1s">We mix all detailed things together</p>
</div>
</div>
</div>
</div>
</section>
-->
<!-- Services -->
<section id="services" class="home-section bg-white">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8">
<div class="section-heading">
<h2> Current Pursuits</h2>
<div class="heading-line"></div>
<p>We’ve been building unique Community, platforms and workshop experiences for Quantum enthusiasts to meet and learn together.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div id="carouselExampleFade" class="carousel slide carousel-fade" data-ride="carousel">
<!-- slides -->
<div class="carousel-inner">
<div class="item active">
<div class="row" >
<div class="col-sm-12 col-md-offset-1 col-md-6">
<div class="wow bounceInLeft">
<h4>Workshops and Projects</h4>
<p>We successfully achieved QBronze workshop with over 400 participants in which
almost 170 participants successfully achieved diploma by completing the jupyter
notebook provided.
</p>
</div>
</div>
<div class="col-sm-12 col-md-5">
<div class="screenshot wow bounceInRight">
<img src="img/screenshots/1.jpg" class="img-responsive" alt="" />
</div>
</div>
</div>
</div>
<div class="item">
<div class="row" >
<div class="col-sm-12 col-md-offset-1 col-md-6">
<div class="wow bounceInLeft">
<h4>Research and Study</h4>
<p>We plan to provide community driven study and workforce research in near future, Guest Lectres
QWebinars and QTalks by experts(specifically by Scientists) are held to boast the learning skill
to learners of QIndia.</p>
</div>
</div>
<div class="col-sm-12 col-md-5">
<div class="screenshot wow bounceInRight">
<img src="img/screenshots/2.jpg" class="img-responsive" alt="" />
</div>
</div>
</div>
</div>
<!--
<div class="item">
<div class="row" alt="Third slide">
<div class="col-sm-12 col-md-offset-1 col-md-6">
<div class="wow bounceInLeft">
<h4>Hackathons and Special events</h4>
<p>We tend to create Hackathons filled with goodies and cash rewards and some of the most profound
experience of once in a lifetime. Upon some achievement of some ongoing research we are
willing to create some special events to interact with best minds and stupid yet powerful ideas.</p>
</div>
</div>
<div class="col-sm-12 col-md-5">
<div class="screenshot wow bounceInRight">
<img src="img/screenshots/3.jpg" class="img-responsive" alt="" />
</div>
</div>
</div>
</div>
</div>
-->
<!-- Yusharth -->
<a class="carousel-control-prev" href="#carouselExampleFade" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleFade" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-service" data-slide-to="0" class="active"></li>
<li data-target="#carousel-service" data-slide-to="1"></li>
</ol>
</div>
</div>
</div>
</div>
</section>
<!-- Works -->
<section id="portfolio" class="home-section bg-gray">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8">
<div class="section-heading">
<h2>Workshops</h2>
<div class="heading-line"></div>
<p>In February, we, along with QWorld, organised our first event 'QBronze'an introductory workshop on Quantum programming.
There were over 400 registrations with as many as 171 participants completing the tasks assigned and securing a diploma
IBM's Qiskit was used as the lingua franca and concepts were taught using Jupyter notebooks.
</p>
<br>
<br>
<br>
<img src = "img/screenshots/1-.png", class = "img">
</div>
<!-- </div>
</div>
<div class="row">
<div class="col-lg-12">
<ul id="og-grid" class="og-grid">
<li>
<a href="#" data-largesrc="img/works/1.jpg" data-title="Portfolio title" data-description="Duo te dico volutpat, unum elit oblique per id. Ne duo mollis sapientem intellegebat. Per at augue vidisse percipit, pri vocibus assueverit interesset ut, no dolore luptatum incorrupte nec. In mentitum forensibus nec, nibh eripuit ut pri, tale illud voluptatum ut sea. Sed oratio repudiare ei, cum an magna labitur, eu atqui augue mei. Pri consul detracto eu, solet nusquam accusam ex vim, an movet interesset necessitatibus mea.">
<img src="img/works/thumbs/1.jpg" alt="" />
</a>
</li>
<li>
<a href="#" data-largesrc="img/works/2.jpg" data-title="Portfolio title" data-description="Mea an eros periculis dignissim, quo mollis nostrum elaboraret et. Id quem perfecto mel, no etiam perfecto qui. No nisl legere recusabo nam, ius an tale pericula evertitur, dicat phaedrum qui in. Usu numquam legendos in, voluptaria sadipscing ut vel. Eu eum mandamus volutpat gubergren, eos ad detracto nominati, ne eum idque elitr aliquam.">
<img src="img/works/thumbs/2.jpg" alt="" />
</a>
</li>
<li>
<a href="#" data-largesrc="img/works/3.jpg" data-title="Portfolio title" data-description="Vim ad persecuti appellantur. Eam ignota deterruisset eu, in omnis fierent convenire sed. Ne nulla veritus vel, liber euripidis in eos. Postea comprehensam vis in, detracto deseruisse mei ea. Ex sadipscing deterruisset concludaturque quo.">
<img src="img/works/thumbs/3.jpg" alt="img01" />
</a>
</li>
<li>
<a href="#" data-largesrc="img/works/4.jpg" data-title="Portfolio title" data-description="In mentitum forensibus nec, nibh eripuit ut pri, tale illud voluptatum ut sea. Sed oratio repudiare ei, cum an magna labitur, eu atqui augue mei. Pri consul detracto eu, solet nusquam accusam ex vim, an movet interesset necessitatibus mea.">
<img src="img/works/thumbs/4.jpg" alt="img01" />
</a>
</li>
<li>
<a href="#" data-largesrc="img/works/5.jpg" data-title="Portfolio title" data-description="Duo te dico volutpat, unum elit oblique per id. Ne duo mollis sapientem intellegebat. Per at augue vidisse percipit, pri vocibus assueverit interesset ut, no dolore luptatum incorrupte nec. In mentitum forensibus nec, nibh eripuit ut pri, tale illud voluptatum ut sea">
<img src="img/works/thumbs/5.jpg" alt="img01" />
</a>
</li>
<li>
<a href="#" data-largesrc="img/works/6.jpg" data-title="Portfolio title" data-description="Id elit saepe pro. In atomorum constituam definitionem quo, at torquatos sadipscing eum, ut eum wisi meis mentitum. Probo feugiat ea duo. An usu platonem instructior, qui dolores inciderint ad. Te elit essent mea, vim ne atqui legimus invenire, ad dolor vitae sea.">
<img src="img/works/thumbs/6.jpg" alt="img01" />
</a>
</li>
<!--
<li>
<a href="#" data-largesrc="img/works/7.jpg" data-title="Portfolio title" data-description="Duo te dico volutpat, unum elit oblique per id. Ne duo mollis sapientem intellegebat. Per at augue vidisse percipit, pri vocibus assueverit interesset ut, no dolore luptatum incorrupte nec. In mentitum forensibus nec, nibh eripuit ut pri, tale illud voluptatum ut sea. Sed oratio repudiare ei, cum an magna labitur, eu atqui augue mei.">
<img src="img/works/thumbs/7.jpg" alt="img01" />
</a>
</li>
<li>
<a href="#" data-largesrc="img/works/8.jpg" data-title="Portfolio title" data-description="No nisl legere recusabo nam, ius an tale pericula evertitur, dicat phaedrum qui in. Usu numquam legendos in, voluptaria sadipscing ut vel. Eu eum mandamus volutpat gubergren, eos ad detracto nominati, ne eum idque elitr aliquam.">
<img src="img/works/thumbs/8.jpg" alt="img01" />
</a>
</li>
<li>
<a href="#" data-largesrc="img/works/9.jpg" data-title="Portfolio title" data-description="Lorem ipsum dolor sit amet, ex pri quod ferri fastidii. Mazim philosophia eum ad, facilisis laboramus te est. Eam magna fabellas ut. Ne vis diceret accumsan salutandi, pro in impedit accusamus dissentias, ut nonumy eloquentiam ius.">
<img src="img/works/thumbs/9.jpg" alt="img01" />
</a>
</li>
<li>
<a href="#" data-largesrc="img/works/10.jpg" data-title="Portfolio title" data-description="Duo te dico volutpat, unum elit oblique per id. Ne duo mollis sapientem intellegebat. Per at augue vidisse percipit, pri vocibus assueverit interesset ut, no dolore luptatum incorrupte nec. In mentitum forensibus nec, nibh eripuit ut pri, tale illud voluptatum ut sea. Sed oratio repudiare ei, cum an magna labitur, eu atqui augue mei. Pri consul detracto eu, solet nusquam accusam ex vim.">
<img src="img/works/thumbs/10.jpg" alt="img01" />
</a>
</li>
<li>
<a href="#" data-largesrc="img/works/11.jpg" data-title="Portfolio title" data-description="Vim ad persecuti appellantur. Eam ignota deterruisset eu, in omnis fierent convenire sed. Ne nulla veritus vel, liber euripidis in eos. Postea comprehensam vis in, detracto deseruisse mei ea. Ex sadipscing deterruisset concludaturque quo.">
<img src="img/works/thumbs/11.jpg" alt="img01" />
</a>
</li>
<li>
<a href="#" data-largesrc="img/works/12.jpg" data-title="Portfolio title" data-description="Mea an eros periculis dignissim, quo mollis nostrum elaboraret et. Id quem perfecto mel, no etiam perfecto qui. No nisl legere recusabo nam, ius an tale pericula evertitur, dicat phaedrum qui in. Usu numquam legendos in, voluptaria sadipscing ut vel. Eu eum mandamus volutpat gubergren, eos ad detracto nominati, ne eum idque elitr aliquam.">
<img src="img/works/thumbs/12.jpg" alt="img01" />
</a>
</li>
-->
</ul>
</div>
</div>
</div>
</section>
<!-- Parallax 2 -->
<section id="parallax2" class="home-section parallax" ,data-stellar-background-ratio="0.5">
<div class="container">
<div class="row">
<div class="col-md-12">
<ul class="clients">
</ul>
</div>
</div>
</div>
</section>
<!-- Team -->
<!--
<section id="team" class="home-section bg-white">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8">
<div class="section-heading">
<h2>Our Team</h2>
<div class="heading-line"></div>
</div>
</div>
</div>
<h2>Board Members</h2>
<br>
<div class="wrapper">
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3" data-wow-delay="0.3s">
<div class="box-team wow bounceInUp">
<img src="img/team/2.jpg" width="250" height="400" alt="" class="img-circle img-responsive" />
<h4>Rishi Sreedhar</h4>
<p align="justify">Tensor Network Researcher
Quantum Information Theorist</p>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3" data-wow-delay="0.7s">
<div class="box-team wow bounceInUp">
<img src="img/team/4-.jpeg" width="250" height="400"alt="" class="img-circle img-responsive" />
<h4>Dr. Sonali Mohapatra</h4>
<p>Space Quantum Tech Dev
Theoretical Physicist
Science Writer</p>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="box-team wow bounceInUp" data-wow-delay="0.1s">
<img src="img/team/1.jpeg" width="250" height="400" alt="" class="img-circle img-responsive" />
<h4>Ritaban Chowdhury</h4>
<p>Software Professional ML Engineer|Physicist</p>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3" data-wow-delay="0.5s">
<div class="box-team wow bounceInUp">
<img src="img/team/3.jpeg" width="250" height="400" alt="" class="img-circle img-responsive" />
<h4> Ameya Nambisan</h4>
<p>Quantum engineer
Research Intern</p>
</div>
</div>
</div>
<h4>Web-Dev Team</h4>
<br>
<div class="wrapper";>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3" data-wow-delay="0.7s">
<div class="box-team wow bounceInUp">
<img src="img/team/5.jpeg" width="250" height="400"alt="" class="img-circle img-responsive" />
<h4>Yusharth Singh</h4>
<p>Web Developer </p>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3" data-wow-delay="0.7s">
<div class="box-team wow bounceInUp">
<img src="img/team/5-.jpg" width="250" height="400"alt="" class="img-circle img-responsive" />
<h4>Deepshikha Dutta</h4>
<p>Visual designer</p>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3" data-wow-delay="0.7s">
<div class="box-team wow bounceInUp">
<img src="img/team/7.jpeg" width="250" height="400"alt="" class="img-circle img-responsive" />
<h4>Siddharth Golecha</h4>
<p>Techie</p>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3" data-wow-delay="0.7s">
<div class="box-team wow bounceInUp">
<img src="img/team/abc.jpeg" width="250" height="400"alt="" class="img-circle img-responsive" />
<h4>Sayalee Sawant</h4>
<p>Blog Writer</p>
</div>
</div>
<!--
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3" data-wow-delay="0.7s">
<div class="box-team wow bounceInUp">
<img src="img/team/4.jpg" width="250" height="400"alt="" class="img-circle img-responsive" />
<h4>Mira Ladovic</h4>
<p>Typographer</p>
</div>
</div>
-->
</div>
<!--
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3" data-wow-delay="0.7s">
<div class="box-team wow bounceInUp">
<img src="img/team/4.jpg" width="250" height="400"alt="" class="img-circle img-responsive" />
<h4>Mira Ladovic</h4>
<p>Typographer</p>
</div>
</div>
</div>
<!-- <div style="display:inline-block; ",class = "image1">
<img src = "img/team/4.jpg", class="img" style = "width: 30%; float: left; text-align: center">
<p>My Caption here</p>
<img src = "img/team/4.jpg", class="img" style = "width: 30%; float: left; text-align: center">
<p>My Caption here</p>
<img src = "img/team/4.jpg", class="img" style = "width: 30%; float: left; text-align: center">
<img src = "img/team/4.jpg", class="img" style = "width: 30%;">
<img src = "img/team/4.jpg", class="img" style = "width: 30%; margin : 10px">
<h6>Ritaban Chowdhury</h6>
<h6>Ritaban Chowdhury</h6>
<img src = "img/team/4.jpg" class = "img", style = "width: 30%; ">
Rishi Shreedhar
</div>
<div style="display:block; ",class = "img">
<img src = "img/team/4.jpg" class = "img", style = "width: 30%; ">
Rishi Shreedhar
</div>
<div style="display:block; text-align: left;",class = "image1">
<img src = "img/team/4.jpg", class="img" style = "width: 30%;">
Ritaban Chowdhury
</div>
<div style="display:block; ",class = "img">
<img src = "img/team/4.jpg" class = "img", style = "width: 30%; ">
Rishi Shreedhar
</div>
<div style="display:block; text-align: left;",class = "image1">
<img src = "img/team/4.jpg", class="img" style = "width: 30%;">
Ritaban Chowdhury
</div>
<div style="display:block; ",class = "img">
<img src = "img/team/4.jpg" class = "img", style = "width: 30%; ">
Rishi Shreedhar
</div>
<!--<div id="index-gallery">
<div class="item">
<img src="img/team/4.jpg" alt=""/>
<p>My Caption here</p>
</div>
<div class="item">
<img src="img/team/4.jpg" alt=""/,style = "border-radius:50%">
<p>My Caption here</p>
</div>
<div class="item">
<img src="http://movingimages.files.wordpress.com/2009/10/earth-simulator-offers-peaks-into-our-planetary-future.jpg?w=780" alt=""/ >
<p>My Caption here</p>
</div>
<div class="item">
<img src="http://movingimages.files.wordpress.com/2009/10/earth-simulator-offers-peaks-into-our-planetary-future.jpg?w=780" alt=""/>
<p>My Caption here</p>
</div>
</div>
-->
<!--testimonials-->
<!-- <div class="carousel-inner">
<div class="item active">
<div class="row">
<div class="col-sm-12 col-md-offset-1 col-md-6">
<div class="wow bounceInLeft">
<h4>Workshops and Projects</h4>
<p >QIndia provides several workshops which are beginner friendly as well as good hands-on experiences
for the enthusiasts who want to work on their own Quantum Skills.Interested people can use our notebooks
provided to do projects under the guidance of QMentors</p>
</div>
</div>
<div class="col-sm-12 col-md-5">
<div class="screenshot wow bounceInRight">
<img src="img/screenshots/1.jpg" class="img-responsive" alt="" />
</div>
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-sm-12 col-md-offset-1 col-md-6">
<div class="wow bounceInLeft">
<h4>Research and Study</h4>
<p>We plan to provide community driven study and workforce research in near future, Guest Lectres
QWebinars and QTalks by experts(specifically by Scientists) are held to boast the learning skill
to learners of QIndia.</p>
</div>
</div>
<div class="col-sm-12 col-md-5">
<div class="screenshot wow bounceInRight">
<img src="img/screenshots/2.jpg" class="img-responsive" alt="" />
</div>
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-sm-12 col-md-offset-1 col-md-6">
<div class="wow bounceInLeft">
<h4>Hackathons and Special events</h4>
<p>We tend to create Hackathons filled with goodies and cash rewards and some of the most profound
experience of once in a lifetime. Upon some achievement of some ongoing research we are
willing to create some special events to interact with best minds and stupid yet powerful ideas.</p>
</div>
</div>
<div class="col-sm-12 col-md-5">
<div class="screenshot wow bounceInRight">
<img src="img/screenshots/3.jpg" class="img-responsive" alt="" />
</div>
</div>
</div>
</div>
</div>
<div class=”text-wrapper”></div> -->
<!--<div class="text-wrapper"><img src= "img/team/1.jpg" />
<p>Here is your text, we’ll center it later.</p>
<img src="img/team/1.jpg" />
<p>Here is your text, we’ll center it later.</p>
<img src="img/team/1.jpg" />
<p>Here is your text, we’ll center it later.</p>
</div> -->
<!-- <div class = "testimonials">
<div class = "testimonial">
</div>
<div class = "testimonial">
</div>
<div class = "testimonial">
</div>
<div class = "testimonial">
</div>
</div> -->
<!--<div class="team1">
<div class="team2">
<div class="card">
<img src= "img/team/1--.png" alt="Rit" style="width:90%; border-radius:50%">
<div class="contain">
<h6>Rishi Shreedhar</h6>
<p> mber</p>
</div>
</div>
</div>
<div class="team2">
<div class="card">
<img src="img/team/2.jpg" alt="Rishi" style="width:90%; border-radius:50%">
<div class="contain">
<h6>Sonali Mohapatra</h6>
<p> mber</p>
</div>
</div>
</div>
<div class="team2">
<div class="card">
<img src="img/team/3.jpg" alt="Rit" style="width:90%; border-radius:50%">
<div class="contain">
<h6>Ritaban Chowdhury</h6>
<p> mber</p>
</div>
</div>
</div>
<div class="team2">
<div class="card">
<img src="img/team/3--.jpg" alt="Rit" style="width:90%; border-radius:50%">
<div class="contain">
<h6>Ameya Nambisan</h6>
<p> mber</p>
</div>
</div>
</div>
<!-- --->
<!--<div class="team1">
<div class="team3">
<div class="card">
<img src= "img/team/1.jpg" alt="Rit" style="width:90%; border-radius:50%">
<div class="contain">
<h6>Ritaban Chowdhury</h6>
</div>
</div>
</div>
<div class="team3">
<div class="card">
<img src="img/team/4.jpg" alt="Rishi" style="width:90%; border-radius:50%">
<div class="contain">
<h6>Rishi Sheedhar</h6>
</div>
</div>
</div>
<div class="team3">
<div class="card">
<img src="img/team/2.jpg" alt="Rit" style="width:90%; border-radius:50%">
<div class="contain">
<h6>Ritaban Chowdhury</h6>
</div>
</div>
</div>
<div class="team3">
<div class="card">
<img src="img/team/3.jpg" alt="Rit" style="width:90%; border-radius:50%">
<div class="contain">
<h6>Ritaban Chowdhury</h6>
</div>
</div>
</div>
</div> -->
<div style = "background-color: black; height: 275px"></div>
<!--testimonial-->
<section id = "Testimonials" >
<h2 style = "font-family: 'Montserrat', sans-serif; margin-top:200px"> TESTIMONIALS</h2>
<div class="heading-line"></div>
<div class="slideshow-container">
<div class="mySlides">
<div style=" padding: 30px;color: darkgrey"> <p > <i> <q>Couldn't have asked for a better start into the Quantum Computing world. It was a very interesting and informative workshop by QWorld and QIndia . Eagerly waiting for more such workshops.</q> </i></p>
<p style= "font-size:large; "class="author">- Akash Sahoo </p>
<img src = "img/AKASH%20sAhoo.jfif", style = "width:100px; border-radius:45%;"></div>
</div>
<div class="mySlides">
<div style=" padding: 30px;color: darkgrey"> <p><i> <q>Happy to have taken my 1st step towards Quantum Computing. It was a very exciting and rewarding experience. Thank you QWorld and QIndia for this entangling workshop.</q> </i> </p>
<p class="author">- Piyush Mohanty </p>
<img src = "img/piyush.jfif", style = "width:100px; border-radius:45%; "></div>
</div>
<div class="mySlides">
<div style=" padding: 30px;color: darkgrey"> <p> <i><q>It was great experience to be a part of Qbronze50 workshop organised by Qworld. As being from VLSI background it was challenging to get through some of the task but Maksim Dimitrijev and Rishi Sreedhar made it easy. </q> </i> </p>
<p class="author">- Arjun Shinde</p>
<img src = "img/arjun.jfif", style = "width:100px; border-radius:45%;">
</div>
</div>
</div>
<div style = "margin: : 20px ;color: black; padding:20px"></div>
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<div class="dot-container">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
</div>
</section>
<!-- Contact -->
<section id="contact" class="home-section bg-gray">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8">
<div class="section-heading">
<h2>Contact us</h2>
<div class="heading-line"></div>
<p>If you have any question or just want to say 'hello' to QIndia please fill out form below and
we will get in touch with you within 24 hours. </p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-offset-2 col-md-8">
<div id="sendmessage">Your message has been sent. Thank you!</div>
<div id="errormessage"></div>
<form action="" method="post" class="form-horizontal contactForm" role="form">
<div class="form-group">
<div class="col-md-offset-2 col-md-8">
<button type="submit" class="btn btn-theme btn-lg btn-block"><a href = "https://forms.gle/Apvaf2vTgzuTDJif7" target="_blank" style = "text-decoration:none; color: white;"># </a></button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<div class="row mar-top30">
<div class="col-md-12">
<h5>We're on social networks</h5>
<ul class="social-network">
<li><a href="mailto: qindiagroup@gmail.com">
<span class="fa-stack fa-2x">
<i class="far fa-envelope" style="user-select: auto;"></i>
</span></a>
</li>
<li><a href="https://www.facebook.com/Q1nd1a">
<span class="fa-stack fa-2x">
<i class="fab fa-facebook"></i>
</span></a>
</li>
<li><a href="https://www.instagram.com/q1nd1a/">
<span class="fa-stack fa-2x">
<i class="fab fa-instagram"></i>
</span></a>
</li>
<li><a href="https://twitter.com/Q1nd1a">
<span class="fa-stack fa-2x">
<i class="fab fa-twitter"></i>
</span></a>
</li>
<li><a href="https://www.linkedin.com/company/q1nd1a/mycompany/">
<span class="fa-stack fa-2x">
<i class="fab fa-linkedin-in" style="user-select: auto;"></i>
</span></a>
</li>
<li><a href="https://www.linkedin.com/company/q1nd1a/mycompany/">
<span class="fa-stack fa-2x">
<i class="fab fa-wordpress" style="user-select: auto;"></i>
</span></a>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
<p>Copyright © QIndia. All rights reserved.</p>
<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=Alstar
-->
Designed by <a href="https://bootstrapmade.com/">QIndia Web Dev Team</a>
</div>
</div>
</div>
</div>
</footer>
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- js -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.scrollTo.min.js"></script>
<script src="js/jquery.nav.js"></script>
<script src="js/modernizr.custom.js"></script>
<script src="js/grid.js"></script>
<script src="js/stellar.js"></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<!-- Template Custom Javascript File -->
<script src="js/custom.js"></script>
<script src = "js/file.js"> </script>
</body>
</html>