Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-Miner committed May 19, 2024
1 parent d76028c commit bd74dce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ <h2>Buildings</h2>
<div class="iconAndTitleItem">
<img src="/assets/images/buildings/" class="homeIconLarge" alt="">
</div>
<div class="iconAndTitleItem" style="padding-top: 10px; padding-bottom: 10px;">
<div class="iconAndTitleItem viewAllLinkWithPadding">
<a href="/game-content/buildings/">View all buildings</a>
</div>
</div>
Expand Down Expand Up @@ -360,7 +360,7 @@ <h2>Units</h2>
<div class="iconAndTitleItem">
<img src="/assets/images/units/" class="homeIconLarge" alt="">
</div>
<div class="iconAndTitleItem" style="padding-top: 10px; padding-bottom: 10px;">
<div class="iconAndTitleItem viewAllLinkWithPadding" style="padding-top: 10px; padding-bottom: 0px;">
<a href="/game-content/units/">View all units</a>
</div>
</div>
Expand Down Expand Up @@ -396,7 +396,7 @@ <h2>Enemies</h2>
<div class="iconAndTitleItem">
<img src="/assets/images/enemies/" class="homeIconLarge" alt="">
</div>
<div class="iconAndTitleItem" style="padding-top: 10px; padding-bottom: 10px;">
<div class="iconAndTitleItem viewAllLinkWithPadding">
<a href="/game-content/enemies/">View all enemies</a>
</div>
</div>
Expand Down Expand Up @@ -431,7 +431,7 @@ <h2>Other stuff</h2>
<div id="homeGridRightCol">
<div class="homeContainer">
<h2>Official links</h2>
<hr>
<hr class="homeContainerTitleUnderline">
<div class="officlaLinksContaimer">
<div class="officlaLinksItem">
<a href="https://store.steampowered.com/app/2239150/Thronefall">
Expand All @@ -455,12 +455,12 @@ <h2>Official links</h2>
</div>
<div class="homeContainer homeRightSideCont">
<h2>Game updates and events</h2>
<hr>
<hr class="homeContainerTitleUnderline">
<div id="eventsDiv" hx-get="/events.html" hx-swap="innerHTML" hx-trigger="load" class=""></div>
</div>
<div class="homeContainer homeRightSideCont">
<h2>Wiki updates</h2>
<hr>
<hr class="homeContainerTitleUnderline">
<div id="updatesDiv" hx-get="/updates.html" hx-swap="innerHTML" hx-trigger="load" class=""></div>
</div>
</div><!-- homeGridRightCol -->
Expand Down

0 comments on commit bd74dce

Please sign in to comment.