-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
141 lines (112 loc) · 5.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<title>Tech Reborn</title>
<link rel="stylesheet" href="css\style.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="img\favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="https://unpkg.com/flickity@2/dist/flickity.min.css">
</head>
<body>
<div id="layout">
<div id="main">
<header>
<img src="img\header.png" alt="" />
</header>
<label for="show-menu" class="show-menu">Links</label>
<input type="checkbox" id="show-menu" role="button">
<ul id="menu">
<li><a href="https://minecraft.curseforge.com/projects/techreborn">PROJECT PAGE</a></li>
<li><a href="https://wiki.techreborn.ovh/doku.php">WIKI</a></li>
<li><a href="https://discord.gg/teamreborn">DISCORD</a></li>
<li><a href="https://github.com/TechReborn/TechReborn">GITHUB</a></li>
</ul>
<div class="content">
<div>
<p>
<a href="https://minecraft.curseforge.com/projects/techreborn"><img
src="https://cf.way2muchnoise.eu/full_233564_downloads.svg" alt="" style="max-width:100%;"></a></a>
<a href="https://minecraft.curseforge.com/projects/techreborn"><img
src="https://cf.way2muchnoise.eu/versions/233564.svg" alt="" style="max-width:100%;"></a></a>
</p>
<p>
Tech Reborn is a completely standalone tech mod including tools and machines to gather resources, process
materials, and progress through the mod.
</p>
<div class="main-carousel">
<div class="carousel-cell"><img src="https://i.imgur.com/BW128tX.png"></div>
<div class="carousel-cell"><img src="https://i.imgur.com/4rxbO4Q.png"></div>
<div class="carousel-cell"><img src="https://i.imgur.com/edaGPlL.png"></div>
<div class="carousel-cell"><img src="https://i.imgur.com/ZKC5raQ.png"></div>
<div class="carousel-cell"><img src="https://i.imgur.com/eMYerPm.png"></div>
<div class="carousel-cell"><img src="https://i.imgur.com/RBCAWgO.png"></div>
</div>
</div>
<h1>Our main projects</h1>
<div class="modlist">
<a href="https://www.curseforge.com/minecraft/mc-mods/techreborn" class="mod">
<img src="img/mods/tr.png" />
<div class="moddetails">
<h2>Tech Reborn</h2>
<p>Tech Reborn is a completely standalone tech mod including tools and machines to gather resources,
process materials, and progress through the mod.</p>
</div>
</a>
<a href="https://www.curseforge.com/minecraft/mc-mods/reborncore" class="mod">
<img src="img/mods/rc.png" />
<div class="moddetails">
<h2>Reborn Core</h2>
<p>Reborn Core is a library used for many of the Tech Reborn team's mods, including Tech Reborn, Quantum
Storage, Fluxed Redstone, Hardcore Map Reset, and many more.</p>
</div>
</a>
</div>
<h1>Other projects from Team Reborn</h1>
<div class="modlist">
<a href="https://www.curseforge.com/minecraft/mc-mods/traverse" class="mod">
<img src="img/mods/tv.png" />
<div class="moddetails">
<h2>Traverse</h2>
<p>Traverse aims to expand upon, but not replace or overshadow, Minecraft biomes. Traverse embraces the simplistic nature of many vanilla biomes and the goal is to have the biomes fit in just right so that Mojang could add them into the base game and nobody would complain that they felt out of place.</p>
</div>
</a>
<a href="https://www.curseforge.com/minecraft/mc-mods/simple-void-world" class="mod">
<img src="img/mods/svw.png" />
<div class="moddetails">
<h2>Simple Void World</h2>
<p>One simple block, One empty world.</p>
</div>
</a>
<a href="https://www.curseforge.com/minecraft/mc-mods/steves-carts-reborn" class="mod">
<img src="img/mods/scr.png" />
<div class="moddetails">
<h2>Steve's Carts Reborn</h2>
<p>Steve's Carts Reborn allows for the player to customize and design minecarts that can be used for automation. The screenshot below shows an example cart that is being used as a crop farm.</p>
</div>
</a>
<a href="https://www.curseforge.com/minecraft/mc-mods/rebornstorage" class="mod">
<img src="img/mods/rs.png" />
<div class="moddetails">
<h2>Reborn Storage</h2>
<p>Refined Storage add-on adding multi-block crafters and larger disks.</p>
</div>
</a>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="js/jquery/jquery-3.4.1.slim.min.js"></script>
<script type="text/javascript" src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
<script type="text/javascript" src="js/core.js"></script>
</body>
<footer>
<p class="copyright">Copyright © 2015 -
<script type="text/javascript">
document.write(new Date().getFullYear());
</script>
Team Reborn</p>
</footer>
</html>