Skip to content

Commit 2466e1a

Browse files
committed
Add Complementary Installer to Reimagined page
1 parent d1a4a87 commit 2466e1a

File tree

2 files changed

+29
-175
lines changed

2 files changed

+29
-175
lines changed

reimagined/index.html

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
<div class="hero-text">
7979
<h1>Complementary<br><span style="color: var(--ThemeColor)">Reimagined Shaders</span></h1>
8080
<p>Aiming for perfection and reimagining Minecraft.</p>
81-
<a href="https://www.curseforge.com/minecraft/customization/complementary-reimagined/download" class="btn btn-border">
82-
Download</a>
81+
<a onclick="document.getElementById('before-downloads').scrollIntoView(/*{block: 'center'}*/);"
82+
class="btn btn-border">See Downloads</a>
8383
</div>
8484
<div class="hero-text">
8585
<a></a>
@@ -102,7 +102,33 @@ <h1>Complementary<br><span style="color: var(--ThemeColor)">Reimagined Shaders</
102102
</div>
103103
</div>
104104
</div>
105+
<p id="before-downloads"></p>
105106
</section><!-- /.section-features -->
107+
<section id="download-section" class="site-section section-downloads">
108+
<div class="hero-text">
109+
<h2>Downloads</h2>
110+
<p class="download-title" style="--ThemeColor: var(--CompOrange);">The Complementary Installer</p>
111+
<p>The installer will automatically download and install Complementary Reimagined with the Iris shader loader.
112+
<br>Simply run the installer, choose your Minecraft version, and click install.</p>
113+
<a href="https://github.com/ComplementaryDevelopment/Complementary-Installer/releases/download/latest/Complementary-Installer-1.0.1.jar" class="btn btn-installer" style="width: 350px;">Download Complementary Installer</a>
114+
<p class="download-title">Manual Download</p>
115+
<p>If you don't want an installer, you can download the shaderpack file from CurseForge.
116+
<br>Note that you need to manually download and install a shader loader to run Complementary Reimagined.</p>
117+
<a href="https://www.curseforge.com/minecraft/customization/complementary-reimagined/download" class="btn btn-border" style="width: 350px;">Download Shader Zip File</a>
118+
</div>
119+
</section><!-- /.section-downloads -->
120+
121+
<!-- Horizontal Ad 1 -->
122+
<div class="ad-div1">
123+
<ins class="adsbygoogle"
124+
style="display:inline-block;width:720px;height:140px"
125+
data-ad-client="ca-pub-2272615298786275"
126+
data-ad-slot="5252695595"></ins>
127+
<script>
128+
(adsbygoogle = window.adsbygoogle || []).push({});
129+
</script>
130+
</div>
131+
106132
<section class="site-section section-screenshots">
107133
<div class="hero-text">
108134
<h2>Screenshots</h2>
@@ -147,4 +173,4 @@ <h2>Screenshots</h2>
147173
<script src="/assets/js/jquery.shuffle.min.js"></script>
148174
<script src="/assets/js/script.js"></script>
149175
</body>
150-
</html>
176+
</html>

reimaginedTest/index.html

Lines changed: 0 additions & 172 deletions
This file was deleted.

0 commit comments

Comments
 (0)