Updated project status

This commit is contained in:
Johan Thelin 2020-03-10 23:36:35 +01:00
parent 97c21d90df
commit 2cac002aff

View file

@ -331,7 +331,15 @@
<p class="left tight"><b>Venue address:</b></p> <p class="left tight"><b>Venue address:</b></p>
<div class="bio"> <div class="bio">
TBD<br /> At Chalmers<br />
1. You should locate the main entrace on Rännvägen (<a href='https://maps.chalmers.se/#0766f31b-7165-42e9-8365-007240716e3f'>map</a>)<br />
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.<br />
3. You will find a door on your left.<br />
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.<br />
</div> </div>
</div> </div>
@ -477,7 +485,11 @@
<p class="left tight"><b>Venue address:</b></p> <p class="left tight"><b>Venue address:</b></p>
<div class="bio"> <div class="bio">
T.B.D.<br /> Intiro Development AB<br />
Västra Hamngatan 18<br />
Göteborg<br />
</div> </div>
</div> </div>
@ -550,7 +562,7 @@
/* End of loop */ /* End of loop */
/* Start 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"; }); marker.events.register("click", marker, function() { location.hash = "#riscv"; });
markers.addMarker(marker); markers.addMarker(marker);
/* End of loop */ /* End of loop */