Skip to content

Commit f400f83

Browse files
author
Marc Garcia
committed
Adding Bratislave and Knoxville to the Pandas event
1 parent 5ea3afd commit f400f83

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pandas/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,16 @@ <h3 class="section-title">Locations</h3>
271271
"url": "#",
272272
"lat": 22.270760,
273273
"lng": 113.577165},
274+
{"title": "Bratislava",
275+
"description": "PyData Bratislava",
276+
"url": "https://www.meetup.com/PyData-Bratislava/events/247773847/",
277+
"lat": 48.1447149,
278+
"lng": 17.1014112},
279+
{"title": "Knoxville, TN",
280+
"description": "Knoxdata",
281+
"url": "https://www.meetup.com/knoxdata/",
282+
"lat": 35.960190,
283+
"lng": -83.922619},
274284
];
275285
for (i=0; i < chapters.length; i++) {
276286
var marker = new google.maps.Marker({

0 commit comments

Comments
 (0)