-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
236 lines (212 loc) · 13.1 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gundam grid</title>
<link href="/style.css" rel="stylesheet" />
</head>
<body>
<main>
<div class="item" data-bg="#4F6588">
<h2>Quantum Striker</h2>
<p>Quantum Striker is a highly advanced Gundam equipped with quantum-based weaponry, allowing it to
manipulate time and space for strategic advantages on the battlefield.</p>
<div class="labels">
<label>Quantum Manipulation</label>
<label>Chrono-Blade</label>
</div>
<div class="details">
<h4><span>Model number</span>RX-I01</h4>
<h4><span>Pilot</span>Captain Leon Drakon</h4>
</div>
<div class="description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</div>
<div class="bottom">
<button class="primary">Discover</button>
<button class="secondary">ⓘ Specification Sheet</button>
</div>
<img src="/img/fantasy_gundam_1.png" />
<div class="bg"></div>
</div>
<div class="item" data-bg="#71877e">
<h2>Azure Seraph</h2>
<p>Description: Azure Seraph is a Gundam known for its angelic appearance and ethereal blue armor. It
specializes in energy-based attacks and is often seen as a symbol of hope and protection.</p>
<div class="labels">
<label>Seraphic Resonance</label>
<label>Ethereal Lance</label>
</div>
<div class="details">
<h4><span>Model number</span>RX-C02</h4>
<h4><span>Pilot</span>Luna Seraph</h4>
</div>
<div class="description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</div>
<div class="bottom">
<button class="primary">Discover</button>
<button class="secondary">ⓘ Specification Sheet</button>
</div>
<img src="/img/fantasy_gundam_2.png" />
<div class="bg"></div>
</div>
<div class="item" data-bg="#1a4979">
<h2>Celestial Crusader</h2>
<p>Celestial Crusader is a Gundam designed for interstellar missions, featuring a unique foldable wing
system for travel between galaxies. It's often dispatched on missions to protect humanity's interests in
the cosmos.</p>
<div class="labels">
<label>Galaxy Fold Drive</label>
<label>Starfire Shields</label>
</div>
<div class="details">
<h4><span>Model number</span>RX-D03</h4>
<h4><span>Pilot</span>Kira Noir</h4>
</div>
<div class="description">
But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
</div>
<div class="bottom">
<button class="primary">Discover</button>
<button class="secondary">ⓘ Specification Sheet</button>
</div>
<img src="/img/fantasy_gundam_3.png" />
<div class="bg"></div>
</div>
<div class="item" data-bg="#9eb3af">
<h2>Magma Fury</h2>
<p>Magma Fury is a formidable Gundam with a fiery temperament. Its specialized magma-based weaponry and
robust armor make it ideal for combat in extreme environments, such as volcanic regions.</p>
<div class="labels">
<label>Pyroclasmic Arsenal</label>
<label>Volcanic Resilience</label>
</div>
<div class="details">
<h4><span>Model number</span>RX-T04</h4>
<h4><span>Pilot</span>Storm Rider</h4>
</div>
<div class="description">
But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
</div>
<div class="bottom">
<button class="primary">Discover</button>
<button class="secondary">ⓘ Specification Sheet</button>
</div>
<img src="/img/fantasy_gundam_4.png" />
<div class="bg"></div>
</div>
<div class="item" data-bg="#6e8881">
<h2>Eclipse Scorpion</h2>
<p>Eclipse Scorpion is a stealth-oriented Gundam, equipped with cloaking technology and a deadly tail-like
energy stinger. It excels in covert operations and surprise attacks</p>
<div class="labels">
<label>Shadow Cloak</label>
<label>Stinger Strike</label>
</div>
<div class="details">
<h4><span>Model number</span>RX-CH05</h4>
<h4><span>Pilot</span>Tempus Chronos</h4>
</div>
<div class="description">
But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
</div>
<div class="bottom">
<button class="primary">Discover</button>
<button class="secondary">ⓘ Specification Sheet</button>
</div>
<img src="/img/fantasy_gundam_5.png" />
<div class="bg"></div>
</div>
<div class="item" data-bg="#581e26">
<h2>Stellar Sentinel</h2>
<p>Stellar Sentinel is a guardian of the cosmos, designed to protect space colonies and space stations from
external threats. Its impressive defensive systems and imposing presence make it a reliable defender of
human settlements.</p>
<div class="labels">
<label>Solar Flare Cannon</label>
<label>Cosmic Guardian Mode</label>
</div>
<div class="details">
<h4><span>Model number</span>RX-S06</h4>
<h4><span>Pilot</span>Sylva Viperia</h4>
</div>
<div class="description">
Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?
</div>
<div class="bottom">
<button class="primary">Discover</button>
<button class="secondary">ⓘ Specification Sheet</button>
</div>
<img src="/img/fantasy_gundam_6.png" />
<div class="bg"></div>
</div>
<div class="item" data-bg="#8e8559">
<h2>Thunderclap Vanguard</h2>
<p>Thunderclap Vanguard is a Gundam with thunderous power and lightning-fast strikes. Its electrifying
arsenal includes high-voltage weaponry and sonic shockwave attacks.</p>
<div class="labels">
<label>Lightning Reflexes</label>
<label>Sonic Shockwave Strike</label>
</div>
<div class="details">
<h4><span>Model number</span>RX-E07</h4>
<h4><span>Pilot</span>Nyx Umbra</h4>
</div>
<div class="description">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio.</div>
<div class="bottom">
<button class="primary">Discover</button>
<button class="secondary">ⓘ Specification Sheet</button>
</div>
<img src="/img/fantasy_gundam_7.png" />
<div class="bg"></div>
</div>
<div class="item" data-bg="#39516b">
<h2>Nebula Valkyrie</h2>
<p>Nebula Valkyrie is a sleek and agile Gundam, named after celestial maidens of Norse mythology. It
specializes in hit-and-run tactics and precision strikes with its energy javelin and shield.</p>
<div class="labels">
<label>Nebula Swiftness</label>
<label>Constellation Javelin</label>
</div>
<div class="details">
<h4><span>Model number</span>RX-A08</h4>
<h4><span>Pilot</span>Glacia Frostheim</h4>
</div>
<div class="description">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae.</div>
<div class="bottom">
<button class="primary">Discover</button>
<button class="secondary">ⓘ Specification Sheet</button>
</div>
<img src="/img/fantasy_gundam_8.png" />
<div class="bg"></div>
</div>
<div class="item" data-bg="#55756d">
<h2>Titan's Forge</h2>
<p>Titan's Forge is a colossal Gundam designed for heavy-duty industrial work and combat. Its massive frame
and powerful hydraulic limbs make it suitable for construction tasks and battlefield dominance.</p>
<div class="labels">
<label>Industrial Might</label>
<label>Titan's Hammer</label>
</div>
<div class="details">
<h4><span>Model number</span>RX-P09</h4>
<h4><span>Pilot</span>Solara Phoenix</h4>
</div>
<div class="description">
On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish.
</div>
<div class="bottom">
<button class="primary">Discover</button>
<button class="secondary">ⓘ Specification Sheet</button>
</div>
<img src="/img/fantasy_gundam_9.png" />
<div class="bg"></div>
</div>
</main>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/Flip.min.js"></script>
<script src="/app.js"></script>
</body>
</html>