Skip to content

Commit dc62a7b

Browse files
committed
Add flags and random-grid to the home page
1 parent 3dc254b commit dc62a7b

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

src/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,24 @@ <h3>
106106
repetition method.
107107
</p>
108108
</article>
109+
<article>
110+
<header>
111+
<h3>
112+
<a id="flags" href="./flags">Flags</a>
113+
<a class="hash-link" href="#flags">#</a>
114+
</h3>
115+
</header>
116+
<p>A minimal interactive demonstration of semaphore flags.</p>
117+
</article>
118+
<article>
119+
<header>
120+
<h3>
121+
<a id="random-grid" href="./random-grid">Random Grid</a>
122+
<a class="hash-link" href="#random-grid">#</a>
123+
</h3>
124+
</header>
125+
<p>Using only 2 by 1 tiles, randomly tiles a grid.</p>
126+
</article>
109127
<article>
110128
<header>
111129
<h3>

0 commit comments

Comments
 (0)