Skip to content

Commit 37481bb

Browse files
authored
Reimagined initial release
1 parent c430fd5 commit 37481bb

File tree

1 file changed

+8
-41
lines changed

1 file changed

+8
-41
lines changed

reimagined/index.html

Lines changed: 8 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -76,37 +76,13 @@
7676
</header><!-- /#mastheaed -->
7777

7878
<div id="hero" class="hero overlay reimagined-hero">
79-
<div class="hero-content">
80-
<div class="hero-text">
81-
<h1>Complementary<br><span style="color: var(--ThemeColor)">Reimagined Shaders</span></h1>
82-
<p>Reimagining the original Minecraft design. Releasing on June 17.</p>
83-
<a href="#trailer" class="btn btn-border">Watch the Trailer</a>
84-
<a href="https://www.patreon.com/emingt" class="btn btn-border">Get Early Access</a>
85-
<p id="countdown" style="max-height: 0px;">.</p>
86-
<script>
87-
var countDownDate = new Date(Date.UTC(2022, 5, 17, 20, 0, 0)).getTime();
88-
89-
function setDate() {
90-
var currentDate = new Date().getTime();
91-
var distance = countDownDate - currentDate;
92-
93-
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
94-
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
95-
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
96-
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
97-
98-
document.getElementById("countdown").innerHTML = days+"d "+hours+"h "+minutes+"m "+seconds+"s ";
99-
100-
if (distance < 0) {
101-
document.getElementById("countdown").innerHTML = "Refresh the page!";
102-
}
103-
}
104-
105-
setDate();
106-
setInterval(setDate, 1000);
107-
</script>
108-
</div><!-- /.hero-text -->
109-
</div><!-- /.hero-content -->
79+
<div class="hero-content">
80+
<div class="hero-text">
81+
<h1>Complementary<br><span style="color: var(--ThemeColor)">Reimagined Shaders</span></h1>
82+
<p>Reimagining the unique style of Minecraft.</p>
83+
<a href="https://www.mediafire.com/file/iiqccxr7qk1y3i6/ComplementaryReimagined_r1.0.zip/file" class="btn btn-border">Download</a>
84+
</div><!-- /.hero-text -->
85+
</div><!-- /.hero-content -->
11086
</div><!-- /.hero -->
11187

11288
<main id="main" class="site-main">
@@ -115,7 +91,7 @@ <h1>Complementary<br><span style="color: var(--ThemeColor)">Reimagined Shaders</
11591
<div class="row">
11692
<div class="col-md-12" style="text-align:center;">
11793
<p>
118-
Complementary Reimagined Shaders is a Minecraft Java Edition shader pack that aims for perfection, while preserving the core aesthetics of Minecraft.
94+
Complementary Reimagined is a Minecraft Java Edition shader pack that aims for perfection, while preserving the core aesthetics of Minecraft.
11995
<br>Reimagined offers a ton of high quality effects, incredible attention to detail, an issueless experience, and top tier optimization.
12096
<br>There is no better summary for Reimagined other than that it is a shaderpack trying to achieve the ultimate vanilla Minecraft visuals.
12197
<br>Trying to complement Minecraft in the best way possible, Reimagined aims to please everyone who loves Minecraft.
@@ -171,13 +147,4 @@ <h2>Screenshots</h2>
171147

172148
</body>
173149

174-
<div id="trailer" class="overlayer">
175-
<a class="close" href=""></a>
176-
<div class="popup">
177-
<div class="content">
178-
<iframe width="960" height="540" src="https://www.youtube.com/embed/q897tXWMccM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
179-
</div>
180-
</div>
181-
</div>
182-
183150
</html>

0 commit comments

Comments
 (0)