This commit is contained in:
Oskar Wickström
2024-08-27 17:47:18 +02:00
parent 487d73465d
commit 8a004d1859
3 changed files with 10 additions and 8 deletions

View File

@@ -29,7 +29,8 @@
</tr> </tr>
<tr> <tr>
<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"><a href="https://wickstrom.tech"><cite>Oskar
Wickström</cite></a></td>
<th class="width-min">License</th> <th class="width-min">License</th>
<td>MIT</td> <td>MIT</td>
</tr> </tr>
@@ -62,11 +63,11 @@ CSS and a tiny bit of Javascript renders it on the grid. The page is
responsive, shrinking in character-sized steps. Standard elements should responsive, shrinking in character-sized steps. Standard elements should
<em>just work</em>, at least thats the goal. Its semantic HTML, <em>just work</em>, at least thats the goal. Its semantic HTML,
rendered as if we were back in the 70s.</p> rendered as if we were back in the 70s.</p>
<p>I dont take this too seriously. Its a technical and creative <p>All right, but is this even a good idea? Its a technical and
challenge and I like the aestethic. If youd like to use it, feel free creative challenge and I like the aestethic. If youd like to use it,
to fork or copy the bits you need, respecting the license. I might feel free to fork or copy the bits you need, respecting the license. I
update it over time with improvements and support for more standard might update it over time with improvements and support for more
elements.</p> standard elements.</p>
<h2 id="the-basics">The Basics</h2> <h2 id="the-basics">The Basics</h2>
<p>This document uses a few extra classes here and there, but mostly <p>This document uses a few extra classes here and there, but mostly
its just markup. This, for instance, is a regular paragraph.</p> its just markup. This, for instance, is a regular paragraph.</p>

View File

@@ -2,6 +2,7 @@
title: The Monospace Web title: The Monospace Web
subtitle: A minimalist design exploration subtitle: A minimalist design exploration
author: Oskar Wickström author: Oskar Wickström
author-url: "https://wickstrom.tech"
date: 2024-08-26 date: 2024-08-26
lang: en lang: en
toc-title: Contents toc-title: Contents
@@ -23,7 +24,7 @@ The page is responsive, shrinking in character-sized steps.
Standard elements should _just work_, at least that's the goal. Standard elements should _just work_, at least that's the goal.
It's semantic HTML, rendered as if we were back in the 70s. It's semantic HTML, rendered as if we were back in the 70s.
I don't take this too seriously. All right, but is this even a good idea?
It's a technical and creative challenge and I like the aestethic. It's a technical and creative challenge and I like the aestethic.
If you'd like to use it, feel free to fork or copy the bits you need, respecting the license. If you'd like to use it, feel free to fork or copy the bits you need, respecting the license.
I might update it over time with improvements and support for more standard elements. I might update it over time with improvements and support for more standard elements.

View File

@@ -49,7 +49,7 @@ $endfor$
</tr> </tr>
<tr> <tr>
<th class="width-min">Author</th> <th class="width-min">Author</th>
<td class="width-auto"><cite>$author$</cite></td> <td class="width-auto"><a href="$author-url$"><cite>$author$</cite></a></td>
<th class="width-min">License</th> <th class="width-min">License</th>
<td>MIT</td> <td>MIT</td>
</tr> </tr>