Skip to content

Commit

Permalink
unc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
akeaswaran committed Oct 29, 2023
1 parent 7a18b88 commit de092cc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Binary file added frontend/public/assets/img/crying-jordan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions frontend/views/pages/cfb/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
}
<% }); %>
}
img.team-logo-153 {
content: url('/assets/img/crying-jordan.png');
/* animation: rotation 1s infinite linear; */
}
</style>
</head>
<body>
Expand Down
6 changes: 5 additions & 1 deletion frontend/views/partials/logos.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
}
img.team-logo-<%=awayTeam.id%> {
content: url('https://a.espncdn.com/i/teamlogos/ncaa/500-dark/<%=awayTeam.id%>.png')
}
}
}
img.team-logo-153 {
content: url('/assets/img/crying-jordan.png');
/* animation: rotation 1s infinite linear; */
}
</style>

0 comments on commit de092cc

Please sign in to comment.