-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
105 lines (105 loc) · 6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="LoGH fan site and discussions">
<meta name="keywords" content="LoGH, Legend of the Galactic Heroes, Yang Wen-li,
Reinhard von Lohengramm, anime, Ginga Eiyū Densetsu, Yoshiki Tanaka">
<meta name="author" content="Chris Moore">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Legend of the Galactic Heroes Hub</title>
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
<link rel="stylesheet" href="styles.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KLTSZ4DFR5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KLTSZ4DFR5');
</script>
</head>
<body>
<div class="nav">
<img src="assets/icon.png" alt="LoGH Hub Icon" height="64" width="64">
<p id="navtext">
<a href = index.html>Home</a>
<a href = char-analyses.html>Character Analyses</a>
<a href = theme-discussions.html>Theme Discussions</a>
<a href = quotes.html>Quotes</a>
<a href = polls.html>Polls</a>
</p>
</div>
<section>
<h1>Legend of the Galactic Heroes Hub</h1>
</section>
<div class="container">
<img src="assets/logh.jpg" alt="Legend of the Galactic Heroes - Overture to a New War DVD Art" width="200" class="leftImage">
<section class="bodyText">
<h2>What is Legend of the Galactic Heroes Hub?</h2>
<p>
This site is a place for fans of Legend of the Galactic Heroes to hear a unique perspective on some of the show’s
themes and characters. In other words – my personal analyses of the show. I try to be as objective as possible
when assessing the show, but do keep in mind that everything written on this site is ultimately just my opinion.
I hope that my perspectives can elicit discussion about the show, and perhaps challenge some fans’ notions about
the show.
</p>
<p>
Do keep in mind that this site will contain considerable story spoilers, so avert your eyes unless you’ve completed
the series, or simply don’t mind having the story spoiled.
</p>
<p>
For those unacquainted with the show, see below.
</p>
</section>
</div>
<div class="container">
<section class="bodyText">
<h2>Wait, I’m Lost – What Is Legend of the Galactic Heroes?</h2>
<p>
I’m glad you asked! Legend of the Galactic Heroes (LoGH) is a sci-fi series created by Japanese writer Yoshiki Tanaka.
The original LoGH novels were written by Tanaka over the course of 1982-1987, though what catapulted the series to international
recognition was the 110-episode original video animation (OVA) that ran from 1988-1997. Despite its elusiveness and relative
obscurity, the OVA retains a cult following and is often considered one of the greatest anime series of all time.
</p>
<p>
The series takes place in the far future of the Milky Way galaxy, where Earth has long since been forgotten, and two major
factions are embroiled in a seemingly endless war: the democratic Free Planets Alliance and autocratic Galactic Empire.
The story follows the two eponymous galactic heroes – Yang Wen-li of the Alliance, and Reinhard von Lohengramm of the Empire
– as they vie for victory over one another by leveraging their military and political genius. The series explores a variety
of mature themes pertinent to the modern socio-political landscape, considering everything from governmental corruption to
the human toll of war.
</p>
<p>
Despite my undying love for the show, I will concede that it is not for everyone. It is undoubtedly a slow burn, and those
expecting nonstop action might be disappointed to find it is largely a character drama. That said, if lengthy historical-political
dramas are something that remotely appeals to you, I implore you to give this masterpiece a chance.
</p>
</section>
</div>
<div class="container">
<section class="bodyText">
<h2>Where Can I Watch It?</h2>
<p>
If you have the option to, I highly recommend watching the ’88-’97 OVA. It is generally considered the way to experience the series,
as it is the only complete animated adaptation. Unfortunately, however - as of September 2024, the OVA is unfortunately no longer
available on HIDIVE, making it impossible to find online legally. While Blu-Ray box sets can occasionally be found floating around
sites like Amazon and eBay, they are usually being sold for exorbitant prices.
</p>
<p>
As I cannot recommend readers pirate the OVA, the next best choice for law-abiding citizens would be to watch the show’s ongoing
remake, Die Neue These, on Crunchyroll. Its art style and soundtrack are quite different from the OVA, though the general consensus
seems to be that it is a faithful remake of the original story. However, heed the fact that it is ongoing, and thus, far from finished.
</p>
<p>
English translations of the original novels by Yoshiki Tanaka are also available for purchase online, and though I can’t personally
attest to how good the translations are, the novels themselves are generally considered to be excellent.
</p>
</section>
</div>
<footer>
<p>
<strong>Legend of the Galactic Heroes Hub | Chris Moore, 2024</strong>
</p>
</footer>
</body>
</html>