diff --git a/assets/css/page/blouse.css b/assets/css/page/blouse.css
index 72058eb..d1eec88 100644
--- a/assets/css/page/blouse.css
+++ b/assets/css/page/blouse.css
@@ -26,16 +26,14 @@ section ul li {
}
.img_blouse {
- diplay: inline-block;
+ display: inline-block;
width: 20vw;
margin: 10px;
}
#photos_blouse {
display: block;
- margin-right: auto;
- margin-left: auto;
+ margin: 0 auto;
width: 100%;
- margin: 0;
text-align: center;
}
\ No newline at end of file
diff --git a/assets/css/page/map.css b/assets/css/page/map.css
index 679ba0f..654c0c9 100644
--- a/assets/css/page/map.css
+++ b/assets/css/page/map.css
@@ -53,8 +53,6 @@ section {
background-clip: border-box;
background-size: 200% auto;
color: #fff;
- background-clip: text;
- text-fill-color: transparent;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: textclip 2s linear infinite;
diff --git a/assets/map/script_map3d.js b/assets/map/script_map3d.js
index 054c8d9..9acd815 100644
--- a/assets/map/script_map3d.js
+++ b/assets/map/script_map3d.js
@@ -206,7 +206,7 @@ function handleClickOnBuilding(x,y) {
if (intersects.length > 0) {
var selector = intersects[0].object.name.toString().toLowerCase(); // Name of the building we clicked on
- console.debug(selector)
+ console.log(selector)
// Wait for getSelectors() to be done
// If we do not wait, everything will be executed before checking what is inside the database
getSelectors().then((data) => {
diff --git a/map.php b/map.php
index ce2152b..80f1517 100755
--- a/map.php
+++ b/map.php
@@ -48,20 +48,20 @@ ob_start(); // Start reading html
+
+
+
+
+
+
+
-
-
-
-
-
-
-
';
}
- $co_y_1 = [-23.5, 25.35,74.2, 123.05, 171.9, 220.75, 269.6, 318.45, 367.3, 416.15, 465];
- $texte_y_1 = ["Lydia/Izly", "Les clubs", "Prévention", "Com'ville", "Enigme", "", "", "", "Download", "Les com's", "Infos"];
- $lien_y_1 = ["lydia.php", "clubs.php", "prevs.php", "map_com_ville.php", "enigma.php", "", "", "", "downloads.php", "coms.php", "info.php"];
- for($i = 0; $i <= 10; $i++) {
+ $texte_y_1 = ["Lydia/Izly", "Les clubs", "Prévention", "Com'ville", "Enigme", "Download", "Les com's", "", "Infos"];
+ $lien_y_1 = ["lydia.php", "clubs.php", "prevs.php", "map_com_ville.php", "enigma.php", "downloads.php", "coms.php", "", "info.php"];
+ for($i = 0; $i <= 8; $i++) {
echo
'