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 @@
@@ -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