✨ (tps) design the tps
This commit is contained in:
92
index.html
92
index.html
@@ -7,21 +7,93 @@
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Thinking People System</h1>
|
||||
</header>
|
||||
<main>
|
||||
<section>
|
||||
<strong>Customer Satisfaction</strong>
|
||||
Value analysis / Value engineering
|
||||
<section class="customer-satisfaction">
|
||||
<h2>Customer Satisfaction</h2>
|
||||
<p>Value analysis / Value engineering</p>
|
||||
</section>
|
||||
<section>
|
||||
<section>Just-in-time</section>
|
||||
<section>
|
||||
<img src="/people-improvement.svg" alt="People improvement" />
|
||||
<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" fill="white" />
|
||||
<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>Jidoka</section>
|
||||
</section>
|
||||
<section>
|
||||
<section>improvement</section>
|
||||
<section>stability</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>
|
||||
|
||||
Reference in New Issue
Block a user