Files
tps/index.html
2023-07-07 01:42:53 +02:00

101 lines
2.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TPS</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<h1>Thinking People System</h1>
</header>
<main>
<section class="customer-satisfaction">
<h2>Customer Satisfaction</h2>
<p>Value analysis / Value engineering</p>
</section>
<section class="pilars">
<section class="just-in-time">
<h3>Just-in-time</h3>
<ul>
<li>Takt</li>
<li>Flow</li>
<li>Pull system</li>
</ul>
</section>
<section class="people-improvement">
<svg
viewBox="0 0 1393 1288"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect width="1393" height="1288" />
<circle
cx="696.5"
cy="295.5"
r="88.5"
fill="var(--background-color)"
/>
<rect
x="537"
y="384"
width="319"
height="408"
rx="106"
fill="var(--background-color)"
/>
<rect
x="593"
y="672"
width="207"
height="408"
rx="103.5"
fill="var(--background-color)"
/>
<path
d="M657 1177L732 1220.3L732 1133.7L657 1177Z"
fill="var(--background-color)"
/>
<path
d="M746 107L671 63.6987V150.301L746 107Z"
fill="var(--background-color)"
/>
<circle
cx="696.5"
cy="643.5"
r="535"
stroke="var(--background-color)"
stroke-width="23"
/>
</svg>
</section>
<section class="jidoka">
<h3>Jidoka</h3>
<ul>
<li>Andon</li>
<li>Poka yoke</li>
<li>Human / machine</li>
</ul>
</section>
</section>
<section>
<section class="improvement">
<ul>
<li>Heijunka</li>
<li>Standards</li>
<li>Kaizen</li>
</ul>
</section>
<section class="stability">
<ul>
<li>5S</li>
<li>Problem solving</li>
<li>TPM</li>
</ul>
</section>
</section>
</main>
</body>
</html>