-
Notifications
You must be signed in to change notification settings - Fork 0
/
merch.html
94 lines (86 loc) · 2.35 KB
/
merch.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
<!DOCTYPE html>
<html>
<head>
<!-- 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>
<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">
<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">
<h5>
Figures and Collectibles
</h5>
<span>
A non-comprehensive look at official Macross 7 merchandising.<br />
Smaller items will have a few photos; more expensive and/or transforming toys will have in-depth reviews.<br />
<br />
Collectibles Not In This Gallery:<br />
- Wave 1/100 Fire Valkyrie<br />
- Bandai 1/65 Fire Valkyrie and Stealth Valkyrie<br />
- Any B-Club Macross 7 garage kits<br />
- Arcadia VF-17 Super Pack<br />
</span>
<div id="buttonContainer">
<a href="reviews/vf19-basara-arcadia-2023/review.html">
<button class="scanButtonsSpecial">
Arcadia Fire Valkyrie with Sound Booster
</button>
</a>
</div>
</div>
</body>
</html>