Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-Miner committed Oct 21, 2024
1 parent 4fbd96c commit 32607cc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 42 deletions.
Binary file added assets/images/maps/overworld-old.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/maps/overworld.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/scripts/pageBuilder.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/styles/pages/homepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

.homeRightSideCont {
max-height: 450px
max-height: 400px
}

#eventsDiv,
Expand Down
44 changes: 4 additions & 40 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ <h2>The game</h2>
<div class="gridColItem">
<a href="/about/overview.html">Overview</a>
</div>
<!-- <div class="gridColItem">
<a href="/misc/how-to-contribute.html">Contribution guide</a>
</div> -->
<div class="gridColItem">
<a href="/game-content/eternal-trials.html">Eternal trials</a>
</div>
Expand Down Expand Up @@ -425,9 +422,6 @@ <h2>Other stuff</h2>
<div class="gridColItem">
<a href="/misc/events/">Official events</a>
</div>
<div class="gridColItem">
<a href="/misc/how-to-contribute.html">Contribution guide</a>
</div>
<div class="gridColItem">
<a href="/about/wiki.html">About wiki</a>
</div>
Expand All @@ -437,6 +431,9 @@ <h2>Other stuff</h2>
<div class="gridColItem">
<a href="/about/system-requirements.html">System requirements</a>
</div>
<div class="gridColItem">
<a href="/misc/how-to-contribute.html">Contribution guide</a>
</div>
</div>
</div>
</div> <!-- homegridLeftCol -->
Expand Down Expand Up @@ -470,41 +467,8 @@ <h2>Official links</h2>
</div> <!-- officlaLinksContaimer -->
</div> <!-- homeContainer -->

<div class="homeContainer homeRightSideCont" style="display: none;">
<h2>Stats</h2>
<hr class="homeContainerTitleUnderline">
<div class="grid3columnsContainer" id="" style="text-align: center;">
<div class="gridColItem">
<div class="statsBoxValue" id="statsVersionValue">
1.7
</div>
<div class="statsBoxTitle">
Game version
</div>
</div>

<div class="gridColItem">
<div class="statsBoxValue" id="statsNumOfPagesValue">
163
</div>
<div class="statsBoxTitle">
Wiki pages
</div>
</div>

<div class="gridColItem">
<div class="statsBoxValue" id="statsTodaysVisitsValue">
...
</div>
<div class="statsBoxTitle">
Visits today
</div>
</div>
</div>
</div>

<!-- Game updates box -->
<div class="homeContainer homeRightSideCont">
<div class="homeContainer homeRightSideCont" style="max-height: 525px;">
<h2>Game updates and events</h2>
<hr class="homeContainerTitleUnderline">
<!-- inserted content -->
Expand Down

0 comments on commit 32607cc

Please sign in to comment.