-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
289 lines (281 loc) · 10.6 KB
/
Copy pathindex.html
File metadata and controls
289 lines (281 loc) · 10.6 KB
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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
<!DOCTYPE html>
<html lang="en" class="no-transitions">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Calamity Mod</title>
<meta name="description" content="Download the Calamity Mod, the #1 mod for Terraria." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://calamitymod.com/" />
<meta property="og:title" content="Calamity Mod | Official Website" />
<meta property="og:description" content="Download the Calamity Mod, the #1 mod for Terraria." />
<meta property="og:image" content="https://calamitymod.com/img/logo.svg" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:url" content="https://calamitymod.com/" />
<meta name="twitter:title" content="Calamity Mod | Official Website" />
<meta name="twitter:description" content="Download the Calamity Mod, the #1 mod for Terraria." />
<meta name="twitter:image" content="https://calamitymod.com/img/logo.svg" />
<link rel="icon" type="image/png" href="/img/favicon.png" />
<style>
html.loading { visibility: hidden; }
html.loaded { visibility: visible; }
</style>
<script>
document.documentElement.classList.add('loading');
(function () {
var theme = localStorage.getItem("calamity-theme") || "devouring";
document.documentElement.setAttribute("data-theme", theme);
})();
</script>
<link rel="stylesheet" href="css/style.css" onload="document.documentElement.classList.remove('loading');document.documentElement.classList.add('loaded');" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Exo+2:wght@400;600;700&display=swap"
rel="stylesheet"
/>
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
</head>
<body>
<header>
<nav class="navbar">
<a href="index.html" class="logo">
<img src="/img/logo.svg" alt="Calamity Mod" />
</a>
<ul class="nav-links">
<li><a href="index.html" class="active">Home</a></li>
<li>
<a href="download.html">Download</a>
</li>
<li>
<a href="music.html">Music</a>
</li>
<li>
<a href="post-catalog.html">Posts</a>
</li>
<li>
<a href="https://discord.gg/calamity" target="_blank">Discord</a>
</li>
<li>
<a
href="https://calamitymod.wiki.gg/wiki/Calamity_Mod_Wiki"
target="_blank"
>Wiki</a
>
</li>
<li>
<a href="https://www.patreon.com/CalamityMod" target="_blank"
>Patreon</a
>
</li>
</ul>
<button class="mobile-menu-btn" aria-label="Toggle menu">
<span></span>
<span></span>
<span></span>
</button>
</nav>
</header>
<main>
<section class="hero-blurb">
<div class="container">
<h1 class="flame-text">IGNITE A CRUEL WORLD.</h1>
<p class="hero-tagline">
Take on Terraria's largest mod with dozens of brand new challenges.
Install with one click through
<a
href="https://store.steampowered.com/app/1281930/tModLoader/"
target="_blank"
>tModLoader</a
>
on Steam.
</p>
</div>
</section>
<section class="blog-section">
<div class="blog-decor blog-decor-left"></div>
<div class="blog-decor blog-decor-right"></div>
<div class="blog-glow"></div>
<div class="container">
<div class="blog-layout">
<div class="blog-posts">
<div class="blog-posts-header">
<h2>Latest Post</h2>
<a href="post-catalog.html" class="catalog-link">View Catalog</a>
</div>
<div id="posts-list" class="posts-grid">
<div class="loading">Glassing Ilmeris...</div>
</div>
</div>
<div class="blog-trailer">
<h2>LATEST TRAILER</h2>
<div class="trailer-frame">
<lite-youtube videoid="oQ74IZaj5Q8" playlabel="Play: Calamity Mod Trailer">
<a href="https://www.youtube.com/watch?v=oQ74IZaj5Q8" class="lty-playbtn" title="Play Video">
<span class="lyt-visually-hidden">Brainstorm Trailer</span>
</a>
</lite-youtube>
</div>
<p class="trailer-description">
The trailer for Calamity Mod 2.1, "Brainstorm".
</p>
</div>
</div>
</div>
</section>
<section class="links-section">
<div class="links-grid">
<div class="link-card link-card-download">
<span class="link-label">Official Download</span>
<h3>Download and play Calamity!</h3>
<a
href="https://steamcommunity.com/sharedfiles/filedetails/?id=2824688072"
class="link-btn"
target="_blank"
>Download Calamity Mod</a
>
</div>
<div class="link-card link-card-discord">
<span class="link-label">Official Discord</span>
<h3>Join the Discord...</h3>
<p class="link-subtitle">
...and chat with 260,000+ other Calamity fans.
</p>
<a
href="https://discord.gg/calamity"
class="link-btn"
target="_blank"
>Join the Discord</a
>
</div>
<div class="link-card link-card-music">
<span class="link-label">Official Download</span>
<h3>Download the vanilla music expansion for Calamity.</h3>
<a
href="https://steamcommunity.com/sharedfiles/filedetails/?id=2816188633"
class="link-btn"
target="_blank"
>Download VCMM</a
>
</div>
<div class="link-card link-card-wiki">
<span class="link-label">Official Wiki</span>
<h3>Browse through the official wiki.</h3>
<a
href="https://calamitymod.wiki.gg/wiki/Calamity_Mod_Wiki"
class="link-btn"
target="_blank"
>Calamity Wiki</a
>
</div>
<div class="link-card link-card-youtube">
<span class="link-label">Official Videos</span>
<h3>Watch us on YouTube!</h3>
<a
href="https://www.youtube.com/CalamityMod"
class="link-btn"
target="_blank"
>Visit Channel</a
>
</div>
<div class="link-card link-card-soundtrack">
<span class="link-label">Follow Us</span>
<h3>Listen to the Soundtrack.</h3>
<a
href="https://materia.to/calamity"
class="link-btn"
target="_blank"
>Listen to the OST</a
>
</div>
<div class="link-card link-card-wide link-card-patreon">
<span class="link-label">We appreciate your Support!</span>
<h3>
Support the team of developers behind Calamity - Become a Patron!
</h3>
<a
href="https://www.patreon.com/CalamityMod"
class="link-btn"
target="_blank"
>Visit our Patreon</a
>
</div>
</div>
</section>
</main>
<footer>
<div class="footer-led-strip"></div>
<div class="container">
<div class="footer-content">
<img
src="/img/logo.svg"
alt="Calamity Mod"
class="footer-logo"
/>
<p>
The official website of the Calamity Mod for
<a href="https://terraria.org/" target="_blank">Terraria</a>.
Terraria and all its content is copyrighted by Re-Logic.
</p>
<p class="credits">
Art by
<a href="https://x.com/NiitroDS" target="_blank">Nitro</a>. Original
site by
<a href="https://twitter.com/loohney" target="_blank">Loohney</a>.
<br />©2026 Azafure LLC. All rights reserved.
</p>
<div class="footer-links">
<a href="https://www.patreon.com/CalamityMod" target="_blank"
>Patreon</a
>
<a href="https://github.com/CalamityTeam/CalamityModPublic" target="_blank">GitHub</a>
<a
href="https://github.com/CalamityTeam/CalamityModPublic/blob/1.4.4-release/LICENSE.md"
target="_blank"
>License</a
>
<a href="https://www.gimmeswag.com/collections/calamity-mod" target="_blank">Merch</a>
<a
href="https://www.gimmeswag.com/collections/calamity-mod"
target="_blank"
>Plushies</a
>
</div>
<div class="footer-emails">
<div class="footer-email">
<span class="email-label">General inquiries:</span>
<a href="mailto:calamitymodteam@gmail.com">calamitymodteam@gmail.com</a>
</div>
<div class="footer-email">
<span class="email-label">Business inquiries:</span>
<a href="mailto:calamitymodbusiness@gmail.com">calamitymodbusiness@gmail.com</a>
</div>
</div>
<div class="theme-selector">
<span class="theme-selector-label">Theme</span>
<div class="theme-options">
<div class="theme-option active" data-theme="calamitous">
<span class="theme-dot"></span>
Calamitous
</div>
<div class="theme-option" data-theme="devouring">
<span class="theme-dot"></span>
Devouring
</div>
<div class="theme-option" data-theme="draconic">
<span class="theme-dot"></span>
Draconic
</div>
<div class="theme-option" data-theme="abyssal">
<span class="theme-dot"></span>
Abyssal
</div>
</div>
</div>
</div>
</footer>
<script src="js/lite-youtube.js"></script>
<script src="js/blog.js"></script>
<script src="js/theme.js"></script>
</body>
</html>