Lands per-site UNS subtree files (Warsaw West/North, Shannon, Galway, TMT, Ponce) seeded from OpenText facility docs — Warsaw split confirmed as numbered = legacy Zimmer = West, lettered = legacy Biomet = North. Renames project framing from "Shopfloor IT/OT" to "SCADA IT/OT" for accuracy. Extracts a ZB-branded PowerPoint template from example_powerpoint.pptx and wires it into the outputs pipeline. Trims deck from 18 to 16 slides (BOBJ->Power BI transferred to another team, Non-Goals and Asks dropped); goal-state BOBJ analysis pruned to a stub.
27 lines
905 B
HTML
27 lines
905 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
html { background: #ffffff; }
|
|
body {
|
|
width: 720pt; height: 405pt; margin: 0; padding: 0;
|
|
background: #1C2833; font-family: Arial, sans-serif;
|
|
display: flex; color: #F4F6F6;
|
|
}
|
|
.wrap { width: 720pt; padding: 140pt 60pt 0 60pt; text-align: center; }
|
|
.accent-bar { width: 100pt; height: 4pt; background: #D4843D; margin: 0 auto 22pt auto; }
|
|
h1 { font-size: 32pt; font-weight: bold; margin: 0 0 12pt 0; letter-spacing: -0.5pt; text-align: center; }
|
|
.subtitle { font-size: 20pt; color: #AAB7B8; margin: 0 0 44pt 0; font-weight: normal; text-align: center; }
|
|
.date { font-size: 11pt; color: #AAB7B8; margin: 0; letter-spacing: 1pt; text-align: center; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="wrap">
|
|
<div class="accent-bar"></div>
|
|
<h1>SCADA IT/OT Transformation</h1>
|
|
<p class="subtitle">3-Year Plan</p>
|
|
<p class="date">AS OF 2026-04-24</p>
|
|
</div>
|
|
</body>
|
|
</html>
|