diff options
| author | Fuwn <[email protected]> | 2023-12-30 04:12:22 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-30 04:12:22 -0800 |
| commit | 18966402760ec1347c9b63fc6f8ab6afea514a7b (patch) | |
| tree | a062e8bf6c08472ec16ddf1375f63dc8eb281304 /src/lib/Settings/Attributions.svelte | |
| parent | fix(index): correct list height (diff) | |
| download | due.moe-18966402760ec1347c9b63fc6f8ab6afea514a7b.tar.xz due.moe-18966402760ec1347c9b63fc6f8ab6afea514a7b.zip | |
refactor(settings): modular categories
Diffstat (limited to 'src/lib/Settings/Attributions.svelte')
| -rw-r--r-- | src/lib/Settings/Attributions.svelte | 78 |
1 files changed, 37 insertions, 41 deletions
diff --git a/src/lib/Settings/Attributions.svelte b/src/lib/Settings/Attributions.svelte index cdb752cc..ac51cf2b 100644 --- a/src/lib/Settings/Attributions.svelte +++ b/src/lib/Settings/Attributions.svelte @@ -1,60 +1,56 @@ -<details open={false}> - <summary>Attributions</summary> - - <ul> - <li> - <a href="https://anilist.co/" target="_blank">AniList</a>: all but primary chapter and volume - data, and character birthday data - </li> - <li><span id="mangadex">MangaDex</span>: <b>only</b> chapter and volume count data</li> - <!-- <li> +<ul> + <li> + <a href="https://anilist.co/" target="_blank">AniList</a>: all but primary chapter and volume + data, and character birthday data + </li> + <li><span id="mangadex">MangaDex</span>: <b>only</b> chapter and volume count data</li> + <!-- <li> <a href="https://www.animecharactersdatabase.com/index.php" target="_blank"> Anime Characters Database </a>: primary character birthday data </li> --> - <!-- <li> + <!-- <li> <a href="https://www.anisearch.com/" target="_blank">aniSearch</a>: secondary character birthday data </li> --> - <!-- <li> + <!-- <li> <a href="https://www.mangaupdates.com/" target="">Baka-Updates Magna</a>: manga release data </li> --> - <!-- <li> + <!-- <li> <a href="https://www.wlnupdates.com/">WLN Updates</a>: web & light novel release data </li> --> - <!-- <li> + <!-- <li> <a href="https://subsplease.org/">SubsPlease</a>: subtitle release data </li> --> - </ul> +</ul> - <p /> +<p /> - <ol> - <li> - <a href="/">due.moe</a> - does not host or directly link to any less-than-legal anime or manga material and/or distribution - platforms. - </li> - <li> - <a href="/">due.moe</a> - is not affiliated with any of the above or below sites and services. - </li> - <li> - <p> - At the moment, <a href="/">due.moe</a> only ever contains outbound links to the following sites - and services: - </p> +<ol> + <li> + <a href="/">due.moe</a> + does not host or directly link to any less-than-legal anime or manga material and/or distribution + platforms. + </li> + <li> + <a href="/">due.moe</a> + is not affiliated with any of the above or below sites and services. + </li> + <li> + <p> + At the moment, <a href="/">due.moe</a> only ever contains outbound links to the following sites + and services: + </p> - <ul> - <li><a href="https://anilist.co/">AniList.co</a></li> - <li><a href="https://myanimelist.net/">MyAnimeList</a> (optional)</li> - <li><a href="https://animeschedule.net/">AnimeSchedule.net</a> (optional)</li> - <li><a href="https://www.livechart.me/">LiveChart.me</a> (optional)</li> - <li><a href="https://www.wikipedia.org/">Wikipedia</a> (when rate-limited)</li> - </ul> - </li> - </ol> -</details> + <ul> + <li><a href="https://anilist.co/">AniList.co</a></li> + <li><a href="https://myanimelist.net/">MyAnimeList</a> (optional)</li> + <li><a href="https://animeschedule.net/">AnimeSchedule.net</a> (optional)</li> + <li><a href="https://www.livechart.me/">LiveChart.me</a> (optional)</li> + <li><a href="https://www.wikipedia.org/">Wikipedia</a> (when rate-limited)</li> + </ul> + </li> +</ol> <style> #mangadex { |