Skip to content

Commit

Permalink
feat: cc logo in header
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed May 16, 2024
1 parent b0177e9 commit 4356287
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
10 changes: 10 additions & 0 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@ header h1 {
font-size: 20px;
}

.logo {
display: flex;
}

.logo img {
height: 30px;
margin-right: 10px;
filter: grayscale(100%) brightness(0) invert(1);
}

#spinner {
position: fixed;
width: 100%;
Expand Down
Binary file added public/images/favicon.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: 4 additions & 1 deletion views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
<body>
<main>
<header>
<h1>Canine Club</h1>
<div class="logo">
<img src="/images/favicon.png" alt="canine-club-logo" />
<h1>Canine Club</h1>
</div>
<button
class="btn-add"
hx-get="/dogs/add"
Expand Down

0 comments on commit 4356287

Please sign in to comment.