diff --git a/ProjectSourceCode/src/resources/css/club-pages/club-page.css b/ProjectSourceCode/src/resources/css/club-pages/club-page.css index 5a7d046..ce8391a 100644 --- a/ProjectSourceCode/src/resources/css/club-pages/club-page.css +++ b/ProjectSourceCode/src/resources/css/club-pages/club-page.css @@ -31,7 +31,7 @@ */ /* Adds Red Diagonal Strip at the end of the #club-information-container */ - #club-information-container::after { + #club-header-container::after { content: ''; position: absolute; top: 0; @@ -76,7 +76,7 @@ } /* Styling for Standings and Top Scorers Cards */ -#club-information-table-container, #club-competitions-table-container, #club-stats-and-players-container +.card-container { /* --- POSITION CONTAINER --- */ margin: 0 10px; diff --git a/ProjectSourceCode/src/views/pages/clubs-page.hbs b/ProjectSourceCode/src/views/pages/clubs-page.hbs index 241b779..8a9d4d8 100644 --- a/ProjectSourceCode/src/views/pages/clubs-page.hbs +++ b/ProjectSourceCode/src/views/pages/clubs-page.hbs @@ -7,20 +7,20 @@ {{club.name}} Flag -
+
-
+
-
+

Information

-
+
@@ -56,13 +56,13 @@ -
+
-
+

Competitions

-
+
@@ -83,35 +83,38 @@ -
+
-
- -

Players

+
-
- - - - - - - - - - {{#each club.squad}} - - - - - - - {{/each}} - -
NamePositionDOBNationality
{{name}}{{position}}{{dateOfBirth}}{{nationality}}
- -
+
+

Players

+
+ +
+ + + + + + + + + + + {{#each club.squad}} + + + + + + + {{/each}} + +
NamePositionDOBNationality
{{name}}{{position}}{{dateOfBirth}}{{nationality}}
+
+
diff --git a/ProjectSourceCode/src/views/pages/home.hbs b/ProjectSourceCode/src/views/pages/home.hbs index 3d718bf..8fe6d22 100644 --- a/ProjectSourceCode/src/views/pages/home.hbs +++ b/ProjectSourceCode/src/views/pages/home.hbs @@ -1,6 +1,6 @@

Leagues

-
+