feat: change topics and fix image in Firefox
This commit is contained in:
24
index.html
24
index.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
@@ -24,8 +24,8 @@
|
||||
<section class="customer-satisfaction focusable">
|
||||
<h2 class="customer-satisfaction-title">Customer Satisfaction</h2>
|
||||
<p class="value-analysis-value-engineering">
|
||||
<span class="use-value">Use</span> Value analysis /
|
||||
<span class="use-value">Use</span> Value engineering
|
||||
<span class="use-value">Use</span> Value Analysis /
|
||||
<span class="use-value">Use</span> Value Engineering
|
||||
</p>
|
||||
</section>
|
||||
</div>
|
||||
@@ -40,12 +40,12 @@
|
||||
</section>
|
||||
<section class="pilars">
|
||||
<section class="just-in-time-pilar">
|
||||
<h3 class="just-in-time focusable">Just-in-time</h3>
|
||||
<h3 class="just-in-time focusable">Just-in-Time</h3>
|
||||
<ul>
|
||||
<li class="takt-time takt focusable">Takt time</li>
|
||||
<li class="one-piece-flow focusable">One piece flow</li>
|
||||
<li class="takt-time takt focusable">Takt Time</li>
|
||||
<li class="one-piece-flow focusable">One Piece Flow</li>
|
||||
<li class="pull-system focusable">
|
||||
<a href="/pull-system">Pull system</a>
|
||||
<a href="/pull-system">Pull System</a>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
@@ -99,8 +99,8 @@
|
||||
<h3 class="jidoka focusable">Jidoka</h3>
|
||||
<ul>
|
||||
<li class="andon focusable">Andon</li>
|
||||
<li class="poka-yoke focusable">Poka yoke</li>
|
||||
<li class="human-machine focusable">Human / machine</li>
|
||||
<li class="poka-yoke focusable">Poka Yoke</li>
|
||||
<li class="human-machine focusable">Human / Machine</li>
|
||||
</ul>
|
||||
</section>
|
||||
</section>
|
||||
@@ -111,7 +111,9 @@
|
||||
<!-- <a href="/heijunka">Heijunka</a> -->
|
||||
Heijunka
|
||||
</li>
|
||||
<li class="standards focusable">Standards</li>
|
||||
<li class="standards standardized-work focusable">
|
||||
Standardized Work
|
||||
</li>
|
||||
<li class="kaizen focusable">Kaizen</li>
|
||||
</ul>
|
||||
</section>
|
||||
@@ -121,7 +123,7 @@
|
||||
<!-- <a href="/5s">5S</a> -->
|
||||
5S
|
||||
</li>
|
||||
<li class="problem-solving focusable">Problem solving</li>
|
||||
<li class="problem-solving focusable">Problem Solving</li>
|
||||
<li class="tpm focusable">TPM</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user