-
Notifications
You must be signed in to change notification settings - Fork 55
/
volunteer.html
265 lines (253 loc) · 13.3 KB
/
volunteer.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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>PyCon India 2017</title>
<link rel="icon" href="images/favicon.png" type="images/png" sizes="16x16">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/customScrollbar.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/prettyPhoto.css">
<link rel="stylesheet" href="css/jquery.fullpage.css">
<link rel="stylesheet" href="css/transitions.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/colors/color-3.css">
<link rel="stylesheet" href="css/responsive.css">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
<script src="js/wow/wow.min.js"></script>
<script src="js/wow/init.wow.js"></script>
<style>
html,
body{height: auto;}
</style>
</head>
<body class="tg-home tg-homeone">
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!--************************************
Wrapper Start
*************************************-->
<div id="tg-wrapper" class="tg-wrapper tg-haslayout">
<!--************************************
Header Start
*************************************-->
<!--************************************
Header Start
*************************************-->
<header id="tg-header" class="tg-header tg-haslayout">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<strong class="tg-logo"><a href="index.html"><img src="images/logo.png" alt="company logo here"></a></strong>
<div class="tg-navigationarea">
<nav id="tg-nav" class="tg-nav">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#tg-navigation" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div id="tg-navigation" class="collapse navbar-collapse tg-navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="/2017/#speakers">Speakers</a></li>
<li><a href="/2017/#schedule">Schedule</a></li>
<li><a href="sponsorship.html">Sponsorship</a></li>
<li><a href="https://in.pycon.org/blog/">Blog</a></li>
<li><a href="faqs.html">FAQs</a></li>
<li class="menu-item-has-children">
<a href="javascript:void(0);">More</a>
<ul class="sub-menu">
<li><a href="childcare.html">Childcare</a></li>
<li><a target="_blank" href="https://in.pycon.org/cfp/2017/proposals">View Proposals</a></li>
<li><a href="volunteer.html">Volunteer</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="coc.html">Code of Conduct</a></li>
</ul>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
</header>
<!--************************************
Header Stop
*************************************-->
<!--************************************
Inner Baner Start
*************************************-->
<div class="tg-innerbanner tg-haslayout tg-bgparallax">
<div class="container">
<div class="tg-innerbannercontent">
<div class="tg-pagetitle">
<h1 class="animated fadeInDown">
Volunteer
</h1>
</div>
<ol class="tg-breadcrumb">
<li>
<a href="#">Home</a>
</li>
<li class="tg-active">Volunteer
</li>
</ol>
</div>
</div>
</div><!--************************************
Inner Baner End
*************************************-->
<!--************************************
Main Start
*************************************-->
<main class="tg-main tg-haslayout" id="tg-main">
<!--************************************
Sponsor End
*************************************-->
<div class="tg-sectionspace tg-haslayout">
<div class="container">
<div class="row">
<div class="col-xs-offset-0 col-xs-12 col-sm-offset-0 col-sm-12 col-md-offset-2 col-md-10 col-lg-offset-2 col-lg-8">
<div class="tg-sectionhead-sponsor">
<div class="tg-description">
<div>
<p>
<a href="http://in.pycon.org/">PyCon India</a> is a community event. Here each and every task is done by a volunteer. And here is the opportunity for You to be a part of the community.
</p>
<p>
But before you register to volunteer, there are few things you should be aware of -
</p>
<ul>
<li>Volunteering takes time and effort, sometimes a lot of it. For online activities like handling social networks or handling registrations etc take a lot of time. And sometimes rapid decisions have to be made. So if you're volunteering, make sure you have the time. If you're unavailable at certain time period of the day, let us know beforehand.
</li>
<li>If you're volunteering for offline activities e.g. on spot registration or settings up stages or handling video recording, anything that has to be done on the venue during the event, there is a good chance that you won't be able to attend the sessions you just registered for. If someone needs you, you have to be there.
</li>
<li>Volunteering is not a free way into the event. At PyCon India, everybody buys tickets. Even the event organizers buy tickets. We volunteer because we love Python and PyCon, and want the event to be awesome.</li>
<li>Volunteers are the most important part of the event. Without the volunteers, the event cannot happen. So even if you are attending PyCon for the first time, we encourage you to volunteer with whatever you can. If you don't want to miss any sessions, then volunteer for smaller tasks.</li>
</ul>
<p>
If you're still interested in volunteering, subscribe to <a href="https://mail.python.org/mailman/listinfo/inpycon">the mailing list</a>. <strong>Please don't subscribe to the daily digest</strong>. Digests are always behind the time and meant for those who just wants to stay updated and not participate in conversations. If you're already subscribed to the mailing list, <a href="https://mail.python.org/mailman/listinfo/inpycon">go ahead, login</a> and change your subscription type. Also, <strong>please don't reply to a digest</strong>.
</p>
<p>
Once your name is on the form, keep an eye on the mailing list. Threads will be created on specific tasks asking for volunteers. If you think you can do the task and have enough time for it, raise your hand. That's it. You can join the telegram group and help out in the tasks their.
</p>
<a class="tg-btn" href="https://t.me/joinchat/AAAAAEOZw7hYhueOARzGVA" target="_blank">Telegram Group</a><br>
<br>
<p>
Also, if you have any question, we'd really appreciate if you go through the <a href="https://mail.python.org/pipermail/inpycon/">mailing list archives</a> first, and see if it's already answered. If not, you can talk to us at the IRC channel <a href="http://webchat.freenode.net/?channels=%23pyconindia">#pyconindia</a> on <a href="http://freenode.net/">freenode.net</a> or send a mail to the mailing list.
</p>
<p>
Hope to see you at the event. Happy volunteering. :)
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div><!--************************************
Sponsor End
*************************************-->
</main><!--************************************
Main End
*************************************-->
<!--************************************
Footer Start
*************************************-->
<footer id="tg-footer" class="tg-footer tg-haslayout">
<div class="tg-foorterbar">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<p class="tg-copyrights">Copyright © 2017 Python Software Society of India</p>
<ul class="tg-socialicons">
<li class="tg-facebook"><a href="https://www.facebook.com/PyConIndia/" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li class="tg-twitter"><a href="https://twitter.com/pyconindia" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li class="tg-linkedin"><a href="https://webchat.freenode.net/?channels=%23pyconindia" target="_blank"><i class="fa fa-comments"></i></a></li>
<li class="tg-googleplus"><a href="https://mail.python.org/mailman/listinfo/inpycon" target="_blank"><i class="fa fa-envelope"></i></a></li>
</ul>
<strong class="tg-logo"><a href="index.html"><img src="images/logo.png" alt=""></a></strong>
</div>
</div>
</div>
</div>
</footer>
<!--************************************
Footer End
*************************************-->
</div>
<!--************************************
Wrapper End
*************************************-->
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.8.3/moment.min.js"></script>
<script type="text/javascript" src="js/vendor/twitter-post-fetcher.js"></script>
<script type="text/javascript" src="js/vendor/twitter-post-fetcher-config.js"></script>
<script src="js/vendor/jquery-library.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="https://maps.google.com/maps/api/js?key=AIzaSyCR-KEWAVCn52mSdeVeTqZjtqbmVJyfSus&language=en"></script>
<script src="js/customScrollbar.min.js"></script>
<script src="js/packery.pkgd.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.hoverdir.js"></script>
<script src="js/jquery.vide.min.js"></script>
<script src="js/jquery.fullpage.js"></script>
<script src="js/isotope.pkgd.js"></script>
<script src="js/prettyPhoto.js"></script>
<script src="js/countdown.js"></script>
<script src="js/countTo.js"></script>
<script src="js/appear.js"></script>
<script src="js/gmap3.js"></script>
<script src="js/feed.js"></script>
<script src="js/markdown-it.min.js"></script>
<script src="js/main.js"></script>
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-60420410-1','auto');ga('send','pageview');
</script>
<script>
$(document).ready(function(){
// Add scrollspy to <body>
$('body').scrollspy({target: ".navbar", offset: 50});
// Add smooth scrolling on all links inside the navbar
$("#tg-navigation a").on('click', function(event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
} // End if
});
});
</script>
</body>
</html>