Skip to content

Commit dde25a1

Browse files
authored
Merge pull request #19 from johnpalmxr/master
Update venue.html
2 parents 1a78365 + 79ab1f2 commit dde25a1

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

venue.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<div class="container">
5353
<div class="row mt">
5454
<div class="centered">
55-
<h1>NoCaSS 2025 will be held at the Sainsbury Laboratory , UK.</h1>
55+
<h1>NoCaSS 2025 will be held at the Sainsbury Laboratory , UK. Norwich-based attendees accommodation will be provided at Christ's College.</h1>
5656
</div>
5757

5858
</div>
@@ -66,14 +66,16 @@ <h1>NoCaSS 2025 will be held at the Sainsbury Laboratory , UK.</h1>
6666
<!-- Placed at the end of the document so the pages load faster -->
6767
<script src="assets/js/bootstrap.min.js"></script>
6868
<script>
69-
var map = L.map('map').setView([52.2053, 0.1218], 13); // Centered on Cambridge
69+
var map = L.map('map').setView([52.1940, 0.1319], 12); // More zoomed out
7070
L.tileLayer('https://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png', {
7171
attribution: 'Map data &copy; <a href="https://www.openstreetmap.org/">OpenStreetMap</a> contributors, <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, Imagery © <a href="https://cloudmade.com">CloudMade</a>',
7272
maxZoom: 18
7373
}).addTo(map);
7474

75-
var marker = L.marker([52.2001, 0.1143]).addTo(map); // Sainsbury Laboratory location
76-
marker.bindPopup("<b>Sainsbury Laboratory, Cambridge:</b><br>University of Cambridge").openPopup();
75+
var marker = L.marker([52.1946, 0.1262]).addTo(map); // Sainsbury Laboratory location
76+
marker.bindPopup("<b>Sainsbury Laboratory, Cambridge:</b><br>Next to the University Botanic Garden").openPopup();
77+
var marker2 = L.marker([52.2060, 0.1218]).addTo(map);
78+
marker2.bindPopup("<b>Christ's College, Cambridge:</b><br>Historic college founded in 1505").openPopup();
7779
</script>
7880
</body>
7981
</html>

0 commit comments

Comments
 (0)