the complete menu: aperitif CRT terminal + courses III node/pod, IV traffic, V orbit - five animation personalities, clip-split and reverse slice modes

This commit is contained in:
2026-08-17 16:06:11 +10:00
parent a201af9d29
commit b12e435003
20 changed files with 3663 additions and 9 deletions
+10
View File
@@ -16,11 +16,21 @@ def man(tag):
separators=(",", ":"))
out = (ROOT / "pilot/arc.tpl.html").read_text() \
.replace("__MAN_SURROUND__", man("surround")) \
.replace("__MAN_NODE__", man("node")) \
.replace("__MAN_POD__", man("pod")) \
.replace("__MAN_TRAFFIC__", man("traffic")) \
.replace("__MAN_ORBIT__", man("orbit")) \
.replace("__MAN_DOCKER__", man("docker")) \
.replace("__MAN_CLUSTER__", man("cluster")) \
.replace("__MAN_GITOPS__", man("gitops")) \
.replace("__MAN_SUPPLY__", man("supply")) \
.replace("__MAN_HELM__", man("helm")) \
.replace("__HERO_SURROUND__", b64("course-00-surround.webp")) \
.replace("__HERO_NODE__", b64("course-III-node.webp")) \
.replace("__HERO_POD__", b64("course-III-pod.webp")) \
.replace("__HERO_TRAFFIC__", b64("course-IV-traffic.webp")) \
.replace("__HERO_ORBIT__", b64("course-V-orbit.webp")) \
.replace("__HERO_DOCKER__", b64("docker-layers.webp")) \
.replace("__HERO_CLUSTER__", b64("course-II-cluster.webp")) \
.replace("__HERO_GITOPS__", b64("course-VI-gitops.webp")) \