Skip to content

Commit

Permalink
Merge pull request #85 from fermyon/fw2
Browse files Browse the repository at this point in the history
fix food order and color relationships
  • Loading branch information
flynnduism authored Nov 7, 2023
2 parents 04a8c02 + ade49fa commit 6a8625f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified site/assets/images/food-pate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site/assets/images/food-salmon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site/assets/images/food-turkey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@ <h1 class="logo logo-game-over">
<a id="beef" class="button button-food beef">
<em><img src="assets/images/food-pate.png" alt="Python Paté" /></em>
</a>
<a id="chicken" class="button button-food fish">
<a id="fish" class="button button-food fish">
<em><img src="assets/images/food-salmon.png" alt="Rust-ic Salmon" /></em>
</a>
<a id="fish" class="button button-food chicken">
<a id="chicken" class="button button-food chicken">
<em><img src="assets/images/food-turkey.png" alt="TypeScript Turkey" /></em>
</a>
<a id="veg" class="button button-food veg">
Expand Down

0 comments on commit 6a8625f

Please sign in to comment.