Skip to content

Commit

Permalink
Fix article and update standings
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRandomMelon committed Aug 14, 2024
1 parent d241248 commit 0a43591
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
File renamed without changes.
59 changes: 59 additions & 0 deletions standings.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,65 @@
</div>
</div>

<div class="flex w-full sm:space-x-4 sm:space-y-0 space-y-4 sm:flex-row flex-col">
<div class="flex-auto">
<div class="box-champ p-4 rounded-2xl">
<b class="default-text-shadow text-2xl">Season 3 Championships</b>
</div>
</div>
</div>

<div class="flex mt-4 w-full sm:space-x-4 sm:space-y-0 space-y-4 sm:flex-row flex-col">
<div class="w-full">
<a href="/players/scion">
<div class="box-scion box-player p-4 h-64 rounded-2xl flex flex-col">
<div class="justify-center items-end h-full flex">
<b class="default-text-shadow text-[6rem] font-black">15</b>
</div>
<div class="justify-center items-end h-1/2 flex">
<b class="default-text-shadow text-2xl font-normal">Scion</b>
</div>
</div>
</a>
</div>
<div class="w-full">
<a href="/players/samuel">
<div class="box-samuel box-player p-4 h-64 rounded-2xl flex flex-col">
<div class="justify-center items-end h-full flex">
<b class="default-text-shadow text-[6rem] font-black">13</b>
</div>
<div class="justify-center items-end h-1/2 flex">
<b class="default-text-shadow text-2xl font-normal">Samuel</b>
</div>
</div>
</a>
</div>
<div class="w-full">
<a href="/players/hydrogen">
<div class="box-hydrogen box-player p-4 h-64 rounded-2xl flex flex-col">
<div class="justify-center items-end h-full flex">
<b class="default-text-shadow text-[6rem] font-black">13</b>
</div>
<div class="justify-center items-end h-1/2 flex">
<b class="default-text-shadow text-2xl font-normal">Hydrogen</b>
</div>
</div>
</a>
</div>
<div class="w-full">
<a href="/players/triforce">
<div class="box-triforce box-player p-4 h-64 rounded-2xl flex flex-col">
<div class="justify-center items-end h-full flex">
<b class="default-text-shadow text-[6rem] font-black">13</b>
</div>
<div class="justify-center items-end h-1/2 flex">
<b class="default-text-shadow text-2xl font-normal">Triforce</b>
</div>
</div>
</a>
</div>
</div>

<div class="flex mt-4 w-full sm:space-x-4 sm:space-y-0 space-y-4 sm:flex-row flex-col">
<div class="flex-auto">
<div class="box-chance p-4 rounded-2xl">
Expand Down

0 comments on commit 0a43591

Please sign in to comment.