@@ -198,12 +198,12 @@ <h3 class="section-title">Locations</h3>
198
198
var chapters = [
199
199
{ "title" : "London" ,
200
200
"description" : "London Python Sprints at Blomberg" ,
201
- "url" : "https://www.meetup.com/Python-Sprints/" ,
201
+ "url" : "https://www.meetup.com/Python-Sprints/events/247097848/ " ,
202
202
"lat" : 51.520363 ,
203
203
"lng" : - 0.086270 } ,
204
204
{ "title" : "Madrid" ,
205
205
"description" : "PyData Madrid" ,
206
- "url" : "https://www.meetup.com/PyData-Madrid/" ,
206
+ "url" : "https://www.meetup.com/PyData-Madrid/events/247525766/ " ,
207
207
"lat" : 40.4168209 ,
208
208
"lng" : - 3.7035725 } ,
209
209
{ "title" : "Florence" ,
@@ -246,6 +246,11 @@ <h3 class="section-title">Locations</h3>
246
246
"url" : "#" ,
247
247
"lat" : - 31.4011257 ,
248
248
"lng" : - 64.182890 } ,
249
+ { "title" : "Barcelona" ,
250
+ "description" : "Barcelona Python Meetup at Kernel Analytics" ,
251
+ "url" : "https://www.meetup.com/python-185/events/247592204/" ,
252
+ "lat" : 41.391336 ,
253
+ "lng" : 2.159867 } ,
249
254
] ;
250
255
for ( i = 0 ; i < chapters . length ; i ++ ) {
251
256
var marker = new google . maps . Marker ( {
@@ -318,6 +323,21 @@ <h3 class="section-title">With the support of</h3>
318
323
< a class ="partner-box partner-box-8 " href ="https://www.machinalis.com/ "> </ a >
319
324
</ div >
320
325
</ div >
326
+
327
+ < div class ="row ">
328
+ < div class ="col-sm-3 ">
329
+ < a class ="partner-box partner-box-9 " href ="https://www.kernel-analytics.com/en/ "> </ a >
330
+ </ div >
331
+ < div class ="col-sm-3 ">
332
+ < a class ="partner-box partner-box-10 " href =""> </ a >
333
+ </ div >
334
+ < div class ="col-sm-3 ">
335
+ < a class ="partner-box partner-box-11 " href =""> </ a >
336
+ </ div >
337
+ < div class ="col-sm-3 ">
338
+ < a class ="partner-box partner-box-12 " href =""> </ a >
339
+ </ div >
340
+ </ div >
321
341
</ section >
322
342
323
343
< section id ="faq " class ="section faq ">
0 commit comments