Skip to content

Commit

Permalink
update end game cards
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Nov 2, 2024
1 parent af803f8 commit 659cfdf
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
4 changes: 1 addition & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,9 @@ a:hover {
position: absolute;
left: 0;
right: 0;
bottom: 10%;
bottom: 0.5rem;
padding: 1rem;
background-color: rgba(0, 0, 0, 0.8);
font-family: 'Fredoka One', cursive;
font-size: 18px;
}

.games a img {
Expand Down
Binary file added images/games/anchoreum.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 removed images/games/code-crunchers.png
Binary file not shown.
Binary file added images/games/css-scoops.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 removed images/games/nth-cart.png
Binary file not shown.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@ <h1 class="title">Flexbox Froggy</h1>
<div id="share">
<div class="games">
<a target="_blank" data-title="Grid Garden" href="https://codepip.com/games/grid-garden/">
<img src="images/games/grid-garden.png">
<img src="images/games/grid-garden.png" alt="Grid Garden">
</a>
<a target="_blank" data-title="Nth Cart" href="https://codepip.com/">
<img src="images/games/nth-cart.png">
<a target="_blank" data-title="Anchoreum" href="https://codepip.com/games/anchoreum/">
<img src="images/games/anchoreum.png" alt="Anchoreum">
</a>
<a target="_blank" data-title="Disarray" href="https://codepip.com/">
<img src="images/games/disarray.png">
<a target="_blank" data-title="Disarray" href="https://codepip.com/games/disarray/">
<img src="images/games/disarray.png" alt="Disarray">
</a>
<a target="_blank" data-title="Code Crunchers" href="https://codepip.com/">
<img src="images/games/code-crunchers.png">
<a target="_blank" data-title="CSS Scoops" href="https://codepip.com/games/css-scoops/">
<img src="images/games/css-scoops.png" alt="CSS Scoops">
</a>
</div>
<p class="social">
Expand Down

0 comments on commit 659cfdf

Please sign in to comment.