Compare commits

..

No commits in common. "c831267655fb0431665bdb4acdc1b7fc51a558be" and "184ae56e7986011f33a2e1ae4749212fa9dd4963" have entirely different histories.

5 changed files with 905 additions and 27610 deletions

View File

@ -5,7 +5,7 @@ rm -rf dist_bk/
cp -r dist/ dist_bk/ cp -r dist/ dist_bk/
# Get new dist # Get new dist
wget https://git.jojodev.com/Minecraft/website/releases/download/latest/dist.tar.gz wget https://git.birbmc.com/BirbMC/birbmc.com/releases/download/latest/dist.tar.gz
# Replace existing dist with new dist # Replace existing dist with new dist
rm -rf dist/ rm -rf dist/

28507
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -95,5 +95,5 @@ $fa-font-path: "../webfonts";
@import "layout/footer"; @import "layout/footer";
@import "layout/wrapper"; @import "layout/wrapper";
// CanopyMC // BirbMC
@import "canopymc"; @import "birbmc";

View File

@ -36,7 +36,7 @@
<!-- Footer --> <!-- Footer -->
<footer id="footer"> <footer id="footer">
<p class="copyright"> <p class="copyright">
&copy; CanopyMC. Design: <a href="https://html5up.net">HTML5 UP</a>. &copy; BirbMC. Design: <a href="https://html5up.net">HTML5 UP</a>.
</p> </p>
</footer> </footer>
</div> </div>