From 84ba9c37ba9c842bd38a03d6d99e6b7795df3648 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 25 Jan 2024 23:00:40 -0800 Subject: feat: landing page --- src/lib/Landing.svelte | 265 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 265 insertions(+) create mode 100644 src/lib/Landing.svelte (limited to 'src/lib/Landing.svelte') diff --git a/src/lib/Landing.svelte b/src/lib/Landing.svelte new file mode 100644 index 00000000..d616df94 --- /dev/null +++ b/src/lib/Landing.svelte @@ -0,0 +1,265 @@ + + +
+ + +
+ + Instantly view which manga on your lists have newly released chapters + + +

+ due.moe will automatically check which manga on your lists have new + chapters available. due.moe will even alert you when you need to update + your logged volume count if you are trailing behind. +

+ +

+ Separating concluded and publishing manga, due.moe truly gives a one-of-a-kind + experience when it comes to staying on top of your favourite titles. +

+ +

+ due.moe even supports checking for new light novels chapters! +

+ + This is simulated data from concluded manga. +
+
+ +

+ +

+
+ Let's not forget anime! + +

+ due.moe will let you know which episodes you still need to watch, which + anime you are caught up on, and planned anime which will begin to air soon. +

+ +

+ We'll always let you know when the next episodes is coming out, and did we mention that all + displayed countdowns are for subtitled release times by default? Cool, right? +

+ + This is simulated data from concluded anime. Cover grid view is also supported. +
+ +
+ +

+ +

+
+ Tools & More! + +

+ due.moe also offers a suite of helpful tools to make your life on AniList + that much easier. +

+ + + +

+ + + { + localStorage.setItem( + 'redirect', + window.location.origin + window.location.pathname + window.location.search + ); + }}>Log in with AniList to get started! + +

+
+ + + + -- cgit v1.2.3