diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 7abec91..a23ca05 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,415 +1,421 @@ - Bibdle — A daily bible game{isDev ? " (dev)" : ""} - + Bibdle — A daily bible game{isDev ? " (dev)" : ""} +
-
-

- -
-

-
- {isDev ? "Dev Edition" : ""} | {currentDate} -
+
+

+ +
+

+
+ {isDev ? "Dev Edition | " : ""}{currentDate} +
- + - {#if !isWon} - - {:else} - - - {/if} + {#if !isWon} + + {:else} + + + {/if} - - {#if isWon} - - {/if} - {#if isDev} - - {/if} -
+ + {#if isWon} + + {/if} + {#if isDev} + + {/if} +
diff --git a/todo.md b/todo.md index 6314cc4..db4e8ad 100644 --- a/todo.md +++ b/todo.md @@ -1,9 +1,5 @@ # todo -- dark mode between sunset and sunrise -- https://news.ycombinator.com/item?id=44846281 -- connect to cloudflare - - Difficulty levels - difficult mode (guess old or new testament, first try _only_) - impossible mode (1894 scrivener koine greek NT or some hebrew version for OT) three guesses only @@ -45,7 +41,7 @@ I created Bibdle from a combination of two things. The first is my lifelong desi - switched to local copy of NKJV - improved stats layout - general UI improvements -- +- added greek bible for future challenges ## december 22nd