Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

既存HTMLファイルをHTMLlintにかけた #6

Merged
merged 12 commits into from
Apr 21, 2024
Merged
3 changes: 0 additions & 3 deletions .github/workflows/lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,5 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: HTMLlint Initialize
run: htmllint init

- name: Execute HTMLlint
run: htmllint
73 changes: 73 additions & 0 deletions .htmllintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
{
"plugins": [], // npm modules to load

"maxerr": false,
"raw-ignore-regex": false,
"attr-bans": [
"align",
"background",
"bgcolor",
"border",
"frameborder",
"longdesc",
"marginwidth",
"marginheight",
"scrolling",
"style"
],
"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
}
138 changes: 70 additions & 68 deletions www/index.html
Original file line number Diff line number Diff line change
@@ -1,76 +1,78 @@
<!doctype html>
<html lang="ja">
<head prefix="og: https://ogp.me/ns#">

<link rel="canonical" href="https://hayaworld.net/">
<meta name="description" content="Hayaworld aka Hayato world">

<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<head prefix="og: https://ogp.me/ns#">

<!-- Bootstrap CSS -->
<link rel="stylesheet" href="bootstrap.min.css">
<link rel="canonical" href="https://hayaworld.net/">
<meta name="description" content="Hayaworld aka Hayato world">

<!-- OGP -->
<meta property="og:url" content="https://hayaworld.net/">
<meta property="og:type" content="website">
<meta property="og:title" content="Hayaworld.net">
<meta property="og:description" content="Hayaworld aka Hayato world.">
<meta property="og:site_name" content="Hayaworld.net">
<meta property="og:image" content="https://hayaworld.net/ogp.jpg">

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:text:title" content="Hayaworld">
<meta name="twitter:description" content="Hayaworld aka Hayato world">

<title>Hayaworld.net</title>
</head>
<body class="text-white bg-dark">
<nav class="navbar navbar-dark" style="background-color:#444444;">
<a href="https://hayaworld.net/" class="navbar-brand text-warning">Hayaworld.net</a> This is Hayaworld.
</nav>

<div class="text-center" style="padding-top:8px;">
<h1 class="display-4">Hayaworld.net</h1>
<p class="lead">A.K.A HAYATO WORLD 2018-2023</p>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<h2> Contents </h2>
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-sm-4">
<div class="card text-white bg-secondary mb-4 h-100">
<div class="card-body">
<img src="145430.png" class="card-img-top" alt="JK1QQB">
<h3 class="card-title">JK1QQB</h3>
<p class="card-text">
The amature radio station<br>
(アマチュア無線局)
</p>
<a href="jk1qqb/index.html" class="btn btn-primary"> Go to JK1QQB Site</a>
</div>
</div>
</div>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="bootstrap.min.css">
<link rel="stylesheet" href="styles.css">

<div class="col-sm-4">
<div class="card text-white bg-secondary mb-4 h-100">
<div class="card-body">
<img src="gh.png" class="card-img-top" alt="GitHub">
<h3 class="card-title">GitHub</h3>
<p class="card-text">
GitHub Account<br>

</p>
<a href="https://github.com/cradle8810" class="btn btn-primary"> Go to GitHub Site</a>
</div>
</div>
</div>
<!-- OGP -->
<meta property="og:url" content="https://hayaworld.net/">
<meta property="og:type" content="website">
<meta property="og:title" content="Hayaworld.net">
<meta property="og:description" content="Hayaworld aka Hayato world.">
<meta property="og:site_name" content="Hayaworld.net">
<meta property="og:image" content="https://hayaworld.net/ogp.jpg">

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:text:title" content="Hayaworld">
<meta name="twitter:description" content="Hayaworld aka Hayato world">

<title>Hayaworld.net</title>
</head>
<body class="text-white bg-dark">
<nav class="navbar navbar-dark navbar-color">
<a href="https://hayaworld.net/" class="navbar-brand text-warning">Hayaworld.net</a> This is Hayaworld.
</nav>

<div class="text-center hayaworld-header">
<h1 class="display-4">Hayaworld.net</h1>
<p class="lead">A.K.A HAYATO WORLD 2018-2023</p>

</div>
<hr>
<p>
Hayaworld aka Hayato World since 2018
</p>

</body>
<h2> Contents </h2>
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-sm-4">
<div class="card text-white bg-secondary mb-4 h-100">
<div class="card-body">
<img src="145430.png" class="card-img-top" alt="JK1QQB">
<h3 class="card-title">JK1QQB</h3>
<p class="card-text">
The amature radio station<br>
(アマチュア無線局)
</p>
<a href="jk1qqb/index.html" class="btn btn-primary"> Go to JK1QQB Site</a>
</div>
</div>
</div>

<div class="col-sm-4">
<div class="card text-white bg-secondary mb-4 h-100">
<div class="card-body">
<img src="gh.png" class="card-img-top" alt="GitHub">
<h3 class="card-title">GitHub</h3>
<p class="card-text">
GitHub Account<br>
</p>
<a href="https://github.com/cradle8810" class="btn btn-primary"> Go to GitHub Site</a>
</div>
</div>
</div>

</div>
</div>

<hr>
<p>
Hayaworld aka Hayato World since 2018
</p>
</div>
</body>
</html>
146 changes: 74 additions & 72 deletions www/jk1qqb/20221224/index.html
Original file line number Diff line number Diff line change
@@ -1,87 +1,89 @@
<!doctype html>
<html lang="ja">
<head prefix="og: https://ogp.me/ns#">
<head prefix="og: https://ogp.me/ns#">

<meta name="description" content="This is JK1QQB the amature radio station.">
<link rel="canonical" href="https://hayaworld.net/jk1qqb/20221224/">

<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="This is JK1QQB the amature radio station.">
<link rel="canonical" href="https://hayaworld.net/jk1qqb/20221224/">

<!-- Bootstrap CSS -->
<link rel="stylesheet" href="../../bootstrap.min.css">
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<!-- OGP -->
<meta property="og:url" content="https://hayaworld.net/jk1qqb/20221224/index.html">
<meta property="og:type" content="website">
<meta property="og:title" content="無線運用@光が丘公園 2022/Dec./24">
<meta property="og:description" content="無線運用@光が丘公園 2022/Dec./24">
<meta property="og:site_name" content="Hayaworld.net">
<meta property="og:image" content="https://hayaworld.net/jk1qqb/20221224/ogp.webp">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="../../bootstrap.min.css">
<link rel="stylesheet" href="../../styles.css">

<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="https://hayaworld.net/jk1qqb/20221224/ogp.webp">
<meta name="twitter:text:title" content="JK1QQB">
<meta name="twitter:image:alt" content="JK1QQB QSL Card">
<!-- OGP -->
<meta property="og:url" content="https://hayaworld.net/jk1qqb/20221224/index.html">
<meta property="og:type" content="website">
<meta property="og:title" content="無線運用@光が丘公園 2022/Dec./24">
<meta property="og:description" content="無線運用@光が丘公園 2022/Dec./24">
<meta property="og:site_name" content="Hayaworld.net">
<meta property="og:image" content="https://hayaworld.net/jk1qqb/20221224/ogp.webp">

<title>無線運用@光が丘公園 2022/Dec./24</title>
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="https://hayaworld.net/jk1qqb/20221224/ogp.webp">
<meta name="twitter:text:title" content="JK1QQB">
<meta name="twitter:image:alt" content="JK1QQB QSL Card">

</head>
<body class="text-white bg-dark">
<nav class="navbar navbar-dark" style="background-color:#444444;">
<a href="https://hayaworld.net/" class="navbar-brand text-warning">Hayaworld.net</a> <span class="navbar-text">- JK1QQB the amature radio station. -</span>
</nav>
<div style="padding-left: 15px; padding-right: 15px; padding-top:5px;">
<h1>無線運用@光が丘公園 2022/Dec./24</h1>
<p class="lead">
Thank you for your contact!<br>
<img src="IMG_0913-0.webp" class="img-fluid" width="605" height="803" alt="光が丘駅標">
</p>
<title>無線運用@光が丘公園 2022/Dec./24</title>
</head>

<h2>ロケーション</h2>
<p>
光が丘公園内の池<br>
<img src="IMG_0920-0.webp" class="img-fluid" width="803" height="605" alt="光が丘公園の池">
</p>
<body class="text-white bg-dark">
<nav class="navbar navbar-dark navbar-color">
<a href="https://hayaworld.net/" class="navbar-brand text-warning">Hayaworld.net</a>
<span class="navbar-text">- JK1QQB the amature radio station. -</span>
</nav>
<div class="hayaworld-jk1qqb-container">
<h1>無線運用@光が丘公園 2022/Dec./24</h1>
<p class="lead">
Thank you for your contact!<br>
<img src="IMG_0913-0.webp" class="img-fluid" width="605" height="803" alt="光が丘駅標">
</p>

<p>
清掃工場煙突<br>
<img src="IMG_0917-0.webp" class="img-fluid" width="605" height="803" alt="清掃工場の煙突">
</p>
<h2>ロケーション</h2>
<p>
光が丘公園内の池<br>
<img src="IMG_0920-0.webp" class="img-fluid" width="803" height="605" alt="光が丘公園の池">
</p>

<p>
鈴カステラ<br>
<img src="IMG_0923-0.webp" class="img-fluid" width="605" height="803" alt="鈴カステラ">
</p>

<h2>運用スタイル</h2>
<p>
IC-T10と紙ログ<br>
アンテナはNA-772 Whip antenna<br>
<img src="IMG_0915-0.webp" class="img-fluid" width="605" height="803" alt="Rigと紙ログ">
</p>
<p>
清掃工場煙突<br>
<img src="IMG_0917-0.webp" class="img-fluid" width="605" height="803" alt="清掃工場の煙突">
</p>

<h2>交信結果</h2>
<p>
鈴カステラ<br>
<img src="IMG_0923-0.webp" class="img-fluid" width="605" height="803" alt="鈴カステラ">
</p>

<ul>
<li>8N1***** 433.04MHz 13:35 1st QSO</li>
<li>JK1***/1 EYEBALL 14:17</li>
<li>JK1***/1 433.38MHz 14:30 1st QSO</li>
<li>JK1*** 433.38MHz 14:38</li>
</ul>
<h2>運用スタイル</h2>
<p>
IC-T10と紙ログ<br>
アンテナはNA-772 Whip antenna<br>
<img src="IMG_0915-0.webp" class="img-fluid" width="605" height="803" alt="Rigと紙ログ">
</p>

<p>
Thank you!
</p>

<hr>
<p>AMATURE RADIO STATION SINCE 2022/Dec./09 <br>
FROM NERIMA, TOKYO
</p>
<p>
<a href="../index.html" class="text-warning"> ← Back to JK1QQB </a><br>
</p>
</div>
</body>
<h2>交信結果</h2>

<ul>
<li>8N1***** 433.04MHz 13:35 1st QSO</li>
<li>JK1***/1 EYEBALL 14:17</li>
<li>JK1***/1 433.38MHz 14:30 1st QSO</li>
<li>JK1*** 433.38MHz 14:38</li>
</ul>

<p>
Thank you!
</p>

<hr>
<p>AMATURE RADIO STATION SINCE 2022/Dec./09 <br>
FROM NERIMA, TOKYO
</p>
<p>
<a href="../index.html" class="text-warning"> ← Back to JK1QQB </a><br>
</p>
</div>
</body>
</html>
Loading
Loading