Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/img/CompLogo16x.jxl
Binary file not shown.
Binary file added assets/img/CompLogo180x.jxl
Binary file not shown.
Binary file added assets/img/Rscreenshots/IceSpikesR.jxl
Binary file not shown.
Binary file added assets/img/Rscreenshots/customVillage.jxl
Binary file not shown.
Binary file added assets/img/Rscreenshots/dragonBeams.jxl
Binary file not shown.
Binary file added assets/img/Rscreenshots/oldGrowthR.jxl
Binary file not shown.
Binary file added assets/img/Rscreenshots/underwater.jxl
Binary file not shown.
Binary file added assets/img/Taiga.jxl
Binary file not shown.
Binary file added assets/img/companylogo/discord.jxl
Binary file not shown.
Binary file added assets/img/companylogo/discord2.jxl
Binary file not shown.
Binary file added assets/img/companylogo/github.jxl
Binary file not shown.
Binary file added assets/img/companylogo/github2.jxl
Binary file not shown.
Binary file added assets/img/companylogo/patreon.jxl
Binary file not shown.
Binary file added assets/img/companylogo/patreon2.jxl
Binary file not shown.
Binary file added assets/img/end.jxl
Binary file not shown.
Binary file added assets/img/reimage.jxl
Binary file not shown.
Binary file added assets/img/v4image.jxl
Binary file not shown.
Binary file added assets/img/v4screenshots/GiantTaiga.jxl
Binary file not shown.
Binary file added assets/img/v4screenshots/IceSpikes.jxl
Binary file not shown.
Binary file added assets/img/v4screenshots/MountainsNearOcean.jxl
Binary file not shown.
Binary file added assets/img/v4screenshots/endcity.jxl
Binary file not shown.
Binary file added assets/img/v4screenshots/jungle.jxl
Binary file not shown.
27 changes: 21 additions & 6 deletions reimagined/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</li>
</ul>
</div>
</div>
</div>
</nav><!-- /.site-navigation -->
</header><!-- /#mastheaed -->

Expand Down Expand Up @@ -99,11 +99,26 @@ <h1>Complementary<br><span style="color: var(--ThemeColor)">Reimagined Shaders</
<div class="hero-text">
<h2>Screenshots</h2>
</div>
<img src="/assets/img/Rscreenshots/oldGrowthR.jpg" loading="lazy"></img>
<img src="/assets/img/Rscreenshots/IceSpikesR.jpg" loading="lazy"></img>
<img src="/assets/img/Rscreenshots/customVillage.jpg" loading="lazy"></img>
<img src="/assets/img/Rscreenshots/underwater.jpg" loading="lazy"></img>
<img src="/assets/img/Rscreenshots/dragonBeams.jpg" loading="lazy"></img>
<picture>
<source srcset="/assets/img/Rscreenshots/oldGrowthR.jxl" type="image/jxl" />
<img src="/assets/img/Rscreenshots/oldGrowthR.jpg" loading="lazy" />
</picture>
<picture>
<source srcset="/assets/img/Rscreenshots/IceSpikesR.jxl" type="image/jxl" />
<img src="/assets/img/Rscreenshots/IceSpikesR.jpg" loading="lazy" />
</picture>
<picture>
<source srcset="/assets/img/Rscreenshots/customVillage.jxl" type="image/jxl" />
<img src="/assets/img/Rscreenshots/customVillage.jpg" loading="lazy" />
</picture>
<picture>
<source srcset="/assets/img/Rscreenshots/underwater.jxl" type="image/jxl" />
<img src="/assets/img/Rscreenshots/underwater.jpg" loading="lazy" />
</picture>
<picture>
<source srcset="/assets/img/Rscreenshots/dragonBeams.jxl" type="image/jxl" />
<img src="/assets/img/Rscreenshots/dragonBeams.jpg" loading="lazy" />
</picture>
</section><!-- /.section-screenshots -->
</main><!-- /#main -->

Expand Down
27 changes: 21 additions & 6 deletions shaders-v4/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</li>
</ul>
</div>
</div>
</div>
</nav><!-- /.site-navigation -->
</header><!-- /#mastheaed -->

Expand Down Expand Up @@ -94,11 +94,26 @@ <h1>Complementary Shaders <span style="color: var(--ThemeColor)">Version 4</span
<div class="hero-text">
<h2>Screenshots</h2>
</div>
<img src="/assets/img/v4screenshots/GiantTaiga.jpg" loading="lazy"></img>
<img src="/assets/img/v4screenshots/jungle.jpg" loading="lazy"></img>
<img src="/assets/img/v4screenshots/IceSpikes.jpg" loading="lazy"></img>
<img src="/assets/img/v4screenshots/MountainsNearOcean.jpg" loading="lazy"></img>
<img src="/assets/img/v4screenshots/endcity.jpg" loading="lazy"></img>
<picture>
<source srcset="/assets/img/v4screenshots/GiantTaiga.jxl" type="image/jxl" />
<img src="/assets/img/v4screenshots/GiantTaiga.jpg" loading="lazy" />
</picture>
<picture>
<source srcset="/assets/img/v4screenshots/jungle.jxl" type="image/jxl" />
<img src="/assets/img/v4screenshots/jungle.jpg" loading="lazy" />
</picture>
<picture>
<source srcset="/assets/img/v4screenshots/IceSpikes.jxl" type="image/jxl" />
<img src="/assets/img/v4screenshots/IceSpikes.jpg" loading="lazy" />
</picture>
<picture>
<source srcset="/assets/img/v4screenshots/MountainsNearOcean.jxl" type="image/jxl" />
<img src="/assets/img/v4screenshots/MountainsNearOcean.jpg" loading="lazy" />
</picture>
<picture>
<source srcset="/assets/img/v4screenshots/endcity.jpg" type="image/jxl" />
<img src="/assets/img/v4screenshots/endcity.jpg" loading="lazy" />
</picture>
</section><!-- /.section-screenshots -->
</main><!-- /#main -->

Expand Down