From 344e8b540a0d1e9ce16a09f552dcccfe89c43ec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Marchal?= Date: Sun, 7 Apr 2024 22:41:12 +0200 Subject: [PATCH] Move everything to the root --- .../assets => assets}/bootstrap.min.css | 0 .../assets => assets}/bootstrap.min.js | 0 {conjugation/assets => assets}/jquery.min.js | 0 conjugation/drill.html | 296 ----------------- conjugation/drill.css => drill.css | 0 conjugation/drill.js => drill.js | 0 index.html | 297 +++++++++++++++++- conjugation/rules.js => rules.js | 0 8 files changed, 293 insertions(+), 300 deletions(-) rename {conjugation/assets => assets}/bootstrap.min.css (100%) rename {conjugation/assets => assets}/bootstrap.min.js (100%) rename {conjugation/assets => assets}/jquery.min.js (100%) delete mode 100755 conjugation/drill.html rename conjugation/drill.css => drill.css (100%) rename conjugation/drill.js => drill.js (100%) mode change 100755 => 100644 rename conjugation/rules.js => rules.js (100%) diff --git a/conjugation/assets/bootstrap.min.css b/assets/bootstrap.min.css similarity index 100% rename from conjugation/assets/bootstrap.min.css rename to assets/bootstrap.min.css diff --git a/conjugation/assets/bootstrap.min.js b/assets/bootstrap.min.js similarity index 100% rename from conjugation/assets/bootstrap.min.js rename to assets/bootstrap.min.js diff --git a/conjugation/assets/jquery.min.js b/assets/jquery.min.js similarity index 100% rename from conjugation/assets/jquery.min.js rename to assets/jquery.min.js diff --git a/conjugation/drill.html b/conjugation/drill.html deleted file mode 100755 index e288e50..0000000 --- a/conjugation/drill.html +++ /dev/null @@ -1,296 +0,0 @@ - - - - - - - - - - - - - Don's Japanese Conjugation Drill - - - -
-

Don's Japanese Conjugation Drill

-
-
-
- -
- -
-
-
- -
- -
-
-
-
- -
-
- -
-
- -
-
- - - -
-
-
-
-
-

Forms

-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
-
-

Verbs

-
-
-
Special cases
-
-
-
-
-
-
- -
-
-
-

Adjectives

-
-
-
Special cases
-
-
-
-
-
-
-
-
- - - -
Question pool size: ...
- -
- -
- -
-
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
- -
-
- -
- -
-
-
-
-

- -

-
-
-
- -
-
-
-
-
-
- -
-
-
- -
-
-
- -
-
- -
-
-
-
-
- -
-
-
-
-
-
- -
-
-
- -
-
-
- -
- -
-
-
-
-
- -
-
-
- -
- -
-
- - - - diff --git a/conjugation/drill.css b/drill.css similarity index 100% rename from conjugation/drill.css rename to drill.css diff --git a/conjugation/drill.js b/drill.js old mode 100755 new mode 100644 similarity index 100% rename from conjugation/drill.js rename to drill.js diff --git a/index.html b/index.html index dee7cf5..e288e50 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,296 @@ - + + + + + + + + + + + + + Don's Japanese Conjugation Drill + + -

-Japanese Conjugation Drill. -

+
+

Don's Japanese Conjugation Drill

+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+
+ +
+
+ +
+
+ + + +
+
+
+
+
+

Forms

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+

Verbs

+
+
+
Special cases
+
+
+
+
+
+
+ +
+
+
+

Adjectives

+
+
+
Special cases
+
+
+
+
+
+
+
+
+ + + +
Question pool size: ...
+ +
+ +
+ +
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +
+
+ +
+ +
+
+
+
+

+ +

+
+
+
+ +
+
+
+
+
+
+ +
+
+
+ +
+
+
+ +
+
+ +
+
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+ +
+
+
+ +
+ +
+
+
+
+
+ +
+
+
+ +
+ +
+
+ + diff --git a/conjugation/rules.js b/rules.js similarity index 100% rename from conjugation/rules.js rename to rules.js