-
Notifications
You must be signed in to change notification settings - Fork 34
/
sponsorship.html
196 lines (175 loc) · 9.55 KB
/
sponsorship.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
<!DOCTYPE html>
<!--
===============================================================================
== NOTE: To edit html file, change the files inside /templates/ folder only. ==
== Use `staticjinja build` or `staticjinja watch` to recompile them. ==
===============================================================================
-->
<!--[if IE 8]><html lang="en" class="ie8"><![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"><![endif]-->
<!--[if !IE]> <!-->
<html lang="en">
<!-- <![endif]-->
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PyCon India 2016 in New Delhi | September 23rd to 25th</title>
<meta name="description" content="PyCon India, the premier conference in India on using and developing the Python programming language is conducted annually by the Python developer community and it attracts the best Python programmers from across the country and abroad.">
<script type="text/javascript">
if(window.location.host == 'in.pycon.org') {
document.write("<base href='/2016/' />");
}
</script>
<meta name="author" content="Pycon India">
<link rel="shortcut icon" href="favicon.png">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="fonts/font-awesome.min.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/custom.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll">
<!-- START SVG Sprite -->
<div style="height: 0; width: 0; position: absolute; visibility: hidden;" aria-hidden="true">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" focusable="false">
<symbol id="ripply-scott" viewBox="0 0 100 100">
<g>
<polygon points="5.6,77.4 0,29 39.1,0 83.8,19.3 89.4,67.7 50.3,96.7" />
<polygon fill="rgba(255,255,255,0.35)" transform="scale(0.5), translate(50, 50)" points="5.6,77.4 0,29 39.1,0 83.8,19.3 89.4,67.7 50.3,96.7" />
<polygon fill="rgba(255,255,255,0.25)" transform="scale(0.25), translate(145, 145)" points="5.6,77.4 0,29 39.1,0 83.8,19.3 89.4,67.7 50.3,96.7" />
</g>
</symbol>
</svg>
</div>
<!-- END SVG Sprite -->
<div id="nav-sidebar">
<nav class="navbar navbar-inverse sidebar navbar-fixed-top" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<a class="navbar-brand" href="index.html">
<!-- Brand -->
<h2 class="text-hide">Pycon India 2016</h2>
<img class="img-responsive navbar--logo" src="images/logosm.png" />
</a>
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-sidebar-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-sidebar-navbar-collapse-1">
<ul class="py16navbar nav navbar-nav">
<li><a href="#home" class="scrollto"> HOME </a></li>
<li><a href="#speakers" class="scrollto"> SPEAKERS </a></li>
<li><a href="#schedule" class="scrollto"> SCHEDULE </a></li>
<li><a href="#venue" class="scrollto"> VENUE </a></li>
<li><a href="#sponsors" class="scrollto"> SPONSORS </a></li>
<li><a href="https://in.pycon.org/blog/2016/"> BLOG </a></li>
<li><a href="sponsorship.html">SPONSORSHIP</a></li>
<li><a href="faq.html">FAQ </a></li>
<li><a href="team.html">TEAM</a></li>
<li><a href="coc.html">COC </a></li>
</ul>
</div>
</div>
<div class="nav-footer hidden-xs"></div>
</nav>
</div>
<div id="main-content">
<div class="skyline hidden-xs"></div>
<div class="overbg hidden-xs">
<div class="footerdown col-md-12">
<p class="col-md-6 text-center"> Copyright © 2016<a href="https://pssi.org.in/pyconindia/" style="color:#eee;"> Python Software Society of India.</a> </p>
<p class="col-md-6 text-center" id="footer-links">
<a href="https://webchat.freenode.net/?channels=%23pyconindia" target="_blank">IRC</a> |
<a href="https://mail.python.org/mailman/listinfo/inpycon" target="_blank">Mailing List</a> |
<a href="https://twitter.com/search?q=pyconindia" target="_blank">#pyconindia</a> |
<a href="https://www.facebook.com/PyConIndia" target="_blank">Facebook</a>
</p>
</div>
</div>
<!-- ******others****** -->
<section id="others" class="others section">
<div class="row">
<div class="col-md-12 sponsorship">
<div class="col-md-8 col-md-offset-2">
<h2 class="title text-center">
<img src="images/icons/sship.png" /><br/> SPONSORSHIP
</h2>
</div>
<div class="col-md-10 col-md-offset-1">
<br/>
<p>
PyCon India is the largest annual conference for the community using and developing the Python programming language in India. It attracts the best Python programmers across the country and abroad. PyCon India is a community conference, organized by volunteers. Formally it is run by the Python Software Society of India, which is a non-profit society under Indian law.
</p>
<br/>
<h3>Sponsoring</h3>
<p>
Your sponsorship keeps PyCon India affordable to the widest possible audience.
</p>
<p>
In order to ensure a successful conference, the community needs to address a wide range of logistical and organizational challenges. PyCon India attendees sometimes require assistance with expenses especially student attendees, and sponsorship enables us to support those who would otherwise be unable to attend.
</p>
<p>
The attendees of PyCon India will include professional developers from large enterprises and smaller firms as well as people from academia. Delegates come to present their latest developments. With Python already becoming a major enterprise programming language and platform, sponsoring PyCon India 2016 is an excellent opportunity to demonstrate industry leadership in this part of the world. The attendance of PyCon India 2016 is expected to be between 1200 and 1350 delegates.
</p>
<br/>
<h5 id="sponsorship-download"><a href="sponsorship-prospectus.pdf">Download Sponsorship Prospectus</a></h5>
<br>
</div>
</div>
</div>
</section>
<!--//others-->
<footer class="visible-xs">
<div class="footer col-md-12">
<p class="col-md-4 text-center"> Copyright © 2016 <a href="https://pssi.org.in/pyconindia/">Python Software Society of India.</a> </p>
<p class="col-md-4 text-center" id="footer-links">
<a href="https://webchat.freenode.net/?channels=%23pyconindia" target="_blank">IRC</a> |
<a href="https://mail.python.org/mailman/listinfo/inpycon" target="_blank">Mailing List</a> |
<a href="https://twitter.com/search?q=pyconindia" target="_blank">#pyconindia</a> |
<a href="https://www.facebook.com/PyConIndia" target="_blank">Facebook</a>
</p>
</div>
</footer>
</div>
<!-- Bootstrap Core JavaScript -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.scrollTo.min.js"></script>
<script src="js/jquery.matchHeight.js" type="text/javascript"></script>
<!-- Custom JavaScript for this template -->
<script src="js/custom.js"></script>
<script src="js/tweenmax.js"></script>
<script src="js/ripple-config.js"></script>
<script>
$(function(){
$(window).scroll(function (event) {
var scroll = $(window).scrollTop();
if($(window).scrollTop() + $(window).height() == $(document).height() || scroll == 0)
{
$(".overbg").fadeIn('fast','swing');
// $(".skyline").fadeIn('fast','swing');
}
else
{
$(".overbg").fadeOut('fast','swing');
// $(".skyline").fadeOut('fast','swing');
}
});
});
</script>
</body>
</html>