From 2cac002aff3af1effedb1a1060e781af010ee44b Mon Sep 17 00:00:00 2001 From: Johan Thelin Date: Tue, 10 Mar 2020 23:36:35 +0100 Subject: [PATCH] Updated project status --- 2020/communityday.html | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/2020/communityday.html b/2020/communityday.html index 78d0ffa..f444ae9 100644 --- a/2020/communityday.html +++ b/2020/communityday.html @@ -331,7 +331,15 @@

Venue address:

- TBD
+ At Chalmers
+ + 1. You should locate the main entrace on Rännvägen (map)
+ + 2. Do not enter the main entrance but rather walk over Rännvägen till half way the building and you will find a small stair (5/6 steps), take them.
+ + 3. You will find a door on your left.
+ + 4. You need to call a phone number that you will find in the door, please, call us and we will go down and pick you up.
@@ -477,7 +485,11 @@

Venue address:

- T.B.D.
+ Intiro Development AB
+ + Västra Hamngatan 18
+ + Göteborg
@@ -550,7 +562,7 @@ /* End of loop */ /* Start of loop */ - marker = new OpenLayers.Marker(new OpenLayers.LonLat( 11.966956, 57.689343 ).transform(projection, map.getProjectionObject()), icon.clone()); + marker = new OpenLayers.Marker(new OpenLayers.LonLat( 11.96443, 57.70341 ).transform(projection, map.getProjectionObject()), icon.clone()); marker.events.register("click", marker, function() { location.hash = "#riscv"; }); markers.addMarker(marker); /* End of loop */