Skip to content

Commit d1ab5de

Browse files
committed
fix: remove wrong TPS expansion, add pixel stapler favicon + footer
- Remove 'Technical Process System' (not the real name) - Add favicon from org avatar (16, 32, 180px) - Add pixel stapler in footer with pixelated rendering - Keep it unexpanded — more on-brand
1 parent c77335b commit d1ab5de

7 files changed

Lines changed: 15 additions & 2 deletions

File tree

apple-touch-icon.png

2.16 KB
Loading

favicon-16.png

586 Bytes
Loading

favicon-32.png

1000 Bytes
Loading

favicon.png

1000 Bytes
Loading

index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>TPS — Technical Process System</title>
77
<meta name="description" content="Build teams of AI agents that coordinate, remember, and ship — without you in the loop.">
8+
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32.png">
9+
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16.png">
10+
<link rel="apple-touch-icon" href="apple-touch-icon.png">
811
<link rel="stylesheet" href="style.css">
912
<link rel="preconnect" href="https://fonts.googleapis.com">
1013
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -17,7 +20,7 @@
1720
<!-- Header -->
1821
<header class="report-header">
1922
<h1>TPS REPORT</h1>
20-
<div class="subtitle">Technical Process System — Development Division</div>
23+
<div class="subtitle">Development Division</div>
2124
<div class="report-meta">
2225
<span><span class="field-label">Form:</span> TPS-001 Rev. 3</span>
2326
<span><span class="field-label">Date:</span> <time id="report-date">2026-03-18</time></span>
@@ -132,7 +135,10 @@ <h1>TPS REPORT</h1>
132135

133136
</div>
134137

135-
<div class="auto-filed">This report was filed automatically. No humans were involved.</div>
138+
<div class="auto-filed">
139+
<img src="stapler-org.png" alt="TPS" class="footer-stapler" width="32" height="32">
140+
<br>This report was filed automatically. No humans were involved.
141+
</div>
136142

137143
<script>
138144
// Auto-fill date

stapler-org.png

1.55 KB
Loading

style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,13 @@ body {
371371
font-style: italic;
372372
}
373373

374+
.footer-stapler {
375+
display: inline-block;
376+
margin-bottom: 0.5rem;
377+
opacity: 0.5;
378+
image-rendering: pixelated;
379+
}
380+
374381
/* Responsive */
375382
@media (max-width: 600px) {
376383
body {

0 commit comments

Comments
 (0)