Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nourredine1981 authored Dec 31, 2024
1 parent e5963e3 commit edca647
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@

<body><br><br><br><br>

<h1>Traduction du site Google Translate INTELIGENCIA ARTIFICIAL by Nourredine </h1>
<h1>Traduction du site Google Translate INTELIGENCIA ARTIFICIAL by Nourredine </h1> <a href="./clock.html">Horloge</a>
<table width="26%"> <thead> <tr> <th width="154">Langue</th> <th>Lien</th> </tr> </thead> <tbody> <tr>
<td width="154">Russia</td> <td><a href="https://nourredine1981-github-io.translate.goog/nordine/?_x_tr_sl=auto&_x_tr_tl=ru&_x_tr_hl=en&_x_tr_pto=wapp">Russia</a></td> </tr> <tr>
<td width="154">Arabe</td> <td><a href="https://nourredine1981-github-io.translate.goog/nordine/?_x_tr_sl=auto&_x_tr_tl=ar&_x_tr_hl=en&_x_tr_pto=wapp">Arabe</a></td> </tr> <tr>
Expand All @@ -335,9 +335,8 @@ <h1>Traduction du site Google Translate INTELIGENCIA ARTIFICIAL by Nourredine </
<td width="154">Italien</td> <td><a href="https://nourredine1981-github-io.translate.goog/nordine/?_x_tr_sl=auto&_x_tr_tl=it&_x_tr_hl=en&_x_tr_pto=wapp">Italien</a></td> </tr> <tr>
<td width="154">Allemand</td> <td><a href="https://nourredine1981-github-io.translate.goog/nordine/?_x_tr_sl=auto&_x_tr_tl=de&_x_tr_hl=en&_x_tr_pto=wapp">Allemand</a></td> </tr> </tbody> </table>

<script> // Configuration des images pour Gaza const bannerGaza = document.getElementById("bannerGaza"); const totalImagesGaza = 18; // Nombre total d'images const imgBaseNameGaza = "gaza"; // Base du nom des images for (let i = 1; i <= totalImagesGaza; i++) { // Créer un élément image const img = document.createElement("img"); img.src = `${imgBaseNameGaza}${i}.jpeg`; // Exemple: gaza1.jpg, gaza2.jpg, ... img.alt = `Image Gaza ${i}`; img.width = 100; // Largeur 100 px img.height = 100; // Hauteur 100 px // Ajouter l'image à la bannière bannerGaza.appendChild(img); } // Configuration des images pour Israel const bannerIsrael = document.getElementById("bannerIsrael"); const totalImagesIsrael = 15; // Nombre total d'images const imgBaseNameIsrael = "B"; // Base du nom des images for (let i = 1; i <= totalImagesIsrael; i++) { // Créer un élément image const img = document.createElement("img"); img.src = `${imgBaseNameIsrael}${i}.jpeg`; // Exemple: B1.jpg, B2.jpg, ... img.alt = `Image Israel ${i}`; img.width = 100; // Largeur 100 px img.height = 100; // Hauteur 100 px // Ajouter l'image à la bannière bannerIsrael.appendChild(img); } </script>

<HR><HR>
<HR>

<a href="./17-27-croissance-mondiale.pdf"> <div id="text">&nbsp;<p>La Saint-Sylvestre, également connue sous le nom de réveillon du Nouvel An, est une célébration annuelle qui marque la transition de l'ancien au nouveau calendrier. Elle trouve son origine dans des traditions séculaires. Elle tire son nom de Sylvestre Ier, pape de l'Église catholique au IVe siècle.</div> <script> function changeColor() { const colors = ["red", "blue", "green", "purple", "orange", "pink"]; const textElement = document.getElementById("text"); const randomColor = colors[Math.floor(Math.random() * colors.length)]; textElement.style.color = randomColor; } setInterval(changeColor, 60000); // Change color every minute (60000 milliseconds) </script></a><br>

Expand Down

0 comments on commit edca647

Please sign in to comment.