Skip to content

Commit c1b6425

Browse files
Sahil Josephtheskumar
authored andcommitted
Add volunteer page #10 (#29)
* Rendered files * Volunteer page added and link added * Updated volunteer page * Removed team link
1 parent 0acca9b commit c1b6425

9 files changed

Lines changed: 309 additions & 8 deletions

File tree

coc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
<a href="javascript:void(0);">More</a>
6969
<ul class="sub-menu">
7070
<li><a href="/#speakers">Speakers</a></li>
71+
<li><a href="volunteer.html">Volunteer</a></li>
7172
<li><a href="https://in.pycon.org/blog/">Blog</a></li>
72-
<li><a href="#">Team</a></li>
7373
<li><a href="coc.html">Code of Conduct</a></li>
7474
</ul>
7575
</li>

faqs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
<a href="javascript:void(0);">More</a>
6969
<ul class="sub-menu">
7070
<li><a href="/#speakers">Speakers</a></li>
71+
<li><a href="volunteer.html">Volunteer</a></li>
7172
<li><a href="https://in.pycon.org/blog/">Blog</a></li>
72-
<li><a href="#">Team</a></li>
7373
<li><a href="coc.html">Code of Conduct</a></li>
7474
</ul>
7575
</li>

gallery.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
<a href="javascript:void(0);">More</a>
6969
<ul class="sub-menu">
7070
<li><a href="/#speakers">Speakers</a></li>
71+
<li><a href="volunteer.html">Volunteer</a></li>
7172
<li><a href="https://in.pycon.org/blog/">Blog</a></li>
72-
<li><a href="#">Team</a></li>
7373
<li><a href="coc.html">Code of Conduct</a></li>
7474
</ul>
7575
</li>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta http-equiv="X-UA-Compatible" content="IE=edge">
99
<title>PyCon India 2017</title>
1010
<meta name="description" content="">
11-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
11+
<meta name="viewport" content="width=device-width, initial-scale=1">
1212
<link rel="apple-touch-icon" href="apple-touch-icon.png">
1313
<link rel="stylesheet" href="css/bootstrap.min.css">
1414
<link rel="stylesheet" href="css/normalize.css">
@@ -68,8 +68,8 @@
6868
<a href="javascript:void(0);">More</a>
6969
<ul class="sub-menu">
7070
<li><a href="/#speakers">Speakers</a></li>
71+
<li><a href="volunteer.html">Volunteer</a></li>
7172
<li><a href="https://in.pycon.org/blog/">Blog</a></li>
72-
<li><a href="#">Team</a></li>
7373
<li><a href="coc.html">Code of Conduct</a></li>
7474
</ul>
7575
</li>

sponsors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
<a href="javascript:void(0);">More</a>
6969
<ul class="sub-menu">
7070
<li><a href="/#speakers">Speakers</a></li>
71+
<li><a href="volunteer.html">Volunteer</a></li>
7172
<li><a href="https://in.pycon.org/blog/">Blog</a></li>
72-
<li><a href="#">Team</a></li>
7373
<li><a href="coc.html">Code of Conduct</a></li>
7474
</ul>
7575
</li>

sponsorship.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
<a href="javascript:void(0);">More</a>
6969
<ul class="sub-menu">
7070
<li><a href="/#speakers">Speakers</a></li>
71+
<li><a href="volunteer.html">Volunteer</a></li>
7172
<li><a href="https://in.pycon.org/blog/">Blog</a></li>
72-
<li><a href="#">Team</a></li>
7373
<li><a href="coc.html">Code of Conduct</a></li>
7474
</ul>
7575
</li>

templates/components/_header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
<a href="javascript:void(0);">More</a>
2727
<ul class="sub-menu">
2828
<li><a href="/#speakers">Speakers</a></li>
29+
<li><a href="volunteer.html">Volunteer</a></li>
2930
<li><a href="https://in.pycon.org/blog/">Blog</a></li>
30-
<li><a href="#">Team</a></li>
3131
<li><a href="coc.html">Code of Conduct</a></li>
3232
</ul>
3333
</li>

templates/volunteer.html

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
{% extends "components/_base.jinja" %} {% block content %} <!--************************************
2+
Inner Baner Start
3+
*************************************-->
4+
<div class="tg-innerbanner tg-haslayout tg-bgparallax">
5+
<div class="container">
6+
<div class="tg-innerbannercontent">
7+
<div class="tg-pagetitle">
8+
<h1>
9+
Volunteer
10+
</h1>
11+
</div>
12+
<ol class="tg-breadcrumb">
13+
<li>
14+
<a href="#">Home</a>
15+
</li>
16+
<li class="tg-active">Volunteer
17+
</li>
18+
</ol>
19+
</div>
20+
</div>
21+
</div><!--************************************
22+
Inner Baner End
23+
*************************************-->
24+
<!--************************************
25+
Main Start
26+
*************************************-->
27+
<main class="tg-main tg-haslayout" id="tg-main">
28+
<!--************************************
29+
Sponser End
30+
*************************************-->
31+
<div class="tg-sectionspace tg-haslayout">
32+
<div class="container">
33+
<div class="row">
34+
<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">
35+
<div class="tg-sectionhead-sponsor">
36+
<div class="tg-description">
37+
<div>
38+
<p>
39+
<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.
40+
</p>
41+
<p>
42+
But before you register to volunteer, there are few things you should be aware of -
43+
</p>
44+
<ul>
45+
<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.
46+
</li>
47+
48+
<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.
49+
</li>
50+
51+
<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>
52+
53+
<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>
54+
</ul>
55+
<p>
56+
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>.
57+
</p>
58+
<p>
59+
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.
60+
</p>
61+
<a class="tg-btn" href="https://t.me/joinchat/AAAAAEOZw7hYhueOARzGVA" target="_blank">Telegram Group</a><br>
62+
<br>
63+
<p>
64+
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.
65+
</p>
66+
<p>
67+
Hope to see you at the event. Happy volunteering. :)
68+
</p>
69+
</div>
70+
</div>
71+
</div>
72+
</div>
73+
</div>
74+
</div>
75+
</div><!--************************************
76+
Sponser End
77+
*************************************-->
78+
</main><!--************************************
79+
Main End
80+
*************************************-->
81+
{% endblock %}
82+
</body>
83+
</html>

0 commit comments

Comments
 (0)