]> jxnshi.xyz Git - jxnshi.xyz.git/commitdiff
Translate back to English
authorjxnshi <jxnshi@cock.li>
Fri, 20 Dec 2024 10:08:27 +0000 (11:08 +0100)
committerjxnshi <jxnshi@cock.li>
Fri, 20 Dec 2024 10:08:27 +0000 (11:08 +0100)
public/404.html
public/books/index.html [moved from public/livres/index.html with 69% similarity]
public/books/le-monde-de-ponpon/chapter-1-v1.md [moved from public/livres/le-monde-de-ponpon/chapitre-1-v1.md with 100% similarity]
public/books/le-monde-de-ponpon/chapter-1.md [moved from public/livres/le-monde-de-ponpon/chapitre-1.md with 100% similarity]
public/books/le-monde-de-ponpon/chapter-2.md [moved from public/livres/le-monde-de-ponpon/chapitre-2.md with 100% similarity]
public/books/le-monde-de-ponpon/chapter-3.md [moved from public/livres/le-monde-de-ponpon/chapitre-3.md with 100% similarity]
public/books/le-monde-de-ponpon/index.html [new file with mode: 0644]
public/cattoland/cattoland.js
public/index.html
public/layout.html
public/livres/le-monde-de-ponpon/index.html [deleted file]

index 1d70c6327add3c3130f04f65296a18f7e1b529ce..5a8749e88501822f22005d410827e0799224004e 100644 (file)
@@ -1 +1 @@
-<p>On dirait que vous vous êtes perdu.</p>
+<p>It seems you're lost.</p>
similarity index 69%
rename from public/livres/index.html
rename to public/books/index.html
index b6412cde8124d0224dd5de7e7432340faa5bcba7..7534f6e8c0e9c325fda73d6bb3648fcbe81acdc0 100644 (file)
@@ -1,8 +1,8 @@
 <div>
-    <h2>Mes livres !</h2>
+    <h2>My books!</h2>
     <ul class="no-marker-list">
         <li>
-            <a href="/livres/le-monde-de-ponpon">
+            <a href="/books/le-monde-de-ponpon">
                 <img src="/ponpon-cover.png" alt="Le Monde de Ponpon !">
             </a>
         </li>
diff --git a/public/books/le-monde-de-ponpon/index.html b/public/books/le-monde-de-ponpon/index.html
new file mode 100644 (file)
index 0000000..29c8de8
--- /dev/null
@@ -0,0 +1,12 @@
+<div>
+    <h2>Current</h2>
+    <ol>
+        <li><a href="/books/le-monde-de-ponpon/chapter-1">Chapitre 1: Pattes de hérisson.</a></li>
+        <li><a href="/books/le-monde-de-ponpon/chapter-2">Chapitre 2: Omg des Crackeos !</a></li>
+        <li><a href="/books/le-monde-de-ponpon/chapter-3">Chapitre 3: Grand maman serait d'accord.</a></li>
+    </ol>
+    <h2>Old</h2>
+    <ul>
+        <li><a href="/books/le-monde-de-ponpon/chapter-1-v1">Chapitre 1: Rentrée des classes. Point d'intérogation. (Jet 1)</a></li>
+    </ul>
+</div>
index f3412d297dfbfe7cbe3d64512469bc8a9850f4a1..f0119835d9f324c64b046d8b34ab57231c47d83e 100644 (file)
@@ -197,7 +197,9 @@ const loop = (delta) => {
         }
     }
 
-    window.requestAnimationFrame(loop);  
+    setTimeout(() => {
+        window.requestAnimationFrame(loop);  
+    }, 1000 / 60);
 };
 
 const main = () => {
index 55957c9ef3f2eb8607534c1ede0bf64f7a3618dd..ea1d75bb1e8be3c4544aa47f66ca42dd02121234 100644 (file)
@@ -1,5 +1,5 @@
 <p>
-    Bienvenue sur mon site ! Ici je poste mes projets, vous pouvez y accéder
-    dans l'onglet *projets*. Si vous aimez ce que je fais, vous pouvez me
-    soutenir avec une donation Monero.
+    Welcome to my website ! Here I post my projects, you can access them in the
+    *projects* tab. If you like what I do, you can support me with a Monero
+    donation.
 </p>
index 614c13775e6370e7954c2acc08225cdc5bf01341..5654d39f9c38123c801938fd7e373d28368d966d 100644 (file)
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html lang="fr">
+<html lang="en">
     <head>
         <title>jxnshi.xyz</title>
         <meta charset="UTF-8">
             <h1><a href="/">jxnshi.xyz</a></h1>
             <div class="isle">
                 <div>
-                    <h2 id="projects-title">Projets</h2>
+                    <h2 id="projects-title">Projects</h2>
                     <ul>
                         <li><a href="/cattoland">cattoland</a></li>
-                        <li><a href="/livres">livres</a></li>
+                        <li><a href="/books">books</a></li>
                         <li><a href="/repos">repos</a></li>
                     </ul>
                 </div>
@@ -29,7 +29,7 @@
                             <img src="/monero-logo.webp" alt="[monero-logo.webp]">
                         </a>
                     </div>
-                    <h2 id="donation-title">Donation Monero</h2>
+                    <h2 id="donation-title">Monero donation</h2>
                     <img src="/xmr-qr-code.webp" alt="[xmr-qr-code.webp]">
                     <p class="break-word">8AHjMsMYAdJX8NFjxDecYT6g5w2rNGUkpVtJ367MPpPuFK4c1v1Bqwm2r6wVxkRYrjiUaa53kMyEuZPBPEXGYqbUPipW5PB</p>
                 </div>
diff --git a/public/livres/le-monde-de-ponpon/index.html b/public/livres/le-monde-de-ponpon/index.html
deleted file mode 100644 (file)
index 55b687c..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<div>
-    <h2>Version actuelle</h2>
-    <ol>
-        <li><a href="/livres/le-monde-de-ponpon/chapitre-1">Chapitre 1: Pattes de hérisson.</a></li>
-        <li><a href="/livres/le-monde-de-ponpon/chapitre-2">Chapitre 2: Omg des Crackeos !</a></li>
-        <li><a href="/livres/le-monde-de-ponpon/chapitre-3">Chapitre 3: Grand maman serait d'accord.</a></li>
-    </ol>
-    <h2>Anciennes versions</h2>
-    <ul>
-        <li><a href="/livres/le-monde-de-ponpon/chapitre-1-v1">Chapitre 1: Rentrée des classes. Point d'intérogation. (Jet 1)</a></li>
-    </ul>
-</div>