diff --git a/2020/communityday.html b/2020/communityday.html index a97dc01..4bd7e22 100644 --- a/2020/communityday.html +++ b/2020/communityday.html @@ -281,6 +281,31 @@ + +
+
+
Functional Programming
+ +
+
+ + + + + +
+ TBD +
+ +

Venue address:

+
+ + TBD
+ +
+
+
+
@@ -385,6 +410,12 @@ 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.966646, 57.689343 ).transform(projection, map.getProjectionObject()), icon.clone()); marker.events.register("click", marker, function() { location.hash = "#gnome"; }); diff --git a/2020/images/project-fp.png b/2020/images/project-fp.png new file mode 100644 index 0000000..d1a9c15 Binary files /dev/null and b/2020/images/project-fp.png differ diff --git a/2020/index.html b/2020/index.html index b24cb2f..45eb597 100644 --- a/2020/index.html +++ b/2020/index.html @@ -458,12 +458,18 @@ - - - -
 
- - + + +
+ +
+ + + + + + +
@@ -483,12 +489,12 @@
+
+ -
-