Skip to content

Commit

Permalink
fixed indentation for hall of fame
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-Miner committed Sep 4, 2024
1 parent c6ea2ca commit 81cc6cd
Showing 1 changed file with 60 additions and 66 deletions.
126 changes: 60 additions & 66 deletions misc/hall-of-fame.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,73 +51,67 @@
<!-- PAGE TITLE -->
<h1 class="pageTitle"> Hall of Fame </h1>
<hr class="pageTitleUnderline">

<!-- CONTENT GOES HERE -->

<p>This is the Hall of Fame! Below you can see all the amazing Thronefall players, who have managed to get on the podium in official Thronefall events/tournaments!</p>
<br>
<h2 class="pageSubtitle">🥇 First Places:</h2>
<hr>
<table>
<thead>
<tr>
<th> Player
</th>
<th> Score
</th>
<th> Event
</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>ItsMeRaven</strong></td>
<td><a href="https://youtu.be/mhlRzLHGZAc">66295</a></td>
<td><a href="./events/lightning-desert.html">Lightning Desert Challenge</a></td>
</tr>
</tbody>
</table>
<br><br>
<h2 class="pageSubtitle">🥈 Second Places:</h2>
<hr>
<section id="Bow-Table">
<div class="table-responsive" id="Archer-TableDiv">
<table>
<thead>
<tr>
<th> Player </th>
<th> Score </th>
<th> Event</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>LTU_Adas</strong></td>
<td><a href="https://youtube.com/watch?v=cR3r0g_NKJg">65441</a></td>
<td><a href="./events/lightning-desert.html">Lightning Desert Challenge</a></td>
</tr>
</tbody>
</table>
<br><br>
<h2 class="pageSubtitle">🥉 Third Places:</h2>
<hr>
<table>
<thead>
<tr>
<th> Player </th>
<th> Score </th>
<th> Event </th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>lich46</strong></td>
<td><a href="https://youtube.com/watch?v=BC2BTV04L0I">64691</a></td>
<td><a href="./events/lightning-desert.html">Lightning Desert Challenge</a></td>
</tr>
</tbody>
</table>

<p>This is the Hall of Fame! Below you can see all the amazing Thronefall players, who have managed to get on the podium in official Thronefall events/tournaments!</p>
<br>
<h2 class="pageSubtitle">🥇 First Places:</h2>
<hr>
<table>
<thead>
<tr>
<th>Player</th>
<th>Score</th>
<th>Event</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>ItsMeRaven</strong></td>
<td><a href="https://youtu.be/mhlRzLHGZAc">66295</a></td>
<td><a href="./events/lightning-desert.html">Lightning Desert Challenge</a></td>
</tr>
</tbody>
</table>
<br><br>
<h2 class="pageSubtitle">🥈 Second Places:</h2>
<hr>
<section id="Bow-Table">
<div class="table-responsive" id="Archer-TableDiv">
<table>
<thead>
<tr>
<th> Player </th>
<th> Score </th>
<th> Event</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>LTU_Adas</strong></td>
<td><a href="https://youtube.com/watch?v=cR3r0g_NKJg">65441</a></td>
<td><a href="./events/lightning-desert.html">Lightning Desert Challenge</a></td>
</tr>
</tbody>
</table>
<br><br>
<h2 class="pageSubtitle">🥉 Third Places:</h2>
<hr>
<table>
<thead>
<tr>
<th> Player </th>
<th> Score </th>
<th> Event </th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>lich46</strong></td>
<td><a href="https://youtube.com/watch?v=BC2BTV04L0I">64691</a></td>
<td><a href="./events/lightning-desert.html">Lightning Desert Challenge</a></td>
</tr>
</tbody>
</table>
</body>

<script src="/assets/scripts/pageBuilder.js"></script>
Expand Down

0 comments on commit 81cc6cd

Please sign in to comment.