From 4517f6c2754707b5d86b9d3e64fd654770de00fa Mon Sep 17 00:00:00 2001
From: Andres
Date: Wed, 3 Dec 2025 22:37:43 -0500
Subject: [PATCH 1/4] correction liste
---
www/css/style.css | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/www/css/style.css b/www/css/style.css
index f1c9b8f..655820e 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -443,13 +443,17 @@ footer a:hover {
/* Hide scrollbar for Chrome, Safari and Opera */
.conteneurMaps::-webkit-scrollbar {
- display: none;
+ display: none;
}
+
/* Hide scrollbar for IE, Edge and Firefox */
.conteneurMaps {
- -ms-overflow-style: none; /* IE and Edge */
- scrollbar-width: none; /* Firefox */
+ -ms-overflow-style: none;
+ /* IE and Edge */
+ scrollbar-width: none;
+ /* Firefox */
}
+
.aPropos #mapsFrame {
border-radius: 20px;
}
@@ -1299,6 +1303,10 @@ h2 {
padding: 10px;
}
+.wf-table-simple li {
+ list-style: none;
+}
+
/****************************/
/* PAGE: Crédits */
/* AUTEUR: Jérémy Hébert */
From 31eb6bf609c39b8ac7383d7bfd568d98a3946574 Mon Sep 17 00:00:00 2001
From: Stan
Date: Wed, 3 Dec 2025 23:05:16 -0500
Subject: [PATCH 2/4] clean script.js et ajout target_blank et checklist
---
.gitignore | 1 +
README.md | 19 ++++----
www/armures.html | 4 +-
www/credits.html | 41 +++++++++--------
www/js/script.js | 115 +----------------------------------------------
5 files changed, 39 insertions(+), 141 deletions(-)
diff --git a/.gitignore b/.gitignore
index a8e7fc6..5afb488 100644
--- a/.gitignore
+++ b/.gitignore
@@ -510,3 +510,4 @@ www/medias/mediasCredits/warframeDuviriRide.mp4
www/medias/mediasHistoireDE/warframeRailjackRide.mp4
www/multimedia/mediasCredits/warframeDuviriRide.mp4
www/multimedia/mediasHistoireDE/warframeRailjackRide.mp4
+COMPRESS/warframeRailjackRide.mp4
diff --git a/README.md b/README.md
index b30b3e7..00fe361 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ o – Le contenu principal de la page
- [x] Logo
- [ ] Une bannière conçue par vous (vous n’êtes pas obligés de garder la même sur toutes vos pages)
- [x] Le titre principal de la page Web (vous n’êtes pas obligés de garder le même sur toutes vos pages)
- - [ ] balise `
-
+
@@ -112,7 +113,8 @@
Discotools.xyz a permis la création du bouclier présent dans le logo ainsi que le favicon.
-
+
@@ -123,7 +125,7 @@
Figma a été utilisé dans la conception du logo, du favicon et de l’image de remerciement pour
avoir rempli le formulaire.
-
+
@@ -134,7 +136,8 @@
Lyco Canario est derrière la poule utilisée dans l’image de remerciement pour avoir rempli le
formulaire.
-
+
@@ -144,7 +147,8 @@
Visual Studio Code a été l’outil de développement utilisé pour l’ensemble du projet.
-
+
@@ -155,7 +159,7 @@
Le documentaire sur Warframe conçu par /noclip a servi à rédiger la page sur l’histoire de
Digital Extremes.
-
@@ -167,7 +171,8 @@
La théorie fournie par le corps professoral a dépanné l’équipe à de multiples reprises.
-
@@ -178,7 +183,7 @@
Les systèmes de Gitea ont permis un travail connecté durant l’ensemble du projet.
-
+
@@ -188,7 +193,7 @@
ChatGPT a permis la rédaction de certains textes du site.
-
+
@@ -198,7 +203,7 @@
Gemini a permis la rédaction de certains textes du site.
-
+
@@ -209,7 +214,7 @@
Moqups a permis la création de la maquette, afin de rendre prévisible le style artistique du
site.
-
+
@@ -219,7 +224,7 @@
Google Maps a permis l’intégration de la carte géographique sur le site.
-
+
@@ -229,7 +234,7 @@
Les valideurs du World Wide Web Consortium ont permis la révision du code de l’ensemble du site.
-
+
@@ -239,7 +244,7 @@
Le moteur de recherche Brave Search a dépanné a de multiples reprises.
-
+
@@ -249,7 +254,7 @@
Le moteur de recherche Google a dépanné à de multiples reprises.
-
+
@@ -259,7 +264,7 @@
Le moteur de recherche DuckDuckGo a dépanné à de multiples reprises.
-
+
@@ -269,7 +274,7 @@
L’outil paint.net a permis l’édition de plusieurs images présentes sur le site.
-
+
@@ -279,7 +284,7 @@
Le site de Google Fonts a permis de trouver une police pour le site.
-
+
diff --git a/www/js/script.js b/www/js/script.js
index 89a5ba0..891147b 100644
--- a/www/js/script.js
+++ b/www/js/script.js
@@ -1,89 +1,8 @@
// https://www.geeksforgeeks.org/html/difference-between-domcontentloaded-and-load-events/
-// Performance for my useCase (modify NAV and FOOTER)
-// https://stackoverflow.com/questions/44329324/cannot-read-property-symbolsymbol-iterator-of-undefined
-/*
-document.addEventListener("DOMContentLoaded",
- function(e) {
- console.log("DOMContentLoaded triggered !");
-
- var topEl = document.getElementsByTagName("nav"); // maybe header
- var listLI = topEl[0].getElementsByTagName("li");
-
-
-document.getElementById("");
- // var allA = listLI.getElementsByTagName("a");
-// topEl.
-
-listLI.forEach(nodeLI => {console.log(nodeLI.innerHTML);});
-*/
-/*
-allA.forEach(node => {
- console.log(node);
-});
-
-*/
-/*
- // let myNav = document.getElementsByTagName("nav");
- // myNav.getElementsByTagName("a")
- for (child of allA){
- console.log(child.innerHTML);
- }
-*/ // for (document.querySelector("nav")
-// });
-
-
-/*!SECTION
-
-// .textContent
-// .innerHTML
-
-
-const parent = document.getElementById("myParent");
-const children = parent.children;
-
-for (let i = 0; i < children.length; i++) {
- const child = children[i];
- // Perform actions on the child element
- console.log(child.textContent);
-}
-
-
-for (let i = 0; i < children.length; i++) {
- const child = children[i];
- // Perform actions on the child element
- console.log(child.TagName);
-console.log(child.textContent);…
-
-
-*/
-
-// javascript console output DOM tree
-// https://stackoverflow.com/questions/50305257/how-to-console-log-entire-html-dom-tree-in-order-with-attribute-names
-// https://developer.mozilla.org/en-US/docs/Web/API/TreeWalker
-
-/*
-var walker = document.createTreeWalker(
- document.documentElement,
- NodeFilter.SHOW_ELEMENT // only elements
-);
-
-while (walker.nextNode()) {
- let current = walker.currentNode;
- console.log(
- current.tagName,
- [...current.attributes].map(({value,name}) => `${name}=${value}`).join()
- );
-}
-*/
-
-// Needed for image loaded and fetched : Not on local computer.
-/* https://www.geeksforgeeks.org/html/difference-between-domcontentloaded-and-load-events/
-document.addEventListener("load", function(e) {
- console.log("The page has completely loaded.");
-});
-*/
+// https://www.w3schools.com/js/js_timing.asp
+// https://stackoverflow.com/questions/62039703/blur-an-image-with-javascript
function timerBlur(){
var count = 3;
var timer2 = setInterval(function(){
@@ -126,38 +45,8 @@ function timerGlitch(){
window.onload = function () {
timerGlitch();
- setTimeout(function () {
-/* document.getElementById('message').innerHTML =
- 'The page has finished loading! After 2 second'; */
- // Check if on the test domain and that the text changed, if so display Data.
- if (window.location.hostname === 's.zkd.ca' && document.getElementById("updateDate").innerHTML != 'DATE_WEBSITE' )
- {
- document.getElementById("updateDate").setAttribute("id", "updateDateV");
- } else
- {
- document.getElementById("updateDate").setAttribute("id", "updateDateW");
- document.getElementById("updateDateW").innerHTML = 'À la prochaine!';
- }
-
- // https://developer.mozilla.org/en-US/docs/Web/API/Element/children
- // const myHeader = document.getElementByTagName("header"); // TODO: Make sure only first nav (need )
- myNav = document.getElementsByTagName("nav");
- console.log(myNav.length());
-
- for (var i = 0; i < myNav.children.length(); i++) {
- var tableChild = myNav.children[i];
- console.log(tableChild.tagName);
- // Do stuff
- }
-
-/* for (const child of myNav.children) {
- console.log(child.tagName);
- }
-*/
- }, 2000);
// NOTE: Change Current Page based on url in
-
// TODO Add timer for glitch
// NOTE Track mouse mouvement and show after a percentage of ?
// NOTE une page sur deux, ...
From db098654dc504db1fef5b81a5953470ab6930aa9 Mon Sep 17 00:00:00 2001
From: Stan
Date: Wed, 3 Dec 2025 23:05:26 -0500
Subject: [PATCH 3/4] ajout entete
---
www/js/script.js | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/www/js/script.js b/www/js/script.js
index 891147b..1536cb0 100644
--- a/www/js/script.js
+++ b/www/js/script.js
@@ -1,4 +1,7 @@
-
+/* AUTEUR: Stan
+ DATE : 2025-12-03
+ DESC: Ajout de glitch comme certains evenement dans Warframe
+ */
// https://www.geeksforgeeks.org/html/difference-between-domcontentloaded-and-load-events/
// https://www.w3schools.com/js/js_timing.asp
@@ -46,8 +49,6 @@ function timerGlitch(){
window.onload = function () {
timerGlitch();
// NOTE: Change Current Page based on url in
-
- // TODO Add timer for glitch
// NOTE Track mouse mouvement and show after a percentage of ?
// NOTE une page sur deux, ...
};
\ No newline at end of file
From a1700911298a7547793428d5a1419d464cd1e521 Mon Sep 17 00:00:00 2001
From: Stan
Date: Wed, 3 Dec 2025 23:18:14 -0500
Subject: [PATCH 4/4] Diminution des video a 720p
---
.gitignore | 27 ++++++++++++++++++++++++
www/multimedia/mediasAndres/Ember.mp4 | 4 ++--
www/multimedia/mediasAndres/Equinox.mp4 | 4 ++--
www/multimedia/mediasAndres/Frost.mp4 | 4 ++--
www/multimedia/mediasAndres/Koumei.mp4 | 4 ++--
www/multimedia/mediasAndres/Rhino.mp4 | 4 ++--
www/multimedia/mediasAndres/Sevagoth.mp4 | 4 ++--
www/multimedia/mediasAndres/Voruna.mp4 | 4 ++--
8 files changed, 41 insertions(+), 14 deletions(-)
diff --git a/.gitignore b/.gitignore
index 5afb488..2b512e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -511,3 +511,30 @@ www/medias/mediasHistoireDE/warframeRailjackRide.mp4
www/multimedia/mediasCredits/warframeDuviriRide.mp4
www/multimedia/mediasHistoireDE/warframeRailjackRide.mp4
COMPRESS/warframeRailjackRide.mp4
+COMPRESS/Ember.mp4
+COMPRESS/Equinox.mp4
+COMPRESS/Frost.mp4
+COMPRESS/Koumei.mp4
+COMPRESS/Rhino.mp4
+COMPRESS/Sevagoth.mp4
+COMPRESS/Voruna.mp4
+COMPRESS/warframeDuviriRide.mp4
+www/multimediaHQ/we_All_Lift_Together_mPTCq3LiZSE.mp3
+www/multimediaHQ/mediasAndres/Ember.mp4
+www/multimediaHQ/mediasAndres/EmberVid.webm
+www/multimediaHQ/mediasAndres/Equinox.mp4
+www/multimediaHQ/mediasAndres/equinox.webm
+www/multimediaHQ/mediasAndres/Frost.mp4
+www/multimediaHQ/mediasAndres/FrostVid.webm
+www/multimediaHQ/mediasAndres/Koumei.mp4
+www/multimediaHQ/mediasAndres/KoumeiVid.webm
+www/multimediaHQ/mediasAndres/nokko.webm
+www/multimediaHQ/mediasAndres/Rhino.mp4
+www/multimediaHQ/mediasAndres/RhinoVid.webm
+www/multimediaHQ/mediasAndres/Sevagoth.mp4
+www/multimediaHQ/mediasAndres/SevagothVid.webm
+www/multimediaHQ/mediasAndres/Voruna.mp4
+www/multimediaHQ/mediasAndres/VorunaVid.webm
+www/multimediaHQ/mediasCredits/warframeDuviriRide.mp4
+www/multimediaHQ/mediasHistoireDE/warframeRailjackRide.mp4
+www/multimediaHQ/mediasLea/warframeIntro.mp4
diff --git a/www/multimedia/mediasAndres/Ember.mp4 b/www/multimedia/mediasAndres/Ember.mp4
index e13ed33..5d0bf88 100644
--- a/www/multimedia/mediasAndres/Ember.mp4
+++ b/www/multimedia/mediasAndres/Ember.mp4
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:c9e2ba93cd23fbcffc17bdbf7b40838b7272aacbc4230106710c3a6bb8630b00
-size 235869701
+oid sha256:3d5806c435f5417054d6ac5ee8c7f9407a7d378b017e6f9b2c8332d70d23a06a
+size 33721591
diff --git a/www/multimedia/mediasAndres/Equinox.mp4 b/www/multimedia/mediasAndres/Equinox.mp4
index 396ab52..41d7cf2 100644
--- a/www/multimedia/mediasAndres/Equinox.mp4
+++ b/www/multimedia/mediasAndres/Equinox.mp4
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:00f8bf92b1257e38df13f4e31f20b8565196cdabfc55718bf153a670a19a1e4b
-size 201141420
+oid sha256:6cc3e3551b6c68a7c288bd55212dcbd48729f1013e57fac5a07af8f771f258fd
+size 28995578
diff --git a/www/multimedia/mediasAndres/Frost.mp4 b/www/multimedia/mediasAndres/Frost.mp4
index 9d5725a..e456acd 100644
--- a/www/multimedia/mediasAndres/Frost.mp4
+++ b/www/multimedia/mediasAndres/Frost.mp4
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:e9f944c214aa02af0421e94e77f750ca83e3423e941bef637c0317e888c5fdfb
-size 152786932
+oid sha256:0a4a543839ddf8b23c7ab72fbe5d687bd608026468f3d74e5dee565db991c3cc
+size 21332410
diff --git a/www/multimedia/mediasAndres/Koumei.mp4 b/www/multimedia/mediasAndres/Koumei.mp4
index 2d8b314..4614d0d 100644
--- a/www/multimedia/mediasAndres/Koumei.mp4
+++ b/www/multimedia/mediasAndres/Koumei.mp4
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:5bfc7b1a2ad53488bce783aa5ed33ea4975f93fbc42ba766c78b1ffaaa1f8df2
-size 199576891
+oid sha256:50c6578c5343f045c635780196c111ed35ed2162f8318cf0d7d4781167f441f4
+size 28122304
diff --git a/www/multimedia/mediasAndres/Rhino.mp4 b/www/multimedia/mediasAndres/Rhino.mp4
index d5c1af2..8406afb 100644
--- a/www/multimedia/mediasAndres/Rhino.mp4
+++ b/www/multimedia/mediasAndres/Rhino.mp4
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:93ac340288620530eb745dc6457f222a33a1f1aba0f23115d483fa7e9e4e2d71
-size 202273769
+oid sha256:5ce81a14d56f4434e9e016a9966e35655373aa3e149979ed3b7c66377bf948ba
+size 28900118
diff --git a/www/multimedia/mediasAndres/Sevagoth.mp4 b/www/multimedia/mediasAndres/Sevagoth.mp4
index 6f863f2..73044f1 100644
--- a/www/multimedia/mediasAndres/Sevagoth.mp4
+++ b/www/multimedia/mediasAndres/Sevagoth.mp4
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:a51ba744af7b5d67eef365c6fc58b079b1a843dbd23bcf60823a7b8c34cee44d
-size 130198890
+oid sha256:77527689bfd356d909721b94ab4d9317a1c0953c13dd5254d0aa4db6fbf4a15f
+size 18581451
diff --git a/www/multimedia/mediasAndres/Voruna.mp4 b/www/multimedia/mediasAndres/Voruna.mp4
index 5fc496f..5c1737c 100644
--- a/www/multimedia/mediasAndres/Voruna.mp4
+++ b/www/multimedia/mediasAndres/Voruna.mp4
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:5caf988a47a407f731146b822924fbd49d0f8c3a59b9cb9cfd2e871189939315
-size 276422886
+oid sha256:53f1f68f73b8c982a0edadc31f6cfcd114215ab86037d10c8550b4010801aa5b
+size 39113541