Skip to content

Commit 3519e07

Browse files
committed
New Paris location address
1 parent d00d87d commit 3519e07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

the-team.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -664,8 +664,8 @@ <h2 class="col-md-10 col-md-push-1">We have permanent offices in the greater Par
664664
</div>
665665
<div class="col-md-7">
666666
<p><strong>QuantStack Paris</strong><br>
667-
55 rue de Paris<br>
668-
94340 Joinville-le-Pont<br>
667+
16 avenue Curti<br>
668+
94100 Saint-Maur-des-Fossés<br>
669669
France</p>
670670
<div class="clearfix"></div>
671671
</div>
@@ -708,7 +708,7 @@ <h2 class="col-md-10 col-md-push-1">We have permanent offices in the greater Par
708708
<script src="https://unpkg.com/leaflet@1.6.0/dist/leaflet.js"></script>
709709
<script>
710710
function initMaps() {
711-
var parisMap = L.map('map-paris', {attributionControl: false} ).setView([48.81646, 2.46912], 11);
711+
var parisMap = L.map('map-paris', {attributionControl: false} ).setView([48.80451, 2.49294], 11);
712712
// var berlinMap = L.map('map-berlin', {attributionControl: false}).setView([52.493625, 13.448053], 11);
713713

714714
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
@@ -718,7 +718,7 @@ <h2 class="col-md-10 col-md-push-1">We have permanent offices in the greater Par
718718
// maxZoom: 14,
719719
//}).addTo(berlinMap);
720720

721-
var parisMarker = L.marker([48.81646, 2.46912], { title: "QuantStack Paris" }).addTo(parisMap);
721+
var parisMarker = L.marker([48.80451, 2.49294], { title: "QuantStack Paris" }).addTo(parisMap);
722722
//var berlinMarker = L.marker([52.493625, 13.448053], { title: "QuantStack Berlin" }).addTo(berlinMap);
723723
}
724724
initMaps();

0 commit comments

Comments
 (0)