forked from iambibhas/inpycon14
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·244 lines (213 loc) · 9.17 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
---
layout: homepage
title: Home
---
<section class="page-home section-call">
<div class="container">
<div class="block-wrapper">
<div class="block green">
<h3>Call for Sponsors</h3>
<div class="border-line green"></div>
<p>Earn some brownie points by sponsoring PyCon! <a target="_blank" href="sponsorship-prospectus.pdf">Here is the Sponsorship Prospectus</a>.</p>
<h4>Need more information?</h4>
<a class="email" href="mailto:[email protected]">[email protected]</a>
<div class="border-line short green"></div>
</div>
</div>
<div class="block-wrapper">
<div class="block orange">
<h3>Call for Proposals</h3>
<div class="border-line orange"></div>
<p>Share your knowledge. Let your ideas flow. CFP is now open! Propose a session now.</p>
<a href="http://in.pycon.org/funnel/2014/"><h4>Propose A Session</h4></a>
<a class="email" href="http://in.pycon.org/funnel/2014/">Head for the funnel</a>
<div class="border-line short orange"></div>
</div>
</div>
<div class="block-wrapper">
<div class="block green">
<h3>Call for Volunteers</h3>
<div class="border-line green"></div>
<p>Help us organize and make this conference successful. <a href="/2014/blog/call-for-volunteers/">Read more about it</a>.</p>
<h4>Contact</h4>
<a class="email" href="mailto:[email protected]">[email protected]</a>
<div class="border-line short green"></div>
</div>
</div>
<div class="clr"></div>
</div>
</section>
<!-- <section class="page-home section-speakers" id="section_speakers">
<div class="container">
<a href="speakers.html" class="btn-boxy view-all">View All</a>
<h2>Speakers</h2>
<div class="block-wrapper">
<div class="block">
<div class="bg"></div>
<div class="block-content">
<div class="thumb home">
<div class="hexagon hexagon2"><div class="hexagon-in1">
<a href="speakers.html#speaker_1"><div class="hexagon-in2" style="background-image: url(images/speaker.jpg);"></div></a>
</div></div>
</div>
<h3><a href="speakers.html#speaker_1">Kenneth Reitz</a></h3>
<div class="work">Keynote Speaker</div>
<a class="social twitter" href=""></a>
<a class="social github" href=""></a>
</div>
</div>
</div>
<div class="block-wrapper">
<div class="block">
<div class="bg"></div>
<div class="block-content">
<div class="thumb home">
<div class="hexagon hexagon2"><div class="hexagon-in1">
<a href="speakers.html#speaker_2"><div class="hexagon-in2" style="background-image: url(images/speaker.jpg);"></div></a>
</div></div>
</div>
<h3><a href="speakers.html#speaker_2">Kenneth Reitz</a></h3>
<div class="work">Keynote Speaker</div>
<a class="social twitter" href=""></a>
<a class="social github" href=""></a>
</div>
</div>
</div>
<div class="block-wrapper">
<div class="block">
<div class="bg"></div>
<div class="block-content">
<div class="thumb home">
<div class="hexagon hexagon2"><div class="hexagon-in1">
<a href="speakers.html#speaker_3"><div class="hexagon-in2" style="background-image: url(images/speaker.jpg);"></div></a>
</div></div>
</div>
<h3><a href="speakers.html#speaker_1">Kenneth Reitz</a></h3>
<div class="work">Keynote Speaker</div>
<a class="social twitter" href=""></a>
<a class="social github" href=""></a>
</div>
</div>
</div>
<div class="clr"></div>
</div>
</section> -->
<section class="page-home section-schedule" id="section_schedule">
<div class="container">
<h2>Schedule</h2>
<div class="schedule-item left">
<h3>Workshops</h3>
<div class="date">26 <span>September</span></div>
<div class="day">Friday</div>
<div class="border-line "></div>
<div class="intro">
Workshops are two and a half hour long hands-on sessions. <br>
Each workshop is limited to 25 participants and a separate ticket is required to attend each workshop.
</div>
<a href="schedule.html" class="btn-boxy">View Schedule</a>
</div>
<div class="schedule-item right">
<h3>Conference</h3>
<div class="date">27 - 28 <span>September</span></div>
<div class="day">Saturday - Sunday</div>
<div class="border-line "></div>
<div class="clr"></div>
<div class="intro">
See what's going on in the Python world, meet your fellow Pythonistas, share your knowledge and experience, make contacts, brainstorm projects, discuss prospects.
</div>
<a href="schedule.html#schedule_conference" class="btn-boxy">View Schedule</a>
</div>
<div class="clr"></div>
</div>
</section>
<section class="page-home section-venue" id="section_venue">
<div class="container-wrapper">
<div class="container">
<a href="venue.html" class="btn-boxy view-all">View Details</a>
<h2>Venue</h2>
</div>
</div>
<div class="section-map home">
<div class="map-wrapper home" id="map_wrapper"></div>
<div class="map-overlay">
<div class="container">
<div class="venue-details">
<img class="bg" src="static/images/venue_image1.jpg"/>
<div class="content">
<div class="name">NIMHANS Convention Center</div>
<div class="border-line"></div>
<div class="address">
NIMHANS Hospital Premises,<br>
Hosur Road, Bangalore- 560029<br>
Landmark: Near Dairy Circle
</div>
<a href="http://www.openstreetmap.org/?mlat=12.94321&mlon=77.59640#map=17/12.94321/77.59640" target="_blank" class="btn-boxy get-directions">Get Directions</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="page-home section-sponsors" id="section_sponsors">
<div class="container">
<a href="sponsors.html" class="btn-boxy view-all">View All</a>
<h2>Sponsors</h2>
<h3>Platinum</h3>
<div class="border-line white"></div>
<div class="sponsors-wrapper">
<div class="sponsor-item platinum"><img src="static/images/sponsor_zeomega.jpg"/></div>
<div class="clr"></div>
</div>
<!-- <h3>Gold</h3>
<div class="border-line white"></div>
<div class="sponsors-wrapper">
<div class="sponsor-item gold"><img src="static/images/sponsor_logo.jpg"/></div>
<div class="sponsor-item gold"><img src="static/images/sponsor_logo.jpg"/></div>
<div class="sponsor-item gold"><img src="static/images/sponsor_logo.jpg"/></div>
<div class="clr"></div>
</div> -->
<h3>Silver</h3>
<div class="border-line white"></div>
<div class="sponsors-wrapper">
<div class="sponsor-item silver"><img src="static/images/sponsor_projectplace.jpg"/></div>
<div class="clr"></div>
</div>
<!--
<h3>Bronze</h3>
<div class="border-line white"></div>
<div class="sponsors-wrapper">
<div class="sponsor-item bronze"><img src="static/images/sponsor_logo.jpg"/></div>
<div class="sponsor-item bronze"><img src="static/images/sponsor_logo.jpg"/></div>
<div class="sponsor-item bronze"><img src="static/images/sponsor_logo.jpg"/></div>
<div class="sponsor-item bronze"><img src="static/images/sponsor_logo.jpg"/></div>
<div class="clr"></div>
</div> -->
</div>
</section>
<section class="page-home section-updates" id="section_updates">
<div class="container">
<div class="blog">
<h2>Blog</h2>
<div class="blog-wrapper">
{% for post in site.posts %}
<div class="post">
<div class="title"><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></div>
<div class="date">Published / {{ post.date | date_to_string }}</div>
<div class="border-line short"></div>
<div class="text">
{{ post.excerpt }}
</div>
</div>
{% endfor %}
</div>
</div>
<div class="twitter">
<h2>Twitter</h2>
<div class="twitter-wrapper">
<a class="twitter-timeline" data-dnt="true" data-chrome="nofooter transparent noborders" href="https://twitter.com/pyconindia" data-widget-id="413600400701272065">Tweets by @pyconindia</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
<div class="clr"></div>
</div>
</section>