diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/index.html b/index.html index b6da799..ce16f24 100644 --- a/index.html +++ b/index.html @@ -14,30 +14,32 @@
-

Thinking People System

+

Thinking People System

-
-

Customer Satisfaction

-

Value analysis / Value engineering

+
+

Customer Satisfaction

+

+ Value analysis / Value engineering +

-
+
    -
  • Security
  • -
  • Quality
  • -
  • Lead time
  • -
  • Cost
  • -
  • Morale
  • -
  • Environment
  • +
  • Security
  • +
  • Quality
  • +
  • Lead time
  • +
  • Cost
  • +
  • Morale
  • +
  • Environment
-
-

Just-in-time

+
+

Just-in-time

    -
  • Takt
  • -
  • Flow
  • -
  • Pull system
  • +
  • Takt
  • +
  • Flow
  • +
  • Pull system
@@ -86,28 +88,28 @@ />
-
-

Jidoka

+
+

Jidoka

    -
  • Andon
  • -
  • Poka yoke
  • -
  • Human / machine
  • +
  • Andon
  • +
  • Poka yoke
  • +
  • Human / machine
-
    -
  • Heijunka
  • -
  • Standards
  • -
  • Kaizen
  • +
      +
    • Heijunka
    • +
    • Standards
    • +
    • Kaizen
-
    -
  • 5S
  • -
  • Problem solving
  • -
  • TPM
  • +
      +
    • 5S
    • +
    • Problem solving
    • +
    • TPM
diff --git a/style.css b/style.css index 9d0d244..50ff070 100644 --- a/style.css +++ b/style.css @@ -2,6 +2,7 @@ :root { --background-color: #b2f1ad; + --background-color-no-focus: #b2f1ad80; } * { @@ -38,7 +39,7 @@ li { padding: 0.5rem 1rem; } -.customer-satisfaction { +.customer-satisfaction-roof { display: flex; flex-direction: column; justify-content: flex-end; @@ -48,8 +49,8 @@ li { background-color: var(--background-color); } -.customer-satisfaction h2, -.customer-satisfaction p { +.customer-satisfaction-roof h2, +.customer-satisfaction-roof p { margin: 0; padding: 0 0.5rem 0.5rem; border-radius: 0; @@ -96,8 +97,8 @@ li { text-align: center; } -.just-in-time, -.jidoka { +.just-in-time-pilar, +.jidoka-pilar { display: flex; flex: 2; flex-direction: column; @@ -135,9 +136,3 @@ li { max-width: 30vw; } } - -/* SVG */ -.person, -.arrow { - fill: var(--background-color); -}