CSS arrangement updated. More comments added to .hbs and .css files

This commit is contained in:
Lucas Patenaude
2024-04-15 20:17:43 -06:00
parent b540360e3f
commit 9e9717dd2e
7 changed files with 78 additions and 30 deletions

View File

@@ -4,6 +4,7 @@
<!-- Set the Content-Security-Policy header to allow inline scripts -->
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline' https://code.jquery.com https://cdn.jsdelivr.net https://stackpath.bootstrapcdn.com;">
<!--------------- CSS Stylesheets ---------------->
<!-- CSS on All Pages -->
<link rel="stylesheet" type="text/css" href="/css/all-pages-style.css">
@@ -27,10 +28,10 @@
<link rel="stylesheet" type="text/css" href="/css/league-pages/league-table.css">
<link rel="stylesheet" type="text/css" href="/css/league-pages/league-top-scorers.css">
<!-- League Page Stylesheets -->
<!-- Club Page Stylesheets -->
<link rel="stylesheet" type="text/css" href="/css/club-pages/club-page.css">
<link rel="stylesheet" type="text/css" href="/css/club-pages/players-table.css">
<link rel="stylesheet" type="text/css" href="/css/club-pages/club-top-scorers.css">
<link rel="stylesheet" type="text/css" href="/css/club-pages/club-players-and-stats-card.css">
<link rel="stylesheet" type="text/css" href="/css/club-pages/club-information-card.css">
<title>Group 6 Final Project</title>