-
Notifications
You must be signed in to change notification settings - Fork 55
/
childcare.html
242 lines (232 loc) · 10.7 KB
/
childcare.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
<!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">Childcare</h1>
</div>
<ol class="tg-breadcrumb">
<li><a href="#">Home</a></li>
<li class="tg-active">Childcare</li>
</ol>
</div>
</div>
</div>
<!--************************************
Inner Baner End
*************************************-->
<!--************************************
Main Start
*************************************-->
<main id="tg-main" class="tg-main tg-haslayout">
<!--************************************
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">
<p>PyCon India 2017 is proud to announce that we will be offering childcare during the main conference days. Follow our <a href="https://twitter.com/pyconindia" target="_blank">Twitter</a> account for updates and announcements. Deadline to fill the Childcare form is 15th October, 2017.</p>
<ul>
<li>When: Saturday 4th Nov and Sunday 5th Nov</li>
<li>Time: 8:00am – 7:00pm</li>
<li>Where: Shaheed Sukhdev College Of Business Studies</li>
<li>Room: TBD</li>
<li>Register: Registration Open till October 15th, 2017</li>
<li>Ages: infants to 12 years old</li>
</ul></br>
<p> In case you have any queries, don't even hesitate a moment to reach out to <a href="mailto:">[email protected].</a></p><br>
<a class="tg-btn" href="http://bit.ly/PyConIndiaChildCare" target="_blank">Fill this form</a><br>
</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>