Skip to content

Commit 1a78365

Browse files
authored
Merge pull request #18 from johnpalmxr/master
Update venue.html
2 parents 1880d80 + b3c3cee commit 1a78365

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

venue.html

Lines changed: 11 additions & 10 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 2024 will be held at the JIC Conference Centre, Norwich, UK.</h1>
55+
<h1>NoCaSS 2025 will be held at the Sainsbury Laboratory , UK.</h1>
5656
</div>
5757

5858
</div>
@@ -65,14 +65,15 @@ <h1>NoCaSS 2024 will be held at the JIC Conference Centre, Norwich, UK.</h1>
6565
================================================== -->
6666
<!-- Placed at the end of the document so the pages load faster -->
6767
<script src="assets/js/bootstrap.min.js"></script>
68-
<script>
69-
var map = L.map('map').setView([52.19415, 0.12813], 8);
70-
L.tileLayer('https://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png', {
71-
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>',
72-
maxZoom: 18
73-
}).addTo(map);
74-
var marker = L.marker([52.62219, 1.22103]).addTo(map);
75-
marker.bindPopup("<b>NoCaSS 2024 venue:</b><br>JIC Conference Centre").openPopup();
76-
</script>
68+
<script>
69+
var map = L.map('map').setView([52.2053, 0.1218], 13); // Centered on Cambridge
70+
L.tileLayer('https://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png', {
71+
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>',
72+
maxZoom: 18
73+
}).addTo(map);
74+
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();
77+
</script>
7778
</body>
7879
</html>

0 commit comments

Comments
 (0)