Skip to content

Commit

Permalink
Added CarGame card
Browse files Browse the repository at this point in the history
  • Loading branch information
Tech-Tac committed Jul 3, 2024
1 parent 7bc50e5 commit ebc2e9a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
Binary file added banners/cargame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ <h1 style="margin-block: 0">I'm&nbsp;<span class="tech-tac">Tech-Tac</span>.</h1
<main>
<h2 id="projects">My Projects</h2>
<div class="wrapper">
<section>
<img src="banners/cargame.png" alt="CarGame Screenshot" />
<h3>CarGame</h3>
<p>A little retro car to drive around.</p>
<div class="button-group">
<a href="https://tech-tac.github.io/CarGame"><button class="primary">▶&nbsp; Try</button></a>
<a href="https://www.github.com/Tech-Tac/CarGame" target="_blank"><button>Source</button></a>
</div>
</section>
<section>
<img src="banners/cubes.png" alt="Cubes Screenshot" />
<h3>Cubes</h3>
Expand Down
6 changes: 4 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,10 @@ button:disabled {

.button-group {
display: flex;
gap: 8pt;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 8pt;
padding-top: 8pt;
}

Expand All @@ -143,7 +145,7 @@ a button {
display: flex;
flex-wrap: wrap;
align-items: stretch;
justify-content: start;
justify-content: center;
margin-inline: auto;
gap: 12pt;
padding-inline: 12pt;
Expand Down

0 comments on commit ebc2e9a

Please sign in to comment.