Merge branch 'main' of https://gitea.zkd.ca/Dev_Web/web01
This commit is contained in:
@@ -48,10 +48,12 @@
|
|||||||
incinération destructrice, laissant des cadavres calcinés et des cendres dériver dans sa mer
|
incinération destructrice, laissant des cadavres calcinés et des cendres dériver dans sa mer
|
||||||
écarlate.
|
écarlate.
|
||||||
</p>
|
</p>
|
||||||
|
<div class="habilites-row">
|
||||||
<div class="habilites">
|
<div class="habilites">
|
||||||
<h3>Habilités</h3>
|
<h3>Habilités</h3>
|
||||||
<p>Boule de feu : Lance un projectile enflammé qui embrase les ennemis au contact.</p>
|
<p>Boule de feu : Lance un projectile enflammé qui embrase les ennemis au contact.</p>
|
||||||
<p>Immolation : Protégez Ember avec une armure de flammes dont la combustion s’intensifie avec le
|
<p>Immolation : Protégez Ember avec une armure de flammes dont la combustion s’intensifie avec
|
||||||
|
le
|
||||||
temps,
|
temps,
|
||||||
consommant de l’énergie une fois sa
|
consommant de l’énergie une fois sa
|
||||||
jauge pleine. Relancez le sort pour éteindre les flammes.
|
jauge pleine. Relancez le sort pour éteindre les flammes.
|
||||||
@@ -68,6 +70,7 @@
|
|||||||
<video src="./medias/mediasAndres/Ember.mp4" autoplay muted loop playsinline></video>
|
<video src="./medias/mediasAndres/Ember.mp4" autoplay muted loop playsinline></video>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="perso">
|
<section class="perso">
|
||||||
|
|||||||
@@ -222,7 +222,7 @@ footer {
|
|||||||
|
|
||||||
/****************************/
|
/****************************/
|
||||||
/* PAGE: L'équipe */
|
/* PAGE: L'équipe */
|
||||||
/* AUTEUR: Jérémy & Andres */
|
/* AUTEUR: Jérémy */
|
||||||
/****************************/
|
/****************************/
|
||||||
.team {
|
.team {
|
||||||
background: #13172c url("../images/imagesTeam/Intro.png") center;
|
background: #13172c url("../images/imagesTeam/Intro.png") center;
|
||||||
@@ -735,10 +735,17 @@ blockquote a {
|
|||||||
.armures .perso .content {
|
.armures .perso .content {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
flex-direction: row;
|
||||||
|
gap: 30px;
|
||||||
|
align-items: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
|
.armures .perso .habilites-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
gap: 30px;
|
gap: 30px;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.armures .perso .habilites-video {
|
.armures .perso .habilites-video {
|
||||||
@@ -748,7 +755,7 @@ blockquote a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.armures .perso .habilites-video video {
|
.armures .perso .habilites-video video {
|
||||||
width: 30%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
@@ -1,18 +1,68 @@
|
|||||||
|
|
||||||
// https://www.geeksforgeeks.org/html/difference-between-domcontentloaded-and-load-events/
|
// https://www.geeksforgeeks.org/html/difference-between-domcontentloaded-and-load-events/
|
||||||
// Performance for my useCase (modify NAV and FOOTER)
|
// Performance for my useCase (modify NAV and FOOTER)
|
||||||
|
// https://stackoverflow.com/questions/44329324/cannot-read-property-symbolsymbol-iterator-of-undefined
|
||||||
|
/*
|
||||||
document.addEventListener("DOMContentLoaded",
|
document.addEventListener("DOMContentLoaded",
|
||||||
function(e) {
|
function(e) {
|
||||||
console.log("DOMContentLoaded triggered !");
|
console.log("DOMContentLoaded triggered !");
|
||||||
// for (document.querySelector("nav")
|
|
||||||
});
|
|
||||||
|
|
||||||
|
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
|
// javascript console output DOM tree
|
||||||
// https://stackoverflow.com/questions/50305257/how-to-console-log-entire-html-dom-tree-in-order-with-attribute-names
|
// 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
|
// https://developer.mozilla.org/en-US/docs/Web/API/TreeWalker
|
||||||
|
|
||||||
|
/*
|
||||||
var walker = document.createTreeWalker(
|
var walker = document.createTreeWalker(
|
||||||
document.documentElement,
|
document.documentElement,
|
||||||
NodeFilter.SHOW_ELEMENT // only elements
|
NodeFilter.SHOW_ELEMENT // only elements
|
||||||
@@ -25,7 +75,7 @@ while (walker.nextNode()) {
|
|||||||
[...current.attributes].map(({value,name}) => `${name}=${value}`).join()
|
[...current.attributes].map(({value,name}) => `${name}=${value}`).join()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
// Needed for image loaded and fetched : Not on local computer.
|
// Needed for image loaded and fetched : Not on local computer.
|
||||||
/* https://www.geeksforgeeks.org/html/difference-between-domcontentloaded-and-load-events/
|
/* https://www.geeksforgeeks.org/html/difference-between-domcontentloaded-and-load-events/
|
||||||
|
|||||||
@@ -120,7 +120,7 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p>© Jérémy Hébert & Andres David Herrera Escorcia. Tout droits réservés. <br> Novembre 2025 <br> Page créée par
|
<p>© Jérémy Hébert. Tout droits réservés. <br> Novembre 2025 <br> Page créée par
|
||||||
Les Alt-F4</p>
|
Les Alt-F4</p>
|
||||||
<p id="updateDate">DATE_WEBSITE</p>
|
<p id="updateDate">DATE_WEBSITE</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user