-
Notifications
You must be signed in to change notification settings - Fork 0
/
rundown.html
70 lines (66 loc) · 1.82 KB
/
rundown.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="universal-styles.css">
</head>
<body class="bodyStyle">
<div class="topBanner">
<span id="topBannerText">
Macrosscape:Fire Bomber's Room
</span>
</div>
<div class="topNavigation">
<a href="index.html" class="topNavigationButtons">
<i class="material-icons" id="topNavigationIcons">
wysiwyg
</i>
<span id="topNavigationText">
Latest
</span>
</a>
<a href="scans.html" class="topNavigationButtons">
<i class="material-icons" id="topNavigationIcons">
wallpaper
</i>
<span id="topNavigationText">
Scans
</span>
</a>
<a href="translations.html" class="topNavigationButtons">
<i class="material-icons" id="topNavigationIcons">
terminal
</i>
<span id="topNavigationText">
Translations
</span>
</a>
<a href="music.html" class="topNavigationButtons">
<i class="material-icons" id="topNavigationIcons">
apartment
</i>
<span id="topNavigationText">
Music
</span>
</a>
<a href="links.html" class="topNavigationButtons">
<i class="material-icons" id="topNavigationIcons">
microwave
</i>
<span id="topNavigationText">
Links
</span>
</a>
</div>
<div class="singleBlock">
<h1>
Oh Man, Why Does This Site Look Like This?
</h1>
<p>
This site's design is inspired by the insert booklet for Macross 7 CD Cinema 1 "Mellow Heart Beat", which is entirely about Flower Girl trying to access Fire Bomber's website.
You can see scans of the booklet right here in the Scans section to see just how mid-90s it really is.
And if we're being honest, this is so much easier and more fun than modern, adaptive web design.
</p>
</div>
</body>
</html>