Skip to content

Commit

Permalink
maj
Browse files Browse the repository at this point in the history
  • Loading branch information
itdeveloppement committed May 26, 2024
1 parent e73dbd8 commit 4baf918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ fetch("./assets/json/projets.json")
})
.then (response=>{
templateProjet (response)
console.log(response)
})

/** affiche le template projet
Expand Down Expand Up @@ -101,7 +100,6 @@ function templateProjet (datasProjet) {
* @param {string} refProjet la reference du projet
*/
function styleOpacityOver(refProjet) {
console.log(refProjet)
document.querySelector(`.container__filter-opa-${refProjet}`).style.opacity = '1';
document.querySelector(`.container__filter-opa-${refProjet}`).style.transition = 'opacity 0.8s ease';
}
Expand All @@ -110,7 +108,6 @@ function styleOpacityOver(refProjet) {
* @param {string} refProjet la reference du projet
*/
function styleOpacityOut(refProjet) {
console.log(refProjet)
document.querySelector(`.container__filter-opa-${refProjet}`).style.opacity = '0';
document.querySelector(`.container__filter-opa-${refProjet}`).style.transition = 'opacity 0.8s ease';
}
4 changes: 2 additions & 2 deletions assets/json/projets.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"images":
[
{
"name": "cav_form_accueil.png",
"name": "ms_carte.png",
"alt": "description"
},
{
Expand Down Expand Up @@ -151,7 +151,7 @@
"alt": "Logo"
}
],
"commanditaire": "Centre de formation WeBecome (Saint Etienne)."
"commanditaire": "Société Cigale Aventure."
},
{
"refProjet": "PO_2024_000004",
Expand Down

0 comments on commit 4baf918

Please sign in to comment.