You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: COVERS.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -312,4 +312,26 @@ Create an image of an architect comparing a building under construction against
312
312
313
313
### Prompt 5: The Two-Way Mirror
314
314
315
-
Design an image showing a consumer service on one side of a two-way mirror and a provider service on the other. Between them, a contract document glows, showing what each side expects from the other. Both sides see their view clearly. Style: split-screen technology visualization, symmetric composition, purple and blue gradient, 16:9 aspect ratio.
315
+
Design an image showing a consumer service on one side of a two-way mirror and a provider service on the other. Between them, a contract document glows, showing what each side expects from the other. Both sides see their view clearly. Style: split-screen technology visualization, symmetric composition, purple and blue gradient, 16:9 aspect ratio.
Create an image of a modern airport-style security checkpoint, but for containers. Digital containers pass through a scanner showing X-ray views with green checkmarks and red warning icons for detected issues. Clean, professional security aesthetic. Style: futuristic security technology, blue and white with red alert highlights, 16:9 aspect ratio.
322
+
323
+
### Prompt 2: The Shield Builder
324
+
325
+
Design an image of a developer at a workstation building a protective shield layer by layer around a container. Each layer represents a security check (vulnerability scan, SBOM, policy gate). The shield glows with protective energy. Style: developer empowerment theme, warm and cool color contrast, clean geometric design, 16:9 aspect ratio.
326
+
327
+
### Prompt 3: The Early Warning System
328
+
329
+
Illustrate a radar or early warning display showing incoming threats (CVEs) being detected far from a protected city (production). Some threats are intercepted early (shift-left), while a few slip through requiring runtime detection. Style: military radar aesthetic, green phosphor screen, concentric circles, 16:9 aspect ratio.
330
+
331
+
### Prompt 4: The Quality Gate
332
+
333
+
Create an image of a medieval castle gate with a modern twist—digital scanners integrated into the ancient stone. Containers line up to pass through, some getting green approval stamps, others being turned away with red rejection marks. Style: medieval meets modern, stone and digital fusion, dramatic lighting, 16:9 aspect ratio.
334
+
335
+
### Prompt 5: The Microscope View
336
+
337
+
Design an image showing a container image under a microscope, with its layers visible like geological strata. A security researcher examines the layers, highlighting vulnerable packages in red and safe packages in green. Style: scientific examination aesthetic, laboratory visualization, clean and precise, 16:9 aspect ratio.
Copy file name to clipboardExpand all lines: _TODO.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,7 @@ To overlay an article title and published date on a cover image, use CSS positio
202
202
- Need a layout alternative to Markup that formats for print. It needs to handle TOC differently as a full-width page. Need a fixed cover page format that adds article title, subtitle, and date.
203
203
- We have two print scenarios: black and white, and color for PDF output. Can use two different media queries to accomplish getting colored variables.
204
204
- Generate mermaid graphs for PDF from AI image generator to improve looks.
205
-
- Need to make sure that on print, when we have a tabbed code block with multiple languages, only the first language is printed and the other language tabs are hidden. The styling should be different for print for the code block.
205
+
- Need to make sure that on print, when we have a tabbed code block with multiple languages, only the first language is printed and the other language tabs are hidden. The styling should be different for print for the code block. Maybe move other language code tabs to an appendix and add a link to them.
206
206
- Need to only load print style sheet when needed.
207
207
208
208
[Paged.js](https://pagedjs.org/en/documentation/) polyfills `@page` properties, and lays out an HTML document in print format where it can have page numbers generated to update in a table of contents.
0 commit comments