From e3550439d1d792e7692e908faecaa4e855f3ef54 Mon Sep 17 00:00:00 2001 From: kimulaco Date: Thu, 3 Oct 2019 13:58:03 +0900 Subject: [PATCH 1/5] No need for width and height units --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index e78e08f..750adce 100644 --- a/index.html +++ b/index.html @@ -65,8 +65,8 @@ src='https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=150490&theme=dark&period=daily' alt='Water.css - Make your tiny website just a little nicer | Product Hunt Embed' style='width: 250px; height: 54px;' - width='250px' - height='54px' + width='250' + height='54' />

Goals

From cf45eef0a0de771c527e2663c31ff744275b988b Mon Sep 17 00:00:00 2001 From: kimulaco Date: Thu, 3 Oct 2019 13:59:49 +0900 Subject: [PATCH 2/5] No need for style attr --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index 750adce..198585e 100644 --- a/index.html +++ b/index.html @@ -64,7 +64,6 @@ id='ph' src='https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=150490&theme=dark&period=daily' alt='Water.css - Make your tiny website just a little nicer | Product Hunt Embed' - style='width: 250px; height: 54px;' width='250' height='54' /> From 16345af22cac6d8def3b895d7784cd7274064b5d Mon Sep 17 00:00:00 2001 From: kimulaco Date: Thu, 3 Oct 2019 14:00:35 +0900 Subject: [PATCH 3/5] Fix duplicate id attr --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 198585e..68f10c7 100644 --- a/index.html +++ b/index.html @@ -183,7 +183,7 @@
- +
From a92d7ee596ed0ff9422f763ba370e218977c4feb Mon Sep 17 00:00:00 2001 From: kimulaco Date: Thu, 3 Oct 2019 14:06:32 +0900 Subject: [PATCH 4/5] Fix character entities --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 68f10c7..64bc813 100644 --- a/index.html +++ b/index.html @@ -266,16 +266,16 @@ for how to change it). A URL for the source of the quotation may be given using the cite attribute, while a text representation of the source can - be given using the <cite> cite element.' + be given using the <cite> cite element.'
MDN, 'The Block Quotation element'
- Quotes (<q>) share the same style as blockquotes. + Quotes (<q>) share the same style as blockquotes. -

Use <mark> to highlight the important stuff.

+

Use <mark> to highlight the important stuff.

  • Unordered list item 1
  • From 7e48e0c34ba3c2fcc40a2676f7f79f64a2636f2e Mon Sep 17 00:00:00 2001 From: kimulaco Date: Thu, 3 Oct 2019 14:17:28 +0900 Subject: [PATCH 5/5] Fix illegal character in path segment --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 64bc813..4e2b7cd 100644 --- a/index.html +++ b/index.html @@ -313,7 +313,7 @@

    The HTML Details Element (details) creates a disclosure widget in which information is visible only when the widget is toggled into an "open" state. A summary or label can be provided using the summary element.

    - +