This commit is contained in:
Oskar Wickström
2024-08-25 21:46:56 +02:00
parent ce4ff3268b
commit dfbedf12c6
3 changed files with 6 additions and 2 deletions

View File

@@ -31,7 +31,7 @@
<th class="width-min">Author</th> <th class="width-min">Author</th>
<td class="width-auto"><cite>Oskar Wickström</cite></td> <td class="width-auto"><cite>Oskar Wickström</cite></td>
<th class="width-min">License</th> <th class="width-min">License</th>
<td>MIT</td> <td><a href="https://github.com/owickstrom/the-monospace-web/blob/main/LICENSE.md">MIT</a></td>
</tr> </tr>
</table> </table>
<label class="debug-toggle-label"><input type="checkbox" class="debug-toggle" /> Debug mode</label> <label class="debug-toggle-label"><input type="checkbox" class="debug-toggle" /> Debug mode</label>
@@ -300,6 +300,8 @@ the bottom to maintain the monospace grid.</p>
chops and having a lot of fun with the design. If you like it or even chops and having a lot of fun with the design. If you like it or even
decide to use it, please <a href="https://x.com/owickstrom">let me decide to use it, please <a href="https://x.com/owickstrom">let me
know</a>.</p> know</a>.</p>
<p>The full source code is here: <a
href="https://github.com/owickstrom/the-monospace-web">github.com/owickstrom/the-monospace-web</a></p>
<p>Join the discussion in any of the following threads:</p> <p>Join the discussion in any of the following threads:</p>
<ul class="incremental"> <ul class="incremental">
<li>X/Twitter</li> <li>X/Twitter</li>

View File

@@ -218,6 +218,8 @@ That's it for now.
I've very much enjoyed making this, pushing my CSS chops and having a lot of fun with the design. I've very much enjoyed making this, pushing my CSS chops and having a lot of fun with the design.
If you like it or even decide to use it, please [let me know](https://x.com/owickstrom). If you like it or even decide to use it, please [let me know](https://x.com/owickstrom).
The full source code is here: [github.com/owickstrom/the-monospace-web](https://github.com/owickstrom/the-monospace-web)
Join the discussion in any of the following threads: Join the discussion in any of the following threads:
* X/Twitter * X/Twitter

View File

@@ -51,7 +51,7 @@ $endfor$
<th class="width-min">Author</th> <th class="width-min">Author</th>
<td class="width-auto"><cite>$author$</cite></td> <td class="width-auto"><cite>$author$</cite></td>
<th class="width-min">License</th> <th class="width-min">License</th>
<td>MIT</td> <td><a href="https://github.com/owickstrom/the-monospace-web/blob/main/LICENSE.md">MIT</a></td>
</tr> </tr>
</table> </table>
<label class="debug-toggle-label"><input type="checkbox" class="debug-toggle" /> Debug mode</label> <label class="debug-toggle-label"><input type="checkbox" class="debug-toggle" /> Debug mode</label>