🎉 (tps)

This commit is contained in:
Julien Calixte
2023-07-07 00:18:30 +02:00
commit d7fb922a75
7 changed files with 372 additions and 0 deletions

28
index.html Normal file
View File

@@ -0,0 +1,28 @@
<!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>