diff --git a/2019/community-day.html b/2019/community-day.html index 522872e..1a687a1 100644 --- a/2019/community-day.html +++ b/2019/community-day.html @@ -200,6 +200,18 @@

Venue address:

HiQ
Östra Hamngatan 24
411 09 Göteborg
+ +
+
+
Testing & Functional programming
+
+
+
  • 14:30 - Doors open
  • 14:50 - Welcome to the event
  • 15:00 - John Hughes: Building on developers' intuitions
  • 16:00 - Oskar Wickström: Property-Based Testing The Ugly Parts
  • 17:00 - Pause and mingle
  • 17:30 - Alejandro Russo: DraGen, a new generator of random data to use with QuickCheck
  • 18:30 - More mingling
  • 19:00 - Thanks for today as we will be joining the rest of the foss-north Community Day for the social event
+
+ Please RSVP here. +

Venue address:

+
Somewhere at Chalmers
Will be updated via the RSVP
+
@@ -263,6 +275,10 @@ marker.events.register("click", marker, function() { location.hash = "#openhack"; }); markers.addMarker(marker); /* End of loop *//* Start of loop */ + marker = new OpenLayers.Marker(new OpenLayers.LonLat( 11.97947, 57.68969 ).transform(projection, map.getProjectionObject()), icon.clone()); + marker.events.register("click", marker, function() { location.hash = "#fp"; }); + markers.addMarker(marker); + /* End of loop *//* Start of loop */ marker = new OpenLayers.Marker(new OpenLayers.LonLat( 11.97724, 57.68654 ).transform(projection, map.getProjectionObject()), icon.clone()); marker.events.register("click", marker, function() { location.hash = "#crf"; }); markers.addMarker(marker); diff --git a/2019/images/project-fp.png b/2019/images/project-fp.png new file mode 100644 index 0000000..c0c21de Binary files /dev/null and b/2019/images/project-fp.png differ