29 lines
727 B
HTML
29 lines
727 B
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>
|
|
<main>
|
|
<section>
|
|
<strong>Customer Satisfaction</strong>
|
|
Value analysis / Value engineering
|
|
</section>
|
|
<section>
|
|
<section>Just-in-time</section>
|
|
<section>
|
|
<img src="/people-improvement.svg" alt="People improvement" />
|
|
</section>
|
|
<section>Jidoka</section>
|
|
</section>
|
|
<section>
|
|
<section>improvement</section>
|
|
<section>stability</section>
|
|
</section>
|
|
</main>
|
|
</body>
|
|
</html>
|