forked from EternalBlueFlame/Traincraft.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·347 lines (332 loc) · 12.7 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
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
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
---
layout: default
---
<script type="text/javascript">
//<![CDATA[
var tags = document.getElementsByClassName("fadein");
var parallax = document.getElementsByClassName("parallax");
var sliders = document.getElementsByClassName("slide");
var i;
var p;
var toolbar = document.getElementsByClassName("centered-top-container");
window.onload = function(){
fadeanim();
onchange();
};
window.onhashchange = function(){onchange()};
window.onscroll = function () {fadeanim()};
function onchange(){
if(window.location.href.indexOf("image") > -1) {
document.getElementById("imageclose").style.display = "block";
} else if(document.getElementById("imageclose") !== null) {
document.getElementById("imageclose").style.display = "none";
}
}
function fadeanim(){
for (i = 0; i < sliders.length; i++) {
p=sliders[i].getBoundingClientRect().left + (sliders[i].getBoundingClientRect.width*0.5);
if(screen.width*0.42 > p){
sliders[i].classList.add("slideleft")
} else {
sliders[i].classList.remove("slideright")
}
}
for (i = 0; i < tags.length; i++) {
if (tags[i].getBoundingClientRect().y>0 && window.innerHeight > tags[i].getBoundingClientRect().y ) {
tags[i].classList.add("visible")
} else {
tags[i].classList.remove("visible")
}
}
for (i = 0; i < parallax.length; i++) {
var yvalue = ((document.scrollingElement.scrollTop * 0.25) % 200)-200;
parallax[i].style.backgroundPosition = "center" + " " + yvalue + "px";
}
}
//]]>
</script>
<div class="home"><h2>welcome to the Traincraft home page!</h2></div>
<h1 class="parallax fadein slideleft" id="about">
ABOUT TRAINCRAFT</h1>
<span class="fadein">Traincraft has been around since 2011 providing trains and rollingstock for minecraft.</span><br />
<span class="fadein">During 1.6.4 the original developers Spitfire4466 and Mr. Brutal no longer had time to maintain the mod, and eventually opened it to the community.</span><br />
<span class="fadein">Since then a new team has taken over, not only maintaining it and adding additional content, but rewriting the entire mod from scratch for future game versions.</span><br />
<span class="fadein">It's been a long and bumpy road, but things have come a long way, Spitfire even came back as an advisor, and things will only get better from here.</span><br />
<div class="flex-container">
<div class="flex-item fadein flex-image-xlarge slide">
<img src="/Traincraft.github.io/assets/icons/icon_2.png" /><br />
<b>200+ Trains and stock</b><br /><hr /><br />
A whole assortment of trains and stock to play with!</div>
<div class="flex-item fadein flex-image-xlarge slide">
<img src="/Traincraft.github.io/assets/icons/icon_3.png" /><br />
<b>Zeppelins</b><br /><hr/><br />
A zeppelin and an airship to fly in</div>
<div class="flex-item fadein flex-image-xlarge slide">
<img src="/Traincraft.github.io/assets/icons/icon_4.png" /><br />
<b>Compatible</b><br /><hr /><br />
Works great with other mods for even more fun!</div>
<div class="flex-item fadein flex-image-xlarge slide">
<img src="/Traincraft.github.io/assets/icons/icon_5.png" /><br />
<b>Good looking</b><br /><hr /><br />
Great train models of various locos and wagons<br />many designed by the community itself!</div>
</div>
<h1 class="parallax fadein slideleft" id="gallery">
GALLERY</h1><br /> Soon <br />
<h1 class="parallax fadein slideleft" id="devs">
THE DEVS</h1>
<br />
<div class="flex-container">
<a href="https://github.com/Spitfire4466">
<div class="flex-item fadein flex-image-large slide">
<img src="/Traincraft.github.io/assets/icons/spitfire.jpg" />
<br />Spitfire4466<br />Founder<br />Project Lead
</div></a>
<a href="https://github.com/Mrbrutal">
<div class="flex-item fadein flex-image-large slide">
<img src="/Traincraft.github.io/assets/icons/mrbrutal.jpg" />
<br />Mr. Brutal<br />Owner<br />Retired
</div></a>
<a href="/Traincraft.github.io/profiles/EternalBlueFlame.html">
<div class="flex-item fadein flex-image-large slide">
<img src="/Traincraft.github.io/assets/icons/eternal.png" />
<br />Eternal Blue Flame<br />Developer<br />Trains in Motion Founder<br />
</div></a>
<a href="https://github.com/canitzp">
<div class="flex-item fadein flex-image-large slide">
<img src="/Traincraft.github.io/assets/icons/canitzp.png" />
<br />Canitzp<br />Developer<br />
</div></a>
<a href="https://github.com/PseudonymPatel">
<div class="flex-item fadein flex-image-large slide">
<img src="/Traincraft.github.io/assets/icons/computerbutter.jpg" />
<br />ComputerButter<br />Developer<br />
</div></a>
</div>
<h2 class="fadein slideleft">
THE ARTISTS</h2>
<br />
<div class="flex-container">
<a href="https://github.com/broscolotos">
<div class="flex-item fadein flex-image-large slide">
<img src="/Traincraft.github.io/assets/icons/bros.jpg" />
<br />broscolotos
</div></a>
<div class="flex-item fadein flex-image-large slide">
<img src="/Traincraft.github.io/assets/icons/riggs.jpg" />
<br />Riggs64<br />Also runs RWC
</div>
<a href="https://github.com/Green-PC">
<div class="flex-item fadein flex-image-large slide">
<img src="/Traincraft.github.io/assets/icons/greenpc.png" />
<br />Green PC
</div></a>
<a href="https://discord.gg/SgpnCnK">
<div class="flex-item fadein flex-image-large slide">
<img src="/Traincraft.github.io/assets/icons/discord.png" />
<br />A large portion of our content<br/>is made by our community.<br/>Come join us on Discord!
</div></a>
</div>
<h1 class="parallax fadein slideleft" id="community">
COMMUNITY</h1>
<br />
<span class="fadein">We have a very active community, one of the best in minecraft. And we do a lot to keep them included in what's going on.</span><br />
<span class="fadein">Feel free to check out our public discord and come say "hi" to the team, feel free to ask any questions. If there's any news on the mod, it is usually posted here first.</span><br />
<span class="fadein">It's also the only place to easily find EternalBlueFlame, aside from the git.</span><br />
<div class="fadein" id="discordInviteBox">
</div>
<br />
<span class="fadein">If you're looking for a server to join, we try and keep an official list of all the known servers, feel free to check them out, leave comments, reviews, or even request your own to be added.</span><br />
<div class="fadein">
<a class="fadein" href="https://trello.com/b/KpRHLhQF/server-list" style="height: auto; max-width: 400px; width: 90%;">
<img height="auto" src="/Traincraft.github.io/assets/banners/trello-banner.png" width="400px" />
</a></div>
<br />
<h1 class="parallax fadein slideleft" id="downloads">
DOWNLOADS</h1>
<h2 class="fadein">
Forge Downloads</h2>
<br />
<hr />
<h3 class="fadein slideleft">
Traincraft</h3>
<br />
<div class="flex-container">
<a href="https://www.curseforge.com/minecraft/mc-mods/traincraft/files">
<div class="flex-item fadein flex-image-small">
<img src="/Traincraft.github.io/assets/icons/curse.png" />
<br />Traincraft<br />1.7.10
</div>
</a>
<a href="https://minecraft.curseforge.com/projects/traincraft/files?filter-game-version=2020709689%3A326">
<div class="flex-item fadein flex-image-small">
<img src="/Traincraft.github.io/assets/icons/curse.png" />
<br />Traincraft<br />1.6.4
</div>
</a>
<a href="https://minecraft.curseforge.com/projects/traincraft/files?filter-game-version=2020709689%3A320">
<div class="flex-item fadein flex-image-small">
<img src="/Traincraft.github.io/assets/icons/curse.png" />
<br />Traincraft<br />1.6.2
</div>
</a>
<a href="https://minecraft.curseforge.com/projects/traincraft/files?filter-game-version=2020709689%3A268">
<div class="flex-item fadein flex-image-small">
<img src="/Traincraft.github.io/assets/icons/curse.png" />
<br />Traincraft<br />1.4.6
</div>
</a>
<a href="https://minecraft.curseforge.com/projects/traincraft/files?filter-game-version=2020709689%3A4461">
<div class="flex-item fadein flex-image-small">
<img src="/Traincraft.github.io/assets/icons/curse.png" />
<br />Traincraft<br />1.4.5
</div>
</a>
<a href="https://drive.google.com/open?id=1R79cCGPHek0vLdtduuOU2Ki8Xl4vqrOI">
<div class="flex-item fadein flex-image-small">
<img src="/Traincraft.github.io/assets/icons/octocat.png" />
<br />Traincraft<br />1.3.2
</div>
</a>
<a href="https://drive.google.com/open?id=1Rk4KtXVlfQ1DeuhiyYXCjHmcb9EOJlw9">
<div class="flex-item fadein flex-image-small">
<img src="/Traincraft.github.io/assets/icons/octocat.png" />
<br />Traincraft<br />1.1.0
</div>
</a>
</div>
<hr />
<h3 class="fadein slideleft">
Trains in Motion (TiM)</h3>
<br />
<div class="flex-container">
<a href="https://gitlab.com/EternalBlueFlame/trains-in-motion/-/tree/master/builds">
<div class="flex-item fadein flex-image-small">
<img src="/Traincraft.github.io/assets/icons/gitlab.png" />
<br />TiM pre-alpha nightly<br />1.7.10<br />
</div>
</a>
</div>
<hr />
<br />
<div class="flex-container">
<a href="">
<div class="flex-item fadein flex-image-small">
<img src="/Traincraft.github.io/assets/icons/octocat.png" />
<br />TC 5.0<br />1.7.10<br />
</div>
</a>
</div>
<div class="flex-container">
<a href="">
<div class="flex-item fadein flex-image-small">
<img src="/Traincraft.github.io/assets/icons/octocat.png" />
<br />TC 5.0<br />1.12.2<br />
</div>
</a>
</div>
<hr />
<h2 class="fadein slideleft">
Source Code</h2>
<br />
<div class="flex-container">
<a href="https://github.com/Traincraft/Traincraft/tree/1.7">
<div class="flex-item fadein flex-image-small">
<img src="/Traincraft.github.io/assets/icons/octocat.png" />
<br />Traincraft<br />1.7.10
</div>
</a>
<a href="https://github.com/Mrbrutal/Traincraft-164">
<div class="flex-item fadein flex-image-small">
<img src="/Traincraft.github.io/assets/icons/octocat.png" />
<br />Traincraft<br />1.6.4
</div>
</a>
</div>
<div class="flex-container">
<a href="https://github.com/EternalBlueFlame/Traincraft-5/tree/1.7.10-TiM">
<div class="flex-item fadein flex-image-small">
<img src="/Traincraft.github.io/assets/icons/octocat.png" />
<br />Traincraft 5.0<br />1.7.10
</div>
</a>
</div>
<div class="flex-container">
<a href="https://github.com/EternalBlueFlame/Traincraft-5/tree/1.12.2-TiM">
<div class="flex-item fadein flex-image-small">
<img src="/Traincraft.github.io/assets/icons/octocat.png" />
<br />Traincraft 5.0<br />1.12.2
</div>
</a>
</div>
<hr />
<h2 class="fadein slideleft">
Maps</h2>
<br />
<div class="flex-container">
<a href="https://drive.google.com/open?id=1OVcpRbdwTvpFPhAfVYh0NkXVaj9gytVU">
<div class="flex-item fadein flex-image-small">
<img src="/Traincraft.github.io/assets/icons/octocat.png" />
<br />A map by Spitfire4466<br />For Traincraft 1.6.4
</div>
</a>
<a href="https://drive.google.com/open?id=1iopdRR4BMKmsQYu8UkjXv-2Tvni0QPao">
<div class="flex-item fadein flex-image-small">
<img src="/Traincraft.github.io/assets/icons/octocat.png" />
<br />A giant track map by Empirerail<br />For Traincraft 1.6.4
</div>
</a>
</div>
<hr />
<h2 class="fadein slideleft">
Sponsored Trains in Motion Content Packs</h2>
<br />
<div class="flex-container">
<a href="https://minecraft.curseforge.com/projects/world-wide-content-pack">
<div class="flex-item fadein flex-image-small">
<img src="/Traincraft.github.io/assets/icons/wwcp.png" />
<br />World Wide Content Pack<br />By Sebasver<br /> for TiM 1.7.10 pre-alpha
</div>
</a>
<a href="https://minecraft.curseforge.com/projects/trams-in-motion">
<div class="flex-item fadein flex-image-small">
<img src="/Traincraft.github.io/assets/icons/tramsim.png" />
<br />Trams in Motion<br />By Oskiek<br /> for TiM 1.7.10 pre-alpha
</div>
</a>
</div>
<hr />
<h2 class="fadein slideleft">
Awesome Additions</h2>
<br />
<div class="flex-container">
<a href="https://minecraft.curseforge.com/projects/railcraft">
<div class="flex-item fadein flex-image-small">
<img src="/Traincraft.github.io/assets/icons/curse.png" />
<br />Railcraft<br />Adds more useful tracks, signals, and loaders
</div>
</a>
<a href="https://minecraft.curseforge.com/projects/thermal-dynamics">
<div class="flex-item fadein flex-image-small">
<img src="/Traincraft.github.io/assets/icons/curse.png" />
<br />Thermal Dynamics<br />Their pipes work as overhead wires, and under the track
</div>
</a>
<a href="https://minecraft.curseforge.com/projects/immersive-railroading">
<div class="flex-item fadein flex-image-small">
<img src="/Traincraft.github.io/assets/icons/curse.png" />
<br />Imersive Railroading<br />We'll support their API in the future
</div>
</a>
<a href="https://minecraft.curseforge.com/projects/zora-no-densha">
<div class="flex-item fadein flex-image-small">
<img src="/Traincraft.github.io/assets/icons/curse.png" />
<br />Zora no Densha<br />TiM will support their API in the future
</div>
</a>
<a href="https://www.curseforge.com/minecraft/mc-mods/fexs-vehicle-mod">
<div class="flex-item fadein flex-image-small">
<img src="/Traincraft.github.io/assets/icons/curse.png" />
<br />Fex's Vehicle and Transportation Mod<br />Fex has helped us with a bunch of stuff<br />Expect more collaborations in the future.
</div>
</a>
</div>