From 8a004d1859d3bd8e7f1b048381d4099fec3716f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Wickstr=C3=B6m?= Date: Tue, 27 Aug 2024 17:47:18 +0200 Subject: [PATCH] wording --- index.html | 13 +++++++------ index.md | 3 ++- template.html | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 43d2b1d..ea5112e 100644 --- a/index.html +++ b/index.html @@ -29,7 +29,8 @@ Author - Oskar Wickström + Oskar +Wickström License MIT @@ -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 just work, at least that’s the goal. It’s semantic HTML, rendered as if we were back in the 70s.

-

I don’t take this too seriously. 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. I might -update it over time with improvements and support for more standard -elements.

+

All right, but is this even a good idea? 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. I +might update it over time with improvements and support for more +standard elements.

The Basics

This document uses a few extra classes here and there, but mostly it’s just markup. This, for instance, is a regular paragraph.

diff --git a/index.md b/index.md index a4ba2d9..288ecfc 100644 --- a/index.md +++ b/index.md @@ -2,6 +2,7 @@ title: The Monospace Web subtitle: A minimalist design exploration author: Oskar Wickström +author-url: "https://wickstrom.tech" date: 2024-08-26 lang: en 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. 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. 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. diff --git a/template.html b/template.html index 2878093..2d09926 100644 --- a/template.html +++ b/template.html @@ -49,7 +49,7 @@ $endfor$ Author - $author$ + $author$ License MIT