Adding start of the /now page

This commit is contained in:
Dan 2025-12-29 18:33:30 +00:00
parent b4d33e213d
commit 65b5ec1978
28 changed files with 2413 additions and 36 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 899 KiB

View file

@ -0,0 +1,6 @@
<svg width="150" height="250" xmlns="http://www.w3.org/2000/svg">
<rect width="150" height="250" fill="#2f4f4f"/>
<text x="75" y="125" font-family="Arial, sans-serif" font-size="14" fill="white" text-anchor="middle" writing-mode="tb" transform="rotate(180 75 125)">
Designing Data-Intensive Apps
</text>
</svg>

After

Width:  |  Height:  |  Size: 321 B

View file

@ -0,0 +1,6 @@
<svg width="150" height="250" xmlns="http://www.w3.org/2000/svg">
<rect width="150" height="250" fill="#1a472a"/>
<text x="75" y="125" font-family="Arial, sans-serif" font-size="16" fill="white" text-anchor="middle" writing-mode="tb" transform="rotate(180 75 125)">
The Phoenix Project
</text>
</svg>

After

Width:  |  Height:  |  Size: 311 B

View file

@ -0,0 +1,6 @@
<svg width="150" height="250" xmlns="http://www.w3.org/2000/svg">
<rect width="150" height="250" fill="#8b4513"/>
<text x="75" y="125" font-family="Arial, sans-serif" font-size="16" fill="white" text-anchor="middle" writing-mode="tb" transform="rotate(180 75 125)">
The Rust Programming Language
</text>
</svg>

After

Width:  |  Height:  |  Size: 321 B

View file

@ -0,0 +1,12 @@
<svg width="120" height="180" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="akira-grad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#8b0000;stop-opacity:1" />
<stop offset="100%" style="stop-color:#2d0000;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="120" height="180" fill="url(#akira-grad)"/>
<text x="60" y="100" font-family="Arial, sans-serif" font-size="28" font-weight="bold" fill="#fff" text-anchor="middle">
AKIRA
</text>
</svg>

After

Width:  |  Height:  |  Size: 527 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View file

@ -0,0 +1,15 @@
<svg width="120" height="180" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="br-grad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#1a1a2e;stop-opacity:1" />
<stop offset="100%" style="stop-color:#0f0f1e;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="120" height="180" fill="url(#br-grad)"/>
<text x="60" y="90" font-family="Arial, sans-serif" font-size="18" font-weight="bold" fill="#00ff9f" text-anchor="middle">
BLADE
</text>
<text x="60" y="110" font-family="Arial, sans-serif" font-size="18" font-weight="bold" fill="#00ff9f" text-anchor="middle">
RUNNER
</text>
</svg>

After

Width:  |  Height:  |  Size: 672 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

View file

@ -0,0 +1,15 @@
<svg width="120" height="180" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="gits-grad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#4a148c;stop-opacity:1" />
<stop offset="100%" style="stop-color:#1a0a3c;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="120" height="180" fill="url(#gits-grad)"/>
<text x="60" y="80" font-family="Arial, sans-serif" font-size="14" fill="#00ffff" text-anchor="middle">
GHOST IN
</text>
<text x="60" y="100" font-family="Arial, sans-serif" font-size="14" fill="#00ffff" text-anchor="middle">
THE SHELL
</text>
</svg>

After

Width:  |  Height:  |  Size: 644 B

View file

@ -0,0 +1,9 @@
<svg width="120" height="180" xmlns="http://www.w3.org/2000/svg">
<rect width="120" height="180" fill="#000"/>
<text x="60" y="90" font-family="Arial, sans-serif" font-size="24" font-weight="bold" fill="#0f0" text-anchor="middle">
THE
</text>
<text x="60" y="110" font-family="Arial, sans-serif" font-size="24" font-weight="bold" fill="#0f0" text-anchor="middle">
MATRIX
</text>
</svg>

After

Width:  |  Height:  |  Size: 404 B