commit: 089b1b493d0850e340e9b0306c44e6dcd2589251
parent f9657228e20eba3597561ec01d1c7b6cc66ec0f7
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 14 Dec 2020 01:11:54 +0100
mangalist: New page
Diffstat:
2 files changed, 44 insertions(+), 0 deletions(-)
diff --git a/mangalist.shtml b/mangalist.shtml
@@ -0,0 +1,43 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+ <head>
+<!--#include file="templates/head.shtml" -->
+ <title>Manga List — lanodan’s cyber-home</title>
+ <link rel="stylesheet" href="css/sorttable.css?serial=2020091801"/>
+ <script defer="" src="javascript/sorttable.js?serial=2020091801"></script>
+ </head>
+ <body>
+<!--#set var="feedUrl" value='http://gitlab.com/lanodan/blog/commits/master/mangalist.shtml.atom' --><!--#include file="/templates/en/nav.shtml" -->
+<!-- Sorted by Name -->
+ <section>
+ <h2 id="Dropped">Dropped</h2>
+ <table class="sortable">
+ <thead>
+ <tr><th class="sorttable_sorted">Name</th><th>English Name</th><th>Started</th><th>Progress</th><th>Comment</th><th>Tags</th></tr>
+ </thead>
+ <tbody>
+ <tr><td>エルフェンリート</td><td>Elfen Lied</td><td></td><td></td><td>Didn't seem to have enough of a difference compared to the anime</td></tr>
+ <tr><td>フルーツバスケット</td><td>Fruits Basket</td><td></td><td></td><td>Junior High didn't have rest of the volumes, watched the animation much later on</td></tr>
+ <tr><td>ヴィンランド・サガ</td><td>Vinland Saga</td><td></td><td></td><td>Junior High didn't have rest of the volumes, watched the animation much later on</td></tr>
+ <tr><td>銃夢</td><td>Gunnm / Battle Angel Alita</td><td></td><td></td><td>Junior High didn't have rest of the volumes</td></tr>
+ </tbody>
+ </table>
+ </section>
+<!-- Sorted by Name -->
+ <section>
+ <h2 id="Finished">Finished</h2>
+ <table class="sortable">
+ <thead>
+ <tr><th class="sorttable_sorted">Name</th><th>English Name</th><th>Started</th><th>Finished</th><th>Comment</th><td>Tags</td></tr>
+ </thead>
+ <tbody>
+ <tr><td>Claymore</td><td>Claymore</td><td></td><td></td><td>Definitely recommend it as it goes much further in the story and universe than anime, real ending and major plot twist being missing from the anime</td></tr>
+ <tr><td>Gantz</td><td>Gantz</td></tr>
+ <tr><td>すんドめ</td><td>Sundome</td><td></td><td></td><td>would recommend it</td></tr>
+ <tr><td>風の谷のナウシカ</td><td>Nausicaä of the Valley of the Wind</td><td></td><td></td><td>Definitely recommend it as it goes much further in the story and universe than anime</td></tr>
+ </tbody>
+ </table>
+ </section>
+ <!--#include file="templates/en/footer.shtml" -->
+ </body>
+</html>
diff --git a/templates/en/nav.shtml b/templates/en/nav.shtml
@@ -5,6 +5,7 @@
<li><a href="/about">About</a></li>
<li><a href="/abgilpqt+">ABGILPQT+</a></li>
<li><a href="/animelist">Anime List</a></li>
+ <li><a href="/mangalist">Manga List</a></li>
<li><a href="/bookmarks">Bookmarks</a></li>
<li><a href="/coding%20style">coding style</a></li>
<li><a href="/decreases%20of%20usability">Decreases of usability</a></li>