We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e2c24 commit a965828Copy full SHA for a965828
2 files changed
banners/logic_gates.png
11.7 KB
index.html
@@ -37,6 +37,15 @@ <h1 style="margin-block: 0">I'm <span class="tech-tac">Tech-Tac</span>.</h1
37
<main>
38
<h2 id="projects">My Projects</h2>
39
<div class="wrapper">
40
+ <section>
41
+ <img src="banners/logic_gates.png" alt="CarGame Screenshot" />
42
+ <h3>Logic Gates</h3>
43
+ <p>A little logic gate circuit simulator.</p>
44
+ <div class="button-group">
45
+ <a href="https://tech-tac.github.io/logic-gates"><button class="primary">▶ Try</button></a>
46
+ <a href="https://www.github.com/Tech-Tac/logic-gates" target="_blank"><button>Source</button></a>
47
+ </div>
48
+ </section>
49
<section>
50
<img src="banners/cargame.png" alt="CarGame Screenshot" />
51
<h3>CarGame</h3>
0 commit comments