From 9462d8940fe9caae1da84c443d5b7346d6bdce4c Mon Sep 17 00:00:00 2001 From: Sam Willcocks Date: Mon, 2 Nov 2020 05:33:44 +0000 Subject: [PATCH] Add html5 validator action (#13) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add html5 validator action * 💩 Fix invalid html5 --- .github/workflows/main.yml | 4 ++++ conduct.html | 11 ++++------- index.html | 13 +++++++------ style.css | 29 +---------------------------- 4 files changed, 16 insertions(+), 41 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 28079d0..d630e32 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,3 +15,7 @@ jobs: - uses: actions/checkout@v2 - name: Link Checker uses: peter-evans/link-checker@v1.2.2 + - name: HTML5 Validator + uses: Cyb3r-Jak3/html5validator-action@v0.4.3 + with: + root: / diff --git a/conduct.html b/conduct.html index ec95656..47bea4a 100644 --- a/conduct.html +++ b/conduct.html @@ -141,13 +141,10 @@

License

-

Community Covenant by Coraline - Ada Ehmke is licensed under a Creative Commons Attribution 4.0 International - License.
Based on a work at http://community-covenant.net/. +

+ Community Covenant by Coraline Ada Ehmke is licensed under a + Creative Commons Attribution 4.0 International License.
+ Based on a work at http://community-covenant.net/.

diff --git a/index.html b/index.html index 35fb8f1..4832f81 100644 --- a/index.html +++ b/index.html @@ -45,16 +45,17 @@
  • No one shall dissuade or stop anyone from making anything, especially if it's a bad idea.
  • "Fuck it, we'll do it live" is always acceptable.
  • Maybe policy should go on the website.
  • -
  • > For policy proposals in chat.
  • -
      -
    1. Un defined, (but positive) number of ✅ are needed for policy approvals.
    2. -
    3. Ticks must outweigh ❌ votes
    4. -
    +
  • > For policy proposals in chat. +
      +
    1. Un defined, (but positive) number of ✅ are needed for policy approvals.
    2. +
    3. Ticks must outweigh ❌ votes
    4. +
    +
  • No hacker shall intentionally set another hacker on fire, or through inaction allow another hacker to be set on fire.
  • For the avoidance of doubt, explosions are a type of fire.
  • Disputes between members will be settled non-violently through a game of Guess Who?
  • -
  • Policy items in <blink> tags are only in effect whilst visible.
  • +
  • Policy items in <blink> tags are only in effect whilst visible.
  • Policy is not serious, see Code of Conduct for serious things.
  • If it can be run non-combustably at full brightness, it shall be run non-combustably at full brightness.
  • If it can be horribly overengineered, it shall be horribly overengineered.
  • diff --git a/style.css b/style.css index 61b175f..a715d1e 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ body { font-family: "Comic Sans MS", "open-dyslexic"; } -blink { +.blink { animation: blinker 0.6s linear infinite; transform: translateZ(0); } @@ -76,33 +76,6 @@ ul.fisher-price-links>li>a { transform: translateZ(0); } -.nested li { - display: block; - position: relative; -} - -.nested { - margin-bottom: 0; - counter-reset: number; -} - -.parent .nested { - counter-reset: letter; -} - -.parent .nested li::before { - content: counter(letter, lower-alpha) "."; - counter-increment: letter; -} - -.nested li::before { - content: counter(number) "."; - counter-increment: number; - position: absolute; - margin-right: 100%; - right: 10px; -} - div.code-of-conduct>p, div.code-of-conduct>ul { text-align: left; }