Skip to content

Commit

Permalink
add github logo as link to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarning committed Jan 6, 2024
1 parent 6e3917c commit 175427b
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 1 deletion.
11 changes: 11 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,14 @@ a {
margin-top: 5em;
}
}

#logo {
padding: 6px 16px;
}

#logo * {
width: 30px;
height: 30px;
padding: 0px;
margin: 0px;
}
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@
<input id="filter" type="text" placeholder="Filter" spellcheck="false" autocapitalize="off">
<span id="count"></span>
</span>
<span>
<span id="logo">
<a href="https://github.com/mwarning/chaos-sticker-collection">
<img src="github-logo.png" alt="GitHub logo">
</a>
<!--
<a href="https://github.com/mwarning/chaos-sticker-collection">Submit New</a>
-->
</span>
</div>
<!-- Images Container -->
Expand Down
152 changes: 152 additions & 0 deletions logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 175427b

Please sign in to comment.