From 75db2934bfbf3bedc041116081f3d7bdb3b73e3c Mon Sep 17 00:00:00 2001 From: cradle8810 Date: Sun, 21 Apr 2024 18:02:27 +0900 Subject: [PATCH 01/12] Add .htmllintrc into .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e43b0f9..1b1ef46 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .DS_Store +.htmllintrc From 8af1bde6f1abd9a038f2ed2d0ff1e625b52b5b37 Mon Sep 17 00:00:00 2001 From: cradle8810 Date: Sun, 21 Apr 2024 18:05:20 +0900 Subject: [PATCH 02/12] Fix whitespace errors in www/index.html --- www/index.html | 131 ++++++++++++++++++++++++------------------------- 1 file changed, 65 insertions(+), 66 deletions(-) diff --git a/www/index.html b/www/index.html index d2f8397..ae61e61 100644 --- a/www/index.html +++ b/www/index.html @@ -1,76 +1,75 @@ - - - - - - - - + - - + + - - - - - - - - - - - - - Hayaworld.net - - - - -
-

Hayaworld.net

-

A.K.A HAYATO WORLD 2018-2023

+ + + -

Contents

-
-
-
-
-
- JK1QQB -

JK1QQB

-

- The amature radio station
- (アマチュア無線局) -

- Go to JK1QQB Site -
-
-
+ + -
-
-
- GitHub -

GitHub

-

- GitHub Account
-   -

- Go to GitHub Site + + + + + + + + + + + + + Hayaworld.net + + + + +
+

Hayaworld.net

+

A.K.A HAYATO WORLD 2018-2023

+ +

Contents

+
+
+
+
+
+ JK1QQB +

JK1QQB

+

+ The amature radio station
+ (アマチュア無線局) +

+ Go to JK1QQB Site +
+
-
+ +
+
+
+ GitHub +

GitHub

+

+ GitHub Account
+

+ Go to GitHub Site +
+
+
+
+
+

+ Hayaworld aka Hayato World since 2018 +

-
-
-

- Hayaworld aka Hayato World since 2018 -

- - + From e3542abfba92ca3e7699ef723c675e326425f5d2 Mon Sep 17 00:00:00 2001 From: cradle8810 Date: Sun, 21 Apr 2024 18:34:50 +0900 Subject: [PATCH 03/12] Remove .htmllintrc from .gitignore and Change id-class-style as 'dash' Bootstrap uses dash-style Change id-class-style as 'dash' Bootstrap uses dash-style --- .github/workflows/lints.yml | 3 -- .gitignore | 1 - .htmllintrc | 74 +++++++++++++++++++++++++++++++++++++ 3 files changed, 74 insertions(+), 4 deletions(-) create mode 100644 .htmllintrc diff --git a/.github/workflows/lints.yml b/.github/workflows/lints.yml index 811510a..3481d68 100644 --- a/.github/workflows/lints.yml +++ b/.github/workflows/lints.yml @@ -16,8 +16,5 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: HTMLlint Initialize - run: htmllint init - - name: Execute HTMLlint run: htmllint diff --git a/.gitignore b/.gitignore index 1b1ef46..e43b0f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ .DS_Store -.htmllintrc diff --git a/.htmllintrc b/.htmllintrc new file mode 100644 index 0000000..b2280dd --- /dev/null +++ b/.htmllintrc @@ -0,0 +1,74 @@ +{ + "plugins": [], // npm modules to load + + "maxerr": false, + "raw-ignore-regex": false, + "attr-bans": [ + "align", + "background", + "bgcolor", + "border", + "frameborder", + "longdesc", + "marginwidth", + "marginheight", + "scrolling", + "style", + "width" + ], + "indent-delta": false, + "indent-style": "nonmixed", + "indent-width": 4, + "indent-width-cont": false, + "spec-char-escape": true, + "text-ignore-regex": false, + "tag-bans": [ + "style", + "b", + "i" + ], + "tag-close": true, + "tag-name-lowercase": true, + "tag-name-match": true, + "tag-self-close": false, + "doctype-first": false, + "doctype-html5": false, + "attr-name-style": "dash", + "attr-name-ignore-regex": false, + "attr-no-dup": true, + "attr-no-unsafe-char": true, + "attr-order": false, + "attr-quote-style": "double", + "attr-req-value": true, + "attr-new-line": false, + "attr-validate": true, + "id-no-dup": true, + "id-class-no-ad": true, + "id-class-style": "dash", + "class-no-dup": true, + "class-style": false, + "id-class-ignore-regex": false, + "img-req-alt": true, + "img-req-src": true, + "html-valid-content-model": true, + "head-valid-content-model": true, + "href-style": false, + "link-req-noopener": true, + "label-req-for": true, + "line-end-style": "lf", + "line-no-trailing-whitespace": true, + "line-max-len": false, + "line-max-len-ignore-regex": false, + "head-req-title": true, + "title-no-dup": true, + "title-max-len": 60, + "html-req-lang": false, + "lang-style": "case", + "fig-req-figcaption": false, + "focusable-tabindex-style": false, + "input-radio-req-name": true, + "input-req-label": false, + "table-req-caption": false, + "table-req-header": false, + "tag-req-attr": false +} \ No newline at end of file From 63e1c144616984bdf1ce1d5470f786f032a660bd Mon Sep 17 00:00:00 2001 From: cradle8810 Date: Sun, 21 Apr 2024 18:43:55 +0900 Subject: [PATCH 04/12] Fixed missing
in www/index.html --- www/index.html | 52 ++++++++++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 25 deletions(-) diff --git a/www/index.html b/www/index.html index ae61e61..2e660cc 100644 --- a/www/index.html +++ b/www/index.html @@ -37,35 +37,37 @@

Hayaworld.net

Contents

-
-
-
-
- JK1QQB -

JK1QQB

-

- The amature radio station
- (アマチュア無線局) -

- Go to JK1QQB Site -
-
-
+
+
+
+
+ JK1QQB +

JK1QQB

+

+ The amature radio station
+ (アマチュア無線局) +

+ Go to JK1QQB Site +
+
+
+ +
+
+
+ GitHub +

GitHub

+

+ GitHub Account
+

+ Go to GitHub Site +
+
+
-
-
-
- GitHub -

GitHub

-

- GitHub Account
-

- Go to GitHub Site
- -

Hayaworld aka Hayato World since 2018 From fb29757dee6dcbf516a6c84bf3d3d70d982506d0 Mon Sep 17 00:00:00 2001 From: cradle8810 Date: Sun, 21 Apr 2024 18:46:54 +0900 Subject: [PATCH 05/12] Fixed centering in www/index.html --- www/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/www/index.html b/www/index.html index 2e660cc..62d520e 100644 --- a/www/index.html +++ b/www/index.html @@ -67,11 +67,11 @@

GitHub

-
-
-

- Hayaworld aka Hayato World since 2018 -

+
+

+ Hayaworld aka Hayato World since 2018 +

+
From 480173273274d28a71e71d8c5b197de0c1782089 Mon Sep 17 00:00:00 2001 From: cradle8810 Date: Sun, 21 Apr 2024 18:57:05 +0900 Subject: [PATCH 06/12] Moved banned styles into another css file --- www/index.html | 5 +++-- www/styles.css | 7 +++++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 www/styles.css diff --git a/www/index.html b/www/index.html index 62d520e..d3d8cc1 100644 --- a/www/index.html +++ b/www/index.html @@ -11,6 +11,7 @@ + @@ -27,11 +28,11 @@ Hayaworld.net -