-
Notifications
You must be signed in to change notification settings - Fork 51
/
index.html
executable file
·859 lines (785 loc) · 42.5 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Page Title -->
<title>PyDelhi Conference - #PyDelhiConf</title>
<!-- /Page title -->
<!-- Seo Tags -->
<meta name="description"
content="PyDelhi Conference is an upcoming conference hosted by PyDelhi Community which focuses on using and developing the Python programming language." />
<meta name="keywords" content="" />
<meta name="robots" content="index, follow">
<!-- /Seo Tags -->
<meta name="description"
content="PyDelhi Conference is an upcoming conference hosted by PyDelhi Community which focuses on using and developing the Python programming language." />
<meta name="keywords" content="" />
<meta
content="PyDelhi Conference is an upcoming conference hosted by PyDelhi Community which focuses on using and developing the Python programming language."
property="og:description">
<meta property="og:image" content="https://conference.pydelhi.org/img/logo.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="500" />
<meta property="og:image:height" content="30" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="PyDelhi Conference" />
<meta property="og:url" content="https://conference.pydelhi.org/" />
<meta property="og:site_name" content="PyDelhi Conference" />
<!-- Favicon and Touch Icons
========================================================= -->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
<!-- /Favicon
========================================================= -->
<!-- Bootstrap styles -->
<!--<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">-->
<!-- /Bootstrap Styles -->
<!-- Google Web Fonts -->
<!--<link href='https://fonts.googleapis.com/css?family=Hind:400,700' rel='stylesheet' type='text/css'>-->
<!--<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>-->
<!-- /google web fonts -->
<!-- owl carousel -->
<!--<link href="vendor/owl.carousel/owl-carousel/owl.carousel.css" rel="stylesheet">-->
<!--<link href="vendor/owl.carousel/owl-carousel/owl.theme.css" rel="stylesheet">-->
<!-- /owl carousel -->
<!-- fancybox.css -->
<!--<link href="vendor/fancybox/jquery.fancybox.css" rel="stylesheet">-->
<!-- /fancybox.css -->
<!-- Font Awesome -->
<!--<link rel="stylesheet" href="vendor/font-awesome/css/font-awesome.min.css">-->
<!-- /Font Awesome -->
<!-- Main Styles -->
<!--<link href="css/styles.css" rel="stylesheet">-->
<!-- /Main Styles -->
<!-- Main stylesheet containing everything -->
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<!-- Header
================================================== -->
<header id="header" class="dynamic-header">
<div class="container">
<!-- logo -->
<div class="header-logo" id="header-logo">
<img src="img/logo.png" alt="" class="vibrant-logo" />
</div>
<!-- /logo -->
<!-- MAIN MENU -->
<nav class="dynamic-menu">
<ul class="hd-list-menu vibrant-menu">
<li><a href="#section-event-infos" class="menu-item">About</a></li>
<li><a href="#section-schedule" class="menu-item">Schedule</a></li>
<!-- <li><a href="#section-speakers" class="menu-item">Panelists</a></li> -->
<li><a href="#section-sponsors" class="menu-item">Sponsors</a></li>
<!-- <li><a href="data/SponsorshipProspectus2017.pdf" class="menu-item">Sponsorship Prospectus</a></li> -->
<li><a href="#section-faq" class="menu-item">FAQ</a></li>
<li><a href="https://konfhub.com/pc-2023#tickets" class="menu-item">Attend</a></li>
<li></li>
</ul>
</nav>
<!-- /MAIN MENU -->
</div>
</header>
<!-- /Header -->
<!-- Add the following CSS to your existing CSS file or create a new one and link it in your HTML file -->
<div class="page-wrapper">
<div id="body-content">
<!-- SECTION: Intro
================================================== -->
<div class="owl-carousel main-carousel" id="main-carousel">
<!-- slide -->
<div class="main-intro">
<div class="container">
<div class="intro-content-wrapper viewport">
<!-- Main Title -->
<!-- Adjust the margin-top in css according to content to keep always centered vertically-->
<div class="intro-content countdown-wrapper intro-content-slide2">
<h1 class="intro-title1">PyDelhi<br />Conference</h1>
<p class="countdown-title">
Conference on Python Programming Language
</p>
<div class="venue-images">
<a href=" https://fot.du.ac.in/"><img src="img/fot-logo.png" style="margin: 10px 40px 20px 40px;"></a>
<a href="https://ducc.du.ac.in"> <img src="img/ducc-logo.png" style="margin: 10px 40px 20px 40px;"></a>
<a href="https://pydelhi.org/"> <img src="img/pydelhi-logo.png" style="margin: 10px 40px 20px 40px;"></a>
</div>
<p>
August 19-20 @ Conference Centre, University of Delhi
</p>
<!-- countDown -->
<!-- <div id="countdown" class="row">March 5, 2016 @ New Delhi</div> -->
<!-- /countDown -->
<!-- <p class="countdown-title2"> -->
<a href="https://konfhub.com/pc-2023#tickets" class="btn"><i class="fa fa-play"></i> Buy Tickets</a>
<!-- <a href="https://www.papercall.io/pydelhiconf2023" target="_blank" class="btn"><i class="fa fa-play"></i> Submit Proposal</a> -->
<a href="data/SponsorshipProspectus2023.pdf" target="_blank" class="btn"><i class="fa fa-play"></i> Sponsor Prospectus</a>
<!-- <a href="https://in.explara.com/e/pydelhiconf-2017" class="btn" target="_blank"><i
class="fa fa-paper-plane"></i> Register now</a> -->
</p>
</div>
<!-- /Main Title -->
</div>
</div>
</div>
<!-- /slide -->
</div>
<!-- /SECTION: Intro
================================================== -->
<!-- SECTION: Event Infos
================================================== -->
<div class="section-event-infos inverted-section" id="section-event-infos">
<div class="container-fluid">
<div class="event-infos row">
<!-- date -->
<div class="event-info-col">
<div class="event-info-ico"><span class="fa fa-calendar"></span></div>
<h3 class="main-title3">Date:</h3>
<p>19-20 August 2023</p>
</div>
<!-- /date -->
<!-- Time -->
<div class="event-info-col">
<div class="event-info-ico"><span class="fa fa-location-arrow"></span></div>
<h3 class="main-title3">Location</h3>
<p>Conference Centre, University of Delhi</p>
</div>
<div class="event-info-col">
<div class="event-info-ico"><span class="fa fa-microphone"></span></div>
<h3 class="main-title3">Speakers</h3>
<p><strong>CFP</strong> Live, ends June 1</p>
</div>
<!-- /Time -->
</div>
</div>
</div>
<!-- SECTION: /Event Infos
================================================== -->
<!-- SECTION: Event Description
================================================== -->
<div class="section-about" id="section-about">
<div class="container-fluid">
<div class="row" style="display: flex; justify-content: center;">
<!-- Left Column -->
<!--
<div class="about-picture-wrapper">
<div class="about-picture" id="about-picture">
<img src="" alt="Conf-About-Image" class="responsive-image">
</div>
</div>
-->
<!-- /Left Column -->
<!-- Right Column -->
<div class="about-text-wrapper">
<div class="about-text" id="about-text">
<h1 class="title3 title-border"><i class="fa fa-dot-circle-o"></i> About the conference
</h1>
<div class="about-text-content">
PyDelhi conference is hosted annually by <a href="https://pydelhi.org/">PyDelhi
Community</a> with an aim to promote Python programming language, for all. We provide
a single platform for programmers from different domains & enthusiasts from different walks such as students, entrepreneurs and professionals. Startups, SMEs & Enterprises can also sponsor, connect, showcase and hire software professionals. Experts from various domains demonstrate their application of `Python` as a programming
language, while discussion brew on recent and upcoming technologies.<br><br>
All the participants are requested to follow <a href="#section-conduct">Code of
Conduct</a> and we will enforce the same.
</div>
<div style="display: flex; justify-content: center;">
<a href="#section-schedule" class="btn btn-nobg">
<i class="fa fa-calendar"></i>
See Event Schedule
</a>
<a href="https://konfhub.com/pc-2023#tickets" class="btn btn-nobg">
<i class="fa fa-paper-plane"></i>
Register
</a>
</div>
</div>
</div>
<!-- /Right Column -->
</div>
</div>
</div>
<!-- /SECTION: Event Description
================================================== -->
<!-- SECTION: Keynote
================================================== -->
<div class="section-about" id="section-about">
<div class="container-fluid">
<div class="row">
<div id="keynote-wrapper" class="about-text-wrapper">
<div class="about-text" id="about-text">
<h1 class="title3 title-border"><i class="fa fa-dot-circle-o" aria-hidden="true"></i>Keynote Speakers</h1>
<div class="keynote-row">
<div class="keynote">
<img src="img/sarabjot-singh-keynote.jpeg" alt="Dr Sarabjot Singh Anand" width="300px" class="img-responsive">
<div class="info">
<h3 class="title3">Dr. Sarabjot Singh Anand</h3>
<div class="designation-wrapper">
<p class="designation">Co-founder and Chief Data Scientist @TatrasData</p>
<p class="designation">Co-founder @SabudhF</p>
<p class="designation">Associate Professor at the University of Warwick, UK</p>
</div>
<a href="https://www.linkedin.com/in/sarabjot-singh-anand/" class="social-icon"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
<a href="https://twitter.com/Sarabjo97903238" class="social-icon"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="keynote-row">
<div class="keynote">
<img src="img/manik-sidana-keynote.jpg" alt="Manik Sidana" width="300px" class="img-responsive">
<div class="info">
<h3 class="title3">Manik Sidana</h3>
<div class="designation-wrapper">
<p class="designation">Principal Architect @Coredge.io</p>
</div>
<a href="https://www.linkedin.com/in/maniksidana/" class="social-icon"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
<a href="https://twitter.com/manik019" class="social-icon"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</div>
</div>
<div class="keynote">
<img src="img/sachin-punyani-keynote.jpg" alt="Sachin Punyani" width="300px" class="img-responsive">
<div class="info">
<h3 class="title3">Sachin Punyani</h3>
<div class="designation-wrapper">
<p class="designation">Principal BD (AI/ML, Analytics, IoT, HPC) & Quantum Computing Evangelist - India and South Asia at Amazon Web Services</p>
</div>
<a href="https://www.linkedin.com/in/sachin-punyani/" class="social-icon"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
<!-- <a href="" class="social-icon"><i class="fa fa-twitter" aria-hidden="true"></i></a> -->
</div>
</div>
</div>
</div>
</div>
<!-- /Right Column -->
</div>
</div>
</div>
<!-- /SECTION: Keynote
================================================== -->
<!-- /SECTION: Schedule
================================================== -->
<div id="section-schedule">
<div id="talk_description">
<img id="cross" src="img/fancybox-close.png">
<div id="talk_title"></div>
<div id="talk_desc"></div>
<div id="speaker_info">
<div id="talk_speaker">
<img id="talk_speaker_image" src="">
</div>
<div id="talk_speaker_info">
<div id="talk_name"></div>
<div id="talk_info"></div>
<div id="speaker-socials"></div>
</div>
</div>
</div>
<section id="schedule_table">
<!--for demo wrap-->
<h1>
<div id="schedule_header">Schedule For</div>
<div id="day_1_button" class="selected_button">Day 1<span class="hide_on_full">- 19th</span></div> <span id="day_divider">|</span> <div id="day_2_button" class="unselected_button">Day 2<span class="hide_on_full"> - 20th</span></div>
<div id="talk-types"><div id="talk_button" class="selected_button">Talks<span class="hide_on_full"> - Main Hall</span></div> <span id="day_divider">|</span> <div id="workshop_button" class="unselected_button">Workshops<span class="hide_on_full"> - Hall 2</span></div></div>
</h1>
<div class="tbl-header day_banner">
<table cellpadding="0" cellspacing="0" border="0">
<thead>
<tr>
<!-- <th id="Day_1_banner">Day 1 - August 19th 2023</th>
<th id="Day_2_banner">Day 2 - August 20th 2023</th> -->
</tr>
</thead>
</table>
</div>
<div class="tbl-header">
<table cellpadding="0" cellspacing="0" border="0">
<thead>
<tr>
<th class="time">Time</th>
<th class="selected_tab track-hall" id="audi1">Title</th>
<!-- <th class="unselected_tab track-hall" id="audi2">Workshop Space</th> -->
<!-- <th class="unselected_tab track-hall" id="audi3">Workshop Space</th> -->
</tr>
</thead>
</table>
</div>
<div class="tbl-content day_1_content">
<table class="schedule-table-1" cellpadding="0" cellspacing="0" border="0">
<tbody></tbody>
</table>
</div>
<div class="tbl-content day_2_content">
<table class="schedule-table-2" cellpadding="0" cellspacing="0" border="0">
<tbody></tbody>
</table>
</div>
</section>
</div>
</div>
<!-- /SECTION: Schedule
================================================== -->
<!-- SECTION: Sponsors
================================================== -->
<div class="section-sponsors inverted-section2 section-padding " id="section-sponsors">
<div class="container">
<!-- Section title -->
<div class="section-title-wrapper">
<h2 class="title-section">Proudly sponsored by</h2>
<p>As a Sponsor for the conference, which one can avail and enable, you get
a platform to showcase your product or service to a wide range of
technology enthusiasts. You also get a chance to network and
interact with all sorts of prospective leads that rarely gather under one
roof at this scale. To review sponsor benefits please peruse our
<a id="sponsorship-prospectus" href="data/SponsorshipProspectus2023.pdf">
<strong class="highlight-link"> Sponsorship Prospectus </strong>
</a>
</p>
<div class="sponsors-list" id="sponsors-carousel" style="text-align: center">
<!-- Platinum Sponsors -->
<div>
<h1>Platinum</h1>
<div class="sponsor-item platinum sponsor-img-platinum">
<a href="https://coredge.io/"><img src="img/coredge-logo.png" alt="Sponsorship prospectus below." class="sponsor-img"></a>
</div>
<div class="sponsor-item platinum sponsor-img-platinum">
<a href="https://aws.amazon.com/"><img src="img/AWS-Logo.jpg" alt="Sponsorship prospectus below." class="sponsor-img" /></a>
</div>
</div>
<!-- Gold Sponsors -->
<!-- Uncomment to add a new section -->
<div>
<h1>Gold</h1>
<div class="sponsor-item platinum sponsor-img-gold">
<a href="https://www.1mg.com/"><img src="img/TATA-1mg-logo.png" alt="Sponsorship prospectus below." class="sponsor-img"></a>
</div>
</div>
<!-- Silver Sponsors -->
<div>
<h1>Silver</h1>
<div class="sponsor-item platinum">
<a href="https://www.getcerta.com/"><img src="img/certa-logo.png" alt="Sponsorship prospectus below"
class="sponsor-img">
</a>
</div>
</div>
<!-- item -->
</div>
</div>
</div>
</div>
<!-- /SECTION: Sponsors
================================================== -->
<!-- SECTION: Community Partnership
================================================== -->
<div class="section-community-partnership inverted-section2 section-padding " id="section-community-partnership">
<div class="container">
<!-- Section title -->
<div class="section-title-wrapper">
<h2 class="title-section">Community Partnership</h2>
<p>
What you should do as a Community Partner for PyDelhi Conference:
<ol>
<li>Promotion for PyDelhi Conference via Social Media. Copy and creative shall be provided by PyDelhi Conference team. Logo for both communities should ideally be present in the creative.</li>
<li>Advertise about PyDelhi Conference within their own Meetings, Events. Optionally, let the attendees know about the upcoming Conference and encourage them to attend.</li>
<li>Have someone from PyDelhi talk about the upcoming Conference in pre-conference events, if they happen to have one, again for Promotion</li>
<li>Have Meetups, Events in association with PyDelhi Conference</li>
<li>Don’t share attendees details to third party organizations</li>
</ol>
How PyDelhi Conference will support you:
<ol>
<li>Cross-posting about your community’s Meetups and Events. Copy and creative to be supplied by the community’s communications and social media Point of Contacts.</li>
<li>Feature as a Community Partner in PyDelhi Conference’s creatives</li>
</ol>
</p>
</div>
<!-- /Section title -->
</div>
</div>
<!-- /SECTION: Community Partnership
================================================== -->
<!-- SECTION: FAQ
================================================== -->
<div class="section-faq section-padding section-bg-right" id="section-faq">
<div class="container">
<!-- Section title -->
<div class="section-title-wrapper">
<h2 class="title-section">FAQ's</h2>
<p>If your question is not listed here,
<a href="mailto:[email protected]?Subject=Query regarding PyDelhi Conference" target="_top">Send a
Mail</a>
</p>
</div>
<!-- /Section title -->
<!-- FAQ list -->
<script>
var general_faqs = [{
"question": "I would like to speak at the upcoming event. What should I do?",
"answer": "You can<a href = \"https://www.papercall.io/pydelhiconf2023\" target='_blank'> propose</a> a talk for the event."
}, {
"question": "I WOULD LIKE A SPECIAL PACKAGE TO BRING THE EMPLOYEES OF MY COMPANY, WHAT SHOULD I DO?",
"answer": "Yes we have some provision for bulk tickets do mail us on [email protected] "
}, {
"question": "I want to volunteer for the event. What are the benefits ?",
"answer": " This is a community driven event and we appreciate your help. Everyone including the managing teams will be buying tickets for this event. So while you do not get any discounts, you do earn bragging rights and the chance of making new friends while you sweat and toil to making this event successful. Do send a mail to <a href='mailto:[email protected]'>[email protected]</a> with your contact information and intent to volunteer. "
}, {
"question": "HOW DO I UPLOAD PRESENTATIONS TO THE SITE?",
"answer": "We don't support presentation uploads as yet. Please upload your presentation to a public site such as SlideShare or Google Docs and use that link in your talk's description."
}, {
"question": "Who is this conference for?",
"answer": "This conference will be for both beginner and advanced users of the Python language "
}, {
"question": "Will the Internet and WiFi setup be good enough for a large crowd? Should I get a data card?",
"answer": "We shall try really hard to arrange good Internet at the venue. Most of the times it should be adequate. But the unpredictable amount of usage during the event may cause some problems. So it should be fine if you don’t carry a data card, but there is no harm in being prepared for the worst."
}, {
"question": "My talk is not selected for conference, can I opt for OpenSpace?",
"answer": "There are no plans for OpenSpace as of now. Stay tuned to hear from us."
},
];
</script>
<h3 class="faq-title">General FAQ's</h3>
<div class="faq-items">
<div class="schedule-item">
<div class="row general-faq-items-content">
</div>
</div>
</div>
<script>
var ticketing_faqs = [{
"question": "What does the Conference ticket (Aug 19 and Aug 20, 2023) include?",
"answer": `
<ul>
<li>A full conference pass for two days that includes access to all keynotes, talks, and workshops.</li>
<li>Breakfast</li>
<li>Tea/Cofee</li>
<li>PyDelhi Conference T-shirt and goodies</li>
<li>Digital Certificate of Participation </li>
</ul>
`
}, {
"question": "I am a volunteer at the conference. Do I need to buy a ticket?",
"answer": "Yes. At PyDelhi Conference, everybody buys tickets. Even the event organizers buy tickets. Your ticket helps keep the event affordable for all."
}, {
"question": "Is there a separate ticket just for the Workshops?",
"answer": "No. All the tickets include both talks and workshops. Similarly, there are no 'Talks only' tickets. Having said that workshop seats are limited so seats will be available on first come basis "
}, {
"question": "What is a Donor Ticket?",
"answer": "PyDelhi Conference is a conference run with contributions from volunteers and supporters from the community. Hence, as organizers, we provide multiple avenues for people to contribute to the event. People can contribute their time by volunteering in the various conference activities. People can also make a financial contribution by purchasing a donor ticket. Donor tickets helps us meet the expenses of running the conference, and in the long run can reduce the dependence on sponsors."
}, {
"question": "Is accommodation included in the ticket?",
"answer": "No, it doesn't include accommodation."
}, {
"question": "There is a change in my plan so I can't attend the conference. Can I get a refund?",
"answer": `The ticket policy is simple. Everyone pays for their tickets and there are no discounts. The tickets are transferable. So in case you want to drop out at the last moment, do write to us on <a href="mailto:[email protected]?Subject=Ticket Transfer Request" target="_top">[email protected]</a> with your ticket details.`
}, {
"question": "WHAT FORMS OF PAYMENT ARE AVAILABLE?",
"answer": "We cannot promise availability of tickets on the event day, therefore we advice you to book tickets online using<a href =\"https://konfhub.com/pc-2023\">Konfhub</a>. "
}, {
"question": "Would there be any spot registration at the venue?",
"answer": "Yes, there will be spot registrations available at the conference venue."
},
];
</script>
<h3 class="faq-title">Ticketing FAQ's</h3>
<div class="faq-items">
<div class="schedule-item">
<div class="row ticketing-faq-items-content">
</div>
</div>
</div>
</div>
<!-- /FAQ list -->
</div>
</div>
<!-- /SECTION: FAQ
================================================== -->
<!-- SECTION: Code of Conduct
================================================== -->
<div class="section-conduct inverted-section2 section-padding" id="section-conduct">
<div class="container">
<!-- Section title -->
<div class="section-title-wrapper">
<h2 class="title-section">Code of Conduct</h2>
<p>PyDelhiConf is a community organized conference intended for advocating the use and adoption of the
Python programming language in India. It is also a platform for fostering networking and
collaboration among the Python developer community in India.
We value the participation of every member of the Python community and want all attendees to have an
enjoyable and rewarding experience. Accordingly, every attendee of the conference is expected to
show respect and courtesy to every other attendee throughout the conference and at all conference
related events, whether officially organized by PSSI or not.
To make clear what is expected, all delegates/attendees, speakers, exhibitors, organizers and
volunteers at PyDelhiConf are required to conform to the following Code of Conduct. Organizers will
enforce this code throughout the event.
</p>
<!-- Button trigger modal -->
<button type="button" class="btn btn-primary btn-lg" data-toggle="modal" data-target="#short-coc">
Short Version
</button>
<!-- Modal -->
<div class="modal fade" id="short-coc" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<h4 class="modal-title" id="myModalLabel">Short Version Code of Conduct</h4>
</div>
<div class="modal-body">
<p>PyDelhiConf is dedicated to providing a harassment-free conference experience for
everyone, regardless of age, gender, sexual orientation, physical appearance,
disability, race, religion or employment. We don't tolerate harassment of attendees
in any form.</p>
<p>All communication should be appropriate for a professional audience, including people
from many different backgrounds.</p>
<p class="media-heading">Code for Speakers:</p>
<p>Sexual language or imagery is inappropriate for your talks or slides. Refrain from
using sexist, racist or exclusionary language anywhere in your content.</p>
<p class="media-heading">Code for Exhibitors and Sponsors:</p>
<p>Exhibitors in the expo hall, sponsor or vendor booths, are subject to the
anti-harassment policy.
Exhibitors should not use sexualized images, activities, or other material.
Booth staff (including volunteers) should not use sexualized
clothing/uniforms/costumes, or otherwise create a sexualized environment.</p>
<p class="media-heading">Code for Participants:</p>
<p>Be kind and sensitive to the people around you and avoid any kind of offensive
behavior. Sexist, racist or any other form of exclusionary or offensive jokes or
excessive public swearing are not appropriate at any venue of PyDelhiConf.
Attendees violating these rules may be asked to leave the conference without a
refund at the sole discretion of the conference organizers.
Thank you for your consideration and help in making PyDelhiConf a welcoming,
friendly event for all of us.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Button trigger modal -->
<button type="button" class="btn btn-primary btn-lg" data-toggle="modal" data-target="#long-coc">
Long Version
</button>
<!-- Modal -->
<div class="modal fade" id="long-coc" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<h4 class="modal-title" id="myModalLabel">Long Version Code of Conduct</h4>
</div>
<div class="modal-body">
<p>PyDelhiConf is dedicated to providing a harassment-free conference experience for
everyone, regardless of age, gender, sexual orientation, physical appearance,
disability, race, religion or employment.
Harassment includes offensive verbal comments related to gender, sexual orientation,
disability, physical appearance, body size, race, religion, sexual images in public
spaces, deliberate intimidation, stalking, following, harassing photography or
recording, sustained disruption of talks or other events, inappropriate physical
contact, and unwelcome sexual attention. We have zero tolerance on harassment of
conference participants in any form, including, but not limited to the activities
mentioned here.</p>
<p>Participants asked to stop any harassing behavior are expected to comply immediately.
</p>
<p>Exhibitors in the expo hall, sponsor or vendor booths, or similar activities are also
subject to the anti-harassment policy. In particular, exhibitors should not use
sexualized images, activities, or other material. Booth staff (including volunteers)
should not use sexualized clothing/uniforms/costumes, or otherwise create a
sexualized environment.</p>
<p>All communication should be appropriate for a professional audience, including people
from many different backgrounds. Sexual language or imagery is inappropriate for all
aspects of the conference, including talks. Remember that sexist, racist or any
other form of exclusionary or offensive jokes or excessive public swearing are not
appropriate at any venue of PyDelhiConf.</p>
<p>Do not insult or put down attendees or engage in any action that violates the open,
welcoming and sharing spirit of the conference. Be kind and sensitive to the people
around you when you are attending the conference, and avoid any kind of offensive or
degrading behavior.</p>
<p>If a participant engages in behavior that violates this code of conduct, the
conference organizers may take any action they deem appropriate, including warning
the offender or expulsion from the conference with no refund.</p>
<p>Thank you for helping to make PyCon India a welcoming, friendly event for all.</p>
<p class="media-heading">Contact Information</p>
<p>If you are being harassed, notice that someone else is being harassed, or have any
other concerns, please contact a member of conference staff. Conference staff will
be wearing "PyDelhiConf India Staff" or "PyDelhiCOnf India Volunteer" badges.</p>
<p>You may also ask to be put in touch with the conference chair‚ Akshay Arora.</p>
<p>If the matter is especially urgent, please call/contact any of these individuals:</p>
<ul>
<li>Akshay Arora</li>
<li>Gora Mohanty</li>
</ul>
<p>Conference staff will be happy to help participants contact venue security or local
law enforcement, provide escorts, or otherwise assist those experiencing harassment
to feel safe for the duration of the conference. We value your attendance.</p>
<p class="media-heading">License</p>
<p>This Code of Conduct was forked from Pycon India Conference under a Creative Commons
Attribution 3.0 Unported License.</p>
<p>PyDelhiConf Code of Conduct is licensed under a Creative Commons Attribution 3.0
Unported License.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<!-- /Section title -->
</div>
</div>
<!-- /SECTION: Code of Conduct
================================================== -->
<!-- SECTION: Supporters
================================================== -->
<!-- /SECTION: Community Partners
================================================== -->
<div class="section-community-partners inverted-section2 section-padding" id="section-community-partners">
<div class="container">
<div class="section-title-wrapper">
<h2 class="title-section">Community Partners</h2>
</div>
</div>
<div class="sponsors-list-wrapper">
<div class="sponsors-list" id="sponsors-carousel" style="text-align: center">
<!-- item -->
<div class="sponsor-item platinum">
<a href="https://ossdevs.com"><img src="img/osdc.png" alt="Open Source Developers Community" class="sponsor-img"></a>
</div>
<!-- item -->
<div class="sponsor-item platinum">
<a href="https://asetalias.in/"><img src="img/alias.png" alt="ALiAS" class="sponsor-img"></a>
</div>
<!-- item -->
<div class="sponsor-item platinum">
<a href="https://github.com/devclub-iitd" target="_blank"><img src="img/devclub-iitd.jpg" alt="DevClub IIT Delhi" class="sponsor-img"></a>
</div>
<!-- item -->
<div class="sponsor-item platinum">
<a href="https://linktr.ee/meerutcodehub"><img src="img/mch_logo.jpg" alt="Meerut Code Hub" class="sponsor-img"></a>
</div>
<!-- item -->
<div class="sponsor-item platinum">
<a href="https://ocd-india.github.io/"><img src="img/OCD-logo.png" alt="OCD India" class="sponsor-img"></a>
</div>
<!-- item -->
<div class="sponsor-item platinum">
<a href="https://fossunited.org/"><img src="img/foss-logo.jpg" alt="FOSS" class="sponsor-img"></a>
</div>
<!-- item -->
<div class="sponsor-item platinum">
<a href="https://www.reddit.com/r/developersIndia"><img src="img/developersIndia.png" alt="developersIndia" class="sponsor-img"></a>
</div>
<!-- item -->
<div class="sponsor-item platinum">
<a href="https://commudle.com/"><img src="img/commudle-logo-full.png" alt="Commudle" class="sponsor-img" style="max-width: 100%;object-fit: contain;"></a>
</div>
<!-- item -->
<div class="sponsor-item platinum">
<a href="https://gdg.community.dev/gdg-new-delhi/"><img src="img/GDG-New-Delhi-Logo.png" alt="GDG New Delhi" class="sponsor-img" style="max-width: 100%;object-fit: contain;"></a>
</div>
<!-- /item -->
<!-- item -->
<div class="sponsor-item platinum">
<a href="https://gdg.community.dev/gdg-noida/"><img src="img/GDG-Noida-Logo.png" alt="GDG Noida" class="sponsor-img" style="max-width: 100%;object-fit: contain;"></a>
</div>
<!-- /item -->
</div>
</div>
</div>
<!-- SECTION: Location
================================================== -->
<!-- /SECTION: Location
================================================== -->
</div>
</div>
<!-- Footer
================================================== -->
<footer id="footer" class="jumb-footer">
<div class="container">
<!-- row -->
<div class="row">
<!-- col -->
<div class="col-sm-12 col-md-4 text-center">
<!-- Volunteer List -->
<div class="volunteers">
<a href="volunteers.html" target="_blank"> Volunteers</a>
</div>
<!-- /Volunteer List -->
</div>
<!-- /col -->
<!-- col -->
<div class="col-sm-12 col-md-4 text-center">
<div class="footer-social-icons">
<a href="http://bit.ly/pydelhi-git" target="_blank"><i class="fa-2x fa fa-github"></i></a>
<a href="http://bit.ly/pydelhiconf2017-fb" target="_blank"><i class="fa-2x fa fa-facebook"></i></a>
<a href="http://bit.ly/pydelhiconference-twitter" target="_blank"><i class="fa-2x fa fa-twitter"></i></a>
<a href="http://bit.ly/pydelhi-google" target="_blank"><i class="fa-2x fa fa-google-plus"></i></a>
<a href="http://bit.ly/pydelhi-youtube" target="_blank"><i class="fa-2x fa fa-youtube"></i></a>
</div>
</div>
<!-- /col -->
<!-- col -->
<!-- /col -->
</div>
<!-- /row -->
</div>
</footer>
<!-- /Footer
================================================== -->
<!-- >>JS
============================================================================== -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<!--<script src="vendor/jquery-1.11.3.min.js"></script>-->
<!-- Include all compiled plugins (below), or include individual files as needed -->
<!--<script src="vendor/bootstrap/js/bootstrap.min.js"></script>-->
<!-- Crossbrowser-->
<!--<script src="vendor/cross-browser.js"></script>-->
<!-- /Crossbrowser-->
<!-- CountDown -->
<!--<script src="vendor/jquery.countdown.min.js"></script>-->
<!-- /CountDown -->
<!-- Waypoints-->
<!--<script src="vendor/waypoints.min.js"></script>-->
<!-- /Waypoints-->
<!-- Validate -->
<!--<script src="vendor/validate.js"></script>-->
<!-- / Validate -->
<!-- Fancybox -->
<!--<script src="vendor/fancybox/jquery.fancybox.js"></script>-->
<!-- /fancybox -->
<!-- Owl Caroulsel -->
<!--<script src="vendor/owl.carousel/owl-carousel/owl.carousel.js"></script>-->
<!-- /Owl Caroulsel -->
<!-- Main JS -->
<script src="js/main.js"></script>
<!-- /Main JS -->
<!-- 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="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script>
// Display faq items
function generateFaqHtml(faqs){
var faqs_html = '';
$.each(faqs, function (index, item) {
faqs_html += '<div class="col-md-6 col-sm-12">\
<div class="schedule-item-text">\
<h3 class="schedule-item-title faq-item-title">' + item.question + '</h3>\
<p>' + item.answer + '</p>\
</div>\
</div>';
});
return faqs_html;
}
$('.general-faq-items-content').html(generateFaqHtml(general_faqs))
$('.ticketing-faq-items-content').html(generateFaqHtml(ticketing_faqs))
</script>
<!-- >>/JS
============================================================================= -->
</body>
</html>