diff options
| author | Fuwn <[email protected]> | 2024-05-06 05:10:34 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-05-06 05:10:34 -0700 |
| commit | 4d220471383f1cbfbef3797b44a1ac87b995d9ca (patch) | |
| tree | 0467d339931747e5edc344eb8fc7b47a6616010e /src/lib | |
| parent | feat(landing): cover mode list demos (diff) | |
| download | due.moe-4d220471383f1cbfbef3797b44a1ac87b995d9ca.tar.xz due.moe-4d220471383f1cbfbef3797b44a1ac87b995d9ca.zip | |
feat(landing): update descriptions
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/Landing.svelte | 39 |
1 files changed, 12 insertions, 27 deletions
diff --git a/src/lib/Landing.svelte b/src/lib/Landing.svelte index 9e5df53d..f406e0a8 100644 --- a/src/lib/Landing.svelte +++ b/src/lib/Landing.svelte @@ -29,11 +29,13 @@ experience when it comes to staying on top of your favourite titles. </p> + <br /> + <p class="medium-text"> <a href={root('/')}>due.moe</a> even supports checking for new light novels chapters! </p> - <small>This is simulated data including concluded manga.</small> + <small class="bottom">This is simulated data including concluded manga.</small> </div> </div> @@ -54,9 +56,7 @@ right? </p> - <small - >This is simulated data including concluded anime. Cover grid view is also supported.</small - > + <small class="bottom">This is simulated data including concluded anime.</small> </div> <div class="item-content"> <details class="list" open> @@ -95,14 +95,12 @@ than AniList! </li> <li> - <a href={root('/tools/sequel_spy')}>Sequel Spy</a> - <blockquote style="margin: 0 0 0 1.5rem;"> - Find media with prequels you haven't seen for any simulcast season - </blockquote> + <a href={root('/tools/sequel_spy')}>Sequel Spy</a> — Find media with prequels you haven't seen + for any simulcast season </li> </ul> - <p /> + <br /><br /> <span class="big-text"> <a @@ -115,24 +113,6 @@ }}>Log in</a > with AniList to get started! </span> - - <p /> - - <div class="example-item images"> - <img src="https://i.imgur.com/dpijzKn.png" alt="Badge Wall" title="Badge Wall" use:tooltip /> - <img - src="https://i.imgur.com/huEi683.png" - alt="Schedule (List View)" - title="Schedule (List View)" - use:tooltip - /> - <img - src="https://i.imgur.com/PkuJZdW.png" - alt="Schedule" - title="Schedule (Cover Grid View)" - use:tooltip - /> - </div> </div> <div class="item-description demo"> @@ -187,4 +167,9 @@ .big-text { font-size: 1.25rem; } + + .bottom { + position: absolute; + bottom: 1em; + } </style> |