-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
146 lines (116 loc) · 4.38 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!--
Hey you! Are you looking at the source code? Really?
For this (intentionally) Netscape '95 lookin' website?
What the hell is wrong with you?
I can't exactly stop you, but prepare to be whelmed.
-->
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="universal-styles.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-T3BE19D769"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-T3BE19D769');
</script>
</head>
<body class="bodyStyle">
<div class="topBanner">
<a href="index.html" id="topBannerText">
Macrosscape:Fire Bomber's Room
</a>
</div>
<div class="topNavigation">
<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="merch.html" class="topNavigationButtons">
<i class="material-icons" id="topNavigationIcons">
wysiwyg
</i>
<span id="topNavigationText">
Merchandise
</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>
Hello and Welcome!
</h1>
<p>
Welcome to Macrosscape, aiming to be the most comprehensive online Macross 7 resource in English. Now hosting:
<br />
- Scans of CDs, laserdiscs, artbooks, and anything else we can get our hands on.
<br />
- Translations of interviews and side material.
<br />
- Romaji lyrics and newly translated English lyrics for Fire Bomber's music.
<br />
- Even more coming soon!
</p>
Current Updates<span style="line-height: .5;"><br /></span>
-Added Macross 7 "The Movie" (bootleg) in "Home Video" (1/3)<span style="line-height: .5;"><br /></span>
-Added "Ultra Fire Vinyl" in Cds&Cassettes (1/2)<span style="line-height: .5;"><br /></span>
-Added Animerica No.3 Vol 6 in Magazines(12/29)<span style="line-height: .5;"><br /></span>
-Added BURN! BURN! BURN! in CDs&Cassettes (12/29)<span style="line-height: .5;"><br /></span>
-Added LD BOX FIRE I in Home Video (12/29)<span style="line-height: .5;"><br /></span>
-Added 7th Chord, Mylene Beat, Dynamite 7 Vol.1, Dynamite 7 Vol. 2 in Books & Pamphlets (7/22)<span style="line-height: .5;"><br /></span>
-Added three different concert packaging scans to "Home Video" (7/21) <span style="line-height: .5;"><br /></span>
-"Laserdiscs" tab is now "Home Video". "Guidebooks" tab is now "Books & Pamphlets" (7/21)<span style="line-height: .5;"><br /></span>
-Added a new tab to the Magazines page called "Various Magazine Bonuses." This is the new home for any magazine pack-in bonus books or pamphlets. (7/21)<span style="line-height: .5;"><br /></span>
-Added <a href="scans/magazines/animedia1195/animedia1195.html">"Newtype (11/95)"</a> and <a href="scans/magazines/animedia1294/animedia1294.html">"Animedia (12/94)"</a>
in Magazines (7/19)<span style="line-height: .5;"><br /></span>
-Added "Newtype (6/95)" in Magazines (7/18)<span style="line-height: .5;"><br /></span>
-Added "Great Mechanics G (Spring 2024)" and "Figure-Oh (No.314)" in Guidebooks (7/18)<span style="line-height: .5;"><br /></span>
-Added "Animedia (12/95)" in Magazines (7/18)<span style="line-height: .5;"><br /></span>
-Added "Animedia (4/95)" in Posters (7/11)<span style="line-height: .5;"><br /></span>
</span>
</span>
</div>
<div id="bottomText">
<a href="rundown.html" id="rundown">
Macross 7 is owned by Big West.
<br />
This is a fan run, fan maintained website.
<br />
Best viewed on a monitor with scanlines.
<br />
Developed in and tested on Firefox.
<br />
</a>
</div>
</body>
</html>