mirror of
https://github.com/frainfreeze/the-monospace-web-pandoc
synced 2025-12-30 02:59:50 -08:00
wording
This commit is contained in:
13
index.html
13
index.html
@@ -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 that’s the goal. It’s semantic HTML,
|
<em>just work</em>, at least that’s the goal. It’s semantic HTML,
|
||||||
rendered as if we were back in the 70s.</p>
|
rendered as if we were back in the 70s.</p>
|
||||||
<p>I don’t take this too seriously. It’s a technical and creative
|
<p>All right, but is this even a good idea? It’s a technical and
|
||||||
challenge and I like the aestethic. If you’d like to use it, feel free
|
creative challenge and I like the aestethic. If you’d 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
|
||||||
it’s just markup. This, for instance, is a regular paragraph.</p>
|
it’s just markup. This, for instance, is a regular paragraph.</p>
|
||||||
|
|||||||
3
index.md
3
index.md
@@ -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.
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user