Club routes early prototype in place

This commit is contained in:
Lucas Patenaude
2024-04-14 12:49:37 -06:00
parent a2b47e4b81
commit fdd965f5b0
7 changed files with 52 additions and 12 deletions

View File

@@ -0,0 +1,22 @@
<div class="container" id="league-page-body">
<!-- Container for all league information (logo, name, country, etc. ) <- top 100px -->
<div class="container" id="league-information-container">
</div>
<!-- Container to display all stats for league <- bottom rest of the container -->
<div class="container" id="league-stats-container">
<!-- Container to display league table <- split 50% -->
<div class="container" id="league-table-container">
</div>
<!-- Container to display top scorers for league <- Split 50% -->
<div class="container" id="top-scorers-container">
</div>
</div>
</div>