@@ -198,12 +198,12 @@ <h3 class="section-title">Locations</h3>
198198 var chapters = [
199199 { "title" : "London" ,
200200 "description" : "London Python Sprints at Blomberg" ,
201- "url" : "https://www.meetup.com/Python-Sprints/" ,
201+ "url" : "https://www.meetup.com/Python-Sprints/events/247097848/ " ,
202202 "lat" : 51.520363 ,
203203 "lng" : - 0.086270 } ,
204204 { "title" : "Madrid" ,
205205 "description" : "PyData Madrid" ,
206- "url" : "https://www.meetup.com/PyData-Madrid/" ,
206+ "url" : "https://www.meetup.com/PyData-Madrid/events/247525766/ " ,
207207 "lat" : 40.4168209 ,
208208 "lng" : - 3.7035725 } ,
209209 { "title" : "Florence" ,
@@ -246,6 +246,11 @@ <h3 class="section-title">Locations</h3>
246246 "url" : "#" ,
247247 "lat" : - 31.4011257 ,
248248 "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 } ,
249254 ] ;
250255 for ( i = 0 ; i < chapters . length ; i ++ ) {
251256 var marker = new google . maps . Marker ( {
@@ -318,6 +323,21 @@ <h3 class="section-title">With the support of</h3>
318323 < a class ="partner-box partner-box-8 " href ="https://www.machinalis.com/ "> </ a >
319324 </ div >
320325 </ 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 >
321341 </ section >
322342
323343 < section id ="faq " class ="section faq ">
0 commit comments